New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Screensaver option for e-Ink android devices #5732
Comments
|
Nope |
|
@pazos: By the way, the tolino reading app can save the book cover as screensaver. |
Because on android KOReader is just another application and applications do not mess with low-level system stuff like lockscreens and power routines. They normally can't unless the device is rooted.
That's a specific configuration on a specific device. /data is not accesible on non rooted devices
No, I can't. I don't have any android e-ink device. I do help with development using emulators and a tablet. I'm willing to put effort to help users to add support for e-ink refreshes and other things, but I cannot do it myself. You probably can hack a way to display a screensaver that works for your Tolino, but that's up to you, as a contributor. I wouldn't bother with that issue but I'm not you |
|
@pazos Ok, thank you for your answer. I'll take a look at the code, maybe there is a way. |
|
@elvvis: you are welcome. I would suggest to work on a barebones app implementation that just displays a image from a file when the power button is pressed (and clear that image when the device is resumed if the system doesn't do that for you). If you manage to do that (i.e overwritting the image that tolino fw uses as a screensaver) from an app we can port it to https://github.com/koreader/android-luajit-launcher and tweak the screensaver to work on supported android devices. |
|
@elvvis: see https://www.mobileread.com/forums/showthread.php?t=332401 for a workaround |
Issue
Is it possible to implement the screensaver option for e-Ink android reader?
The text was updated successfully, but these errors were encountered: