Thread: Glo Kobo Night Mode
View Single Post
Old 06-08-2013, 04:51 PM   #110
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
You could try replacing
Code:
OLD_START="/usr/local/Kobo/nickel -qws \&"
NEW_START="LD_PRELOAD=/root/screenInv.so /usr/local/Kobo/nickel -qws \&"
by
Code:
OLD_START="/usr/local/Kobo/nickel -qws -skipFontLoad \&"
NEW_START="LD_PRELOAD=/root/screenInv.so /usr/local/Kobo/nickel -qws -skipFontLoad \&"
in "root/autorun.sh" in KoboRoot.tar of screenInv installer. Do the respective change also in the uninstaller.
I did not try it myself, since I am still on FW 2.4.0.

Those with Glo and Aura can try callingl "/mnt/onboard/.kobo/nightmode.sh\" via the KoboLauncher instead of the KoboTweaks.

Last edited by tshering; 06-08-2013 at 05:33 PM.
tshering is offline   Reply With Quote