![]() |
Re: Maemo beeper
Quote:
|
Re: Maemo beeper
Oh, one more thing guys. I am also looking for a friendly interface for this one, since I am not the one whoīs going to use it. Something easy like pocket doan (they call it a "meditation timer") - http://www.freewarepalm.com/clock/pocketdoan.shtml
I do have garnet vm, but I would love to have something similar for maemo... |
Re: Maemo beeper
maybe someone could get this back in working order?
https://garage.maemo.org/projects/maetronome/ |
Re: Maemo beeper
Kandis (http://maemo.org/downloads/product/OS2008/kandis/) also does "noise" after some configurable amount of time.
|
Re: Maemo beeper
yes, but neither kandis norr eggtimer do automaatic repeats without human intervention...
|
Re: Maemo beeper
yep, and I donīt want it. TBH it is a little bit stupid, because if I want it to repeat, it means that I donīt wanna do any intervention. Just beep it every minute! :)
|
Re: Maemo beeper
Quote:
|
Re: Maemo beeper
Quote:
Then type: Code:
apt-get install alarmtool && \If you want it to do that forever, type: Code:
alarmtool -a -boot --recurr 1 --recurr-count -1 \Code:
alarmtool -r 1250625000There is no way to find out the cookie after you schedule the event because of this bug: https://bugs.maemo.org/show_bug.cgi?id=4935 And it would be resilient to power offs, so it could be a nasty trick to play on a fellow tablet user. |
Re: Maemo beeper
@jgombos
Maybe it is listed in: /var/lib/alarmd/alarm_queue.xml |
Re: Maemo beeper
That's pretty useful qwerty12. I had a huge number of events, many of which used the same cookie. I tried this command to clear them out gracefully:
sed -ne 's/[^>]*cookie[^>]*>\([[:digit:]]*\)<.*/\1/pg' \ /var/lib/alarmd/alarm_queue.xml | sort | uniq | \ while read i; do alarmtool -r $i; done But the /var/lib/alarmd/alarm_queue.xml file was not empty. Clearly alarmtool has issues. |
| All times are GMT. The time now is 09:34. |
vBulletin® Version 3.8.8