Windows Phone 7 Emulator image - Windows Phone 7 Development and Hacking

Here we go!
http://www.4shared.com/file/241929851/fc8a5591/WM70C1.html
Some good guys should dump it. ECEC at 50(dec)

Windows Phone 7 Emulator dump
here you are
http://forum.xda-developers.com/showthread.php?p=5890971
who is willing to port to other device?

You can download dumped packages here:
http://www.multiupload.com/WYKJJNBZOV
however this ROM for X86 CPU, so it's complete useless for ARM devices.
Also ROMIMAGE format without relocations, so it can't be relocked to other addresses.
(note - in my dump there wrong machine type in dll/exe files. It must be X86 instead of ARM)
Core is Windows CE 7.0 with multi-CPU support.

Cotulla said:
You can download dumped packages here:
http://www.multiupload.com/WYKJJNBZOV
however this ROM for X86 CPU, so it's complete useless for ARM devices.
Also ROMIMAGE format without relocations, so it can't be relocked to other addresses.
(note - in my dump there wrong machine type in dll/exe files. It must be X86 instead of ARM)
Core is Windows CE 7.0 with multi-CPU support.
Click to expand...
Click to collapse
Well considering it was dumped from an emulator that runs on windows it makes sense that it's only x86 compatible lol.

Related

Linux Emulation on Windows Mobile?

Friends,
I am wondering if anyone has heard of emulating a Linux operating system locally on Windows Mobile (CE)? Something like PocketDOS but running a basic Linux operating system instead of DOS? I read about Bochs (http://forum.xda-developers.com/showthread.php?t=291899), which may boot a Linux image, but from I've read Bochs doesn't work too well with Windows Mobile on the Rhodium?
I know I can use Putty (SSH) or VNC and such for remote Linux access, but the goal here is to get some basic version of Linux running locally. I'm not sure Haret's Android port is ready for prime time yet (from what I've read)
Does anyone have any ideas?
http://forum.ppcgeeks.com/showthread.php?t=102603
Thanks for your response, but the idea at this point is to run Linux emulated, not native in Haret. I would love to run it Linux native using something like Android but unfortunately at this point Android doesn't look to be stable enough on the Rhodium platform for full-time 'production use'.
Any thoughts?

Where to download Windows CE .net 4.2?

I need to write an app to run on Windows CE .net 4.2. I would like to get platform builder for Windows CE .net 4.2, but it doesn't seem to be available on the microsoft site. Can someone help me find it?
It is not the .net that was 4.2, it was the version of CE. This appeared as WM 2003 and WM 2003 SE. The .NET compact framework for the machines was 1.0 or 1.1.
To test the app in an emulator use the standalone emulator. Now at version 3.0
http://www.microsoft.com/downloads/...AF-12E3-4B2F-A394-356E2C2FB114&displaylang=en
The WM 2003 SE images for it are here
http://www.microsoft.com/downloads/...b5-f2a2-47d7-a41d-825fd68ebb6c&displaylang=en
To write .net 1.0 and 1.1 WM apps you will need VS2003 PRO.
VS 2005 and VS 2008 can be forced to create .net 1.0/1.1 executable images but it's a total pain in the ...., you have to hack the build files to get it to work.
For C++ Win32, AFC or MFC you can use the free version of EVC 4.0
http://www.microsoft.com/downloads/...3D-50D1-41B2-A107-FA75AE960856&displaylang=en
Dont forget to apply SP4 to it after install. (Same page, use the link at the bottom)
Thank you very much for the help!
How about modifying the BSP or kernel, which version of tool would you use for that?
For that you will require the CE 4.2 Platform Builder package. Microsoft pull superceded versions off their site, the current version is for CE 6.0
The evaluation version works fully for six months then you have to licence it.
Search in Google for "CE Platform Builder 4.2". Some non Microsoft sites may have a copy of it, but some of these sites could also be of a rather dubious nature. i.e warez peer-to peer file sharing etc.
The documentation for it can be found here
http://msdn.microsoft.com/en-us/library/bb851528(v=MSDN.10).aspx
actually that's what the guy asked for in the first post

PPC2002 Emulator / Image

Hello everybody,
I am working in a german company where we're still using old iPAQs (iPAQ PE2030) with Windows Mobile 2002 because the application doesn't work on Windows Mobile 2003 or higher.
Now I'm looking for an emulator or an emulator-image for WM2002 for the Microsoft Device Emulator. I can't find any Image of PPC2002 on Google and I hope maybe to find the image here.
It would be nice if there's a solution to get it work, because a reprogram of it will cost thousands of euros.
Thanks in advance,
Patrick
Have a look at post #2 in here.
http://forum.xda-developers.com/showthread.php?t=777850
Embedded Visual Tools 3.0 (C++ and VB) came with an emulator of sorts for WM 2002 SE, which installs with the compiler. It is not a true emulator as such, like those run by Device Emulator Manager, but it is as near as you are going to get. The compilers create special x86 emulator executable versions that the emulator can run, and you can debug.
When you are satisfied with it, switch the compile to release, and it will generate an ARM code executable to run on the device.
The emulator images running under Device Emulator Manager can run ARM code executables, but the EVT emulator can't.
The problem is that you will need the source code for the app to compile it.

[Q] Possible to upgrade kaiser wm6.5 to android on NAND without mac system

The guides that I found you need Atools to edit the NHB file.
Atools works only on mac and not on windows.
Is there another way to install android on my kaiser?
atools is multi-platform, it'll work on Linux, Windows, and Mac. You just need Python to be able to use it.
Google "Python", and make sure you download the 2.6 or 2.7 version of Python as 3.0 version is incompatible.
Check this link for further info on getting atools running on your windows machine.
I'm really bored of windows users. before write search!!!!
I create a multiplatform tool only for clever users.
heyyyy!!! i´m mostly a windows user and i searched!!
don´t say that of us windows users!!
btw: i also own a mac... and use linux....
InfectedM said:
heyyyy!!! i´m mostly a windows user and i searched!!
don´t say that of us windows users!!
btw: i also own a mac... and use linux....
Click to expand...
Click to collapse
Get python package from the repository or get its MAC installer.
Then just open Atools and you'll be just just just fine to edit a kernel
There is nothing ambiguous, you just have to install Python on your system whether its Linux/Windows/MAC
Alternatively you can use a HEX Editor to edit the nbh (for keyboard, screen panel, screen size only) once you have a valid KAISIMG
dark_prince said:
Get python package from the repository or get its MAC installer.
Then just open Atools and you'll be just just just fine to edit a kernel
There is nothing ambiguous, you just have to install Python on your system whether its Linux/Windows/MAC
Alternatively you can use a HEX Editor to edit the nbh (for keyboard, screen panel, screen size only) once you have a valid KAISIMG
Click to expand...
Click to collapse
errrr..... i´m not the original poster...
and my post was a little joke...
u dont need a "MAC" installer... atools works "out of the box" in mac as it has python scripts support...
damn nice. I am not a MAC user as well so no idea how yugort is made there

[Q] Windows 8 RT + Java

Hello I am planning to buy an Asus device with Windows 8.1 RT, the problem is that I want to run an application which use Java. It seems that Java does not run in Windows 8 RT, is there some way around?
thanks
IKVM (it's a .NET-based Java runtime) works on RT if you "jailbreak" the OS, but there's no publicly available jailbreak for 8.1 yet. On 8.0 it might work, though. You could try running your program through IKVM on "normal" Windows to test its compatibility (which isn't perfect, though most pure-Java apps will run).
How limited is Windows RT to install any kind of 32bits based software?
Thanks
GonzaloP said:
How limited is Windows RT to install any kind of 32bits based software?
Thanks
Click to expand...
Click to collapse
You're more or less safe to assume that any desktop program you find will /NOT/ install on Windows RT.
I just spent ages writing an incredibly lengthy post explaining why certain programs will or will not run on RT and other options only to get a gateway error when posting and losing all that I typed.
Nethams post sums it up nicely. If it won't run under IKVM or isn't in the list of desktop applications for RT on this forum, nope, not gonna run.

Categories

Resources