FireFly a trouvé une méthode pour lancer les executables stockés dans la Gizmondo, on peut grâce à ça lancer Internet Explorer et se connecter au net (screenshot), ou encore lancer la vraie interface Windows Ce.. Voila donc les explications...
<[firefly]> you can execute other signed .exe files stored on the Gizmondo by using RAPI
<[firefly]> one of those files is iesimple.exe, a simple web browser
<[firefly]> iesimple.exe "http://www.google.com"
<[firefly]> you can also launch the classic wince control panel
<[firefly]> and even cmd.exe, which is pretty useless without a way to enter text
<[firefly]> you can also view/edit change the registry
<[firefly]> and get a complete listing of \windows, activesync doesn't show all files
<[firefly]> if you try to execute an unsigned exe, it will return error "invalid signature"
<[firefly]> the signature is the same as on Nintendo DS, 1024-bit RSA, uncrackable
<[firefly]> step 1 - download RAPI tools from http://www.xs4all.nl/~itsme/projects/xda/tools.html
<[firefly]> step 2 - make sure ActiveSync works
<[firefly]> step 3 - prun.exe iesimple.exe "http://blahblah"
<[firefly]> note that you can not use the home/power buttons any more, so you have to reset (home+power) your gizmondo when you are finished
<[firefly]> other stuff:
<[firefly]> prun.exe control.exe
<[firefly]> standard wince control panel
<[firefly]> 50% doesn't work
<[firefly]> prun.exe cmd.exe
<[firefly]> console window, you can't enter text, pretty pointless
<[firefly]> pdir \windows
<[firefly]> directory listing of the windows directory, including files you can not see with ActiveSync (drivers & stuff)
<[firefly]> regutl.exe .
<[firefly]> view/dump entire registry
<[firefly]> -
<[firefly]> many of the RAPI tools don't work on Gizmondo, because they depend on functions in the unsigned ITSUTILS.DLL, and Gizmondo blocks those
<[firefly]> complete list of RAPI functions -> http://msdn.microsoft.com/library/en-us/mobilesdk5/html/mob5lrfRemoteAPIFunctions.asp