Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 05-10-2023, 03:23 PM   #91
tannerwastaken
Junior Member
tannerwastaken began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2023
Device: PW3
Quote:
Originally Posted by njnygaard View Post
I got mine to work!
I have the script update from mironov.
Then in config.sh:
SCHEDULE="00:00-06:00=15 06:00-22:00=15 22:00-24:00=15"
SCREENSAVERFILE=$SCREENSAVERFOLDER/bg_ss00.png
DISABLE_WIFI=1
RTC=0
TEST_DOMAIN="192.168.1.146" #Personal
IMAGE_URI="http://192.168.1.146/kindle/image.png" #Personal

I've set the airplane mode to off.
After making all the changes, I restart the kindle from the interface and let it boot and go to sleep by itself.
I woke up this morning and my image was updating.

Notably I think the most important thing is assuring that the image is 8bit Gray. 16bit absolutely crashed my unit. RGB images get stretched out. I've written the image creation software in go, stealing a lot of the code from https://github.com/fogleman/gg
I've had to take code out of that repo because it was written for only RGB contexts and I couldn't think of a way to make a clean PR for Gray. I'll be working on that when I get the functionality I want out of my weather station.

I hope something there works dan-
I'll keep watching the thread.
Hi, thank you for you contribution. For some reason, I just cannot get mine to work. I modified the path for config and utils in the necessary scripts and I attempted to add the script update from mironov, but no cigar. My image is easily accessible on any device in my network via http. No matter what I do though, I cannot get the kindle to grab/update the screensaver. Also, where do you add the code from mironov? I've tried in several of the scripts to no avail. If you could please provide a detailed write up to get this working, I would greatly appreciate it. Thank you in advance!
tannerwastaken is offline   Reply With Quote
Old 05-16-2023, 09:42 PM   #92
bostwickenator
Junior Member
bostwickenator began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2023
Device: Boox, Kindle
I think instead of people writing up descriptions again what we should do is publish a new version which is definitely working. Would anyone be opposed to compiling all the tweaks we know you need to do into a new bundle and updating the links? @peterson etc
bostwickenator is offline   Reply With Quote
Old 06-09-2023, 04:01 PM   #93
amapetilan
Junior Member
amapetilan began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2023
Device: pw1
Lightbulb working state

Hello together,

i made a new onlinescreensaver version v0.4
@perterson i hope you are fine with it. you may can update the main post!

-------------------

additionally here is a small summary for PW1:

Kindle Paperwhite 1 (EY21) with latest Firmware 5.6.6.1

1. Downgrade to 5.4.4.2
https://drivers.softpedia.com/get/Ta...are-5442.shtml

2. Install Jailbreak
K5 JailBreak (5.0.x - 5.4.4.2)
https://www.mobileread.com/forums/sh...d.php?t=186645

3. Upgrade to 5.6.6.1
https://www.amazon.de/gp/help/custom...MQC26VQQMM8XSW

4. Install Jailbreak Hotfix
https://www.mobileread.com/forums/sh...postcount=1597

5. Install Kual
https://www.mobileread.com/forums/sh...d.php?t=203326

6. Install MRPI
https://www.mobileread.com/forums/sh...d.php?t=251143

7. Install Screensaver Hack
https://www.mobileread.com/forums/sh...d.php?t=195474

8. Copy the content of the attached file (online screensaver) into
extensions/ folder

9. Change your settings in
extensions/onlinescreensaver/bin/config.sh (rtc=0 works!)

10. Go into Kual -> Helper -> Install MR packages

11. Go into Kual -> Online Screensaver -> enable auto download
Everytime you change something enable and disable auto download otherwise it has no effect

This should get you running!
Attached Files
File Type: zip onlinescreensaver_v0.4.zip (10.2 KB, 83 views)
amapetilan is offline   Reply With Quote
Old 06-21-2023, 04:46 PM   #94
slowhawkeclipse
Junior Member
slowhawkeclipse began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2020
Device: Kindle Paperwhite (6th gen)
Thanks for working on this!

I just tried to get this up and running on my Paperwhite 2nd gen. I had it working for a bit and then something overwrote the config.sh file with what looks like the amazon user agreement in different languages. Any ideas? I've tried reinstalling onlinescreen saver and doing a full factory reset and now I can't get it working.
slowhawkeclipse is offline   Reply With Quote
Old 06-28-2023, 02:54 PM   #95
b14d3
Junior Member
b14d3 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2022
Device: PW1
Smile

Quote:
Originally Posted by amapetilan View Post
Hello together,

i made a new onlinescreensaver version v0.4
@perterson i hope you are fine with it. you may can update the main post!

-------------------

additionally here is a small summary for PW1:

Kindle Paperwhite 1 (EY21) with latest Firmware 5.6.6.1

1. Downgrade to 5.4.4.2
https://drivers.softpedia.com/get/Ta...are-5442.shtml

2. Install Jailbreak
K5 JailBreak (5.0.x - 5.4.4.2)
https://www.mobileread.com/forums/sh...d.php?t=186645

3. Upgrade to 5.6.6.1
https://www.amazon.de/gp/help/custom...MQC26VQQMM8XSW

4. Install Jailbreak Hotfix
https://www.mobileread.com/forums/sh...postcount=1597

5. Install Kual
https://www.mobileread.com/forums/sh...d.php?t=203326

6. Install MRPI
https://www.mobileread.com/forums/sh...d.php?t=251143

7. Install Screensaver Hack
https://www.mobileread.com/forums/sh...d.php?t=195474

8. Copy the content of the attached file (online screensaver) into
extensions/ folder

9. Change your settings in
extensions/onlinescreensaver/bin/config.sh (rtc=0 works!)

10. Go into Kual -> Helper -> Install MR packages

11. Go into Kual -> Online Screensaver -> enable auto download
Everytime you change something enable and disable auto download otherwise it has no effect

This should get you running!
Thank you @amapetilan. Because of your reply I tried again to get my PW1 working where I failed last year. And finally it`s working
also @mironov and @jonnydeath for the recent changes, that are included in @amapetilans files.

But be aware that there are some bugs in amapetilans v0.4 files:
  • put the fullpath (source ...) also in checkschedule.sh
  • in some/all? relevant files there is a typo: sourc instead of source
  • in utils.sh it should be wait_for instead of wait_forr

Good luck to all experimenting
b14d3 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AZW3 Extension fcm52 Amazon Kindle 6 09-29-2013 06:47 PM
SSModeSwitcher: An extension to change Screensaver mode thomass Kindle Developer's Corner 13 11-04-2012 09:31 PM
Troubleshooting file extension gerry7 Amazon Kindle 1 05-25-2011 06:55 AM
Will there be another US copyright extension? pdurrant General Discussions 30 04-08-2011 10:12 AM
NO extension, no sugar.... Greg Anos Lounge 7 01-16-2010 10:23 AM


All times are GMT -4. The time now is 12:02 AM.


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