View Single Post
Old 02-16-2012, 07:49 PM   #15
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
As a last resort, try a full factory reset. This has helped for me and at least two other people, where the Kindle was stuck for (seemingly) no particular reason.

This will wipe all configuration and documents, so make sure you back up your documents first!

Code:
#!/bin/sh
mntroot rw || exit 1
test -e /mnt/us/RUNME.done && exit 0
touch /mnt/us/RUNME.done
sync
/usr/sbin/shipping_mode
For reasons unknown to me, sometimes the Kindle performs a reboot after having run this, sometimes it doesn't. If it just hangs for, say more than 2 minutes, just hard-reset it (power button for ~20 seconds).

Hope this helps.
ixtab is offline   Reply With Quote