Tagged Questions

Android alarms is the facility provided by Android through AlarmManager to start an intent at a give time (by passing a PendingIntent) which can be used to start an activity or a service or send a broadcast.

learn more… | top users | synonyms

7
votes
1answer
2k views

Identify and cancel an alarm send to an AlarmManager

If I use the AlarmManager to schedule an alarm (a PendintIntent which should be send), how can I identify that alarm later to cancel it? Can I cancel all alarms scheduled by my app?
4
votes
2answers
660 views

Android: connectivity issues in background thread after alarm when “always-on” turned off

Problem description: In my android App, I experience connectitity issues when doing a remote HTTP ("polling") call from an AsyncTask that was started after an alarm went off. The lookup works very ...
3
votes
2answers
418 views

Set an Alarm from My application

I want to create an alarm object from my application. I am writing a To-Do application which will have an option to set an Alarm on the phone. I wanna set the Date and Time and also the Label for the ...
2
votes
2answers
57 views

Cancelling a single alarm when you have multiple alarms

I have used the same pendingIntent to set multiple alarms using different intentId for each. the alarm is working. Now i want to cancel a particular alarm. If i use the cancel() method i would end up ...
2
votes
1answer
886 views

Alarm Manager - Scheduling multiple Non-repeating events

In Android Alarm Manager, how can we schedule multiple alarms which are non-repeating and do not have fixed intervals to repeat? I cannot use 'setRepeating' function as the alarms don't have any ...
2
votes
2answers
380 views

How can create more than one alarm?

Are able to create and cancel an alarm with the code below. I want to create more than one alarm. Alarm times comes from an arraylist. In this arraylist I would like to create an alarm for each date. ...
2
votes
1answer
425 views

How to start an Activity off a BroadcastReceiver

I am currently working on a alarm application for android (yea i know im not the only one). I'm fairly new to Android Developing but I've managed to complete the core of the App and all i need is 1 ...
2
votes
1answer
206 views

Alarm is not working in android when the device is off and on again

I have set the alarm to remind me in android it is working when the device is on. But when i switch off the device and again on that reminder alarm is not working. Can you guys please suggest me how ...
2
votes
1answer
377 views

Updating a widget only when device is on AND widget is visible on home screen

As far as I understood the official documentation about Widgets I am a little bit confused. The "standard" way would be to define a BroadcastReceiver and define the update frequency in milliseconds - ...
2
votes
2answers
443 views

How to play default mobile tone when Alarm is fired?

i have written the code for setting an alarm. I am able to raise a toast successfully from my alarm receiver class when the time ticks off. Now i want to play the default mobile tone as well as ...
1
vote
1answer
30 views

Android: Alarm's BoradcastReceiver class takes wrong Integer Extra from Intent object

I am developing an application where there are 3 buttons.Say,button_1 for 5 min, button_2 for 10 min , button_3 for 15 min. when user clicks on one of the button,i set alarm for that time.I am using ...
1
vote
1answer
104 views

Alarm manager don't work after some time

This is my code. It works correctly, but after some time (about 1 hour) it doesn't work. Whats wrong? Thanks in advance. <uses-permission ...
1
vote
1answer
69 views

How to launch Alarm Clock screen using Intent in Android?

In my application, i want to add alarm using my App. So i want to launch the add alarm screen of the phone directly from my App. So how to launch it using Intent?
1
vote
1answer
104 views

AlarmManager occasionally doesn't fire alarm

I'm developing a live wallpaper for Android. To refresh the wallpaper at set times I use AlarmManager. Most of the times this works great, but occasionally my alarm isn't received. On top of that I ...
1
vote
1answer
150 views

Dose AlarmManager keep the Wifi awake or wakeLock needed?

I'm using the AlarmManger to schedule a keep alive timer to remote server, so every INTERVAL an UDP package are send to the server. Should i get a Wifi/CPU lock when the package sent or running on the ...
1
vote
1answer
122 views

