mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
parent
560444c168
commit
fb6a739247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user