Quote:
Originally Posted by knc1
1) "runme.sh" <<-- wrong
make a file named 'RUNME.sh' on the root of your USB drive with this contents ( name needs that capitalization )
2) Make sure there are no windows newlines in the file
File must use Unix line endings.
3) How are you running the file?
4) What appears on the screen when you enter the command?
|
1) the file name is "RUNME.sh"
2) I created the file on a Linux VM and copied to kindle, the file ending should be fine, below is the output of "cat -A RUNME.sh" on Linux:
#!/bin/sh$
# mount system$
mntroot rw $
# remove bad kualbooklet jar$
rm "/opt/amazon/ebook/booklet/KUALBooklet.jar" $
# install my test jar$
cp "/mnt/us/KUALBooklet.jar" "/opt/amazon/ebook/booklet/KUALBooklet.jar"$
3) I tried to run the file with ";log runme" and ";log RUNME" in search bar
4) nothing happens after I enter the command in search bar, and I waited about 5 seconds before restart kindle