On device reboot alarm is not going off at specific time

I am novice to android. I am developing alarm application in android. I have done following code which will work when device is on but on device reboot it will not work for me. I stored that alarm in ...
1
vote
1answer
87 views

Giving Null pointer exception at the invoke time of alarm which is already set in prevoius activity

I am testing simple alarm application. In firstactivity I set alarm with ringtone which is picked from Ringtonemanger, for that I used setRing() method. Then through intent I passed it to Broadcast ...
1
vote
1answer
156 views

how set alarm along with notification?

i've been doing on my alarm project.. my code is like this : String a = interval.getText().toString(); Intent myIntent = new Intent(AndroidAlarmService.this, MyAlarmService.class); ...
1
vote
1answer
75 views

Android: Alarm app best practices?

I'm writing a simple alarm clock app to introduce myself further to android development. I've looked at the android tutorials for alarms; for starting services and activities. In my case I want to ...
1
vote
1answer
454 views

Android: why did the Alarm notification stop after system reboot

I am developing an android application that should fire an alarm five times a day: - the times in each day is not constant - after the alarm is fired I will schedule the next alarm. My problem is : ...
1
vote
2answers
181 views

How to create Recurring of Alarm in Android After taking user input?

I am an android developer.I am making an application in which I have to take user input like 8:00,9:00,10:00 etc and I have to set alarm for 20 or 30 days for each time user enter .A user can enter ...
1
vote
2answers
357 views

Android Alarm Service Not Responding

I took some code from some questions here in SO as well as some other website and I came up with a reasonable solution. What I am trying to do: I need to shutdown the app after 2 minutes of ...
1
vote
1answer
268 views

AlarmManager & NEXT_ALARM_FORMATTED

