Top "Alarm" questions

Anything related to the design and implementation of alarms.

How to handle Alarm notification in Android?

I'm developing an media player application for Android, for which I need to handle any Alarm notification, and based on …

android alarm
Android AlarmManager problem with setting & resetting an alarm

I use an Alarm to fetch data from server. I like to give user the option to start and stop …

android android-intent alarm alarmmanager android-pendingintent
signal.alarm replacement in Windows [Python]

I have a function that occasionally hangs. Normally I would set an alarm, but I'm in Windows and it's unavailable. …

python alarm
Controlling the Alarm icon in status bar

This question relates to Android versions pre-Lollipop. For Lollipop API, check related question: Lollipop API for controlling the Alarm icon …

android alarmmanager alarm android-alarms undocumented-behavior
Set notification at specific time android

I realize this question has been asked before, but I'm at my wit's end with this one. I have an …

java android notifications alarm
How to check if alarm is set

I'm trying to check if my alarm is active or not. The alarmIsSet method will return false before the alarm …

android alarm alarmmanager
What is sigaddset used for?

I have this code where I use sigaddset and sigaction. However if I comment segaddset the result is the same …

c linux signals posix alarm
MySQL Innodb Deadlock - how to remove old event?

My monitoring tool, Zenoss, is reporting a 'LATEST DETECTED DEADLOCK' event from a MySQL Innodb engine. When I run 'show …

mysql innodb deadlock alarm zenoss
Send notification once in a week

I want to notify the user about answer the weekly questions.I need to send the notification to the user …

android timer notifications alarm
How I can open native alarm clock in iphone by using code?

I have to crate a sample app in which when I clicked a button that should open the native alarm …

iphone alarm