How do I break the loop of restoring photo albums on my iPhone 4S?

Hello one and all,
First of all thank you for reading this, I really hope someone out there can point me in the right direction. I have synced my iPhone in iTunes and all has gone well. HOWEVER when I go to Photos on the phone it shows the camera roll and I get a message saying "Restoring". The phone then begins to build albums I do not have set to synchronise.
Background:
I did have multiple albums set to synchronise in iTunes but I have since switched off the synchronising for photos in iTunes. I got the warning about deleting those photos from my phone and elected to go ahead and delete those photos from the phone. All went without a hitch and iTunes showed the phone as having 51 photos. This tallies with the contents of the camera roll. Perfect.
When I eject my iPhone and enter the Photos option I see my camera roll only. Lovely. After a couple of seconds however I get the message "Restoring" and albums start reappearing. I have tried restarting iTunes and performing a restart of the phone (not just off and on again). I have disconnected the USB cable between the two while restarting. Still I cannot get rid of this fascist restoring process. In the end as a precaution I switched on photo syncing in iTunes and set it to selected folders only. I selected a folder I had just created. A folder with nothing in it. It shows this folder has 0 photos in iTunes. STILL my iPhone is restoring photo albums. I do not want >7000 photos. I want only the 51 you promised.
I don't have photo stream switched on, the phone is set to back up by USB to my MBP only and the iTunes sync shows no problems. My MBP is running the latest iTunes and OSX and my iPhone is on the latest version of iOS. I have searched on the forums and used Google: close threads but nothing addressing this issue. Please, please, please help. I know it is going to be something stupidly simple but can anyone provide a solution?
Yours in desperation,
Andy

http://support.apple.com/kb/HT4847

