View Single Post
Old 06-19-2019, 02:11 AM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Might just be the busybox wget build . Kobo's is SSL-less too, FWIW.

Not a massive issue, can be replaced with a custom curl build, or python w/ requests.

The png conversion is also trivial, since you already have all you need (IM) in the screensavers hack.

If you setup stuff properly, rotating the screensaver is also trivial (there's basically nothing to do as long as there's only a single file, c.f., cover mode)

Handling wifi is just a lipc call away (c.f. KOReader). Same for forcing a suspend when you're done.

The actually tricky bit will be to get rtc wakes to behave so you can actually wake the device up and make it do stuff. Here be dragons, because every device does it differently. You might want to take a look at a factory firmware and/or diags, because I seem to remember some helpful rtcwake test scripts in there.

Last edited by NiLuJe; 06-19-2019 at 02:16 AM.
NiLuJe is offline   Reply With Quote