View Single Post
Old 01-29-2012, 12:13 PM   #144
ernalve
Member
ernalve began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2012
Device: kindle 5
Quote:
Originally Posted by geekmaster View Post
ixtab's jailbreak decompresses data.tar.gz to /var/local, which is very small, and which can fill up with database and log files. People have had problems with k4nt's locking up after loading too many books onto their kindle, when document indexing increases the index database until /var/local becomes full, which bricks the kindle. Perhaps the touch has a similar problem (just speculating possibilities here) and /var/local was too full for ixtab's jailbreak to complete, so it just keeps relaunching on boot up.

Is your USB drive visible (even for a short time) during startup? If so, another data.tar.gz can be put on it to fix a full /var/local problem, or at least to analyze what the problem is.

See if the USB drive shows up for a few seconds during the boot cycle. You might need to used linux to test this. With ubuntu linux you can check for /media/Kindle, and if found then copy a new (repair version) data.tar.gz to /media/Kindle, like this:

while true;do ls /media/Kindle 2>/dev/null && cp data.tar.gz /media/Kindle && break;done

You may be right in your speculations. In fact the kindle was loaded with many books at the moment of jailbreaking.

Right now in a windows 7 laptop, the kindle shows up for some seconds but windows won't recognise it as a kindle nor open it.

I'll be at home tomorrow with a laptop that runs ubuntu, so I'll check if I can open the kindle as you say.

One question: the solution that you post and that was succesfull to cherrIChaos, is it a code that I have to write in a terminal?

ernalve is offline   Reply With Quote