The Following User Says Thank You to shapeshifter For This Useful Post: | ||
![]() |
2010-06-06
, 18:38
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#222
|
The Following User Says Thank You to ndi For This Useful Post: | ||
![]() |
2010-06-06
, 21:33
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#223
|
cat /var/cache/alarmd/alarm_queue.ini
/opt/alarmed/alarmed.py -CL
![]() |
2010-06-08
, 15:16
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#224
|
[#000019db] cookie: 6619 trigger: 1276008548 message: 1 flags: 131072 alarm_appid: 1 alarm_time: 1276008548 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 action_cnt: 2 action0.flags: 65 action0.label: cloc bd alarm notification snooze action1.flags: 64 action1.label: cloc_bd_stop [#000019dc] cookie: 6620 trigger: 1276008568 message: 2 flags: 131072 alarm_appid: 2 alarm_time: 1276008568 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 action_cnt: 2 action0.flags: 65 action0.label: cloc bd alarm notification snooze action1.flags: 64 action1.label: cloc_bd_stop
![]() |
2010-06-08
, 16:25
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#225
|
![]() |
2010-06-08
, 21:43
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#226
|
![]() |
2010-06-09
, 16:39
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#227
|
Thanks, are you sure you ran /opt/alarmed/alarmed.py -CL as user and not as root?
~ $ /opt/alarmed/alarmed.py -CL Event ID: 3728 schedule: Daily title: To silent content: Silent ttime: 1269212400 datetime: 22.03.2010, 01:00 type: Switch profile Event ID: 3714 schedule: Daily title: To live content: General ttime: 1269230400 datetime: 22.03.2010, 06:00 type: Switch profile Event ID: 6694 schedule: In... interval: Minutes enabled: 1 number: 10 title: 1 ttime: 1276101461 datetime: 09.06.2010, 19:37 type: Alarm Event ID: 6695 schedule: In... interval: Minutes enabled: 1 number: 10 title: 2 ttime: 1276101478 datetime: 09.06.2010, 19:37 type: Alarm ~ $
edit: oh I totally forgot, please run /opt/alarmed/alarmed.py from the CLI (as user), [...] and post any suspicious output you get in the terminal while doing it. Thanks
![]() |
2010-06-09
, 16:53
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#228
|
![]() |
2010-06-14
, 22:42
|
Posts: 4 |
Thanked: 4 times |
Joined on Feb 2010
|
#229
|
#!/bin/sh #unlock phone dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"unlocked" | echo "" sleep 5 # connect to known internet connection dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0 | echo "" sleep 20 # open browser /usr/bin/browser_dbuscmd.sh open_new_window | echo "" sleep 5 # load BBC Radio 4 live stream in browser /usr/bin/browser_dbuscmd.sh load_url http://www.bbc.co.uk/iplayer/console/bbc_radio_fourfm | echo ""
The Following 3 Users Say Thank You to lrose For This Useful Post: | ||
![]() |
2010-06-16
, 03:38
|
|
Posts: 64 |
Thanked: 21 times |
Joined on Dec 2009
@ New Zealand
|
#230
|
Report if you like it, if it works, or if it doesn't.
edit: updated the screenshot on the first post to reflect the update.
Author of:
Last edited by shapeshifter; 2010-06-06 at 15:27.