View Single Post
Old 10-21-2011, 06:18 AM   #11
stranger_st
Member
stranger_st began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Oct 2011
Device: kindle dxg
Quote:
Originally Posted by timofonic View Post
Not at all, I'm afraid of doing this without knowing all the involved operations.

I need first to know that password before doing something useful
Actually I found the way which solves the issue without opening kindle and knowing password:
For that you need rootfs image I will send you the link through message.
And you need any linux. Example Ubuntu.
Than you need:
Go to recovery menu (Hold sleep button for 15 seconds, after release sleep button and hold home button or press multiple time in my case to go recovery menu)
In recovery mode press (E 3) button.
Connect kindle to the usb port you will see Usb connected.
In terminal (console) write:
fdisk -l
this will list all drives on the computers
Look for a 3.65 GB (can try df -kh as well) drive and make sure it is the Kindle. Remember it's device id. It should be something like /dev/sdc or /dev/sdd it will be last in the list.
then Type:
dd if=/path/to/rootfs.img of=/dev/sdd1 bs=1024
Wait till this command finishes and Press (R 4)
Kindle will reboot and starts.
Make Factory Reset from settings and thats all.
This should help in you case.
stranger_st is offline   Reply With Quote