I found this thread since for the first time (ever) I have this same issue: all timers and alarms are cleared at each reboot on my Xperia 10III 4.5.0.24. What did I change since last time I actually used alarms or timers? I installed the alternative fonts following these instructions elsewhere in the forum: Change Default Font - #2 by nephros . I also installed LXC Containers application from Chum and has rebooted after that a few times without looking at the alarms. To be studied.
2024-01-13 how I fixed my particular problem by resyncing user’s timed-qt5.service:
Summary
-
If after the restart of the phone, before you launch the
jolla-clockapplication you get an empty list from the commandtimedclient-qt5 -L(if not available in/usr/bin, install it withdevel-su pkcon install timed-qt5-tools) ; -
If there is a file
~/.timed/events.datawhich contains the timer and alarm settings from thejolla-clockapplication ;
Then you are in the same same situation I was, and you can attempt the below procedure to recover :
-
Check the file, generated from jolla-clock application settings in
~/.timed/events.data; -
If it contains your previous settings or you are otherwise satisfied with it, skip the next step ;
-
Otherwise, use the
jolla-clockapplication and set the alarms and timers as you want, and quit the application and go to point 1 ; -
Give command
systemctl --user restart timed-qt5.service; -
Give command
systemctl --user status timed-qt5.serviceand verify that the service is running ; -
Verify that a similar list (but in different format) than in
~/.timed/events.datafile is given out by the commandtimedclient-qt5 -L; -
Open the
jolla-clockapplication and verify that all alarms that you want to be enabled are enabled ; -
Quit the
jolla-clockapplication ; -
Restart the phone ;
-
Open the
jolla-clockapplication and verify that all alarms and timers and their settings are persistent - that they have survived the restart.