Questions tagged [alarms]

71 questions
0
votes
1 answer

How to get notification when mobile in switch off mode

Iam try to do a small application in that i want to show alarm/notification even when iphone is in switch off.. Please tell which one is best like localnotification/pushnotification/ add to reminder..
iosLearner
  • 1,312
  • 1
  • 16
  • 30
0
votes
2 answers

Java application exception monitoring & alarms

We have a few applications which are running in Windows 2K, 2008 servers. They are written in java. These applications needs to do many automation tasks. We are having difficulty to monitor these applications. Sometime due to XYZ reasons…
0
votes
1 answer

the alarm doesn't be reset after reboot

I developed a new app what displaying the times for TV shows and i want to make reminders for this times .. that's working good but after reboot all alarms are deleted then i used receiver with BOOT_COMPLETED action to retreive data from database…
eng.ahmed
  • 905
  • 4
  • 16
  • 38
0
votes
1 answer

Multiple alarms with AlarmManager

I'm currently at my wits' end. In my application the user can set alarms by selecting the weekdays he wants and a time. The below function checks the rule-set and looks for rules that have a time criteria. In those cases it will set an alarm for…
Jens
  • 1,157
  • 1
  • 8
  • 17
0
votes
1 answer

Android show notification from app

I have application that needs to show notification in status bar. I have to set time and date in my app, and on that time and date notification needs to be shown in status bar as somekind of reminder. I've tried this tutorial, but scheduled event…
Veljko
  • 1,893
  • 6
  • 28
  • 58
0
votes
1 answer

Application alarm causing a weird error until I press the back button

I have an alarm in my application that notifies me every 10 minutes. It works fine but each time when the alarm notifies me, my application name will show as a box in the middle of the screen, and I can't press anything until I press the back…
Maha
  • 459
  • 1
  • 6
  • 22
-1
votes
2 answers

Setting alarm clock to be shown in Clock application

Is there way to set up alarm clock in my application - this means that when I use something like AlarmManager or else, my new alarm would be visible on my alarm list in stock Clock application. I read some tutorials and did some but none has managed…
Tomi S
  • 197
  • 1
  • 6
  • 17
-1
votes
1 answer

Generate alarms and notifications and send mail based on a condition in Python

I am running an etcd cluster in my machine. I have added three members too. Is it possible to generate the an alarm/notification based on the condition that cluster is healthy/not-healthy and is it possible to read some email-ids from a YAML file…
-1
votes
2 answers

Setting alarms daily android

I want to make my application set alarms every day at lets say 7 am a list of pills for the user. So far I have been doing it when a user adds a new pill, I will set the alarm directly, but I want to make it set alarms for today only. I am able to…
hakuna matata
  • 3,243
  • 13
  • 56
  • 93
-1
votes
1 answer

How can I use AlarmClock on Android 2.2?

I'm trying to use AlarmClock in my app, but I'm using android 2.2 and have a error message saying that Field requires API level 9 (current min is 8). What can I do?
Airtony
  • 5
  • 2
-4
votes
1 answer

how to play an alarm notification for 10 minutes

How can I play an alarm notification for a particular period of time in Android (e.g for 10 minutes continuously)? public class AlarmReciver extends BroadcastReceiver{ private static int NOTIFICATION_ID = 1; Bundle bundle; int notificationId =…
1 2 3 4
5