View Single Post
Old 06-19-2012, 10:03 AM   #3
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by somkk View Post
Hi,

I set a password for my Kindle touch, and have forgot it

I'm aware that a reset will remove the password.
But that will also delete existing books on the kindle.

Is there a way to recover the books on the Kindle ?
Alternately, is it possible to remove/change the password without resetting the device ?

This is a technical question that is better asked in the kindle developer's corner forum.

Resetting the device will not change the password.

You can login using diags (with SSH partition installed), or you can use a RUNME.sh script (with a "data.tar.gz" hack) to replace the password hash for the root account. It is a text file that you can edit with the "vi" command. After mounting the main root partition, copy the "root" line from diags /etc/shadow to main /etc/shadow. That will either restore your original root password, or will change it to mario, depending on which firmware or partitions you have installed.

Please examine the dev corner master index, then read the K5 (touch) wiki and the simple debricking thread first, then ask questions in the dev corner forum and people there will be glad to help you.

There are other ways to solve your problem, including logging in with username framework and password mario (very restricted account) then do "cat /etc/shadow" and crack the shadow file contents using "John the Ripper". And other ways too (including copying somebody ELSES shadow file onto yours and using THEIR root password). Do whatever is easiest for you that does the job.

Last edited by geekmaster; 06-19-2012 at 10:06 AM.
geekmaster is offline   Reply With Quote