Questions tagged [windows-mobile-emulator]
7 questions
4
votes
2 answers
Windows Mobile/Embedded Device Emulator on Windows 8
We design and develop applications that run on Windows Mobile and Windows Embedded, as this is the operating system that comes on most industrial bar code scanners right now.
Give that, we often use the Windows Mobile Device Emulator to simulate our…

Phillip Murphy
- 73
- 5
2
votes
1 answer
Windows Mobile emulator network connection on Windows 7 64bit
I have been trying for many hours but I can't connect my Windows Mobile 6.5 emulator to the Internet. I have Windows Mobile Device Center driver update for 64 bit systems and also Windows Mobile emulator version for 64 bit systems. I have a NC2000…

marcin93w
- 402
- 6
- 13
1
vote
1 answer
Need code in C# .net to read rfid tag values in windows mobile emulator
I have used the code below to read rfid tag values.
try
{
if (serialPort1.IsOpen) serialPort1.Close();
serialPort1.PortName = "COM25";
serialPort1.BaudRate = 9600;
serialPort1.DataBits = 8;
serialPort1.ReceivedBytesThreshold =…

vishaljot
- 13
- 4
1
vote
2 answers
Windows Mobile Device Emulator - how to save config permanently?
I am working at a client site where there is a proxy server (HTTP) in place. If I do a hard reset of the emulator it forgets network connection settings for the emulator and settings in the hosted Windows Mobile OS. If I 'save state and exit' it…

Brian Lyttle
- 14,558
- 15
- 68
- 104
1
vote
2 answers
Windows Mobile 6 emulator internet connection issue
I am trying to connect Windows Mobile 6 emulator (visual studio 2008) to internet. After couple of hours I got it connected to internet. Now it is showing connected but when I try to browse any site like google.com it is giving popup message that…

Tiya
- 215
- 1
- 4
- 16
1
vote
1 answer
windows mobile 6 emulator not signed with a trusted certificate error
I´m trying to install a program in the windows mobile 6 emulator, running it as standalone image (PPC_USA.BIN). The program installs sucessfully, but when i try to run it, the error msg is:
The file '' cannot be opened. Either is not signed with a…

Bruno Estrazulas
- 211
- 1
- 3
- 17
0
votes
0 answers
Deploy appx package to custom emulator created using XDE cli
I have created a new Windows Phone 8.1 emulator using XDE cli (see msdn)
"C:\Program Files (x86)\Microsoft XDE\8.1\XDE.exe" /vhd "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Emulation\Images\Flash.vhd" /video "720x1280" /memsize 1024…

NickAb
- 6,337
- 3
- 15
- 18