Emulator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I want to run the emulator from the command line, anyone can tell me how?

Cheers,
james.
 
I tried it using the following command line but it says that not enough
Virtual Memory is avaliable.
Any ideas?

start "" "C:\Program Files\Common Files\Microsoft Shared\Windows CE
Tools\Platman\bin\PBEmulator.exe" /MemorySize 255
/Fastbackground /Skin "C:\Program Files\Windows CE Tools\wce500\Windows
Mobile 5.0 Pocket PC
SDK\Deviceemulation\Pocket_pc\Pocket_PC.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC
SDK\Deviceemulation\0409\PPC_USA.bin" /VMName "POCKET PC 2003 - POCKET PC
2003 Emulator" /HostKey 165

Cheers
 
This command line works for me:

start "" "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\ConnectionManager\Bin\Emulator.exe" /HostKey
165 /Skin "C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Emulation\Pocket_PC_Emulator_Skin.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce420\POCKET PC 2003\Emulation\PPC_2003_WWE.bin"
 
Yeah that works for me too but I really want to run the Mobile 5.0 Emulator...

The command line for Mobile 5.0 I put there gives a not enough RAM memory...

Any ideas?

Sergey Bogdanov said:
This command line works for me:

start "" "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\ConnectionManager\Bin\Emulator.exe" /HostKey
165 /Skin "C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Emulation\Pocket_PC_Emulator_Skin.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce420\POCKET PC 2003\Emulation\PPC_2003_WWE.bin"


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

I tried it using the following command line but it says that not enough
Virtual Memory is avaliable.
Any ideas?

start "" "C:\Program Files\Common Files\Microsoft Shared\Windows CE
Tools\Platman\bin\PBEmulator.exe" /MemorySize 255
/Fastbackground /Skin "C:\Program Files\Windows CE Tools\wce500\Windows
Mobile 5.0 Pocket PC
SDK\Deviceemulation\Pocket_pc\Pocket_PC.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC
SDK\Deviceemulation\0409\PPC_USA.bin" /VMName "POCKET PC 2003 - POCKET PC
2003 Emulator" /HostKey 165

Cheers
 
I see... In this case, you can download Device Emulator 1.0 Community
preview [1], install it and run PPC image from WM5.0 PPC SDK [2] using
the following command line:

"C:\Program Files\Microsoft\Device Emulator Preview\DeviceEmulator.exe"
"C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC
SDK\Deviceemulation\0409\PPC_USA.bin" /video 240x320x16 /memsize 128
/vmname "PPC Emulation"


[1]
http://msdn.microsoft.com/mobility/windowsmobile/downloads/emulatorpreview/default.aspx

[2]
http://www.microsoft.com/downloads/...F2-F524-4EC5-9155-717CBE5D25ED&displaylang=en

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

Yeah that works for me too but I really want to run the Mobile 5.0 Emulator...

The command line for Mobile 5.0 I put there gives a not enough RAM memory...

Any ideas?

Sergey Bogdanov said:
This command line works for me:

start "" "C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\ConnectionManager\Bin\Emulator.exe" /HostKey
165 /Skin "C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Emulation\Pocket_PC_Emulator_Skin.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce420\POCKET PC 2003\Emulation\PPC_2003_WWE.bin"


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

I tried it using the following command line but it says that not enough
Virtual Memory is avaliable.
Any ideas?

start "" "C:\Program Files\Common Files\Microsoft Shared\Windows CE
Tools\Platman\bin\PBEmulator.exe" /MemorySize 255
/Fastbackground /Skin "C:\Program Files\Windows CE Tools\wce500\Windows
Mobile 5.0 Pocket PC
SDK\Deviceemulation\Pocket_pc\Pocket_PC.xml" /CEImage "C:\Program
Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC
SDK\Deviceemulation\0409\PPC_USA.bin" /VMName "POCKET PC 2003 - POCKET PC
2003 Emulator" /HostKey 165

Cheers

:

Try searching the archives
http://groups.google.com/group/micr...read/thread/ea7d9be25b478053/856b6ebf2c282904

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

Hi All,

I want to run the emulator from the command line, anyone can tell me how?

Cheers,
james.
 
Back
Top