The alarm doesn't sound a second time though the snooze IS enabled

Whether I pick up my phone 10 min later or an hour later it shows the alarm screen where it says tap to hit snooze or slide to shut off (or whatever it is). Like it's still set and the alarm is going off and it's waiting for me to shut it off (though there's no alarm sounding). It goes off the first time and that's it. The snooze is enabled, the volume is up. I have fallen back to sleep multiple times as I rely on my phone alarm. I have gone through the settings of the alarm and everything is set perfectly.

Submit a "bug report" on the Apple Feedback page. Sounds like something they should fix.
Beavis2084

Similar Messages

  • Alarm doesn't sound on some occasions

    Hi there,
    I am having issues with alarm on the iPhone 4, I have set an alarm with the following settings :-
    Repeat               Weekdays
    Sound                Alarm
    Snooze               On
    Label                 Alarm
    Time                 7:00
    I set my volume to full
    On some occasion, the alarm doesn't sound although it does vibrate - what is causing this issue?
    Any ideas?

    You'll need to report that directly to Apple as they don't monitor these forums. http://www.apple.com/feedback

  • Function doesn't carry out second time of asking

    i have created a game on flash cs6 where you can retry if you die however one of my functions that creates the things they have to catch doesnt work after you play the game more than once...
    Why is the function doing this and how can I make the function carry out an infinite number of times as long as the player is retrying it.
    Also I am using AS3.
    Here is the code:
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.events.Event;
    import flash.events.KeyboardEvent;
    stop();
    var flakeArray:Array = new Array();
    var snowflakeTimer:Timer = new Timer (500, 0);
    snowflakeTimer.addEventListener(TimerEvent.TIMER, moveSnowflake);
    snowflakeTimer.start();
    var direction:Number;
    var speed:Number = 20;
    var score:Number = 0;
    function moveSnowflake(e:Event){                                 
              var snowflake:Snow = new Snow();                                  
              var newX:Number = Math.random ()*500;                        
              snowflake.x = newX;
              addChild (snowflake);
              flakeArray.push(snowflake);
    function checkForSnowInBasket():void {
              for each(var thisFlake:Snow in flakeArray){
                        if(thisFlake.hitTestObject(basket)){
                                  score = score + 1;
                                  scoreDisplay.text = "Score: "+score;
                                  removeChild(thisFlake);
                                  flakeArray.splice(flakeArray.indexOf(thisFlake), 1);
    var basketTimer:Timer = new Timer(20, 0);
    basketTimer.addEventListener(TimerEvent.TIMER, moveBasket);
    basketTimer.start();
    function moveBasket(t:TimerEvent):void {
    switch(direction){
                        case 37:
                                  basket.x = basket.x - speed;
                                  break;
                        case 39:
                                  basket.x = basket.x + speed;
                                  break;
    stage.addEventListener(KeyboardEvent.KEY_DOWN, logDirection);
    function logDirection (key:KeyboardEvent): void {
              trace(key.keyCode) ;
              direction = key.keyCode;
    stage.addEventListener(KeyboardEvent.KEY_UP, logStop);
    function logStop (key:KeyboardEvent): void {
              trace(key.keyCode) ;
              direction = 0;
    var girlTimer:Timer = new Timer(20, 0);
    girlTimer.addEventListener(TimerEvent.TIMER, moveGirl);
    girlTimer.start();
    function moveGirl(t:TimerEvent):void {
              switch(direction){
                        case 37:
                                  basket.x = basket.x - speed;
                                  break;
                        case 39:
                                  basket.x = basket.x + speed;
                                  break;
              checkForSnowInBasket();
              if(basket.hitTestObject(leftIce)){
                        snowflakeTimer.stop ();
                        girlTimer.stop();
                        stopSnow ();
                        gotoAndPlay (5);
              if(basket.hitTestObject(rightIce)){
                        snowflakeTimer.stop ();
                        girlTimer.stop();
                        stopSnow ();
                        gotoAndPlay (5);
    stage.addEventListener(KeyboardEvent.KEY_DOWN, girlDirection);
    function girlDirection (key:KeyboardEvent): void {
              trace(key.keyCode) ;
              direction = key.keyCode;
    stage.addEventListener(KeyboardEvent.KEY_UP, girlStop);
    function girlStop (key:KeyboardEvent): void {
              trace(key.keyCode) ;
              direction = 0;
    function stopSnow() :void {
              trace("FLAKEARRAY:"+flakeArray.length);
              for each(var thisFlake:Snow in flakeArray){
                                  trace('removing flake');
                                  removeChild(thisFlake);
              flakeArray = [];
    This is the Function that doesn't seem to be carried out after the user has retried the game... I'm not too sure why the function doesn't get carried out a second time... so any help would be extremely useful!
    Thanks in advance!

    There is a custom class of Snowflake, that gets called from the library.
    And when I replay the game, me traces showed up before the function and after the function but not in the function, this is how i gathered that the function doesn't get called when the game is replayed...
    Have i missed a section of code out that tells Flash to play the function each time the game is played?

  • Alarm doesn't sound

    On occasion, the alarm that's set will visually be working, but no sound to actually wake you up will happen.  Snooze, etc comes up on the screen, but there's no alarm sound.  Resetting the phone does not resolve the issue.  I have determined the problem to be that when an e-mail arrives a moment before the alarm is to activate, the sound from the e-mail arriving will over-ride the alarm wake up sound.
    This is an issue that hasn't been fixed.  I've run into this issue before on my previous generations iPhones (4S, 5 and now 6).

    You'll need to report that directly to Apple as they don't monitor these forums. http://www.apple.com/feedback

  • My alarm doesn't sound, starting today 1/1/12

    My alarm has worked fine for the past 1.5 years.  Starting today, 1/1/12 (not sure if that has anything to do with it), the alarm does not go off.  I've tried several things on the settings and the only thing I can get to work is to set it to Repeat -- then it sounds.  Problem is, I'd like it to work even for 1-time alarms.

    It's not a fix as such and it's only temporary untill I can find a permanent fix but changing the date to any date in 2011 in Settings means the alarm works. Like I say, it's not ideal but it means I can wake up for work on time!

  • Call transformation: tt:cond using="exist..." doesn't work a second time?

    Hello,
    unfortunately I did not find a solution in the internet. So I'll try to get an answer here.
    I  created a simple transformation and want it to work with two similar internal tables. These tables contain one different column with different names and types.
    <tt:loop .... name ="line">
         <tt:cond using="exist($line.columnname1)">
        </tt:cond>
        <tt:cond using="exist($line.columnname2)">
        </tt:cond>
    </tt:loop>
    During deserialization time the second <tt:cond does not recognize that columnname2 exist. If I write something like
    <tag><tt:value ref="$line.columnname3" /></tag>
    beetween these two tt:cond groups columnname2 is found afterwards.
    I know that I can add an addiional parameter describing the type of the table.
    But my question is whether I did something wrong or whether there is an other solution without using any additional information.

    I tried it your way and got error.
    I added a close and did not get the error and second attempt.
    Did you try closisng?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Get_selected_rows doesn't work for second time

    I have a custom screen with an ALV output and some push buttons. When I select one of the rows in ALV and click on a pushbutton, it does go the next screen. But, if I come back and select another row in ALV, the table parameter <b>ET_ROW_NO</b> returns with no entries. Couldn't figure out myself. Can anybody please help me?
    Thanks,
    Chandu

    Hi,
    In your PBO during creation of your object, maintain a flag. Consider the following :
    IF FLAG = 'X'.
    CREATE OBJECT DUMMY....
    CALL METHOD DUMMY->SET_TABLE_FOR_FIRST_DISPLAY....
    ENDIF.
    If you maintain this, the object will not be initialised every time.
    Try this and if helpful reward points.
    Courtesy : Sakthi Seithur
    Regards

  • Alarm notification comes up every day even though I deleted the alarm

    I use my iPhone 4 as an alarm clock in the morning.  I use the built-in alarm clock app instead of a nother because it seems to deal best wtih ignoring the silent switch, so I'm more likely to wake up.
    My schedule changed, so I disabled an alarm and created another.  However, I still get notifications from the disabled alarm.  I even tried deleting the alarm, and I still get the notification dialog box (NOTE the alarm doesn't sound, I just get the system modal dialog box) every day.  What's worse, the notification comes up 5 or 6 times every morning!  The same notification for the alarm I already deleted.
    I went to the genius bar today, and the guy said I need to completely wipe my phone without restoring my data!!!!! Seriously?  Lose all my contacts, calendars, databases, etc and havey to re-enter them??  Really?
    Ther'es got to be another solution.  I thought push notifications come from Apple, and aren't even triggered by the device anyway.  If that's the case the problem may be more on Apple's side than mine.
    Thoughts?  Thanks.

    I am wondering what you mean with the disk image that you mention and if that could cause the large backup size, especially if it is not a sparsebundle type image.
    If you already have a separate partition on your HD, I would have moved the "iPhoto Library" file from your account's Pictures folder to that partition.
    Then you would need to create a symbolic link (not an Alias) from there back to the Picture folders of the accounts that you want to share your iPhoto library with. You will of course also modify the access rights to allow the other account(s) to write to the library file.
    I followed a slightly different approach on my Mac, where the "iPhoto Library" now is in the Shared Users folder (/Macintosh HD/Users/Shared) and I linked it back into my and another account via the Terminal app (e.g. "ln -s /Macintosh HD/Users/Shared/iPhoto Library /Macintosh HD/Users/me/Pictures").
    The iPhoto automatically recognizes the library without any changes and you could read from and write to that library from multiple accounts.
    This works perfectly fine for me and I never had trouble with large backups or corrupt data (at least not yet ;-).

  • Cannot run a jsp a second time in WebLogic Portal 10.3

    I have an index.jsp that has bunch of links that build pdfs.
    here's the code from the jsp that builds the links
    <netui:anchor action="openDocumentForView" target="new">view
         <netui:parameter value="${container.index}" name="id"/>
    <netui:parameter value="${container.item.documentType}" name="type"/>
    <netui:parameter value="${container.item.imageToken}" name="imageToken"/>
    <netui:parameter value="${container.item.tokenId}" name="
    </netui:anchor>
    the idea is that it opens a new window and streams a pdf.
    The action in the jpf does the forward like this
         URI uri = new URI("showImage.jsp");
         System.out.println("uri = " + uri.toString());
         return new Forward(uri, true);
    the showImage.jsp looks like this:
    <%@ page import="java.io.*, java.util.*"%>
    <%
    System.out.println("showImage.jsp ran....");
    response.setContentType("application/pdf");
    byte[] pdf = (byte[]) request.getSession(false).getAttribute("imageObject");
    request.getSession(false).removeAttribute("imageObject");
    response.getOutputStream().write(pdf);
    response.getOutputStream().flush();
    response.getOutputStream().close();
    %>
    What happens is:
    I click on one link
    the new window opens
    in the controller the pdf is built & put in the session
    in the new window, showImage.jsp is loaded and the pdf is displayed.
    Then I close the showImage.jsp window, in the first window I click another link
    in the controller the new pdf is built & put in the session
    in the new window the previous pdf is sent to the user.
    the jsp doesn't run a second time ( there's a print statement that never runs, so I know the jsp never runs, and a few other tests).
    It's not cached in the browser, I've used response.setHeader to prevent other caching.
    so I'm stumped.
    Does anyone know how to get this jsp to run everytime it's called?
    Thanks
    John
    Edited by: user11142479 on Mar 9, 2011 12:51 PM

    I don't recall the product shipping a facet called Mobility Framework. This might have come from another product called WebLogic Mobility Server. I do not believe that this product exists anymore since the Oracle purchase of BEA. This product came from a partner called MobileAware and I think you can still purchase it from them if you require it.
    However, you might want to read about the native capabilities in WLP for handling multiple devices. Read:
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/portals/multichannel.html to see if this is sufficient for your requirements.
    Brad

  • For the second time this week the sound on my iPad 2 doesn't work. Who has the solution for this problemen?

    For the second time this week i don't get any sound from my iPad 2. Who has the solution for this problem?

    Check your settings. The iPads have a small switch on the right edge. It can be used as a rotation lock to keep the screen from automatically reorienting itself as you move around, but you need to have the tablet’s settings configured properly. That same switch, right above the volume buttons, can also be set to function instead as a mute button to silence certain types of audio.
    If the switch is set to work as a mute button, you can change its purpose to “screen-rotation lock” by tapping the Settings icon on the home screen. On the Settings screen, tap General on the left side, and on the right side of the screen flick down to “Use Side Switch to.” Tap to select Lock Rotation or Mute to set the button’s function. Even if you set the side switch for your preferred use, you can still mute the Mini or lock the screen. Just double-click the Home button, and when the panel of apps appears along the bottom edge of the screen, flick the row from left to right with your finger. Tap the icon on the far left side of the row to either lock the iPad’s screen or mute the iPad’s alerts, notifications and sound effects. Music, podcasts and video are not muted unless you turn the volume all the way down.
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
     Cheers, Tom

  • My iphone 5 has no sound out the speakers, all it will do is play out alarm tone, all sound were Working this morning, I have re set my phone many times

    My iphone 5 has no sound out the speakers, all it will do is play out alarm tone, all sound were Working this morning, I have re set my phone many times, please help

    Hey Amiee_19,
    Thanks for the question. It sounds like your Ring/Silent switch may be toggled:
    Ring/Silent switch - iPhone
    http://help.apple.com/iphone/7/#/iph3bd01398
    Ring/Silent switch
    Flip the Ring/Silent switch to put iPhone in ring mode or silent mode .
    In ring mode, iPhone plays all sounds. In silent mode, iPhone doesn’t ring or play alerts and other sound effects.
    Important: Clock alarms, audio apps such as Music, and many games play sounds through the built-in speaker, even when iPhone is in silent mode. In some areas, the sound effects for Camera and Voice Memos are played, even if the Ring/Silent switch is set to silent.
    For information about changing sound and vibration settings, see Sounds and silence.
    Use Do Not Disturb. You can also silence calls, alerts, and notifications using Do Not Disturb. Swipe up from the bottom edge of the screen to open Control Center, then tap the Do Not Disturb button . See Do Not Disturb.
    If the above does not resolve your issue, see this article:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/TS5180
    Thanks,
    Matt M.

  • My iPod touch 4th gen white's home button doesn't work the first time I press it, but the second time.

    My home button doesn't work the first time I press it, but the second time.  This is very annoying.  Why is it doing this?

    - Try a reset. It cures many ills and nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    -If a hardware problem see:
    fix for Home button

  • How do I open my itunes account on a new computer without having to buy all new songs? It doesn't seem fair to have to buy all the same songs a second time if they are already purchased by me and I just want them on my new computer!

    How do I open my itunes account on a new computer without having to buy all new songs? It doesn't seem fair to have to buy all the same songs a second time if they are already purchased by me and I just want them on my new computer!

    There's a few different ways. The following document is worth checking through:
    iTunes: How to move your music to a new computer

  • ITunes 10.5.2.11 doesn't launch for the second time on Windows 7, 64 bit.

    I have iTunes 10.5.2.11(The latest as of now) on a WIndows 7, 64 bit PC. iTunes launches itself properly for the first time after my system boots, but, when I close iTunes and try to open it once again(without booting again), it's like the computer didn't get my instruction, the iTunes icon only clicks, but, it doesn't open. When I check the running programs with the Task Manager, iTunes isn't there. But, in processes, iTunes *32 is listed(This is after I tried launching it for the second time). If I end this process(and also the process tree), and then try to open iTunes, the window of iTunes appears, but, it just sits there like a brick!
    Can somebody please help me. Thank you.

    I have iTunes 10.5.2.11(The latest as of now) on a WIndows 7, 64 bit PC. iTunes launches itself properly for the first time after my system boots, but, when I close iTunes and try to open it once again(without booting again), it's like the computer didn't get my instruction, the iTunes icon only clicks, but, it doesn't open. When I check the running programs with the Task Manager, iTunes isn't there. But, in processes, iTunes *32 is listed(This is after I tried launching it for the second time). If I end this process(and also the process tree), and then try to open iTunes, the window of iTunes appears, but, it just sits there like a brick!
    Can somebody please help me. Thank you.

  • I have songs both purchased online and downloaded from cd's that itunes is unable to locate. What can I do to get them back and make sure it doesn't happen again as this is the second time this has happened?

    I have songs both purchased online and downloaded from cd's that itunes is unable to locate. What can I do to get them back and make sure it doesn't happen again as this is the second time this has happened?

    Great, that's what I was looking for.  Thanks for the quick response.  I knew that that feature existed in this router, but I couldn't remember what it was called or where to find it.
    The funny thing is, I recall distinctly setting up the DHCP reservation initially, but when I went to check it now, the reserved client list was empty.  I have no idea how it could have become depopulated, thus opening the door for internal IP address reassignment of the Remote Desktop computer which led to the RDP ports no longer being forwarded to the right internal IP address and thus the failure of the Remote Desktop connectivity.

Maybe you are looking for

  • Internet connection drops with new HH4....

    I recently signed up to a new deal with BT and had to pay for my HH4. I have it all connected up the exact same way as my HH3. I am receiving a faster connection now but am now getting VERY frequent internet connection drops.... My PC is wired to the

  • Would like to update G4 OS8.6 to OS10.3.7

    Hello, I own a G5 which is running on OS10.3.9. I also own a G4 which is still working on OS8.6. I have all my software disks from 8.6, 9.2, and 10.3. My G4 does NOT have a connection to the internet. I would like to upgrade my G4 from OS8.6 to OS10.

  • Site function not working in FireFox

    Hi, could someone please help me with my website. The submit button on this page: www.expressrent.co.uk does not seem to be working in FireFox, but works fine with internet explorer. When clicked in FireFox, it just seems to do nothing. but remain on

  • Scrollbars, artboards, resizing and other minor tweaks offer

    I hope Adobe reads these forums, so here i post some bugs to fix, minor tweaks and my personal wishes for Illustrator. I guess many of them are not so hard to fix, but will make Illustrator much better. BUGS: - fix alt-scroll bug in pixel preview (vi

  • Premiere pro won't playback

    Guys, I've got a problem with premiere, when i start it, the source monitor is white and it wont playback my project. And after a couple of seconds premiere is not responding anymore and quits. I've tried to close the source monitor but still won't p