Can any one help with restoring an iPad 3?

I know this sounds crazy but I recently installed an Airport express and an Airport Extreme, I worked on it for several days and everything seemed to finally working like it should using manual configurations so it is all right as far as function goes. Later on I found out I had to do a restore on my new IPod and the latest iPad. No other changes were made to the system using snow lepoard 10.6. I tried for several days to restore these devices with no explanation of the problem. I could not use wi-fi or cellular to update any of the devices. Don't ask me why but I shut the computer down and removed every usb device except for the wireless key board that came with the latest iMac system. I made sure everything was the latest version of my applications. It did not affect my DSL or connection to the internet. I even removed the thunderbolt cable so I had 1 usb connection to the computer. The system was setup just like it came out of the box. I brought up iTunes and connected the USB cable to the iPad and selected restore. I had used iCloud to back everything up when I first bought the iPad and iPod. I also made sure iOS 6 was installed. I clicked restore and it loaded without any problem in just a few seconds without having to sync anything. I checked when it was done and it worked exactly like it did when I first bought them from Apple. The only strange thing that happened was I purchased a brand new generation iPod from Apple (which was made in China). I had not installed any apps for several weeks and had no problem with them. This seems crazy to me that you would have to reset he computer to it's original setup in order to restore the latest iPad and iPod software and devices. The only item that I did not have any problem with was the iPhone. Has anyone had this problem? If so how did you deal with it. Was it the airports, made in China the new iOS or the new iTunes that is causing this? gillie70
iMac, Mac OS X (10.6.7)

iPad: Basic troubleshooting
http://support.apple.com/kb/TS3274
iOS: Resolving update and restore alert messages
http://support.apple.com/kb/TS1275
iPad: Unable to update or restore
http://support.apple.com/kb/ht4097
 Cheers, Tom

