Alexey Subach
Alexey Subach

Reputation: 12312

Windows Phone Emulator - Data from real device

I am developing a Windows Phone application which is tightly bound on the data which is stored on the phone.

My device has low screen dimensions (480 x 800), but I need to test my application on devices with higher screen dimensions, for which I am using windows phone emulators provided with the SDK.

Is there any easy way to make emulators use the data on my phone (i.e. SD card contents, for, for instance)?

Upvotes: 0

Views: 48

Answers (1)

Kulasangar
Kulasangar

Reputation: 9444

Yes you could do it from the Additional Tools from the WP Emulator.

Reference: Accessing SD from Emulator

Upvotes: 1

Related Questions