@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.