The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
1answer
10 views

I need help developing an app for android that is an alarm to the preset time

I need help developing an app for android that is an alarm to the preset time. A person simply chooses the sound will be, but the time will always be 4:20 Thanks
5
votes
3answers
83 views

how do i make my code sound an alarm when it finishes running?

I am in a situation where my code takes extremely long to run and I don't want to be staring at it all the time but want to know when it is done. How can I make the (python) code sort of sound an ...
0
votes
0answers
30 views

Alarm Clock like script for my cordova 2.7.0 android project

I'm trying to build an android app by using phonegap. I need to put a reminder into my app which will notificate the user at any time of the day. I have tried to intagrate this plug-in; ...
0
votes
0answers
7 views

how to add an alarm to tts application so that at a particular time, it will wake up and start speaking some text

I am new to Android.I am trying to develop a trying to develop an application which will wake up at a given time and start speaking the given text.So far i have implemented tts application and now i ...
0
votes
2answers
28 views

block alarm() in C in Linux

I need a program with time limitation. So, I used alarm() function to exit program within the time limit. But I have a problem with synchronization. In my program there is a critical section, so if ...
-3
votes
1answer
30 views

Passing Values to JavaScript using PHP in when implementing alarm [closed]

Please Help me in finding a way.. I have implemented an alarm using php and javascript. Time comes from mysql database. I will share the code here. It works fine with all browser except chrome. I was ...
0
votes
2answers
34 views

How to identify if application is killed

How to identify if application is killed so that we can restart service by putting some alarm manager in Android at a specific interval of time ?
0
votes
1answer
22 views

AlarmManager opening (Alert)Dialog

My MainActivity sets an Alarm (or multiple Alarms). When the alarm goes of I want to show an AlertDialog that plays the alarm sound, shows info about the alarm and something like OK and delete, after ...
0
votes
2answers
25 views

alarm stop's when signal arrive

I'm trying to combine signal and alarm. I have 2 Processes. 1 is receiving input from the user, and write it into pipe and then sending signal (SIGUSR2) to the other Process. In the other Process, i ...
1
vote
1answer
30 views

Alarm clock with timer?

I am trying to develop my own countdown alarm app on android. I have some questions: How do I create an alarm with a fixed time (50 minutes) so that when I press the start button, it automatically ...
0
votes
0answers
61 views

Google Calendar no longer imports alarms with iCalendar files

I wrote a script that generates several events with alarms in an iCalendar file. I used to be able to import these into Google Calendar and the alarms would work as designed. At some point within the ...
-6
votes
0answers
50 views

How can I do set the sound as (Alarm/Notifications/Ringtone) [closed]

How can I do set the sound as default alarm sound and also how can I do set the sound as Notifications sound and how can I do set the sound as Ringtone please give me full Source code to do that
0
votes
1answer
34 views

Why is my AlarmManager firing off instantly?

I'm trying to build an alarm application. I had the alarm working before and I was able to set the different times and the alarm would go off appropriately. I then changed the layout of the ...
0
votes
2answers
48 views

Alarm Clock with 'German Time' Option - in JavaScript

Paul here. I'm new to JavaScript and trying to build an alarm clock similar to that described in this question: javascript alarmclock script Working demo from Whakkee: ...
0
votes
0answers
27 views

Android - Can i Set TextView with Time Values from Alarm?

I want to get time value from the alarm, that i've set before. I will set text the textview with the time value. How can i get the time value? Anyone can help me? thankyou :) This is some of the ...
0
votes
1answer
44 views

Android Snooze with Finish

Hi I am starting to look into android development and I couldn't find a good tutorial on snooze function. Here goes my question: I have a simple alarm clock that I'd like to implement snooze. I have ...
1
vote
3answers
90 views

time reminder aplication C#

I am tring to make aplication in C# - visual studio 2010. This application is something like reminder. You put the note into text box and use DateTimePicker to select when you need remind this. ...
0
votes
1answer
33 views

