Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-02-2014, 08:09 PM   #1
Eradicatore
i void warranties
Eradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheese
 
Eradicatore's Avatar
 
Posts: 22
Karma: 1038
Join Date: Apr 2014
Location: Wisconsin
Device: Kindle PW2
Want to rotate through screen savers automatically

Hi,
I have a jailbroken PW2 with the screen saver hack working great. I wanted to rotate through the screen savers periodically though, since I want to show quotes on it and hang it on the wall. So I searched around today and saw a thread mentioning that the screen saver only changes when you timeout or push the button to lock the kindle PW2. So I have some questions:

1) could I write a python script to do this rotation?
2) or would it be faster to learn the screen saver hack and try to add periodic rotation in the binary there?
3) Do I need ssh and usbnet to run python scripts on the PW2?

Thanks for any tips or ideas!

Justin
Eradicatore is offline   Reply With Quote
Old 04-02-2014, 08:32 PM   #2
PieMan597
Still a pie
PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.PieMan597 ought to be getting tired of karma fortunes by now.
 
PieMan597's Avatar
 
Posts: 6,285
Karma: 37018654
Join Date: Jan 2014
Location: PieTown USA
Device: Kindle Touch, OnePlus 7 Pro
1. Yes, but you would have to install python first. Also, I think you could do the same thing in shell or C.

2.?

3. No, but it would probably help.
Also, welcome to Mobileread!
Have some Karma.

EDIT: If you draw to the screen then update the screen, the screen will update.

Last edited by PieMan597; 04-03-2014 at 06:41 AM.
PieMan597 is offline   Reply With Quote
Advert
Old 04-03-2014, 07:12 AM   #3
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: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
There's a good reason why it's not implemented: doing it the 'right' way would imply replicating the ads behaviour, and I have no idea how to do that, plus, it's not portable.

Doing it the bad way would make bypassing the ads trivial, so I won't do it either.

Plus, that would imply handling the 'device is asleep' issue, an issue which was tackled only very recently (https://www.mobileread.com/forums/sho...d.php?t=236104).
NiLuJe is offline   Reply With Quote
Old 04-03-2014, 07:12 PM   #4
Eradicatore
i void warranties
Eradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheese
 
Eradicatore's Avatar
 
Posts: 22
Karma: 1038
Join Date: Apr 2014
Location: Wisconsin
Device: Kindle PW2
Thanks all for the replies! And thanks for the welcome PieMan! Also I got the tip to start at the k5 hacks wiki. That really helped me get started in this whole world of kindle hacking. So I just tested usbNet Hack and was able to kinda do what I wanted manually at the CLI like this:

[root@kindle /]# /usr/bin/lipc-set-prop com.lab126.powerd powerButton 1

Do that twice and it will get me a new image. Not the prettiest, but at least it's a start. I'll keep learning. Thanks again for helping a NOOB.

Justin
Eradicatore is offline   Reply With Quote
Old 04-03-2014, 11:04 PM   #5
Eradicatore
i void warranties
Eradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheese
 
Eradicatore's Avatar
 
Posts: 22
Karma: 1038
Join Date: Apr 2014
Location: Wisconsin
Device: Kindle PW2
NiLuJe,
Thanks! I got time to read through the link you shared. That's even better. Just what I was looking for! Need to work on my searching skills I guess. :-) So I'll play around with eips and see how that works out. I may try to use the eventHandler hack also to just run the script to periodically run eips. At least that's my hope right now.
Eradicatore is offline   Reply With Quote
Advert
Old 04-04-2014, 07:39 AM   #6
Eradicatore
i void warranties
Eradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheeseEradicatore can extract oil from cheese
 
Eradicatore's Avatar
 
Posts: 22
Karma: 1038
Join Date: Apr 2014
Location: Wisconsin
Device: Kindle PW2
Note to self. Don't forget to actually follow the instructions and remove transparency from the gray scale images. Its great when the screen hack does this for you until you want to try eips yourself. LOL!
Eradicatore is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Get Screen savers back on Michael Jackson Kindle Developer's Corner 4 09-28-2012 06:58 AM
Importance of Screen Savers goodnerd Amazon Kindle 15 09-28-2011 07:38 PM
Content Screen Savers squawker Amazon Kindle 3 01-04-2011 01:13 AM
What do you use for screen savers? Barty Amazon Kindle 22 10-26-2010 05:51 PM
Request Screen savers mphoseeko enTourage Archive 0 04-12-2010 02:41 PM


All times are GMT -4. The time now is 04:57 PM.


MobileRead.com is a privately owned, operated and funded community.