View Single Post
Old 10-20-2013, 04:32 PM   #659
paola
Wizard
paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.
 
paola's Avatar
 
Posts: 2,841
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
Quote:
Originally Posted by Ken Maltby View Post
OK, I installed the 1.2.6.10 build normally (using the .tgz file) and then fixed the Launcher.sh in fmon. Then tried Koreader and no go. Then did a power off and restarted and now it works.

Luck;
Ken
thanks - in the meantime I downgraded to 1.2.6.7 and now koreader simply rebooted the device.
So did what you did, but again koreader reboots the device.
Could you please tell me what your Launcher.sh in fmon looks like?

EDIT

If I use this koreader_kobo.sh from the .kobo directory
Code:
#!/bin/sh
# Decrease the reasons for crashes. Search forum for cgm999's explanation.
exec 3<&-

# Stop nickel and related processes
killall nickel
killall adobehost
killall dbus-daemon
killall hindenburg

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="../_Dict"

# export dict directory
export STARDICT_DATA_DIR="../_Dict/dict"

# finally call reader
./reader.lua /mnt/onboard 2> crash.log

# continue with nickel

reboot
the device reboots, while if I use this koreader_kobo.sh from the koreader directory:
Code:
#!/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"

# finally call reader
./reader.lua /mnt/onboard 2> crash.log

# continue with nickel

reboot
absolutely nothing happens, in the sense that the koreader.png opens as an image, and that's it.

Last edited by paola; 10-20-2013 at 04:38 PM.
paola is offline   Reply With Quote