View Single Post
Old 02-21-2012, 04:10 PM   #19
mcp1999
Member
mcp1999 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Hi,

Yep. I tried deleting everything from the Kindle then just booting up with only RUNME.sh and data.tar.gz on there, where RUNME.sh contains:

#!/bin/sh
mntroot rw || exit 1
test -e /mnt/us/RUNME.done && echo "Not running, RUNME.done exists" && exit 0
touch /mnt/us/RUNME.done
echo 0 > /var/local/upstart/lab126_gui.restarts
/usr/sbin/shipping_mode

It tries to load up a number of times, each time the bar gets about half way though, then it goes to the "Repair Needed" screen.

When I plug it back in the 'RUNME.done' is there and the 'audible' and 'documents' folders are back so I assume the factory restore has been done.

RUNME.err contains nothing and RUNME.out contains:

system: I mntroot:def:Making root filesystem writeable
Not running, RUNME.done exists

So I assume it tries to run more than once.

Any more suggestions before the Kindle Touch goes in the bin?

Many thanks again for all your help.
mcp1999 is offline   Reply With Quote