My Contct app on my Ipad2 does not show the   button on bottom to add contacts. how do I fix this?

My Contact app on my Ipad2 does not show the "plus" + button on the bottom to add contacts. How do I fix this?
Thanks

Settings-iCloud-contacts=on.

Similar Messages

  • In the middle of an update, it call closed. Itunes keeps saying that it's not installed, even though ive tried reinstalling multiple times. All my iphone is doing it showing the ituns symbol and a charger. How can I fix this???

    In the middle of an update, it call closed. Itunes keeps saying that it's not installed, even though ive tried reinstalling multiple times. All my iphone is doing it showing the ituns symbol and a charger. How can I fix this???

    Hi lepyykko,
    If I understand your question, you are trying to update your iPhone, but you are seeing an error message that iTunes for Windows is not installed, is that right?  The first step is to get iTunes successfully installed on your computer.  Then backup the iPhone before updating the iOS software.
    Are you seeing any error messages when you try to install iTunes for Windows?  
    If you can't install or update iTunes for Windows - Apple Support
    https://support.apple.com/en-us/HT201668
    Are you able to update your iPhone wirelessly?
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    https://support.apple.com/en-us/HT204204
    Before you update
    Back up your device to iCloud.
    Update your device wirelessly
    The easiest way to update your device is wirelessly, also called “over the air.” Here’s how:
    Plug in your device to a power source.
    Tap Settings > General > Software Update.
    Tap Download and Install. Updates might download automatically while your device is connected to Wi-Fi and a power source.
    Tap Install, or tap Later to install the update later. If you use a passcode, you'll need to enter it before installing the update.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    https://support.apple.com/en-us/HT201263
    I hope this information helps ....
    - Judy

  • HT201269 When I backed up my old iPhone on iCloud, the backup does not show up on new iPhone setup screen. How do I fix this?

    When I backed up my old iPhone on iCloud, the backup does not show up on new iPhone setup screen. How do I fix this?

    if I backed up with a newer version of iOS than the phone I am trying to backup to.. Is there any way to bypass the setup assistant in order to download the new iOS on the new phone then go back and restore from my old phone?

  • HT4623 In syncing my Iphone 5 for the first time, Facetime disappeared.  Although it shows up under apps in the settings menu, the application itself does not seem to be there.  What happened?  How can I fix this?

    In syncing my Iphone 5 for the first time, Facetime disappeared.  Although it shows up under apps in the settings menu, the application itself does not seem to be there.  What happened?  How can I fix this?

    There has never been a facetime app on the iphone.
    As the manual says, you access from contacts.  Pick a contact and scroll down to the facetime button

  • My visual voice mail does not work,but I have properly set it up, how do I fix this?

    My visual voice mail does not work,but I have properly set it up, how do I fix this?

    Visual Voicemail is all carrier side, funny enough. Apple can't really do anything to troubleshoot it because it's outside of their realm. Be sure to contact your cellular carrier for further assistance

  • HT4623 My iphone4 does not show the "software update" choice under General so how can I update to a later version of iOS?

    My iphone4 does not show the "software update" choice under General so how do I update my iOS?

    You can alternatively connect your iPhone to iTunes on your PC and upgrade your iOS from there.

  • Photoshop brush does not represent correctly when recorded with Adobe Captivate 7 How do I Fix this?

    Hello I have only just recently purchased adobe captivate 7.
    I am currently recording some footage in Photoshop and when ever I change the photoshop's brush size it does not correctly record it in Captivate but rather a giant pixelated version of it. or the brush does not match the size of the brush it is painting.
    It looks like something like this, http://imgur.com/a/Ko6Wg
    I was wondering if it is possible to record the cursor as it displays on my screen.
    below you can clearly see it is recording the brush size at the wrong size to what is been drawn. its kinda random in how it does it.
    Thanks ahead for anyone who has a soultion.

    Hi! I have the same problem and I was wondering if you ever figured how to fix it.

  • HT5429 I have recently returned from a holiday in New Zealand and transited for 6 hours in China. Since returning to the UK my maps app on Iphone 5 will not show my surroundings in hybrid or satellite. How can i get this back?

    I have recently returned from a holiday in New Zealand and transited for 6 hours in China. Since returning to the UK my maps app on Iphone 5 will not show my surroundings in hybrid or satellite. I have also noticed that the data from section that usually displays data from TOM TOM and others now just says others. Has anyone encountered this before or know how to get the Satellite function on maps back?

    Your phone is "stuck" in the Chinese version of maps. This also happened to me once I got back from China recently. I believe I solved the problem by logging out of iCloud and reloging in.
    BTW the App Store app was also stuck in China. It only displayed Chinese characters and I had to log out and relogin.
    Hope this helps.

  • The component selectInputDate does not show the button

    Hi all!
    The document of the component selectInputDate of ADF Faces says: "The selectInputDate component creates a text field for entering dates and a button for picking dates from a calendar."
    I'm using this component, but the button never appear.
    Does anybody know what is wrong?
    I'm using:
    JDeveloper version 10.1.3 and when I created the page I used ADF Faces ea14.
    The page is simple, look:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA14" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA14/html" prefix="afh"%>
    <f:view>
    <afh:html binding="#{backing_pagina1.html1}">
    <afh:head title="pagina1" binding="#{backing_pagina1.head1}">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
    </afh:head>
    <afh:body binding="#{backing_pagina1.body2}">
    <af:form binding="#{backing_pagina1.form3}">
    <p>
    <af:commandLink text="Clique aqui"
    binding="#{backing_pagina1.commandLink3}"
    action="success"/>
    </p>
    <p>
    </p>
    <af:commandButton text="OK" binding="#{backing_pagina1.commandButton3}"
    action="success"/>
    <af:selectInputDate id="cd1" chooseId="cd2" label="Informe a Data"
    action="botao">
    <af:convertDateTime pattern="d/M/yyyy"/>
    </af:selectInputDate>
    <af:chooseDate id="cd2"
    minValue="2004-01-15"
    maxValue="2005-12-31"/>
    <p>
    </p>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>

    <af:selectInputDate id="cd1" chooseId="cd2" label="Informe a Data"
    action="botao">
    the reason why you are not getting a button to press is because you are specifying a chooseId, this defers the button to a chooseDate component that is on your page....the button is only to pop up an auto chooseDate component when there is nothing else specified by chooseId
    Nate Perkins

  • Security up date spins and does not connect with server. Cannot complet update. How do I fix this?

    Hi,
    I get notice that Firefox security has an update. I select. The update spins and says"connecting to the update server," and never does. It just keeps spinning.
    I have tried to up date thru the Firefox website unsuccessfully.
    How can I fix this situation?
    Thanks

    If you have problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 5.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • I bought 4 new songs with my itunes gift card and it is not playing the songs when i click on them, how do i fix this?

    i bought 4 new songs on itunes with my itunes gift card. I went to play them and they would not play. They won't play on my phone or my ipod. How do i fix this so i know i didn't just waste $5?

    Invalid, inactive or illegible codes:
    http://support.apple.com/kb/TS1292
    You can contact iTunes support here:
    http://www.apple.com/support/itunes/contact/

  • I re-installed Firefox on my laptop; but other users did not get the program installed under their log-in; how do I fix this?

    I recently un-installed Firefox on my Windows Vista laptop; when I re-installed it, the program is only available to me (the administrator of the laptop); two other users are not able to use the program. I've tried "right-clicking" on the Firefox icon, clicking on Properties, then Security, and adding the two other users to the list, but after clicking on "apply" and then "OK", the other users still don't have access to the program. How do I fix this? Thanks!

    First and foremost, learn punctuation and capitalization so we can read what you're writing properly.

  • "could not backup the iphone because an error occured." how can I fix this?

    My iphone will not backup to my computer, when I try it says "could not backup the iphone because an error occured. how can I fix this?

    Hello there Justin,
    I found a nice lil gem about troubleshooting backup issues with iTunes from an iOS device. Named iOS: Troubleshooting backup issues in iTunes it can be found here http://support.apple.com/kb/ts2529.
    Here is a general over view of what the troubleshooting will entail. Each section has instructions in the article.
    Simply restarting the computer and the iOS device may resolve a backup issue. After restarting, attempt to restore again. Learn how to restart your iOS device.
    To perform the rest of steps in this article, you need to be logged in to the computer as an administrator. If you're not sure if you have administrator access, contact the owner of the computer or the system administrator.
    Collapse All Sections | Expand All Sections
    1. Back up your backup
    2. Update to the latest software
    3. Disconnect other USB devices
    4. (Windows only): Check for Layered Service Providers (LSPs)
    5. Check security settings
    6. Back up using a new user account
    7. Reset the Lockdown folder
    8. Windows only: Update your USB chipset drivers
    9. Back up on a different computer
    All the very best,
    Sterling

  • I had to reinstall itunes and now when I plug in my ipod itunes does not automatically come up so I can log in, how do I fix this?

    I had to reinstall itunes and now when I plug in my ipod itunes does not automatically open to my library or where I can access the itunes store.  What do I do now?

    Open iTunes and connect your iPod. Select your iPod in iTunes from the Source list. (I'm assuming this still works, although you didn't indicate if it did or didn't.) Make sure the box is checked to Open iTunes when this device is connected. You should be all set!

  • My system needs internet explorer for a application I need to down load, however I need to down load the latest yahoo tool bar for internet explorer to work properly and firefox will not allow the down load of yahoo toolbar. How do I fix this?

    I have not used Internet explorer since downloading firefox and I need IE for a trading platform that I need to use. In order to get IE working I apparently need to down load the latest version of Yahoo toolbar, however when I try to down load the tool bar Firefox will not allow the down load of that file.

    Thank you so much, for once in my computer life I knew what the problem was, what caused it, why it was caused, what it did, what it made it do and most importantly how to fix it and to do it correctly and expeditiously. I can not Thank You all enough for all of the help! I also have Pogo mailed this to all on my friends list, where they have all learned as I have and have fixed theirs also. and the message is being spread. Thank You again, I just can not say it enough.

Maybe you are looking for