From af743d106e9337a1984c5d8f96aadf4e560030ee Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 21 Feb 2016 16:27:07 +0100 Subject: [PATCH] When started from KUAL on FW >= 5.6.5... try to refresh the screen with more useful stuff on exit. And because I forgot in my last commit, the issue was reported here: http://www.mobileread.com/forums/showpost.php?p=3258045&postcount=903 --- platform/kindle/koreader.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index 42d2cf3e1..e91526206 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -292,6 +292,8 @@ if [ "${STOP_FRAMEWORK}" == "no" -a "${INIT_TYPE}" == "upstart" ] ; then if [ "${PILLOW_HARD_DISABLED}" == "yes" ] ; then logmsg "Enabling pillow . . ." lipc-set-prop com.lab126.pillow disableEnablePillow enable + # NOTE: Try to leave the user with a slightly less FB content that our own last screen... We'll be missing the menu & status bar, but it's better than the alternative... + lipc-set-prop com.lab126.appmgrd start app://com.lab126.booklet.home fi if [ "${PILLOW_SOFT_DISABLED}" == "yes" ] ; then logmsg "Restoring the status bar . . ."