Active Topics

 


Reply
Thread Tools
Texrat's Avatar
Posts: 11,700 | Thanked: 10,045 times | Joined on Jun 2006 @ North Texas, USA
#11
Originally Posted by ragnar View Post
Or: don't do alarms that you don't need to be alarmed of.
The point is that sometimes there are brief exceptions to recurring alarms.

I've had the same need as the OP. Alarm needs a temporary suspend feature.
__________________
Nokia Developer Champion
Different <> Wrong | Listen - Judgment = Progress | People + Trust = Success
My personal site: http://texrat.net
 

The Following User Says Thank You to Texrat For This Useful Post:
Posts: 61 | Thanked: 18 times | Joined on Oct 2009
#12
Originally Posted by ragnar View Post
Or: don't do alarms that you don't need to be alarmed of.
Were you Finns taught "double-negative english" in school, or are you just messing with my head?

 

The Following User Says Thank You to Jed For This Useful Post:
volt's Avatar
Posts: 1,309 | Thanked: 1,187 times | Joined on Nov 2008
#13
Originally Posted by Jedimaster View Post
Were you Finns taught "double-negative english" in school, or are you just messing with my head?

*waves hand*
These are not the answers you are looking for.
 
Termana's Avatar
Posts: 32 | Thanked: 74 times | Joined on Sep 2009 @ South Australia
#14
Out of interest has no one thought of the simple solution to this. Remove the battery! *puts tinfoil hat on* Unless... they built an internal battery in so it could still annoy the bajesus out of you.
 
Posts: 93 | Thanked: 52 times | Joined on Oct 2008 @ Victoria BC Canada
#15
Actually, I have learned that mCalendar alarms do respect the audio mute settings. Of course, setting said alarms is a little clunky. But, they do come on even if mCalendar is not running - same alarm window as regular alarms, but they stay shut up if told to do so. Must be some kind of setting in the actual alarm entry. Now, if we could figure that out, then the app to change it back and fourth would be pretty easy, I expect. I might even have a go at it myself in Perl.

As for the rest, yeah, removing the battery is, literally, the drop-dead solution.

David...
 
volt's Avatar
Posts: 1,309 | Thanked: 1,187 times | Joined on Nov 2008
#16
BTW, Seqretary has a setting under Preferences | Sound; "Play sound even if muted". Turning that off and starting to use Seqretary not be the best/easiest way to solve your need, but if we're talking "remove the batteries", this might as well be mentioned too.
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#17
Ideas:

Code:
killall alarmd
Cut the plug off a old headphone and you have a physical "mute" token that you can plug into your tablet whenever it should be silent. Although it does not seem to work with alarms.

Edit: killing alarmd does not help - it is restarted right away. https://garage.maemo.org/projects/alarmd/ might be a good starting point, although the source does not seem to be available.

It seems like there is work ongoing to open source the alarmd code: https://bugs.maemo.org/show_bug.cgi?id=3635

In the mean time, you could file a feature request in Maemo Bugzilla

Edit 2: After reading the rest of this thread, I really wonder why I haven't thought about looking for an initscript for alarmd before. Anyway.. that's the way to go (see some posts below for how to do it .

Last edited by thp; 2009-11-09 at 14:13. Reason: Of course.. the initscript!
 

The Following 2 Users Say Thank You to thp For This Useful Post:
ysss's Avatar
Posts: 4,384 | Thanked: 5,524 times | Joined on Jul 2007 @ ˙ǝɹǝɥʍou
#18
This is a conceptual problem that has a very simple theoretical solution: "Just don't set the alarm in the first place.". Unfortunately, real life doesn't work like that Well, unless you lead a very robotic life or a hermit or something.

It's common enough that some phones have a hardware switch to disable audio (usually also gives the option to reroute the notice/alarm to buzz/vibrate): Treo 6xx, iPhones.
__________________
Class .. : Power User
Humor .. : [#####-----] | Alignment: Pragmatist
Patience : [###-------] | Weapon(s): Galaxy Note + BB Bold Touch 9900
Agro ... : [###-------] | Relic(s) : iPhone 4S, Atrix, Milestone, N900, N800, N95, HTC G1, Treos, Zauri, BB 9000, BB 9700, etc

Follow the MeeGo Coding Competition!
 
Posts: 418 | Thanked: 174 times | Joined on Oct 2009
#19
How about this:
http://talk.maemo.org/showthread.php?t=33899
__________________
I luv Google
 

The Following User Says Thank You to Tintin For This Useful Post:
Posts: 43 | Thanked: 22 times | Joined on May 2008 @ EU
#20
Originally Posted by fixerdave View Post
Is there not some kind of secret button that disables alarms temporarily?
it's not a secret at all that alarms rely on the OSSO Alarm Daemon. This daemon can be managed via a usual (for linux users at least ) init script. You can disable the alarm daemon by opening a terminal, become root and use
Code:
/etc/init.d/alarmd stop
alarms won't go off then and of course you also won't be able to set a new timer. To re-enable the alarm daemon: (again from a root terminal)
Code:
/etc/init.d/alarmd start
Hope this helps!
mtron
 

The Following 3 Users Say Thank You to mtron For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:56.