pull/504/head
Giorgio Micotti 10 years ago
parent c66eb45e11
commit 8d8e85e0fb

@ -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

Loading…
Cancel
Save