Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > KOReader

Notices

Reply
 
Thread Tools Search this Thread
Old 01-05-2020, 06:05 AM   #1
mikkelnl
Member
mikkelnl began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2020
Device: Pocketbook Touch HD 3
Possible to show bookcover during power-off state on Pocketbook Touch HD 3?

Hi all,

Been using my HD 3 for some weeks now, and KOReader is my favorite reader app.

Only thing that I would like - purely for fun - is to show the book cover for the last opened book when the device is powered off. There is an option in the KOReader settings, but this doesn't seem to work.

I found this issue, which seems to sum up the situation:
https://github.com/koreader/koreader/issues/2095

Guess no fix for this, right? Or does anyone know a workaround?
mikkelnl is offline   Reply With Quote
Old 01-05-2020, 06:57 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,615
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Judging by https://github.com/koreader/koreader...ment-371789880 it should work if you disable the PocketBook's native cover showing.
Frenzie is offline   Reply With Quote
Old 01-05-2020, 07:08 AM   #3
mikkelnl
Member
mikkelnl began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2020
Device: Pocketbook Touch HD 3
Quote:
Originally Posted by Frenzie View Post
Judging by https://github.com/koreader/koreader...ment-371789880 it should work if you disable the PocketBook's native cover showing.
Yep, but I have no idea to do this: "...one can disable showing a book-cover on powerdown altogether in the PB-preferences."

In the settings I can't "disable" it; it needs an option selected (I believe they are COVER / POCKETBOOK (spec info shown) / LOGO).
mikkelnl is offline   Reply With Quote
Old 01-11-2020, 10:57 AM   #4
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
The best way to "fix" this is to make koreader save the cover itself to the correct file location. Then the device will display it when it powers down. If you want to pass the information on to the koreader developers, you can tell them to draw the cover image to the screen buffer (without updating the screen if it isn't desired), and then call:

#define DEFCOVERSAVEPATH USERLOGOPATH "/bookcover"
SaveBitmap(DEFCOVERSAVEPATH, BitmapFromScreen(0,0, ScreenWidth(), ScreenHeight()));

Edit: Okay, I see from the linked thread that the real problem is that none of the koreader developers have PocketBook devices, so they aren't interested in making the changes. They have all of the information they need already, so my advice above is useless.

Last edited by rkomar; 01-11-2020 at 11:24 AM.
rkomar is offline   Reply With Quote
Old 01-11-2020, 11:52 AM   #5
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,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
It's not really a question of interest, it's a question of being able to test said changes to make sure nothing (else) horribly implodes (and, as a bonus, that the changes work ;p).
NiLuJe is offline   Reply With Quote
Old 01-11-2020, 01:36 PM   #6
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,615
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
^ what he said.
Frenzie is offline   Reply With Quote
Old 01-12-2020, 06:25 AM   #7
mikkelnl
Member
mikkelnl began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2020
Device: Pocketbook Touch HD 3
Quote:
Originally Posted by NiLuJe View Post
It's not really a question of interest, it's a question of being able to test said changes to make sure nothing (else) horribly implodes (and, as a bonus, that the changes work ;p).
If there's any way I could help testing stuff: no problem for me. Maybe some others can also test stuff...
mikkelnl is offline   Reply With Quote
Old 01-12-2020, 11:55 AM   #8
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,477
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Well, the other obvious issue with no-one ever even having *held* a PB device is that we're entirely unfamiliar with the platform's quirks (which are many, on PB), so it's kind of hard to blindly write stuff if we have no idea how the whole thing is even held together .

(That was a long winded way of saying: PRs welcome ).
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pocketbook Touch Lux 3 PocketBook PB626(2) - Probleme mit SD-Karte + Akku jibrail PocketBook 1 01-16-2019 03:38 PM
Power off logo on PocketBook InkPad2 richo KOReader 3 03-08-2018 03:26 PM
does pocketbook touch lux show folders acolsandra PocketBook 2 12-05-2014 02:20 AM
PRS-650 Screen while in power off state... ShaneR Sony Reader 3 01-08-2011 08:57 AM
leaving the pocketbook 602 always on drains power? JeanC PocketBook 0 12-02-2010 05:00 AM


All times are GMT -4. The time now is 05:03 PM.


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