View Single Post
Old 03-29-2018, 11:22 PM   #3
wxkingcisc
Member
wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.wxkingcisc solves Fermat’s last theorem while doing the crossword.
 
Posts: 20
Karma: 28492
Join Date: Aug 2017
Device: Kindle Oasis
Quote:
Originally Posted by knc1 View Post
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

Last edited by wxkingcisc; 03-29-2018 at 11:29 PM.
wxkingcisc is offline   Reply With Quote