Quote:
Originally Posted by Ken Maltby
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.