View Single Post
Old 07-26-2016, 01:55 PM   #701
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Yes, there are recent instances of recovery with a rapidly-disappearing userstore.

As a recap for all concerned, you can do it on linux by running the following in a terminal prompt:

Code:
mountpoint=/media
# Usually devices are mounted to /media but udisks2 is insane by default.
[[ -d "/run/media/$EUID/" ]] && mountpoint="/run/media/$EUID/"
# Why must Ubuntu patch the world???
[[ -d "/media/$EUID/" ]] && mountpoint="/media/$EUID/"
while true; do
    touch $mountpoint/Kindle/DO_FACTORY_RESTORE
done
And then rebooting the Kindle while it is attached to the computer.

Some similar process can probably be done in Windows' cmd.exe but I have no idea what the syntax might be. Also, Windows is annoying because mounting drives and getting access may or may not be delayed while it asks you stupid questions like "do you want to use your Kindle for ReadyBoost (whatever terribly unwise thing that may be )".

Last edited by eschwartz; 07-26-2016 at 04:26 PM. Reason: udisks2 is insane
eschwartz is offline   Reply With Quote