View Single Post
Old 12-18-2013, 12:44 PM   #908
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
I just tried getting suspend back, and it is working, for now, with these modifications to; "uimanager.lua" changing line 300 from "self:scheduleIn(0.5, function() Device:Suspend() end)" to self:scheduleIn(2, function() Device:Suspend() end)

[as discussed at Github IIRC, 2 works best for the AuraHD]

I also change line 297 from "timeout = 1," to "timeout = 0," so the message is not up to be caught showing when the display is suspended. This lets me "freeze" the page being displayed, without the message. If you want the message displayed while in the suspend mode you may have to increase the timeout until it is up when your device goes into suspend mode.

This is with the v2013.03-696-gc052655 build. Edit: Also 701 build.

One unfortunate side issue, if you go back to nickel (the Kobo UI) and return to Koreader without rebooting/power off, suspend is lost until you reboot. So it will work as long as you don't go back to the Kobo home page and later return to Koreader without rebooting. Since you have suspend in Koreader though you won't need to return to Nickel to use Kobo's and if you return to kobo to power off, it gets booted anyway, when you power back on.

Luck;
Ken

Last edited by Ken Maltby; 12-19-2013 at 03:57 PM.
Ken Maltby is offline   Reply With Quote