Questions tagged [alarm]

Anything related to the design and implementation of alarms. An alarm is a form of man-machine interaction where the attention of the user of an application or a system is attracted using an audible, a visual or some other kind of signal (or a combination thereof) in order to make the user aware that some event has happened.

Anything related to the design and implementation of alarms. An alarm is a form of man-machine interaction where the attention of the user of an application or a system is attracted using an audible, a visual or some other kind of signal (or a combination thereof) in order to make the user aware that some event has happened.

1509 questions
-2
votes
1 answer

alarm to trigger every hour and every day

i want to trigger alarm on hourly basis like from 6am to 6pm and it also trigger every day from 6 am to 6 pm. do i require mutltiple alarms ? help needed Intent intent1 = new Intent(context, cls); PendingIntent pendingIntent =…
vnibin
  • 1
  • 1
-2
votes
1 answer

How to pop up a dialog box at 8pm (20:00 hours) every day using java?

I have a written a java code to popup a dialog box every day at 8pm (20:00 hours). However the code worked for the first time only and didn't work later after I changed the time. This is my code: import java.util.Calendar; import…
-2
votes
1 answer

Is it considered copyright if I use a small portion of a song to play as an alarm in my iOS app? Will my app be taken down for copyright infringement?

I just want to know if the following scenario is considered to be copyright infringement... In my app, the user can accumulate points to "buy" different alarm sounds..these alarms are actual 5-10 second snippets of songs from artists...Is it…
YungGoat
  • 123
  • 1
  • 9
-2
votes
3 answers

Play Alarm in silent mode in swift

if i am on background audio then developer.apple.com send to me mail Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the app was running in the…
-2
votes
1 answer

cancelAlarm method not actually canceling my AlarmManager

I have used this cancelAlarm method from another reputable answer on stack, and it isn't getting the job done, and I am out of ideas of why this isn't working. I have an activity where one button will start an alarm that will go off every given…
cjnash
  • 1,228
  • 3
  • 19
  • 37
-2
votes
1 answer

android Start Alarm Service with Mobile Clock Time

I want to create Alarm Service that run with mobile clock interval. For example if mobile time is 20:30:00, Alarm Service repeats, and if time is 20:30:45, Alarm wait and starts from 20:31:00 (what time is not important) and continue on every…
Saeed s
  • 33
  • 3
  • 11
-2
votes
2 answers

Is it possible to create alarm which run every second?

Hello Guys I want to create an alarm which run every second . I have searched many code but fond no solution , Please suggest some references . Thanks Amit Sharma
Amit Sharma
  • 926
  • 2
  • 10
  • 35
-2
votes
1 answer

Alarm Clock application in android

I am working on alarm clock project and I want to implement code to wake up alarm when phone is off like android built in alarm service is it possible to make to it ?? please answer.
Shanky
  • 1
  • 1
-2
votes
4 answers

Java compare two strings and print line

I know this may be a really stupid question because my professor says I'm very close but I've tried so many different things. I've made an alarm clock and all that is left is to get the alarm option to compare to the time and if they are the same,…
-2
votes
2 answers

How to make my app run in the background

I am developing an application that takes a number of tasks from user and reminds him on time. So, I need to know how to run my application in the background and how to get the data from SQLite - Date&Time- to set the alarm. The class of the…
user3190285
  • 1
  • 1
  • 1
-2
votes
1 answer

how to integrate alarm in a rimlet or blackberry application?

i am developing an application for blackberry i want alarm to ring on a specific date please help me out how to do it.
user188391
  • 108
  • 3
  • 13
-3
votes
1 answer

How do I get access to iPhone Alarm?

Possible Duplicate: Is it possible to change/set the alarm clock from a different application on the iPhone How do I get access to iPhone Alarm? I mean default Alarm app, not the Calendar. I would like to find out when the event is triggered and…
Pav
  • 3
  • 3
-3
votes
0 answers

Android Alarm Which Opens an Activity even When in Lockscreen or App is Close is not working

I want to make an app in which on a button click there will open an alarm activity whether the app is in background or killed or screen locked or not. ChatGPT provides me these below lines of code but that doesn't do the exact thing I want. public…
-3
votes
1 answer

Best way to retrofit existing alarm PIR with esp8266/etc?

Without going into too much detail: Hardware : Alarm System : Risco Lightsys2. Nothing unique here, each PIR (and sensor, door contacts, etc) gets 1.5 terminals on the motherboard / "zone expander" (the mobo only allows for 8 devices). 3 terminals…
anonymous-one
  • 14,454
  • 18
  • 60
  • 84
-3
votes
1 answer

How are signals handled in Unix?

My question is that how are signals handled in Unix. Are they handled by making new thread or there is something else? Also what is the flow of execution of programme when a signal comes? What I mean by flow of execution is that, let's say I am in…
bewithaman
  • 768
  • 8
  • 16
1 2 3
99
100