Why no visual alert that you have new mail??

It would be nice if you could get a visual alert that you have new mail, just as you get for Voicemail and Texts.

I just spoke to a rep at Apple...they had me do a few things...first go into setting and then go to mail and then change fetch data from manually to 15 minutes, that did not work...what we did finally was to delete the mobile me account then take the airplane mode off for 20 seconds then put it back on then hit settings to general to reset to reset all settings...then we added the mobile me account back and it now notifies you when you have mail...I hope that helps....

Similar Messages

  • When i open my emails with outlook first and then with my ipad 4, the ipad does not show me that i have new mail despite that it actually downloads them. iphone 3g and 4s used to do that. any suggestions please?

    when i open my emails with outlook first and then with my ipad 4, the ipad does not show me that i have new mail despite that it actually downloads them. iphone 3g and 4s used to show them as new emails. any suggestions?

    1. Open iTunes.
    2. Click the View option in the iTunes menu.
    3. Select the Show Sidebar option.
    Connect your phone, select it in the Sidebar...the various tabs will now show as before.

  • With FF 10, when accessing fields: no cursor appears, cannot select text, no visual indication that you have accessed a field.

    When clicking in a field to enter text (as in this text box), no visual indicator appears (i.e., blinking cursor) to let you know that you have accessed the field. In addition, when selecting text in the field, there is no indicator that you have selected text (not highlighted). The only way to know is to start typing or to try and cut the text or paste text. It is not intuitive at all.

    You may be experiencing this bug that will be fixed in Firefox 10.0.1, possibly released later this week.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=718939 bug 718939] - Java applet causes text entry fields to become semi-unresponsive

  • Why is it so that you have to have a 4.3 or higher to get an good app

    that is unfair some people cant afford and ios 4.3 or higer

    The app makers can make the apps for whatever they choose.
    The 2nd gen ipod is almost 5 years old.  This is very old in tech terms.

  • With the new download previous purchases on ITunes, you can download all of your music, TV Shows, etc. Why cant you download movies that you have downloaded?

    With the new download previous purchases on ITunes, you can download all of your music, TV Shows, etc. Why cant you download movies that you have downloaded? I had a external hard drive that crashed and it had approx 20 movies that I paid for and downloaded off of ITurnes Why cant i download those?

    Music / TV Shows / Apps / Books.
    Movies are not included.

  • Why can not I install iTunes on Win 7 installation appears every time the next sunrise; service, apple mobile device, failed to start verify that you have sufficient privileges to start system services  Please help me

    Why can not I install iTunes on Win 7 installation appears every time the next sunrise;
    service, apple mobile device,
    failed to start verify that you have sufficient privileges
    to start system services
    Please help me

    The most complete instructions for resolving the issues with the new iTunes is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • I tried to update itunes it corrupted the previous version, I'm trying to install new copy get this message "service apple mobile device (apple mobile device) failed to start. Verify that you have sufficient privleges to start system services." Help!

    Not sure what to do.  I've tried a system restore on my computer after the update in hopes of undoing the problem, that didn't work.  I've tried to install, the new version of itunes for over two days now and I get to the point where it says "starting services" and it almost get's done and then it gives me that message " Service apple mobile device (apple mobile device) failed to start. Verify that you have sufficient privledges to start system services."  Then it gives me three options to click on "abort", "retry" or "ignore".  I've tried to retry over and over and it does no good, I just get the same message.  I've tried ignore and the one time it did finish installing itunes, it didn't work, I got error messages telling me that it failed to download properly and I needed to delete the program and download it again.  I thought maybe it had something to do with my ipod not being pluged into the computer so I pluged that it and it's still giving me the same message.  I just don't know what to do.  I'm very frustrated and I would really appreciate it if someone could help me.  I'm completely out of ideas.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • TS3212 I receive a massage that a new version of ITunes was available (11.1.4). I proceeded to update, the download went ok but when installing the Message "Service 'Apple Mobile Device' failed to start, verify that you have sufficient Privileges to start

    I receive a massage that a new version of ITunes was available (11.1.4). I proceeded to update, the download went ok but when installing the Message “Service ’Apple Mobile Device’ failed to start, verify that you have sufficient Privileges to start system Services”
    On pressing retry I got the same message.
    On pressing Ignore, I got the message “ITunes was not installed correctly, please reinstall ITunes – Error 7 – (windows error 126)
    I reinstalled with the same error messages and the same results.
    I uninstalled existing and reinstalled from scratch and the same error messages again.
    I try to repair and at the end it said it had installed correctly – but when it tried to start I got the message “This application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix the problem” I now get the same message when I first start the computer but when I press ok I receive ““ITunes was not installed correctly; please reinstall ITunes – Error 7 – (windows error 126)” again.
    It appears the update has not only corrupted the operating system (Xp Pro SP3) of my computer but I have no backups to my IPhone, my wife’s IPhone or the three others phones that use my computer.
    I hope you can advise me how to recover my backups

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • HT1711 how do i activate my new mac to let me play my iTunes that i have already purchased.  It does a great job telling you that you have to activate your computer but it does not tell u how?

    how do i activate my new mac to let me play my iTunes that i have already purchased.  It does a great job telling you that you have to activate your computer but it does not tell u how?

    You can authorise your account on your Mac's iTunes via the Store drop-down menu :

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • When downloading the new 10.7 update for itunes, an error message saying that there is an error writing to file, verify that you have access to this file comes up... what is this??

    When downloading the new 10.7 update for itunes, an error message saying that there is an error writing to file, verify that you have access to this file comes up... what is this??

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Im trying to find out were I can go and submit a email to add to all the other people who cannot stand this new maps app. I want the google app back now or they need to make it the exact same. I hate that you have to close it out and redo the whole direct

    Hello. Ive never even wanted to use my time to do this. But this maps app is absolutly discusting. There are a couple cool things but for the most part its horrible. I drive for a living. So I use maps app all the time. This has affected how I do my job. Ill either get a android phone soon if apple doesnt fix this problem. I dont like that you have to redo your directions each time you shut your phone off instead of starting off were your current position is. I dont like that you cant swipe to the next turn you have to make so you can see ahead. I have no use for the 3D option. Thats cool for some and I understand that. But please take it back it to the way the old maps worked but keep the voice navigation. I do like the maps sceem. But people if this is not were I need to post this please let me know. email [email protected] email me people please if you can help me or tell me were to find were I can email apple so they can see this complaint. I dont want to sound like a complainer cause im not. I just dont like this new maps app. I love apple products. IOS is awesome.

    http://www.apple.com/feedback
    They are actively working to improve the Apple Maps app.
    It is extremely unlikely that you will get the Google Maps app back, as the built in app.  Google may release an app one day in the app store.
    You can alos look for other Map apps in the app store.

  • Hi. I was trying to update my Itunes to the newer version but now when I try to install it, it comes up with Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services.

    Hi. I was trying to update my Itunes to the newer version but now when I try to install it, it comes up with Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services. How do I fix this?

    Hi LyfsGD!
    Here is an article that can help you troubleshoot this issue with the Apple Mobile Device Service:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • I have reinstalled itunes after it did not start when I downloaded the new software.  I am now  getting a message that says "Service (Apple Mobile Device) failed to start verify that you have sufficient priviledges to start system services.  What do I do

    I have reinstalled i-tunes after getting error messsages when I downloaded the new software.  Nor I get a message that says" Serice (Apple Mobile Device) failed to start. Verify that you have sufficient priveledges to start system services.  What do I do now

    Hi annibu757,
    If you are having issues with iTunes after an attempted update, you may find the following article helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Regards,
    - Brenden

  • HT1926 i tried to install a new update and it kept giving me this message:Service "apple mobile device"(apple mobile device)failed to start verify that you have sufficient privilages to start system services) i have no idea what this means help please??

    I have tried to install a new update of itunes and keep getting the same message:Service "apple mobile device"(apple mobile device)failed to start verify that you have sufficient privilages to start system services) also it has abort retry and ignore as choices below i have tried completley uninstalling itunes but not icloud and keep getting this message anyone know what this is or how i can fix it

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (Later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    See also HT1925: Removing and Reinstalling iTunes for Windows XP or HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    Should you get the error iTunes.exe - Entry Point Not Found after the above reinstall then copy QTMovieWin.dll from:
    C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into:
    C:\Program Files (x86)\iTunes
    The above paths would be for a 64-bit machine. Hopefully the same fix with the " (x86)" omitted would work on 32-bit systems with the same error.
    tt2

Maybe you are looking for

  • Applet failed to load in Internet Explorer when using JRE 1.5 update 5

    I have downloaded JRE 1.5 Update 5 and checked the relevant checkbox in Internet Explorer Advanced tab to use JRE 1.5 for applets. Did the same in Java Control Panel. However none of the applets seem to load. For example I went to this site: http://j

  • The contents in a internal table

    Hi Experts, I have a doubt in filling the contents of an internal table with the database table fields reference. For eg: There is an internal table like this: data: begin of t_conditions occurs 0,              kschl like rv13a-kschl,              vk

  • See Video No Sound

    I'm having a problem playing some .avi files(when I say some I mean quite a few)on quicktime. I see the video but no sound.I've checked in many other posts,but none have a correct solution to the problem.I'm running Version 7.1.2.Some tell me that I

  • HT1688 I just downloaded the IOS 7 update and the password picked for my lock screen is not  working is there a way I can unlock my phone?

    I need help I just updated my phone and created a password for my lock screen well I locked my phone and tried to unlock it and my password will not work.. How can I unlock it?

  • Flash CS4 crash when scrolling

    Hi, Today one of our artists started experiencing a crash in Flash CS4 Professional when scrolling the workspace around in one of his .fla files.  All he has to do is hold down the spacebar and scroll around with the mouse; or use the scrollbars to s