From 66b40955c6d611cbd4f7261b2a58f6c6a53c36be Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 12 Apr 2016 17:09:21 +0200 Subject: [PATCH] Tweak the timing of the previous commit a bit On those FW, we can get an up-to-date status bar, instead of the one from our fb dump ;). --- platform/kindle/koreader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/kindle/koreader.sh b/platform/kindle/koreader.sh index fdd4d074b..339813166 100755 --- a/platform/kindle/koreader.sh +++ b/platform/kindle/koreader.sh @@ -313,10 +313,10 @@ if [ "${STOP_FRAMEWORK}" == "no" -a "${INIT_TYPE}" == "upstart" ] ; then fi if [ "${PILLOW_SOFT_DISABLED}" == "yes" ] ; then logmsg "Restoring the status bar . . ." - lipc-set-prop com.lab126.pillow interrogatePillow '{"pillowId": "default_status_bar", "function": "nativeBridge.showMe();"}' # NOTE: Try to leave the user with a slightly more useful FB content than our own last screen... cat /var/tmp/koreader-fb.dump > /dev/fb0 rm -f /var/tmp/koreader-fb.dump + lipc-set-prop com.lab126.pillow interrogatePillow '{"pillowId": "default_status_bar", "function": "nativeBridge.showMe();"}' lipc-set-prop com.lab126.appmgrd start app://com.lab126.booklet.home fi fi