Similar Messages

  • TS1424 IPOD WONT CONNECT TO ITUNES STORE I'VE TRIED EVERYTHING EVEN RESTORED BACK TO FACTORY DEFAULT, CAN ANY ONE HELP WITH THIS

    Every time I try to get on itunes store on my ipod it tells me that it "cannot connect to itunes store", I've tried everything even restored the ipod to factory settings and nothing, can some one please give a solution that will work?

    Hi datnativeBUNNZ,
    If your iPod can't connect to the iTunes store, check out this article for some additional troubleshooting steps:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Troubleshooting on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to 3G, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts. 
    Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet. 
    Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    Try resetting (turning off and then on again) your Wi-Fi router
    If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connections or iOS: Troubleshooting Wi-Fi networks and connections.
    Take care!
    - Ari

  • Can any one help with new iOS 7.1 update?

    Hello,
    I have recently downloaded the iOS 7.1 update and it has being causing problems with the iPhone 4s. The problems are as follows;
    No Wi-Fi connection all, and in full range of a connection (If and when I connect its for 10 seconds and gone again)
    Battery Life depleting quickly
    iPhone freezes constantly
    iPhone getting extremely hot when not in use.
    Is there anything that I can do that can help with this or will I have to wait for the next iOS update?
    Kieran

    If I restore as new without the backup & everything seems to be fine, I assume I would then have to restore it from my latest backup in iTunes in order to get all (or at least most) of my data back.
    From what I have read, it looks like at least the music I have on my iPhone 4S that I put there from a CD I own would not be in my backup.  That is not a major problem, since it is only 1 CD.
    It also seems like the iTunes backup is more complete than the iCloud backup (I do have both).
    So, I should probably be restoring from that backup.
    Is there anything else that is not backed up in an iTunes backup that I should consider before I do that?
    When I backup in iTunes (or even in iCloud), some items not backed up?
    Wouldn't I then have to re-install those items that are not in my backups?
    I have a Medical app from my local ambulance operator where I have taken a ton of time to input all of my medical information going back numerous years.  I just got tired of some medical person constantly asking me for information one never really makes a point of remembering.  Now, I have all of that information in my iPhone 4S.
    There is no way I would want to reinstall that app & re-input all of that information again.
    I also put a lot of "lists" in the Notes area on my iPhone 4S.
    I understand that is also something that is not backed up.
    These are just 2 examples.
    I also have other items that I am under the impression also are not backed up.
    Losing any of that information would be a huge burden to recover.
    I am willing to take a chance with some items that are not backed up to either iTunes nor iCloud.
    But, knowlingly doing something that may lose that information is not something I am willing to do.
    OR, am I just not understanding what is and is not backed up in iTunes or iCloud & what I could potentially lose?

  • Can any one help with this query please

    I have a table something as below
    Things_t
    Things Characteristic Char Value
    Item 1 Colour Red
    Item 1 Packaging
    Item 2 Shape Square
    Item 2 Brand Spunk
    Now i want to reterive an item with none of its char values as Null. Using the query “ select distinct things from things_t where char value is Null ” will fetch the item 1 also together with item 2. i want to fetch a record from thing for which none of the char values are Null such as Item 2. Can you please help me with this query.

    Try this:
    WITH t AS
    (SELECT 1 item_id, 17436 chr_id, 14225034 chr_val_id FROM dual UNION
    SELECT 1 item_id, 39 chr_id, 14276173 chr_val_id FROM dual UNION
    SELECT 1 item_id, 17774 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 1 item_id, 265 chr_id, 20502978 chr_val_id FROM dual UNION
    SELECT 1 item_id, 16978 chr_id, 797233 chr_val_id FROM dual UNION
    SELECT 1 item_id, 13092 chr_id, 5666917 chr_val_id FROM dual UNION
    SELECT 1 item_id, 15228 chr_id, 1209758 chr_val_id FROM dual UNION
    SELECT 2 item_id, 112 chr_id,  12705342 chr_val_id FROM dual UNION
    SELECT 2 item_id, 6945 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 2 item_id, 70 chr_id, 12597376 chr_val_id FROM dual UNION
    SELECT 2 item_id, 16832 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 2 item_id, 7886 chr_id, 9588619 chr_val_id FROM dual UNION
    SELECT 2 item_id, 6986 chr_id, 2659351 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9531 chr_id, 8910943 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9798 chr_id, 8717531 chr_val_id FROM dual UNION
    SELECT 3 item_id, 17446 chr_id, 12266441 chr_val_id FROM dual UNION
    SELECT 3 item_id, 4830 chr_id, 13683090 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9518 chr_id, 834772 chr_val_id FROM dual UNION
    SELECT 3 item_id, 11031 chr_id, 20233753 chr_val_id FROM dual UNION
    SELECT 3 item_id, 12564 chr_id, 2282478 chr_val_id FROM dual)
    SELECT DISTINCT item_id
    FROM   t
    MINUS
    SELECT DISTINCT item_id
    FROM   t
    WHERE  chr_val_id IS NULLOr this:
    SELECT item_id
    FROM  (SELECT   item_id,
                    MIN(NVL(chr_val_id, -1)) min_chr_val_id
           FROM     t
           GROUP BY item_id)
    WHERE  min_chr_val_id != -1Edited by: lee200 on Oct 15, 2012 9:22 AM

  • Can any one help with poor LTE connection with new iPad?

    I wrote yesterday about my new iPad 4g LTE. I have it in Verizon and I am using it from home which is only 3G Verizon coverage. Often, ( like every minute), it will lose all ability to use the cellular connection. I will then have to wait for about another minute for the service to come back. Is this a Verizon issue or the iPad itself?
    Also, went thru  a 4g area while on the interstate and would completely lose connection around corners, etc. can the iPad not use 3G towers and 4g towers back and forth? Really upset about this! Anyone else having this issue? Help!

    If I restore as new without the backup & everything seems to be fine, I assume I would then have to restore it from my latest backup in iTunes in order to get all (or at least most) of my data back.
    From what I have read, it looks like at least the music I have on my iPhone 4S that I put there from a CD I own would not be in my backup.  That is not a major problem, since it is only 1 CD.
    It also seems like the iTunes backup is more complete than the iCloud backup (I do have both).
    So, I should probably be restoring from that backup.
    Is there anything else that is not backed up in an iTunes backup that I should consider before I do that?
    When I backup in iTunes (or even in iCloud), some items not backed up?
    Wouldn't I then have to re-install those items that are not in my backups?
    I have a Medical app from my local ambulance operator where I have taken a ton of time to input all of my medical information going back numerous years.  I just got tired of some medical person constantly asking me for information one never really makes a point of remembering.  Now, I have all of that information in my iPhone 4S.
    There is no way I would want to reinstall that app & re-input all of that information again.
    I also put a lot of "lists" in the Notes area on my iPhone 4S.
    I understand that is also something that is not backed up.
    These are just 2 examples.
    I also have other items that I am under the impression also are not backed up.
    Losing any of that information would be a huge burden to recover.
    I am willing to take a chance with some items that are not backed up to either iTunes nor iCloud.
    But, knowlingly doing something that may lose that information is not something I am willing to do.
    OR, am I just not understanding what is and is not backed up in iTunes or iCloud & what I could potentially lose?

  • Can any one help with advice on how to re-establish a wifi connection with my 3gs?

    Up until yesterday I never had any problems at all.  I have followed various suggestions from apple forums and teh closest I can get is that it is trying to connect but it never does and teh blue tick never appears.  I can join other networkd but not the wifi one I want to.

    stevenpm1uk wrote:
    it's a shame that with all the tec they put on the iphone the forget to put some thing as easy and uesfull as auto-answer.
    No, its like a chocolate teapot - nice sounding idea but of no use to 99.9% of the user base IMO. Having a touch screen and auto-answer is a route to major annoyance to most people.
    I vote for not providing it - ever

  • Hi can any one help with solving this problem

    Hi Every body,
    I had an xml file ,with using parser i want to read the xml file ,but in my xml file i had an error "&data_12546_norm_589567;"
    To process this error and read the xml file content in java file.
    How can i read the xml file.
    My xml file is this
    <?xml version="1.0" encoding="UTF-8"?>
    <Student>
    <Name initials="KRONI">
    <Softwaredepartment/>
    </Name>
    &data_12546_norm_589567;
    </Student>
    Thanks in advance
    regards
    Ram

    You have to replace & with &amp;Like below
    <?xml version="1.0" encoding="UTF-8"?>
    <Student>
    <Name initials="KRONI">
    <Softwaredepartment/>
    </Name>
    &amp;data_12546_norm_589567;
    </Student>

  • HI All... am new to SAP BPC module can any one help with Basic documentation.!

    Hi,
    Currently am working on SAP FICO module, now am interest to learn BPC10 module  (Netware/microsoft).
    Help me on overview of BPC 10.
    Thanks,
    Sreenu

    Hi Vasu,
    Kindly refer BPC 410, 420,430,440 you will get base of BPC.
    Also refer the following links.
    Planning and Consolidation - Enterprise Performance Management - SCN Wiki
    Getting Started - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
    Its hard to get separate documentation only for functional area.
    Shrikant

  • I am restoreing my iphone 3g and on the instaling frameware i keep getting a code 1604 can any one help me with what i am ment to do when i get this error

    as title can any one help me thank you

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode, put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.

  • I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    I can't sync my iPad to the iTunes it's give me an unknown error  message 0xe8000012 I don't know how to fix it and where is the problem could be need format or the problem is in the charging port please can any one help me

    Unknown Error containing "0xE" when restoring
    To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.
    From Here  >  http://support.apple.com/kb/TS3694

  • Hey, I had met a problem with installation. Can any one help me?

    Hi everyone, I'm an user of Windows 7(64 bit),
    I had just download "Master Collection CS5.5"
    Everything are fine but Adobe Acrobat Professional can't install on my computer.
    There are the details..:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 1 warning(s)
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: Install MSI payload failed with error: 1603 - 安裝時發生嚴重錯誤。
    MSI Error message: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    Thanks

    Re: Hey, I had met a problem with installation. Can any one help me?
    This worked for an English version and the concept should work with all Adobe programs - new or old (hopefully in any language). My guess is that you have/had an older version of Acrobat/Reader on your computer hard drive that needs to be *completely* removed first. Uninstall the new (and any old) Acrobat; then try using the "kb2..." guideline link below before reinstalling the new Acrobat. I am including the lengthy instructions in order to help others with more extensive installation problems. Good luck!
    I live on a fixed income and use CS for a hobby. I had problem installing Adobe Creative Suite (CS1) to Windows 7 64-bit Pro on my new computer. Also installed Adobe Photoshop LR3. What I learned: All Adobe products (Flash, Acrobat/Reader, Photoshop, Creative Suites, etc.) leave a VERY pervasive footprint on your hard drive. Logic finally worked for me.... think of building a house; there is an order you have to do things in. First, you have to clean the area before laying the foundation; then you have to build the framework before you put the roof on. You cannot install an older program over ANY newer program; and you will sometimes have a problem installing a newer program containing Flash, Reader, etc. unless you "erase" the older versions of Flash, Reader beforehand. If installing older programs, do a Custom/Manual install; do not install older versions of Flash, Reader, etc.  packaged with your Adobe software.
    SOLUTION (not easy, but it works):
    I first tried this; it did not solve my problem (but, if applicable, may help others).  http://windows.microsoft.com/en-us/windows7/Make-older-programs-run-in-this-version-of-Win dows
    Before doing anything, make document and any database/presets/cache back-ups beforehand (keep notes on their designated location*); manually create a System Restore point. (Be prepared to reinstall Windows if necessary - I didn't have to.)
    Completely and meticulously eradicate (clean) your hard drive of ALL Adobe programs [uninstall, remove remaining folders, and remove only the registry entries that have the Adobe name attached (unless you are an expert and fully understand the other entries)]. Use this as a guideline  http://kb2.adobe.com/cps/400/kb400769.html
    Do a Custom/Manual reinstall of all your Adobe products *in order of release dates* (OLDEST first).... do not include Reader, Flash, etc. If your CD will not automatically run at this point, click "Open folder to view files" (use Computer/Windows Explorer, if necessary). Click "Adobe Creative Suite (or your desired program) ==> Setup.exe" (IMPORTANT: Make sure that Reader, Flash, etc. are unchecked.)
    After each of your desired Adobe programs are installed, test to insure they boot up. Then download the latest Reader, Flash, etc. apps and install them (I did this in order of release date - oldest first). Do test boot(s) again.
    Copy/Paste your document and any database/presets/cache back-ups into the appropriate folders (*this will vary depending on your programs and your filing system).
    It has been four weeks and all my Adobe programs work flawlessly - system is stable, no problems!

  • My itunes is not detecting my ipad air can any one help me plz

    ever since i updated my itunes its not rdetecting my ipad can any one help me with this problem plz

    Hello prachandkhanal,
    Thanks for using Apple Support Communities.
    If it does not appear under Devices in iTunes after you connect it to your PC try this article. 
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Have a nice day,
    Mario

  • Hai iam Iliyas . I try to restore ios 6.1.4 from ios7.0 but iam getting an error 3194 so how to fix this issue can any one help me plz....

    Hai Iam Iliya. Iam facing a problem with my Iphone that i tryed to restore back to ios 6.1.4 using itunes but it's giving me an error like "iphone cound not be restore due to an internal erroe 3194" so can any one help to fix my problem.. plzzz.

    You cannot go back to iOS 6. You have probably ruined your phone by trying to do that. We canno help you here. Sorry.

  • I jailbroke my ipod and its in recovery mode i cant take it out of it and i cant restore becasue i changes host to sariks sever i need help can any one help me

    i cant take it out of it and i cant restore becasue i changes host to sariks sever i need help can any one help me please please i just got my ipod i realy need help

    Sorry, due to the Terms of Use, problems with jailbroken devices can't be discussed here.

  • HT1338 When I connect my Macbook Pro to my Dell DLP projector, either via cable or wirelessly, I just see a dark screen with the mouse and mouse trails only, can any one help?

    When I connect my Macbook Pro to my Dell DLP projector, either via cable or wirelessly, I just see a dark screen with the mouse and mouse trails only, can any one help?

    jpmarkques post is a good start point, after folling his directions, you can try detect displays. Also try different rsolution and refresh rates.
    Most of the projectors I have used support a 1024X768 res.
    Youcan also try a pram reset if it still does not detect.
    Leave theproctor connected and powered up, power down the MBP.
    Power back up the MBP and hold the following keys before you hear the start up chime:
    Option, command, P,R (no commas) continue to hold these keys till you hear the start up chime 2 times.

Maybe you are looking for

  • R/3 to APO!!

    Hi, I have a Z-report which needs to call some bapi in APO and pass the data retrieved in R/3 to APO Bapi ....whats the way out? bapi to be called in R/3 is BAPI_POSRVAPS_GETLIST3... and need to fill my internal table with the data retrieved from thi

  • What is the maximum partition size for windows on 128GB MBA?

    I want to use Windows 7 as my primary OS on my 128GB MBA. How big can I make my windows partition? Is there anything special I need to do?

  • Help! Network MGMT won't turn on.

    Hello, I read in the documentation that this interfaces default state is set to enabled, however, it is not. The following command was ran from serial connection. In an attempt to turn on the interface. "set state=enabled" It returns "set: command fa

  • Get read only message about time machine.

    I have a 500 Iomega hard drive as a backup drive. Both the imac and the backup drive were unplugged for about a week while I was on vacation. When I returned and plugged the machines in again I began getting repeated time machine error messages infor

  • "KICKED OUT" OF MY INTERNET BROWSER

    My E5 "kicks me off the internet"  for no apparent reason these days. It doesn't do it all the time so, I am certainly baffled. Also, it won't let me access some of my bookmarks at all or, it will start loading it and then just kick me off the intern