HT4858 how can i stop the cloud sync in my iPhoto?

My Icloud is continuously running/syncing.  I'm unable to stop.  Is there a way to stop syncing?  We are unable to perform other functions (eg, upload from memory stick) during the sync.  It has been syncing for 5 days at this point.  Thanks!

Uncheck all of the checkboxes in iPhoto's iCloud preference pane:
Happy Holidays

Similar Messages

  • How can I stop the sharing on the iPhones that are in the same account because its sharing every thing even text messages

    How can I stop the sharing on the iPhones that are on my account because its sharing everything even text messages and its driving everybody crazy

    An icloud account is designed to be used by one user to keep his/her devices in sync. 
    If you have muitiple family members or friends using the same account as yours, then have them get their own Apple IDs and icloud accounts.
    If you mean you want to stop the sharing between all your devices, then on any one device, go to Settings>icloud and turn off the services you don't want that device to share/sync.  Or turn off icloud altogether if that's what you want.

  • How do I stop the EMAIL sync between my desktop  and my laptop?

    How do I stop the email sync between my desktop computer and my laptop? Right now, the laptop is set to automatically load my email when I click on mail. I use my desktop daily; laptop only when traveling. The laptop is somehow set to receive ALL messages, so I get messages that are several weeks/months old. I want to be able to manually sync and NOT have all of the hundreds of old, already viewed messages sent to my laptop. However, I DO want my desktop to receive all of my old messages so that I can have them when I return from traveling. Thanks.

    Actually, your mail isn't 'synchronizing' in the conventional sense at all. And, you are effectively trying to make it do so manually at the present time. As you have discovered, this simply does not work.
    The only way that you can effectively address your requirements is to use IMAP—rather than POP3—technology. Using IMAP will allow you to readily control what is stored on the server, and will provide a view into that data store when you use your portable computer.
    While is is possible to use POP3 and set one computer to delete mail from the server and the other not to, this is potentially fraught with problems, and will not fully address your concerns.
    An IMAP option is available from such providers as Apple with .Mac, AOL with AOL Mail and AIM Mail, and Google with GMail. You can convert an existing POP3 account with such a provider to IMAP with little difficulty, or initiate a new IMAP account with such a provider and forward mail to it from providers who do not offer such an option.

  • How can I stop the flickering/juddering that appears on my iPhone 5's screen?

    How can I stop the continuous flickering/juddering that appears, usually after I switch Wi-Fi on, on the screen of my iPhone 5? It has only started occurring since I updated to iOS 7.0.3. Thanks.

    It's happening continuously now!

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • How can i stop the itunes update notification

    how can i stop the itunes software update notification. I have alreaady unchecked the box to automatically check for updates.

    Don't tap the install button.

  • How can i stop the i tune pop force quit doesn't work

    hi ,
    please help " how can i stop the i tune pop force quit doesn't work"

    Refunds on downloaded software are virtually nonexistent.
    I have had cases where I purchase software on a physical disk. If I don't like the software I can uninstall it from my computer and sell it legally. Recouping most of my loss.

  • How can I stop the oracle XSLT processor from inserting extra whitespace in HTML?

    How can I stop the oracle XSLT processor from inserting extra whitespace in HTML?

    Use <xsl:output mode="html" indent="no"/> as a top-level element child of your <xsl:stylesheet> element.

  • How can I stop (the annoying) McAffee Antivirus from downloading every time Adobe Flash needs to upate (which lately is every second day)

    How can I stop (the annoying) McAffee Antivirus from downloading every time Adobe Flash needs to upate (which lately is every second day)

    don't auto update.  manually update and untick mcaffee.

  • How can I stop the iWeb welcome movie from appearing

    How can I stop the iWeb welcome movie from appearing every time iWeb starts up?
    Oh yes and now that we are talking: when I plug in my ipod, I want iTunes to start, not iPhoto.
    Who knows these tricks?

    iPhoto seems to be viewing the iPod as a camera.  Therefore go to iPhoto's General preference pane and select No application in the Connecting camera opens: menu.
    OT

  • How can I stop the recent and favorites from show on the screen of my i-phone and i-pad, this is a new feature of iso 8

    How can I stop the recent and favorites from show on the screen of my i-phone and i-pad, this is a new feature of iso 8

    Hi AppleLove78,
    I'm sorry to hear you are having issues with your new iPhone 6. If you continue to have audio or call quality issues, you may find the information and troubleshooting steps outlined in the following article helpful:
    If you can't hear a person on a call or voicemail or if the sound quality is poor on iPhone - Apple Support
    Regards,
    - Brenden

  • I am making an iMovie (HD 6.0.3) using old photos. How can I stop the zoom in on some of the clips?

    How can I stop the zoom in on some clips of old photos? I am using iMovie HD 6.0.3  I don't want to take it off of every picture.

    Select the photo in your timeline you wish to change, then with Meda/Photo tab open, click the Show Photo Settings button.
    In the new window that opens, uncheck Ken Burns Effect.
    Matt

  • In OUT Bound of a Jaxws provider, how can we stop the provider invoking its endpoint and send a response back?

    Hi One & All
    While we are working on Delegate(provider) for JAXWS client handler in Weblogic10 , we have some technical issues and need some assistance.
    Problem Description
    In OUTBound of a provider, how can we stop the provider invoking its endpoint and send a response back?
    Example:
    I have a provider with some handlers configured for both IN and OUT flows. When the Jaxws provider is making a request, the OUTBound Handler gets invoked and in this Handler I would like to stop invoking actual endpoint and send back my own response. That means I should be able to tell the Handler chain to stop further processing of this flow, set a response message into message exchange and invoke the IN flow. How do I do that?
    This kind of mediation/interception is possible in standard specifications like JAX-WS, Servlets etc… wondering if Weblogic10 JAXWS provides any sort of this kind.
    Also we would like to know who is invoking a provider endpo     int in JAXWS stack in weblogic10? Is it an OUTBound handler at the end of handler chain or some other transport component after the handler chain?
    Thanks in Advance
    Suresh
    Edited by: user12494412 on Jan 22, 2010 7:06 AM

    I completely agree with this....I have used Windows and Skype for many years. I recently installed an older version of Skype to run on Windows 8.1 because the new version is SO AWFUL. As much as I prefer the older version (6.14), the daily number of SPAM CONTACT requests is rediculous and most are just variations of the same spammer. Maybe it is time to look for a replacement for both?

  • With the new version of numbers, 3.0, how can I stop the spread sheet from scrolling horizontally without reducing the size?

    With the new version of numbers, 3.0, how can I stop the document from moving horizontally?  When I scroll up or down I find it annoying that the document might shift to the left, and then I have to scroll it back to the right.  The only way I've found to stop it from moving horizontally is by reducing the document down to about 50%, but then I can't read the document.  I prefer having the document set at 125%, but then the bottom horizontal scroll bar shows up, and then the document can shift to the left if I'm not exact with my scrolling up or down.

    Hi Nels,
    Please update your profile. Numbers 3.0 will not run on Mountain Lion (10.8.x)
    With the new version of numbers, 3.0
    imac, Mac OS X (10.6.3)
    iMac, OS X Mountain Lion (10.8.4)
    Regards ,
    Ian.

  • How can I stop the intro voice when I play a genius mix

    HOw can I stop the intro voice when I play a genius mix?

    Hi Diavonex. Yes I was aware of this option.
    Subsequently I have done a litle research and downloaded a music app called "Track 8" which has a much clearer interface (larger type) and the abillity to change the background colour to dark or light.
    This is much more readable in the car in bright light, and much better at night too.
    You can also turn off auto-lock within the application, which is great, as it doesn't affect other apps.
    Although this app is really only an interface sitting on top of the music app, it offers a much better experience
    in my opinion that the stock player which seems to have devolved rather than evolved.

