Jeremy Wiebe
Jeremy Wiebe

Reputation: 3963

Customize Windows Phone 8 Emulator startup state

In developing a new Windows Phone app, we often install a custom certificate into the device to enable SSL proxying with Fiddler.

Is there any way to customize the starting device image so that we can start with the certificate installed instead of having to install the certificate every time the emulator launches?

I've found the xde.exe application where you can specify a device image and snapshot to use, but when launching the emulator from Visual Studio I can't find how to customize the launch parameters.

Upvotes: 1

Views: 675

Answers (1)

Neil Turner
Neil Turner

Reputation: 2727

This article mentions how to take a snapshot of the Windows Phone 8 emulator which will save its state...

http://sviluppomobile.blogspot.ie/2013/01/saving-windows-phone-8-emulator-state.html

(just to be clear, this does not apply to the Windows Phone 7 emulator)

Upvotes: 2

Related Questions