"Hindenburg" is Kobo's internet browser, as I understand it, I just Killall it in my koreader_kobo.sh:
#!/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"
# Decrease the reasons for crashes. Search forum for cgm999's explanation.
exec 3<&-
# Stop nickel and related processes
killall -STOP nickel
killall adobehost
killall dbus-daemon
killall hindenburg
# finally call reader
./reader.lua /mnt/sd/.Koreader/Books 1> koreader.log.`date +%s` 2>&1
# continue with nickel
killall -CONT nickel
And my AuraHD is pretty responsive.
Luck;
Ken
|