View Single Post
Old 02-11-2015, 06:59 AM   #2057
Name28
Enthusiast
Name28 began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Feb 2015
Device: Kobo_glo, Kobo_glo_HD
Thumbs up

tshering, thank you for help!

I've recently installed Koreader, therefore I didn't know some features Please, correct me if I did something wrong:

Quote:
Originally Posted by tshering View Post
You might be able to power off from Koreader by holding the power slider a little longer
I tried long slide on koreader v2014.11-71-g82eb168, but it didn't work. I've updated today to the last version, now it works, but not good. Sometimes it goes to suspend mode, sometimes powers off. That's why I tried to set power off function to the short slide button. I opened "suspend.sh" from koreader dir, and in the "#go to sleep" section instead of
Code:
sync
echo 1 > /sys/power/state-extended
echo mem > /sys/power/state
I wrote:
Code:
sleep 2s
/bin/busybox poweroff
I've copied it from vlasovsoft's dir, from "poweroff.sh". Thanks for Sergey Vlasov
Now I guess it works, i.e. when I short slide it powers off.

Quote:
Originally Posted by tshering View Post
You can configure KSM so that it automatically starts Koreader after boot.
From the "kbmenu" dir, I've changed usersettings.txt:
Code:
ksmAutoselectafter=3
ksmAutoselectoption=start_koreader
Quote:
Originally Posted by tshering View Post
You can configure Koreader to start with a certain light level
In the koreader's dir I've opened "defaults.lua" and changed this lines:
Code:
KOBO_LIGHT_ON_START = 45
Quote:
Originally Posted by tshering View Post
you can configure Koreader to open the last read book.
Finally, I did not know that FileManager has its own settings There is such line "Start with last opened file", I checked it.

That's all. Thank you very much, now I'm happy
Name28 is offline   Reply With Quote