Just in case someone is interested. Configure KOReader to save cover in:
/mnt/ext1/system/resources/Line/taskmgr_lock_background.bmp
And make a little modification in KOReader code to kill the process taskmgr.app in the init method in readerview.lua:
Quote:
if Device:isPocketBook() then
os.execute("sudo killall taskmgr.app")
end
|
You need /bin/killall to be in the suoders file