View Single Post
Old 12-28-2013, 02:44 PM   #927
xping
Connoisseur
xping has learned how to read e-booksxping has learned how to read e-booksxping has learned how to read e-booksxping has learned how to read e-booksxping has learned how to read e-booksxping has learned how to read e-booksxping has learned how to read e-books
 
Posts: 74
Karma: 765
Join Date: Nov 2013
Location: Italy
Device: kobo aura hd, kobo mini, Sony prs-t3
A lot of things to close...

Quote:
Originally Posted by Ken Maltby View Post
"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

It's a great idea to close all this stuff.... I will try on my aura Hd, wich is "a little" laggy... Thx!
xping is offline   Reply With Quote