Maybe you are looking for

  • How can I make a migration copy of my email addresses for use in another program.

    It is necessary to make a migration copy of all our email addresses for transfer to windows express. Our office overseas can not use Thunderbird & needs all our email addresses stored in Thunderbird copied for migration into their windows express pro

  • External mouse scrolling not working

    The scrolling function of my external mouse does not work when the MacBook Pro is not plugged in with its powercord. The mouse buttons seem to be functioning.  So does as an external keyboard. My wife has the same problem (using 10.6.2 OS). There are

  • LV 8.6 library function in an example is not found

    Several "examples" in LV 8.6 include a particular library function that is not found when I load the example VI. Where can I find this function? I have an "example" of one of the vi's attached containing the mystery function. Thank you, Chuck Solved!

  • Acrobat Pro 10.1 AIP Install Problem

    I have been pushing out Acrobat Pro to my users via Group Policy. I started with 10.0 and went to 10.0.1 and then 10.0.2 using the .msp patch files with no problem. I created a new AIP for 10.1 where I started with 10.0 and then applied the 10.1 patc

  • Clobs in stored procedures

    I have a stored procedure which has a field that includes a CLOB. These are the fields for this stored procedure: PKEY NUMBER IN ID VARCHAR2 IN DESCRIPTION VARCHAR2 IN COMMENTS CLOB IN LAST_MODIFIED DATE IN Now when i try to execute this stored proce