View Single Post
Old 06-09-2022, 02:22 PM   #2943
0ripkindle
Enthusiast
0ripkindle doesn't litter0ripkindle doesn't litter0ripkindle doesn't litter
 
Posts: 29
Karma: 200
Join Date: Jul 2019
Device: Kindle Paperwhite 1 (2012), Kindle Touch 4, Kindle Paperwhite 5 (2021)
Does this work with PW5 5.14.1.1?

I don't get the images I put in the screensavers folder. Instead the backlight turns off and the screen doesn't change. I don't have the option that does this selected. I've reset the extension and then tried again and it still doesn't work.
When rebooting, it gets stuck at the tree logo and doesn't update the screen even though the device does fully boot (I could access the internal storage). I think my method for converting images is pretty basic:

Code:
for f in *; do echo "$f" ; convert "$f" -geometry 1235x1646^ -gravity center -colorspace Gray -crop 1235x1646+0+0 out/$f.png; done
I also tried the "rebuild" thing in the menu that's supposed to re-check for any new images, but that always says that there's nothing to do.

The default wallpaper (magic and stuff) did work.

Last edited by 0ripkindle; 06-09-2022 at 02:25 PM.
0ripkindle is offline   Reply With Quote