
Instead of just saying "doesn't work" i'll try to explain what I did and what I got:
-redirected "a" to my server
-served the files with my server
-I have a kindle whose S/N starts with "G090 G105" (PW3, right?)
-FW version is "Kindle 5.6.5 (2730300038)
-Since I'm really afraid of an OTA upgrade I disconnected my router from internet.
-Full reset
-Selected English-US as language during the reset
-When trying to browse and join a wifi, Kindle complained that couldn't connect to the internet, so I created /mnt/us/WIFI_NO_NET_PROBE and restarted
-After that I was able to join wifi and browse to a (my web server logs confirm it)
-I clicked on "agree"
-I went to stage 1, I got the error, I clicked on the back arrow
-I went to stage 2, during 1-2 seconds I can still see "jb" in the address box, then I see the home screen with a popup saying:
Code:
application error
The selected application could not be started
Please Try again
close
The last lines in my server log (I was using "python -m SimpleHTTPServer 80"):
192.168.1.92 - - [..] "GET / HTTP/1.1" 200 -
192.168.1.92 - - [..] "GET /jb.html HTTP/1.1" 200 -
192.168.1.92 - - [..] "GET /frame.html HTTP/1.1" 200 -
I also took a ";dm" dump in case anyone is interested
Before the full reset, my kindle was registered, but the result (with my internet cable already unplugged) was the same.
@gett: Was this the same you experienced?
Any suggestions?
Thanks in advance,
Nix