Questions tagged [alarms]

71 questions
0
votes
1 answer

Boto / Cloudwatch recover instance alarm

I've been banging my head against a wall trying to make this work. I'm attempting to use python/boto to create a cloutwatch alarm that recovers a failed ec2 instance. I'm having difficulty in getting the ec2:RecoverInstance action to work. I…
0
votes
2 answers

Android alarmmanager set alarms in specific days and repeat them all the weeks

i making a app where you can set alarms . it actually works but just one time. and i need to do more than once .im trying to do an class schedule alarms. for example i have class mondays at seven , so i need to start the alarm every monday. but also…
fer
  • 57
  • 2
  • 9
0
votes
1 answer

Simple Alarm Clock in Ruby on Rails 4

I'm new to Rails and I'm trying to develop a simple Alarm Clock in Rails 4. Basically you should be able to set the time of the alarm. On the index page (main page) you will see "number 5" image that will gradually change to "4", "3", "2" and "1"…
0
votes
1 answer

How does one launch android version dependent alarm clock?

Possible Duplicate: Intent to launch the clock application on android I have a widget that displays the time and if one taps on it, it launches the com.android.alarmclock/.AlarmClock activity with an PendingIntent. This works great before-Froyo,…
mobibob
  • 8,030
  • 17
  • 76
  • 126
0
votes
2 answers

How to cancel alarms after app was closed

I've programmed an app with multiple alarms using the AlarmManager. I also have a method which cancels all current/pending alarms. It works well, however if the user closes the app from recents (alarms are still active, as intended), my…
haby123
  • 23
  • 7
0
votes
1 answer

AlarmManager Elapsed Real time Not Working?

So I am new to the elapsed realtime alarm, and I tried to make my service run after the phone was turned on, but the service doesn't seem to get run. Setting Alarm. Intent sintent=new Intent(getApplicationContext(),alrmsetter.class); …
endlesschaos
  • 135
  • 5
0
votes
1 answer

Lotus Notes appointment form

can i modify the form that appears when an alarm remember me something ? the form that i want to modify is this: http://lotusnotes.oit.unlv.edu/sites/default/files/lotusnotes/LN%20Reminders%20SS3.png In particular i want to add another button with…
Michele De Nardi
  • 636
  • 8
  • 21
0
votes
0 answers

Android Alarm manager is not repeating

My Code: (Alarm interval 24 hours) Calendar calSet = Calendar.getInstance(); calSet.add(Calendar.DATE,-1); calSet.set(Calendar.HOUR_OF_DAY, 10); calSet.set(Calendar.MINUTE, 20); calSet.set(Calendar.SECOND, 0); calSet.set(Calendar.MILLISECOND,…
Ravindra
  • 279
  • 1
  • 3
  • 10
0
votes
1 answer

AWS cloudwatch + logs = always in alarm status

So I have an instance setup and have cloudwatch logs to monitor /opt/test/testing and a metric filter setup to look for the phrase "hey" and a coudwatch alarm to trigger to send an email when this state is set to alarm and then once again when the…
Gabriel
  • 535
  • 2
  • 8
  • 18
0
votes
1 answer

add multiple Alarms and alarm sound in Windows phone 8

I am new to windows phone developing I am creating a simple alarm application like same as default alarm system which is installed on our windows phone. User can set multiple alarms user can create alarm on another page and all alarms should be…
sohan vanani
  • 1,417
  • 1
  • 17
  • 37
0
votes
1 answer

Awsec2 alarm related issues

hi I am new with Aws alarm & all other stuff, Actually one of the past employee of our company has worked on aws all alarm set & all stuff now he left so I have to handle this issue ,I need little bit help like we have been getting such messages…
0
votes
1 answer

How to implement multiple signals in a program?

I am starting to learn Python (newbie), so not much idea about the different modules etc. Scenario that I want to simulate: I have a program prg1.py that I want to run for some user defined time say t seconds. After this time (t seconds), the…
pk10
  • 365
  • 2
  • 5
  • 17
0
votes
1 answer

Graylog2 Alarms for non admins

How can unprivileged users subscribe to alarms? Administrators see the alarm tab on each stream. It lets you subscribe in order to get an email if a message limit per timeframe is hit. For "readers" the tab is invisible.
edlerd
  • 2,042
  • 1
  • 15
  • 22
0
votes
1 answer

bacnet alarm summary & acknowledgement

I am developing a touch screen device that gets data from field devices using the BACnet protocol. I'm currently developing some pages that show devices alarms. As per BACnet documentation, there is a service named AlarmSummary. When invoke (as a…
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,252
  • 1
  • 14
  • 27