View Single Post
Old 04-03-2018, 12:00 AM   #5
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
What are all of those $ characters?
Please use the code, /code tags (or the "advanced editor") to quote character exact code here.

Note:

If your device has installed an Amazon firmware update since the last time you did that, that means you.

= = = = =

If you do need to re-install anything, start by installing the 'fix anything fixable' package:
https://www.mobileread.com/forums/sh...68&postcount=4
That package is built specially to allow it to be installed from the highest level of visible USB storage using the Amazon 'update' menu entry. That is, you don't have to put it in /mrpackages and use MrPI to install it.
I believe those $ characters are UNIX line endings, since I used ":set ff=unix" in VIM to make sure of it. It's the outpuf of "cat -A", everything of the file is displayed.

Code:
cat -A RUNME.sh 
#!/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"$
I copied the "fix everything" .bin file to kindle and updated the system, re-installed KUAL, then run "RUNME.sh" with ";log runme", restarted kindle, but still cannot find the booklet
wxkingcisc is offline   Reply With Quote