Creating a Windows Mobile Emulator Image

I was wondering if there is a way to create my own Windows Mobile emulator image. I have a Sony Ericsson XPERIA X1 phone that has 480x800 on a 3-inch screen, approximately 300 DPI.

I would like to create an image of an emulator with the correct properties of the screen and, I hope, a skin that resembles the correct location of buttons and stuff for the phone.

I own a phone, so if necessary, you can create an image from the phone.

Is this possible, and if so, how?

+3
source share
1 answer

, ( , ). . , XML.

, WinMo 5.0 SDK, :

C:\Program Files\Windows Mobile 5.0 SDK R2\PocketPC\Deviceemulation\Pocket_pc

Pocket_PC.xml. , ( ):

<view
    titleBar ="Pocket PC - WM 5.0"
    displayPosX="55"
    displayPosY="67"
    displayWidth="240"
    displayHeight="320"
    displayDepth="16"
    mappingImage="pocket_pc_emulator_mask.png"
    normalImage="pocket_pc_emulator_up.png"
    downImage= "pocket_pc_emulator_down.png">

, , 0409, CE.

, , WinMo 6.0 SDK ( ).

Studio Tools- > Options- > Device Tools- > Devices. "", " ". . , " ", , , .

+5

All Articles