View Single Post
Old 05-07-2018, 04:48 PM   #66
LuigiTheHunter
Member
LuigiTheHunter began at the beginning.
 
LuigiTheHunter's Avatar
 
Posts: 21
Karma: 10
Join Date: May 2018
Device: G000KA White Kindle Basic 2 (2016) KT3, KT3W Gen 8
Thumbs up Worked!

It worked for me too, running 5.9.5.1 on my KT3W!

Thanks so much!

Quote:
Originally Posted by coplate View Post
Hello all.

I am looking for a test subject.

If you have updated your kindle, and re-isntalled KUAL Booklet, but you are just getting a blank screen, I would like you to try this and report back.



put this jar file on the root of your USB drive.

make a file named 'RUNME.sh' on the root of your USB drive with this contents ( name needs that capitalization ) -- Make sure there are no windows newlines in the file either
Code:
#!/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"
mntroot ro

then search for ';log runme'

then restart your kindle, and then try to open KUAL Booklet.


( If you have usbnet installed, instead of restarting kindle, you can kill 'cvm' to reload java classes )
LuigiTheHunter is offline   Reply With Quote