View Single Post
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: 3,055
Karma: 18821071
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