View Single Post
Old 12-03-2013, 05:07 AM   #851
richzz777
Junior Member
richzz777 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2013
Device: kobo aura hd
Smile

Quote:
Originally Posted by Markismus View Post
No reboot anymore, indeed!

I've changed koreader_kobo.sh to:
#!/bin/sh
export LC_ALL="en_US.UTF-8"

# we're always starting from our working directory
cd /mnt/onboard/.kobo/koreader/

# export trained OCR data directory
export TESSDATA_PREFIX="data"

# export dict directory
export STARDICT_DATA_DIR="data/dict"

# stop Nickel
killall -STOP nickel

# finally call reader
./reader.lua /mnt/sd/.Library 1> koreader.log.`date +%s` 2>&1

# continue with nickel
killall -CONT nickel

And it works.
(If I get problems with the sleepfunction, I'll post it.)

Can you give me your “koreader_kobo.sh” ? THX
richzz777 is offline   Reply With Quote