Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 07-08-2022, 08:05 AM   #1
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
Effect of low battery on time-dependent functions.

I've noticed that, when the battery level is lower than 50%, every function that depends on the time (e.g. auto warmth, the clock in the status bar etc.) malfunctions. These functions work when I change pages (the clock in the task bar) or when I close a book (the auto warmth).
Does this happen on other devices?
ichnilatis is offline   Reply With Quote
Old 07-08-2022, 10:37 AM   #2
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,742
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Definitely not on mine (OG H2O).
Frenzie is offline   Reply With Quote
Advert
Old 07-08-2022, 03:45 PM   #3
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Define "malfunctions"?
NiLuJe is offline   Reply With Quote
Old 07-09-2022, 07:19 AM   #4
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
I gave two examples above. The functions that depend on the time have no effect untill I turn the page or close the file.
ichnilatis is offline   Reply With Quote
Old 07-09-2022, 08:00 AM   #5
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,398
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by ichnilatis View Post
I gave two examples above. The functions that depend on the time have no effect untill I turn the page or close the file.
The functions that depend on time are constrained to a given timeframe on Pocketbooks if the autostanby plugin is enabled.

The autostandby plugin does the same as Pocketbook firmware does on its own: it sets the CPU to sleep after two seconds.

It becomes aggressive when the battery is below a certain threeshold: https://github.com/koreader/koreader...n/main.lua#L38

There's no obvious way to deal with it.

If you disable the autostandby plugin you'll get fairly worse battery time, since there's no standby at all unless requested by you by putting your device to sleep.

You'll get better results if you lower the "aggressive threesold" to
Code:
bat = 20,
or even to
Code:
bat = 5,
But again, the "aggresive threesold" just changes how time is added to the timeframe where the cpu is awake. And all functions that rely on "time ticking" will fail in the long run if the plugin is enabled.

But certainly, if you only see issues with battery below 60%, changing that parameter might help for your user case.

Last edited by pazos; 07-09-2022 at 08:03 AM.
pazos is offline   Reply With Quote
Advert
Old 07-09-2022, 08:37 AM   #6
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
I don't have the autostandby plugin enabled in KOReader because I have made such settings in the Pocketbook firmware and I was afraid there might be a problem. I'll try your suggestion.

What does exactly "aggressive" mean in this case?

Last edited by ichnilatis; 07-09-2022 at 08:49 AM.
ichnilatis is offline   Reply With Quote
Old 07-09-2022, 03:32 PM   #7
pazos
cosiñeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,398
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by ichnilatis View Post
What does exactly "aggressive" mean in this case?
Nothing if you have the plugin disabled. But then your issue makes no sense at all. Please double check that because they're a few "autosomething" plugins. The one that affects here is autostandby

With the plugin enabled:

the time you get added to the window frame where the app is alive is bigger when the battery is above 60% capacity and less when it is below 60%. My previous link contains all the info and the code in case you want to lurk.
pazos is offline   Reply With Quote
Old 07-10-2022, 08:23 AM   #8
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
I changed the code to "bat = 5", but, as I have the plugin disabled, it may not have any effect...
By the way, Could I have enabled autostandby both in KOReader and in Pocketbook firmware? Is there a reason to do it? And, if I do, could there be a problem?
ichnilatis is offline   Reply With Quote
Old 08-08-2022, 04:53 AM   #9
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
There was no effect after the above change. But I noticed the following: I usually use my ebook device without internet access. When I did have access, I noticed that there was not the above problem; e.g. the time in the status bar changed or the automatic page turn worked even when the battery was below 50%. How does internet access affect?
ichnilatis is offline   Reply With Quote
Old 08-08-2022, 09:37 AM   #10
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
It prevents entering standby, probably.
NiLuJe is offline   Reply With Quote
Old 08-08-2022, 09:44 AM   #11
ichnilatis
Groupie
ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.ichnilatis once ate a cherry pie in a record 7 seconds.
 
Posts: 172
Karma: 1686
Join Date: Jul 2020
Location: Greece
Device: Pocketbook Touch Lux 5
Quote:
Originally Posted by NiLuJe View Post
It prevents entering standby, probably.
But I have not activated the standby mode in KOReader; only in the Pocketbook settings.
Can it be enabled in both?
ichnilatis is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
~DS has adverse effect on battery! ProDigit Amazon Kindle 4 01-25-2018 11:17 AM
Power Consumption of Micro Sd Cards and effect on battery life jackastor Kobo Reader 3 02-08-2013 12:38 PM
Do wireless printers effect battery consumption on Netbook using WiFi Wetdogeared Lounge 1 10-22-2010 12:24 PM
Effect On Battery Life Due To Ebook Formats And Memory Cards Solitaire1 Sony Reader 1 11-14-2009 05:08 AM
Effect of SD Card on Battery Charge Life vivaldirules Sony Reader 2 06-07-2008 02:00 PM


All times are GMT -4. The time now is 07:31 PM.


MobileRead.com is a privately owned, operated and funded community.