Thread: Repair Needed
View Single Post
Old 09-12-2015, 11:21 AM   #9
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
@Aboyaman:

Send the attached file to your friend and tell him to try the following:

1. Connect the PW to the Mac.
2. Unpack the shell script (script.sh) to the Mac Desktop.
3. Open a Terminal and enter the following commands:

Code:
cd Desktop
sh script.sh
FYI: script.sh contains the following code that assumes that Kindles are still mounted as /Volumes/Kindle:

Code:
#!/bin/bash
while true
do
    touch /Volumes/Kindle/DO_FACTORY_RESTORE
done
With any luck it should write the DO_FACTORY_RESTORE file to the Kindle partition.
Attached Files
File Type: zip script.sh.zip (191 Bytes, 206 views)
Doitsu is offline   Reply With Quote