From 8d8e85e0fb24cc2ab389d2819ab57b86910238e0 Mon Sep 17 00:00:00 2001 From: Giorgio Micotti Date: Sun, 9 Feb 2014 22:10:29 +0100 Subject: [PATCH] Fix bug #448. --- koreader_kobo.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koreader_kobo.sh b/koreader_kobo.sh index 171a1e1c8..eba6c1dda 100644 --- a/koreader_kobo.sh +++ b/koreader_kobo.sh @@ -13,8 +13,13 @@ export STARDICT_DATA_DIR="data/dict" # stop Nickel killall -STOP nickel +# store the content of the framebuffer +dd if=/dev/fb0 of=.last_screen_content + # finally call reader ./reader.lua /mnt/onboard 2> crash.log # continue with nickel +cat .last_screen_content | /usr/local/Kobo/pickel showpic +rm .last_screen_content killall -CONT nickel