View Single Post
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#533
Sorry for reviving this old thread but I thought it would be better than opening a new one.

I installed alarmed on my N900 a while back and set some alarms that I needed at that moment. Some months after that, I reflashed the N900 and restored a backup I had made with the build in backup utility before reflashing, and some alarms set with alarmed were still on. Now I reinstalled alarmed as I need to set new alarms, but none of the alarms already set are showing in the GUI (knowing that they do work as I have an alarm set on 16 or 17 of the month and it does trigger).
Worst, the GUI doesn't seem to work at all now, when I click on new to set a new alarm, the GUI crashes.

Here is the output of /opt/alarmed/alarmed.py -C -L :
Code:
No events specified
And the first part of the file /var/cache/alarmd/alarm_queue.ini :
Code:
[config]
snooze: 600

[#00000001]
cookie: 1
trigger: 1486037169
flags: 132288
alarm_appid: ham_updates_status_menu_item
alarm_time: 1378123569
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_secs: 86400
recur_count: -1
action_cnt: 1
action0.flags: 4130
action0.dbus_interface: com.nokia.hildon_update_notifier
action0.dbus_service: com.nokia.hildon_update_notifier
action0.dbus_path: /com/nokia/hildon_update_notifier
action0.dbus_name: check_for_updates

[#000008f5]
cookie: 2293
trigger: 1487349000
title: My alarm
message: My alarm
flags: 131072
alarm_appid: alarmed
alarm_time: 1403019000
alarm_tm.tm_year: -1
alarm_tm.tm_mon: -1
alarm_tm.tm_mday: -1
alarm_tm.tm_hour: -1
alarm_tm.tm_min: -1
alarm_tm.tm_wday: -1
alarm_tm.tm_yday: -1
alarm_tm.tm_isdst: -1
recur_count: -1
action_cnt: 2
recurrence_cnt: 1
attr_cnt: 1
action0.flags: 65
action0.label: cloc_bd_alarm_notification_snooze
action1.flags: 64
action1.label: cloc_bd_stop
recurrence_tab0.mask_min: 1073741824
recurrence_tab0.mask_hour: 262144
recurrence_tab0.mask_mday: 131072
recurrence_tab0.mask_mon: 4095
attr0.attr_name: textdomain
attr0.attr_type: 3
attr0.attr_data.sval: osso-clock
You can see here "My alarm" that is set and triggers, but alarmed doesn't seem to see it (neither in the GUI ar with CLI).

Any idea on how can I make alarmed read the alarms set by it and overall make the GUI usable again.

Thanks.