Similar Messages

  • How do i change the title to my photo album:(ios7)

    How do I change the name of the title for one of  my photo albums in ios 7

    When you set the podcast up in WordPress you must have entered a title; it's presumably there that you can change it, and then re-publish it, though I can't advise on WordPress.
    One caveat, though: some podcast creation services derive the feed URL from the title: I don't know whether WordPress is one of them, but if it is you shouldn't change the title because if you change your feed URL withouth redirecting iTunes to a new feed in the proper manner you will lose control of your podcast.
    The method of changing iTunes to a new feeed URL requires the old feed to be left in place with a special tag added to it (I don't know whether this is possible in Wordpress) - the method is detailed here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    However if the feed URL is not affected by changing the title then you can just go ahead and change it.

  • How do i find the link to share photo albums

    I have added my photos to revel; i have created an album that i want to share; where is the link to share this album?  Where do I find the link?  is it simply copying the the URL for the album or is there some other way?

    You set up the album to share and then copy the link and mail to others. This faq will help explain details:
    FAQ: How do I share files in Revel?
    Pattie

  • Not Breaking the loop but how to continue with the next iteration in a For

    Hi all
    i have the following piece of code
    Please let me know, what is the /*some construct*/ which will not break the loop but goes to the next iteration skipping Login b
    Loop
    Login A
    /*some construct*/
    Login B
    End loop;
    P.S
    I should do this without Label or Exception ... I am using oracle 8i
    Thanks
    Hariharan
    T

    An [url http://www.oracle.com/pls/tahiti/tahiti.tabbed?section=48911]IF statement?
    loop
      login_a;
      if false
      then
        login_b;
      end if;
    end loop;Regards,
    Rob.

  • Hi, how can i break the value for a row and column once i have converted the image to the array?????​??

    Hi, I would like to know how can i break the value for a row and column once i have converted the image to the array. I wanted to make some modification on the element of the array at a certain position. how can i do that?
    At the moment (as per attachhment), the value of the new row and column will be inserted by the user. But now, I want to do some coding that will automatically insert the new value of the row and the column ( I will use the formula node for the programming). But the question now, I don't know how to split the row and the column. Is it the value of i in the 'for loop'? I've  tried to link the 'i' to the input of the 'replace subset array icon' , but i'm unable to do it as i got some error.
    Please help me!
    For your information, I'm using LABView 7.0.

    Hi,
    Thanks for your reply.Sorry for the confusion.
    I manage to change the array element by changing the row and column value. But, what i want is to allow the program to change the array element at a specified row and column value, where the new value is generated automatically by the program.
    Atatched is the diagram. I've detailed out the program . you may refer to the comments in the formula node. There are 2 arrays going into the loop. If a >3, then the program will switch to b, where if b =0, then the program will check on the value of the next element which is in the same row with b but in the next column. But if b =45, another set of checking will be done at a dufferent value of row and column.
    I hope that I have made the problem clear. Sorry if it is still confusing.
    Hope you can help me. Thank you!!!!
    Attachments:
    arrayrowncolumn2.JPG ‏64 KB

  • Breaking the loop...

    hi and good day all.
    how do i break the second loop and go to the first loop without doing the process in the first loop?
    for(a)
    if(b) {
    for(c) {}
    processA;
    i want it to be this way:
    if it stop during loop for(c), how do i make it go to for(a)without doing processA?
    any ideas?
    pls help

    hi...
    this is what i did:
                   loop1:
                   for (int l = 0 ; l < msgs.length;l++) {
                   statusHeader= msgs[l].getHeader("Status");
                             if(! (statusHeader[0].equals("RO"))) {
                                  String status="";
                                  Vector temp1 = new Vector();
                                  if(!temp.isEmpty()) {
                                  loop2:{     
                                       for( int m = 0 ; m <temp.size(); m++) {
                                            if (uid.getUID(msgs[l]).equals(temp.elementAt(m))){
                                                 continue loop1;
    but i get error:
    Interface.java:1463: not a loop label: loop1
                                                 continue loop1;
    what s wrong?

  • HT201270 lost my contacts on my phone,,,how do i use the icloud to restore my contacts on my phone

    lost my contacts on my phone... how do i use the icloud to restore my contacts on my phone

    if they are still stored in iCloud, turn contacts off under settings>iCloud, then turn the back on and elect the merge option.  if that doesn't work you may have to remove the account from the device, and sign back in

  • How to set  up the loop?

    I am trying to create a Frame, using BorderLayout and every time we click the center button, it will change the color in one of the region. But I dont know how to set up the loop to make it change one at a time. Below is my draft......Thanks for helping.......
    Test.java
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test extends Applet implements ActionListener
              Color []color={Color.red,Color.blue,Color.black,Color.green};
              private Button nb=new Button("North Button");
              private Button sb=new Button("South Button");
              private Button eb=new Button("East Button");
              private Button wb=new Button("West Button");
              private Button cb=new Button("Center Button");
              int buttonCount=0;
              public void init()
                   setLayout(new BorderLayout());
                   add(nb,"North");
                   add(sb,"South");
                   add(eb,"East");
                   add(wb,"West");
                   add(cb,"Center");
                   cb.addActionListener(this);
                   buttonCount=0;
              public void actionPerformed(ActionEvent e)
                   for (int i=0;i<color.length;i++)
                        buttonCount++;
                        if (buttonCount%2==0)
                             nb.setBackground(color);
                        if (buttonCount%2==1)
                             sb.setBackground(color[i]);

    declare a public variable count;
    int count=0;
    public void actionPerformed(ActionEvent e)
    buttonCount++;
    count++;
    if(count==color.length)
    count=0;
    if (buttonCount%2==0)
    nb.setBackground(color[count]);
    if (buttonCount%2==1)
    sb.setBackground(color[count]);
    hope you got it.

  • HOW can i rotate the loop as many lines of multi line container in BPM

    Hi All
    I have to send an idoc to 2 Receivers by spliting the message.
    Based on the occurance of a particular source segments i need to create those many instance of targets.
    IDOC ---> Rec1 (More than one message instance)
         ---> Rec2  (More than one message instance)
    I have taken messages of Receiver into a multi line container1
    and messages of Receiver 2 into another multi line container2.
    HOW can i rotate the loop as many lines of multi line container.
    Thans
    Prasad

    Hi Raj
    There are two webservices are 2 receivers.
    In the idoc there is specific segment , which occurs unbounded,Each occurence we Need to check the value of a particual field and send to corresponding Receiver.
    For Ex:
    ZE1KONH (1..Unbounded)
       >MSFGN =004 --> Rec1
      >> MSFGN==0009 Rec2
    It could be like , 1 or more segm for Rec1 and 1 or more segm for Rec2
                            all are for Rec1 or All are for Rec2.
    so in the tranformation we need to put all message of Rec1 in corresponding multiline container as well for Rec2. Then i need to send to correspongind Receiver.
    So here i need to send all splited messages to appropriate receivers

  • How to make in the loop codes?

    How to make in the loop codes to have like my output(below)?
    For example:
    I am trying to figure out how to make them correct the way I want to have the output.
    String start = "02-01-08";
    String end = "02-29-08";
    Calendar a = new GregorianCalendar();
    while( start <= end ) {
              a.add(Calendar.DAY_OF_WEEK, 7);
              Date d = a.getTime();
              DateFormat df = new SimpleDateFormat("yyyy-MM-dd");
              String ss = df.format(d);
              System.out.println(ss);
    }The output:
    +02-01-08+
    +02-08-08+
    +02-15-08+
    +02-22-08+
    +02-29-08+
    Anybody know how to make it correct?

    artist_tech07 wrote:
    I am confused where is the answer in the doc that you gave me?Read my first reply and read the docs. Then read them again.
    And then re-read this
    To do what you want you need a start and end Dates. These you can compare in one numeric form or the other. For example by using getTime.
    Then during each loop iteration you will need to add *1 day (using the Calendar)* to the start date.
    I am telling you what methods to use. I have told you were you can find those methods. I have given you a link to the Calendar class API. All you have to do is put 2 and 2 together. Or at the very least make an attempt to do so.

  • How do we do the equivalent of "restore in place" please?

    How do we do the equivalent of "restore in place" please?

    If you are running Lion or Mountain Lion, you can reinstall the OS by using recovery:
    http://support.apple.com/kb/HT4718
    It will leave your files in place (unless you were to choose to erase the drive).

  • HT201269 how can i save the media by restoring my ipod 4 ?

    how can i save the media by restoring my ipod 4 ?

    Right click on your device in the device list and choose "transfer purchases", this will copy all bought media from the iTunes store to your computer.
    For all other media you'll have to use 3rd party software, for example Touchcopy , just to name one of the many.

  • How do i break the mirror ?

    My root and var are mirrored , My server panic'd and i ran fsck on my filesystems but still cannot bring up this server how do i break the mirror ?

    What are you using?
    If it's DiskSuite then use metadetach, you will have to force this though. Also check your metadb's as you need 50% or more to be in a good state (this may be your problem).
    #metadetach -f d* d# (* is the mirror name and # is the submirror slice)
    #metadb
    #metadb -d /dev/dsk/c*t*d*s* (to clear the metadb's on this disk)
    To reinstate the metadb's you need to run:
    #metadb -a -c <how many you want> /dev/dsk/c*t*d*s*
    To reinstate the mirror it is:
    #metattach d* d# (same numbers as above)
    If Veritas just use option 5 of vxdiskadm.

  • Er so i bougi bought something from game the game is Deer huntht some golds and app store took money from my visa but i didn't find any golds that i bought ! please any help or how can i use the gold or restore the money? thank you

    i bought something from game the game is Deer hunter i bought some golds and app store took money from my visa but i didn't find any golds that i bought ! please any help or how can i use the gold or restore the money? thank you

    If you've been charged but not received the item then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com

  • I have 7 or 8 albums under "various artists" how do I break the albums out? individually?

    I somehow have 7 or 8 albums listed under "various artists" and I want them to stand alone, how do I "break them out"?

    Give each album its own common artist and set part of a compliation to no.
    See Gropuing tracks into albums for more details.
    tt2

Maybe you are looking for

  • How to populate values from ParentWindow to ChildWindow using ORACLE ADF

    Hi, I have code something like, <af:commandButton text="Search" partialSubmit="true"> <af:clientListener method="openpopup" type="action"/> <af:clientAttribute name="popupId" value="confirmationDialog"/> </af:commandButton> <af:inputText id="input1"

  • IPad video to social media

    I'm looking to utilise iPads to do "video diary" type reviews.  I want people to be able to record a short review of a product, and this video be sent to youtube or facebook or twitter etc. Does anyone have any ideas on how to implement this?  Any ap

  • Error with checking for purchases

    i recently purchased many many songs, and i have dial up, so i couldn't finish the downloads all at once. I keep checking for purchases, but this error keeps coming up: "Unable to check for purchased music. An unknown error occured (3)." i'm not real

  • Warning ACPI tables not in reclaim memory

    Hi, When booting the system from a DCA i was getting an error Warning: ACPI tables not in reclaim memory prom_panic:Kmem_free block already free Entering boot debugger [12ff05] To get around this problem I downloaded the patch 110930-03 and made a im

  • Batchwise consumption of material while doing GR - MIGO

    Dear All I am facing a problem in auto picking of batch while doing GR - MIGO against a PO ( Subcontracting PO ). We have a RM on which batch is applicable. At the time of doing GR of FG of this RM against PO , system will not auto  pick the batch i