View Single Post
Old 05-26-2019, 12:04 PM   #1
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
KUAL not loading

Hello guys,

today I got an software update (which is strange because I thought that I have blocked them). And now I can't launch KUAL anymore.

I already tried this script that worked for me often before, when KUAL does not wanted to launch with an error msg:
Quote:
#!/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
After launching this script I do not get an error anymore. Just a Whitescreen.
LuigiTheHunter is offline   Reply With Quote