2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

If Nickel is not stopped, it interferes with Koreader.

The sleep function kicks in after the set time and it will freeze koreader.
Pulling the power switch gives back control momentarily, but it changes to standby within tens of seconds.
This commit is contained in:
Markismus 2013-12-16 11:34:02 +01:00
parent 485ab8aa9d
commit 6465398731

View File

@ -10,9 +10,11 @@ export TESSDATA_PREFIX="data"
# export dict directory # export dict directory
export STARDICT_DATA_DIR="data/dict" export STARDICT_DATA_DIR="data/dict"
# stop Nickel
killall -STOP nickel
# finally call reader # finally call reader
./reader.lua /mnt/onboard 2> crash.log ./reader.lua /mnt/onboard 2> crash.log
# continue with nickel # continue with nickel
killall -CONT nickel
reboot