View Single Post
Posts: 187 | Thanked: 345 times | Joined on Nov 2009
#205
Originally Posted by f2thak View Post
alarmed has been changin my profile automatically for weeks now, but it does it even without alarmed installed... plus it doesnt show as a entry in the app??
That's because it's not "Alarmed" that performs the actions, but the maemo built-in daemon called "alarmd". Uninstalling Alarmed wont remove the alarmd events. If you have removed Alarmed and reinstalling it wont show the events like you left them, then you can instead remove the events manually as described in the first post:

Originally Posted by shapeshifter View Post
If it should happen that you create an event and for some reason it gets lost from Alarmed's menu/list, but still exists and acts, look in /var/cache/alarmd/alarm_queue.ini and you'll find your event somewhere at the bottom. It comes with a "cookie", which identifies it. For example: "cookie: 886". You can then use the CLI interface to delete the event. It will tell you it doesn't exist, but it will nevertheless delete the backend-event:
Code:
/opt/alarmed/alarmed.py -CD 886
Don't mess with the alarm_queue.ini, you might do serious damage!
or if you feel brave and capable you can simply edit alarm_queue.ini by hand and remove the faulty entries.
__________________
Author of:
  • The "Alarmed" scheduling and automation app. (Supports alarms, switching profiles, resetting the GPRS counter, setting custom commands to go off, cron syntax and much more. GUI and CLI).
  • "Reaction face-off", a two-player puzzle/knowledge/reaction game.
  • "ytcli", a simple but effective command line youtube client which allows you to play videos from the CLI instantly or download videos on a queue.
 

The Following User Says Thank You to shapeshifter For This Useful Post: