The Microsoft Device Emulator is a standalone version of the same ARM based Device Emulator that ships as part of Visual Studio 2005. The standalone emulator is intended for situations when you want to demonstrate or test your application on a computer that does not have Visual Studio 2005 installed. Features: runs code compiled for ARM processors rather than for x86 processors; supports synchronizing with ActiveSync; provides support for more development environments.
Version 3 is the new automation API for the device emulator manager, which allows developers programmatic access to perform the same operations on installed emulator images that can be performed interactively on the Device Emulator Manager drop-down and context menus.
Application Details:
Version: | 3.0 |
License: | Free to use |
URL: | http://msdn.microsoft.com/en-u... |
Votes: | 0 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 1.3.17 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Device Emulator Manager doesn't work (neither self registering the binary (dvcemumanager.exe /register) nor accompanying dlls doesn't fix this), needs to be investigated further.
Use commandline for now.
Skinning the Emulator doesn't seem to work (/skin
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 10.10 "Maverick" i386 (+ variants like Kubuntu) | Apr 10 2011 | 1.3.17 | Yes | Yes | Bronze | Anastasius Focht | ||
Show | openSUSE 11.1 | Feb 23 2009 | 1.1.14 | Yes | Yes | Bronze | Cervantes | ||
Current | Fedora 9 | Jul 01 2008 | 1.1.0 | Yes | Yes | Bronze | Anastasius Focht |
Bug # | Description | Status | Resolution | Other apps affected |
5351 | Windows Installer 3.1 cannot install because of non-standard drive labeling | CLOSED | FIXED | View |
11936 | window size is too small in the "vc2008 redist installer" and "Firefox 3" [dogfood] | CLOSED | FIXED | View |
14228 | Strip off double quotes from path before trying to load COM servers (Microsoft Device Emulator 3.0/Device Emulator Manager) | CLOSED | FIXED | View |
Example how to start the Device Emulator with image:
$ wine ./DeviceEmulator.exe "C:\Program Files\Windows Mobile 6 SDK\PocketPC\DeviceemulationV610\0409\ppc-phone-480x800.bin" /memsize 128
Â
Comments for this application have been disabled because there are no maintainers.