Calling WakefulIntentService.sendWakefulWork causes runtimeexception

When this code is run, it gives me a exception RuntimeException. I have yet to add any code to the WakeWork.class. Any thoughts on why this is bombing out? THIS IS CALLED FROM MY 'ON RECEIVER' ...
1
vote
1answer
43 views

Alarm intent doesnt work if somebody call

Everything is allright if nobody calls. If i use Opera, or Gmail, or other app it`s ok. And in time target alarm intent start. Intent i2 = new Intent(); i2.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | ...
-5
votes
0answers
62 views

Alarm and pause in C, Unix [closed]

Given the following code: do { alarm(1); pause(); }while(condition!=0); What is happening is: alarm handler is never called if there are many incoming signals, since each time signal is coming, ...
-1
votes
1answer
64 views

Forcing an alarm handler to be called every 1 second (in C)

The main idea of what I'm trying to do: My goal is that alarm_handler will be called every 1 second, despite of other signals (in this case, SIGUSR2). For that, I wrote alarm(1) before pause() ...
0
votes
1answer
40 views

Android Alarm not firing when in separate process

The below code is from my MANIFEST.XML FILE The below works : <receiver android:name="com.PageP.Alarm> But, when i add the process it doesn't fire : <receiver ...
1
vote
1answer
64 views

python socket recv() and signals

i have a simple (non-threaded) script that listens on a socket for data, analyses it and uses internally SIGALRM's to send emails at predefined timer internals. the problem is during the recv() loop, ...
0
votes
1answer
35 views

Should an alarm be built with Service or BroadcastReceiver?

I want to build an alarm application. I've seen some examples and some of them use Service and some use BroadcasterReceiver. The user will set the alarm and then when it goes off they'll have to do ...
2
votes
2answers
47 views

Alarm Manager Does Not Execute Repeatedly

I'm working on a group project for a class I'm taking and we cannot seem to figure out why our Alarm Manager does not fire intents repeatedly. We've picked through the source code from top to bottom ...
0
votes
1answer
28 views

Android Context with Alarm Managers

I am currently building a notes app. Each note can have an alarm to remind the user of that said note. I am wondering if I create the alarm within the program, but then rebuild it "on boot". Wont the ...
0
votes
1answer
45 views

Which class type should I use with AlarmManager? [closed]

I'm building an app which will work this way: enable Mobile Data or Wifi (WiFi if checkbox is checked) each X minutes for Y minute(s) then disable it. What I've done: MainActivity: set an ...
0
votes
0answers
35 views

How to create multiple alarms

Hi I'm trying to create something similar to an alarm clock app and the only things thats different is that it starts an intent once the desired time is reached. What im having trouble with is being ...
0
votes
1answer
63 views

set irregular alarms daily using alarmManager

I want to set notifications/alarms everyday at specific times. Please note that these times could be different for everyday. For example I have a Database from which I get 5 different entries/times ...
0
votes
1answer
38 views

How would you improve this code? [duplicate]

i wrote this alarm script because i was bored but now i wonder if it is as good as it could be how would you improve it? Im new to coding and don't really know good code from bad code. Thanks for the ...
-2
votes
1answer
89 views

Alarm on Java Clock [closed]

This is a homework assignment. I am trying to create a java 12 hour clock with an alarm. After a week of constant work I finally have it running, however, when I set the alarm, it goes off 2-3 ...
-2
votes
1answer
22 views

Alarm Manager and how to use it [closed]

Hello I have been programming alarm apk in eclipse. But I can't understand How to use the alarm manager in eclipse. I mean for ex) put Bla,bla in main.xml. Thanks.......
0
votes
2answers
171 views

how can i change my computer volume using a batch file?

I am making a batch alarm but i need a way to turn the sound up automatically so I dont have to. current code for alarm (if you have any other improvements feel free to suggest them). @ECHO OFF ...
1
vote
1answer
48 views

android how to get the statue of phone whether it is playing a sound file

I worked with my project with these problems. a user make a new task A and set the alarm, then he make another new task B in the same time and also set the alarm. When the alarm for task A come up,the ...
0
votes
1answer
33 views

how to make the volume keys to show no effect on Audioplyer Sound

I am working on an Alarm app and i used AVAudioPlayer to play the alarm Sound, I have a slider to adjust the audioPlayer Sound in my application settings.Now when the alarm is making any sound i dont ...
0
votes
1answer
26 views

how to play a sound alarm or soundeffect that doesn't stop itunes or other music players?

I'm working on a sport timer app, that should play alarms after a couple of seconds. Everything works so far but It stops all music players. I used the AVAudioPlayer Class to play the sound. Is there ...
0
votes
1answer
51 views

Timer App similar to 4.2 clock alarms

I want to do something like the alarms in the 4.2 clock. But instead of alarms I want to use it for different timers. Enter a name and min:sec, click + (for example) and it creates a card like ...
0
votes
1answer
74 views

android lockscreen settext application crash

i have used a code similar to one of stackoverflow links: how to change system alarm setting text dynamic to only settext on the lock screen but my application crashes when i run it, any idea what ...
1
vote
1answer
30 views

AlarmManager displaying no matter what hour I put

I managed to get the code running but it doesn't work properly. I have put an AlarmManager to at an exact hour, display a text, but the thing is that it appears just in the moment I press the input ...
1
vote
0answers
31 views

Managing AlarmManager to repeat an action weekly

I've been searching all this morning for a good tutorial in how to use AlarmManager to perform an action weekly. The only thing I've found is this: Repeat Alarms on Every Monday in Android usig ...
1
vote
1answer
62 views

how can i set all alarms after reboot in android

i am developing an app that set alarms to fire notifications what remind me about TV shows now i stored data about alarms in database but after rebooting all alarms are deleted and i used receiver ...
0
votes
1answer
37 views

how can i delete one alarm not all alarms?

i developed an android app to fire notification by alarm manager . Now I want to cancel one alarm that fire a notification i saw this code but it deletes all alarms how can i delete one alarm i want ...
0
votes
0answers
48 views

SMS Alarm Service at a pre-defined time

This code works for contact number which i enter first...but when i change the contact number and message text...the apps sends a message to first contact number not the changed contact number.. ...
0
votes
1answer
90 views

java.lang.NullPointerException error when using alarm manager

This error java.lang.NullPointerException is be displaying, when I use alarm manager to fire notification using receiver. I select an item from listView then it call setNotification method then it ...
0
votes
0answers
40 views

Alarm Intent and bluetooth action

I'm coding a program that need to intercept alarm Intent sent by the default clock application built in Android. I know doing this is not recommended by Google and it's not even in the standard API ...
1
vote
2answers
50 views

getting information from scada system on android application in run time

It is possible to create an android application to display on my android application the alarm summary from the SCADA system ? if yes, so what I must do ? thx.
1
vote
0answers
33 views

Set Alarm with Push

I used this link for setting Alarm AlarmWithPush But When i use the current date and time, the push will not working. plz help me to solve this
1
vote
1answer
190 views

Troubles play sound in silent mode on Android

I am writing an android application to simply play an alarm no mater what mode the phone even if it is in silent mode. I found this question and used the code from the answer to override the current ...
0
votes
0answers
49 views

How to light up the phone screen when have a alert? Just like the alarm

My App just like the alarm, the phone will ring and light up the screen when time up, but the phone screen still black when alerting. Please help me, tks.
0
votes
0answers
35 views

Android Alarm on if Statement

I want to sound an alarm and turn it off with a dialog button when an if statement is met. googleMap.setOnInfoWindowClickListener( new OnInfoWindowClickListener(){ public void ...

1 2 3 4 5 11