AdBreak method done
Device
Kindle
KOReader version
v2025.08
Model and firmware version
Kindle Paperwhite 11th 5.18.4.0.1
Issue description
when going from settings > Screen > Screensaver .
Screensaver option not visible
tried to reinstall the package,didnt work
ads special offer is turned off
Steps to reproduce
Go to 'Settings from koreader'
Click on 'Screen'
Scroll down to look for 'Screensaver' not visible
See no error
reply from hius07 Member on github
https://github.com/koreader/koreader/issues/14375
I think that's a consequence of the jailbreak.
Report this in the AdBreak thread in mobileread, showing the following code to the author.
This is the check for SO:
koreader/frontend/device/kindle/device.lua
Lines 291 to 301 in 9decbeb
local is_so
local loaded_blanket_modules = lipc_handle:get_string_property("com.lab126.blanke t", "load")
if not loaded_blanket_modules then
logger.warn("could not get lipc property")
return true
end
if string.find(loaded_blanket_modules, "ad_screensaver") then
is_so = true
else
is_so = false
end