Running Windows Phone 8 applications On Windows 8 RT

Search This thread

dodo_dodan

Member
Feb 5, 2010
5
2
Hi,

I started experimenting with this idea. I have WP8 files extracted from a firmware file. I copied these files to my surface RT. I was able to run some WP8 applications out of the box. however, applications that require UIXmobile.dll (WP GUI) failed to run. Now both WP8 and W8 share the NT core. so some libraries would just work. now the main WP8 library UIXmobile.dll doesn't work out of the box. as it uses a different function to create the gui for its applications.
I was thinking of something similar to what has been done by "mamaich", to implement a library that will replace the WP8 call wtith the standard W8 call (for example: use createProcess instead of createApplication) and pass the common calls to the already implemented APIs.
sadly , It's a very difficult task for me to do. I'll be spending time on it but i can't promise of any fast results.

I'd like to thank the authors of these threads for their wonderful work:
1. Running x86 apps on WinRT devices (by mamaich)
http://xdaforums.com/showthread.php?t=2095934
2. RT Jailbreak Tool (By netham45 )
http://xdaforums.com/showthread.php?t=2092158
3. Desktop apps ported to Windows RT (by GoodDayToDie)
http://xdaforums.com/showthread.php?t=2092348
4. (FFU) ImgMount Tool v.1.0.15 (by AnDim)
http://xdaforums.com/showthread.php?t=2066903
 
Last edited:
  • Like
Reactions: lebow

GoodDayToDie

Inactive Recognized Developer
Jan 20, 2011
6,066
2,933
Seattle
Oh, very cool idea. It would probably only work for actual WP8 apps at first (not WP7.x apps, as those would require either a Silverlight or XNA runtime), but the idea has merit for sure. It was speculated for a long time that running WP8 apps on Win8/Windows RT would be possible, as both are written against the WinRT API, but that never happened. If we can make it happen ourselves, though... that would be awesome.

Of course, ideally we'd want to be able to access the store, since there aren't a lot of WP8 app packages floating around where we could use them. That's probably a very tricky problem in and of itself, although you could try extracting the store EXE and seeing what is required to make it work...
 

windowsrtc

Senior Member
Nov 21, 2012
94
35
I think windows phone(os) is just a min gui shell for windows rt.so its possible to run the shell in windows rt.and maybe a windows phone can run windows rt.
 

dodo_dodan

Member
Feb 5, 2010
5
2
Which apps worked without tinkering?

there is a program called telwp.exe that was able to reach a certain point. I attached a screen shot of 3 different apps. 2 apps showed something before crashing (telwp, nokia_security). and the third app crashed with an error message. other wp apps usually crash silently leaving an error message about a faulty CoreUi.dll in the evenlog .
 

Attachments

  • Capture.jpg
    Capture.jpg
    39.2 KB · Views: 1,424

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi,

    I started experimenting with this idea. I have WP8 files extracted from a firmware file. I copied these files to my surface RT. I was able to run some WP8 applications out of the box. however, applications that require UIXmobile.dll (WP GUI) failed to run. Now both WP8 and W8 share the NT core. so some libraries would just work. now the main WP8 library UIXmobile.dll doesn't work out of the box. as it uses a different function to create the gui for its applications.
    I was thinking of something similar to what has been done by "mamaich", to implement a library that will replace the WP8 call wtith the standard W8 call (for example: use createProcess instead of createApplication) and pass the common calls to the already implemented APIs.
    sadly , It's a very difficult task for me to do. I'll be spending time on it but i can't promise of any fast results.

    I'd like to thank the authors of these threads for their wonderful work:
    1. Running x86 apps on WinRT devices (by mamaich)
    http://xdaforums.com/showthread.php?t=2095934
    2. RT Jailbreak Tool (By netham45 )
    http://xdaforums.com/showthread.php?t=2092158
    3. Desktop apps ported to Windows RT (by GoodDayToDie)
    http://xdaforums.com/showthread.php?t=2092348
    4. (FFU) ImgMount Tool v.1.0.15 (by AnDim)
    http://xdaforums.com/showthread.php?t=2066903