View Single Post
Old 08-06-2022, 06:52 PM   #77
b14d3
Junior Member
b14d3 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2022
Device: PW1
Hi everyone and thank you for all the effort you spent. Unfortunately I need some help to get the auto update working.
So to make it short: My PW1 running at 5.6.1.1 is jailbraked and manually updating the screensaver png is working properly. But if I activate auto update the script is trying to set the .../rtc1/wakealarm without success - as far as I understand...
To have a look in the log:

Code:
Sat Aug 6 22:33:56 EEST 2022: Enabling online screensaver auto-update
Sat Aug 6 22:33:57 EEST 2022: Full two day schedule: 00:00-06:00=480 06:00-24:00=10 24:0-30:0=480 30:0-48:0=10
Sat Aug 6 22:33:57 EEST 2022: WiFi is off, turning it on now
Sat Aug 6 22:34:03 EEST 2022: Screen saver image updated
Sat Aug 6 22:34:03 EEST 2022: Disabling WiFi
Sat Aug 6 22:34:03 EEST 2022: Schedule 06:00-24:00=10 used, next update in 10 minutes
Sat Aug 6 22:34:03 EEST 2022: Next update in 10 minutes
Sat Aug 6 22:34:03 EEST 2022: Failure setting alarm on rtc1, wanted 1659818643, got
Sat Aug 6 22:34:04 EEST 2022: WiFi is off, turning it on now
Sat Aug 6 22:34:10 EEST 2022: Screen saver image updated
Sat Aug 6 22:34:11 EEST 2022: Disabling WiFi
Sat Aug 6 22:34:11 EEST 2022: Schedule 06:00-24:00=10 used, next update in 10 minutes
Sat Aug 6 22:34:12 EEST 2022: Next update in 10 minutes
Sat Aug 6 22:34:12 EEST 2022: Failure setting alarm on rtc1, wanted 1659818652, got
Sat Aug 6 22:34:12 EEST 2022: WiFi is off, turning it on now
Sat Aug 6 22:34:19 EEST 2022: Screen saver image updated
Sat Aug 6 22:34:19 EEST 2022: Disabling WiFi
Sat Aug 6 22:34:19 EEST 2022: Schedule 06:00-24:00=10 used, next update in 10 minutes
Sat Aug 6 22:34:19 EEST 2022: Next update in 10 minutes
Sat Aug 6 22:34:19 EEST 2022: Failure setting alarm on rtc1, wanted 1659818659, got
Sat Aug 6 22:34:20 EEST 2022: WiFi is off, turning it on now
Sat Aug 6 22:34:26 EEST 2022: Screen saver image updated
Sat Aug 6 22:34:26 EEST 2022: Disabling WiFi
If I try to set the wakealarm manually
Code:
echo 1659835803 > sys/class/rtc/rtc1/wakealarm
and do a
Code:
cat sys/class/rtc/rtc1/wakealarm
, it is empty. Also
Code:
cat /proc/driver/rtc
displays no alarm set.

What additionally makes me wondering is the printed schedule
Code:
00:00-06:00=480 06:00-24:00=10 24:0-30:0=480 30:0-48:0=10
. I did not set the last part of the schedule in config.sh, but
Code:
00:00-06:00=480 06:00-24:00=10
. Don't know why this is printed in the log.

Thank you in advance for any hint.
Please ask, if I missed some important information.
b14d3 is offline   Reply With Quote