Anyone know if there is a PPC emulator for windows mobile 6 available somewhere? I would really like to run Linux on my XV6800 without losing my windows mobile OS.
Please have a clearer title next time. I'll do you one better, though;
Instructions on setting up WM5 and WM6 emulators
http://www.amset.info/pocketpc/emulator.asp
WM6.1 Emulator Images
http://www.microsoft.com/downloads/...1e-c093-4b15-ab0c-a2ce5bffdb47&displaylang=en
Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Airhead315 said:
Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Click to expand...
Click to collapse
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
danielherrero said:
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
Click to expand...
Click to collapse
Do you know of an emulator for the HTC Touch Pro? I downloaded a program that I know works, and was able to compile and run it on my phone but when I tried to run it with the emulator it was missing the HTCSensorSDK.dll file... something fairly new i presume. I tried default emulator and the Windows Mobile 6 Professional VGA emulator but I was wondering if there was one available for this phone yet.
I want to know the same thing
If/when you find an answer to this I would love to hear about it or see a post on it. Thanks.
There's no such thing as a software-only emulator for the Raphael's hardware, that would be incredibly complex to create for such a task
What the developers use is called a "Board Support Package" - it basically contains all the raphaels hardware, in a PCI card that gets installed in a slot in the computer.. that way all the drivers, etc can be loaded and everything can be tested as it would be on the phone itself.
There's pretty much not a chance in heck of you getting one of those (although if you do, send one my way, I would love to have one )
The emulators are useful for testing generic software that does not tie into any of the features that require raphael hardware. There should also be emulator images to support all resolutions (qvga square, qvga, vga, not sure about wvga/wqvga)
And, here's the link: http://www.microsoft.com/downloads/...52-f89e-4354-84ce-5d19c204498a&displaylang=en
Looks like it does in fact come with wqvga and wvga emulators
Note that you can use an emulator kitchen to add SOME of the htc stuff to the ROM image, but none of the drivers that support the htc hardware will function.
Good afternoon folks,
I am wondering if anyone know of a TCPDUMP packet-sniffing type program available for the Windows Mobile platform. I would like to get "Linux-Like" functionality on my WM6.1 phone.
Thanks
I have just switched from an Android G1 to an HTC HD2. I have a lot of text on the Android and I would very much like to transfer the SMS to my WM phone. I have been searching everywhere for a solution to this problem. I have found a few post about how to transfer sms from WM to Android, but NOTHING on how to transfer sms from Android to WM. I'm running Android 1.6 on my rooted G1 and WM 6.5.3 on my HD2. If anyone knows of a solution or could at least point me in the right direction, I would greatly appreciate it. Thanks in advance.
would like to know this as well..
and also any way to transfer from Winmo to Android also?
how do you do this windows to windows?
windows to windows: PIMBackup
maybe there is also a version of pimbackup on the android store
moved to QnA, not dev related.
A n00b question..
ENVIRONMENT
Visual Studio 2008 C++
MS Mobile Pro SDK
MS Mobile OS 6.x
I want to add the HTC HD2 to the Microsoft Device emulator.
I got Josh's .NBH file and tried to convert it to a .BIN, but the resulting file could not be read by the emulator.
Is there someplace I can find the .BIN (preferably with the skin (.XML and .PNG/.BMP files))??
Thanks so much.
As far as I know, there is no way to emulate a device rom using the MS Windows Mobile emulator.
Oh, thank you, Steven; that is what I have read online, but I was hoping that it was not true. :/
Could someone be so kind as to point me to emulation alternatives, preferably accompanying MS Visual Studio?
Yesterday I basically found what I needed with the MS Mobile 6.5 SDK (includes WVGA).