2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

fix kobo frozen when exiting koreader

This should fix #509.
This commit is contained in:
chrox 2014-03-10 23:01:29 +08:00
parent 560444c168
commit fb6a739247

View File

@ -14,12 +14,12 @@ export STARDICT_DATA_DIR="data/dict"
killall -STOP nickel
# store the content of the framebuffer
dd if=/dev/fb0 of=.last_screen_content
#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
#cat .last_screen_content | /usr/local/Kobo/pickel showpic
#rm .last_screen_content
killall -CONT nickel