I am setting alarams as follows: AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE); alarm.setRepeating(AlarmManager.RTC_WAKEUP, ...
1
vote
2answers
48 views

how would create an alarm manager with reciever to put phone on silent at certain time?

I have been trying this for a while and i cannot figure out the best way to do it and i do not really understand what teh broadcast reciever does. what i would like is for the alarm to be fired and ...
1
vote
0answers
389 views

Android: If you use an AlarmManager to wake up the phone, does the phone go to sleep as soon as your task completes?

If the phone does fall asleep as soon as you are done keeping it up, that brings me to the second curiosity question: How often can the phone wake up and fall asleep before it becomes inefficient? ...
1
vote
0answers
128 views

Common events that will cancel a recurring alarm

I was wondering what some common events were that would cancel a recurring alarm. I am catching them so I can reset the alarm when needed. What are some other common one's that I may not be ...
1
vote
1answer
253 views

updating alarm from pending intent in android

I am working on an Alarm Clock project and i want to edit my already set Alarm. when I edit alarm then alarm time is updated but values that I send by using putExtra() are not changing. I am using ...
1
vote
1answer
489 views

Android canceling all alarm set

I am making an event application and user can set a reminder for events he wants. So i use the alarmManager to create alarms. I would like to put a cancel all option to my main activity so that i ...
0
votes
0answers
22 views

Handling multiple alarms going off android

I need your help. I am having problem when two alarms goes off at the same time. I am using singletop for alarm dismiss activity but when two alarms goes off then the problem occurs. Please let me ...
0
votes
1answer
22 views

how to call activity's function from alarm manager

I have a startApplicationService method in an activity. Therefore I have an alarm manager. startApplicationService method is calling background service. I want to use/call that method in onReceive ...
0
votes
2answers
39 views

how to clear previous alarms in alarm manager?

i am developing one alert app in that i am using alarm manager concept in that user can select no. of days before to came alert(ex.if he select 5 days the alert will come before 5 days) comparing days ...
0
votes
1answer
39 views

Permission denied while trying to call alram clock

i was trying to write an app which needs user to set an alaram, i tried to call alaram clock with the intent using following code Intent i = new Intent(AlarmClock.ACTION_SET_ALARM); ...
0
votes
1answer
32 views

Options for keeping device awake while a short-lived service runs

I'm developing an application that takes the user through an exercise plan. It's a running trainer that uses audio cues to let the user know when to walk, run, etc. at different points during their ...
0
votes
1answer
20 views

Display set alarm in textView

I want to display the current time my alarm is set in a textview but I can't figure out what to do. Any Suggestions? Thanks!
0
votes
1answer
27 views

How to keep the IntentService's attributes persistent?

I'm building an application where an IntentService is periodically run using the AlarmManager: AlarmManager alarmManager = (AlarmManager) getSystemService(ALARM_SERVICE); Intent ...
0
votes
1answer
89 views

Not able to stop alarm and vibration

I have 2 activity classes and a class extending broadcast receiver. Using activity1 i launch the app, set the alarm which will begin after 10 secs and i am closing the app. after 10 secs the app is ...
0
votes
1answer
115 views

How to update an app widget on midnight?

My app has a widget that shows today's date and need to be updated on midnight. The widget is defined in the manifest as <manifest> ... <application> ... ...
0
votes
1answer
31 views

How to notify the user before activating schedule using AlarmManager?

I am using AlarmManager and BroadcastReceiver to handle custom schedules in my application. And it works well. Code snippet : AlarmManager alarm = (AlarmManager) ...
0
votes
1answer
51 views

Is it possible to put the multiple date alarm with the this code in android?

In my Application i want to set the Different alarm on defferent date. So is it possible with this code: //For Broadcast Alarm alarmManager = (AlarmManager) ...
0
votes
0answers
52 views

android : How to set such timer notification?

In My application i have set the timer that Shows the notification after 5 second with this code: AlarmManager alarmManager = (AlarmManager) ...
0
votes
0answers
9 views

How to monitor the Device's literal “Roaming”?

I want to keep track of how far the user/user's phone has moved from a "set point." I would like to check every, say, 15 minutes, their latitude and longitude. Is there an accepted "Pattern" for ...
0
votes
0answers
76 views

Android : Notify user at same time using alarmmanager

I'm trying to notify user using alarmmanager. The time in milis set for the alarmmanager I retrieved from db, my problem is, I've two different event would like to notify the user which is Event A and ...
0
votes
0answers
78 views

Android alarm,Wake lock,,

I am using an alarm manager with a broadcast receiver and creating an activity when the alarm time fires up. Everything is fine when the phone is not locked and the display is ON.The Alarm Activity ...
0
votes
0answers
49 views

Alarm Key unlock not working

Hi I am developing an alarm app in android. I want my app to programmatic-ally unlock the keyguard and wake the screen. I am using the below code in my alarm activity page. ...
0
votes
0answers
53 views

how to add multiple gps approximate alerts in android

I am developing an android application where i need to set multiple gps alerts at a one go on stored location in sq-lite , although im getting notification but seems that will not fire on all ...
0
votes
0answers
45 views

multi choice list reference

I need a list preference that contains every day of the week to select the repetition of alarm like this, How can i do this,by default android displays only radio buttons. Please Help.
0
votes
4answers
89 views

android :-Alarm manager not working

In my code alarm manger is not working.Rest of my application is working well.Please see my code. Intent myIntent = new Intent(getApplicationContext(), AndroidAlarmService.class); ...
0
votes
1answer
48 views

cancelling the alarms which were set previously

I have created an alarm application in android.The problem is, when the phone reboots the alarm which was set already for previous date is showing. How to cancel the alarms which were set before the ...
0
votes
4answers
210 views

set alarm on selected time and date

I am developing a taskmanager on Android 2.1. I want to set alarm for a task set by date from datepicker and time from time picker Help me with the code.. public void onCreate(Bundle ...
0
votes
3answers
212 views

Alarm not working in android?

I get stuck with something that , I guess , is very trivial. Basically I am scheduling alarm for a given moment in the future : Intent contentIntent = new Intent(this, AlarmReceiver.class); ...

1 2