How to restore my ipad?My ipad say on screen CONNECT TO ITUNE.How can i do when i connect with computer.It is need itune new version.Can you sent me.I will be waiting your answer.Please help me sir.

How to restore my ipad?My ipad say on screen CONNECT TO ITUNE.How can i do when i connect with computer.It is need itune new version.Can you sent me.I will be waiting your answer.Please help me sir.

Check for Updates.
http://i1224.photobucket.com/albums/ee374/Diavonex/Album%208/78d42b19fa42e8d83b5 5a65e1333373f_zpsf58bbe10.jpg

Similar Messages

  • Hey i have a iphone 4s 64gb but and using the internet share .. how can i change the nat type from strict to open please help me :)

    hey i have a iphone 4s 64gb but and using the internet share .. how can i change the nat type from strict to open please help me

    You will have to configure that with your router. Type your router's IP address in the search/domain bar and allow port forwarding.
    What is requiring you to have an open NAT? That issue is usually for gaming consoles, etc.

  • HT4061 I am living in Pakistan, Lahore. I have purchased an Apple Iphone 5S online from apple store. I am facing water damage problem and there is no apple store here in Pakistan, How can I repair my phone from apple service center? Please help me

    I am living in Pakistan, Lahore. I have purchased an Apple Iphone 5S online from apple store. I am facing water damage problem and there is no apple store here in Pakistan, How can I repair my phone from apple service center? Please help me

    Take it to an authorized service center or Apple Store in the country where the phone originated.  Apple does not sell iPhones in Pakistan, nor will they ship them to Pakistan.

  • How can i send email for suport to rest my questions' please helpe'

    how can i send email for suport to rest my questions' please helpe'

    You need to ask Apple to reset your security questions; this can be done by clicking here and picking a method, or if your country isn't listed, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (109789)

  • Hi, I already installed photoshop trial version and three weeks later I paid on-line for 300 Baht for buy it but it still ask me to join and pay for it.  How can I update it in my log in account. Please help.

    Hi, I already installed photoshop trial version and three weeks later I paid on-line for 300 Baht for buy it but it still ask me to join and pay for it.  How can I update it in my log in account. Please help.?

    You do not buy Photoshop for 300 baht, you are renting it for that much a month. You set up an account with a valid credit card and to see if it is active, you go here. https://www.adobe.com/account/my-products-services.html  Look under my Subscriptions.
    If all is good, then with the same Adobe ID/password, select "License this Product" and sign in, or Help > Sign in.
    That will license it.
    Gene

  • If I upgrade to newer version of iOs, would my games and apps be deleted? Please help..

    if I upgrade to newer version of iOs, would my games and apps be deleted? Please help..

    no. they will all have updates for the new iOS.

  • HT204022 how can you steam photos from i photos of your mac to apple tv

    how can you steam photos from i photos of your mac to apple tv

    I'm having this problem too - although it's a recent issue as I was previously able to view all my iPhoto library albums via Apple TV.  Currently I can only get my Photo Stream (presumably via iCloud).
    When I go into Advanced within iTunes Preferences, I can't see any options for photos - what do I need to do?
    Many thanks

  • I have restored my iphone and its saying time remaining is about 24 hours can you please help. can i switch the phone back on ? please help ??? :(

    after there being an error in trying to update the software it said i have to restore my phone which i have done but says time remaining is about 24 hours . can you please help ? i just want to switch my phone on again .

    Hello lyndsey1430,
    From what I can gather, it sounds like you're having issues restoring your device. After reviewing your post, I have located an article that can help in this situation. It contains helpful advice concerning recovery mode:
    If you can't update or restore your iPhone, iPad, or iPod touch
    Use recovery mode
    You might need to use recovery mode to restore your device in these cases:
    iTunes doesn't recognize your device or says it's in recovery mode.
    You see the Apple logo onscreen for several minutes with no progress bar.
    You see the Connect to iTunes screen.
    Learn what to do if you see the progress bar onscreen for several minutes.
    To put your device into recovery mode, follow these steps:
    Turn off your device and leave it off.
    Plug in your device's USB cable to a computer with iTunes. 
    Hold down the Home button on your device as you connect the USB cable. Keep holding down the Home button until you see the Connect to iTunes screen.
    When you see this screen, release the Home button. If you don't see this screen, try steps 1 through 3 again. 
    When your device is connected, iTunes will open. You'll see a message saying that iTunes has detected an iPhone, iPad, or iPod touch in recovery mode.
    Use iTunes to restore your device. Restoring in recovery mode will erase your device. If you previously synced with iTunes or iCloud, you might be able to restore from your backup.
    Get more help
    Learn what to do if you don't see your device in iTunes for OS X, or in iTunes for Windows.
    If you put your device into recovery mode by mistake, restart it. Or you can wait 15 minutes and your device will exit recovery mode by itself.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • I have to restart my computer at least once every day in order to get my podcast to update?  I thought the new version would fix this but it's just getting worse.  Please help.

    I have to restart my computer at least once every day in order to get my podcast to update?  I thought the new version would fix this but it's just getting worse.  Please help

    Did you check the Processes tab in the Task Manager?
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • Hi ! I got an iPhone 5 from someone who I don't know the real owner. Then I wanna change iCloud on it, but I don't know the password of owner. How can I log out that iCloud account without password ? Please help me, thank you

    Thank you, please help me !

    How can I log out that iCloud account without password ?
    You can't.
    Return the phone to whoever you bought it from and get a refund. Without the previous owners password you will not be able to enter your own iCloud acount, and when you update the phone, you won't be able to re-activate it as it will be locked to the previous owners account.
    You should've checked the phone was not locked to someone else's iCloud account BEFORE buying it.
    Instructions here: http://support.apple.com/kb/ht5818

  • How can I call a ABAP proxy class from BADI? PLease help

    hi Experts,
        I have a scenario where I have to call a ABAP proxy class from a BADI. How can I do this? Does anybody has sample code for the same?
    Please help.
    Thanks
    Gopal

    Hi,
       You can call a method of a class from BADI. Here are the steps.
       1) In the BADI implementation create a object for the proxy class.
       2) Call the Execute_Synchronous method.
        You can define a BADI by using SE18 and you can implement it by using SE19.
    Sample code...
    ================================================
      METHOD ZIF_EX_VBADI~CONVERTUPPER.
      DATA: OBJ TYPE REF TO ZTESTCLASS.
      DATA: IT_DATA  TYPE ZIN_MT,
                IT_RES   TYPE ZOUT_MT,
                SEXCEPTION TYPE REF TO CX_AI_SYSTEM_FAULT.
      TRY.
          CREATE OBJECT OBJ
             EXPORTING
                 LOGICAL_PORT_NAME = 'TESTPORT'.
      CATCH CX_AI_SYSTEM_FAULT INTO SEXCEPTION.
      ENDTRY.
    ENDMETHOD.
    ================================================
    Thanks,
    Vivek LR

  • How can I extend the range of my WESTELL 7500? Please help.

    I installed a security camera outsite of my house and unfortunately the modem/router is on the opposite end. The camera would connect on and off as opposed to on all the time when it was mounted inside.
    I am researching around and it looks like I can get an extender? Are there certain ones to look for in terms of compatibility issues?
    Or can I upgrade the modem/router? The Westell 7500 was provided by Verizon at start of service.
    Thanks in advance.

    If you want a wireless extender, it must support 802.11b and 802.11g.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • How can i use a string name as an onject name.please help!

    hi it seems like an easy one but i can not find it anywhere.how can i use the name of a string as a name of an object such as the code(my problem is the code)...
    public void oda(String name1){ 
    String name2=name1+"s";
    String name3=name1+"ss";
    TextArea name1=new TextArea();
    TextArea name2=new TextArea();
    TextArea name3=new TextArea();
    i think my problem is clear but to be sure..
    how can i give a name to an object in my textarea which is already using as a string.
    thank u .

    it get very compilcated to change the name of the object you created. identity is something you don't want to mess with..you can do it by usin reflection, but it will slow down your application and (again) is quite complicated...
    a simple solution (and more object-oriennted) is to create a Wrapper, Decorator, or Extends the class.
    example
    public class MyTextBox{
        private String name = null;
        private boolean value = false;
        private JTextArea txtArea = null;
        public MyTextBox(String name, boolean value){
            txtArea = new JTextArea();
            this.value = value;
            this.isOn = isOn;
        public String getComponentName(){  return name; }
        pubic boolean getComponentValue(){ return value; }
        public JTextArea getTextArea(){ return area; }
    }

  • How can i fix my IPOD TOUCH 2ND Gen Battery!Please help

    Help! I dont know what happened buht wen i tried to Use my Ipod This morning It Didnt Work!! I tried every thing nothing works! Wont even charge Nothing COMES  up. Please help i DONT have money to send it to Apple because they pay to much . If you can help thank you

    the 2nd gen ipod battery is not easy for beginners to replace themselves.  It needs to be soldered.  so if you dont want to give it to apple to fix because they are too expensive you can try another company that you send it to them, they fix it and you get it back.
    http://www.itoolbatterykit.com/shopping/productdetails.asp?recordid=917

  • HT5570 How can I verify my apple I'd to download Facebook please help me

    how can I verify my Apple ID  to download facebook

    Follow the instructions from the link you posted from >  Frequently asked questions about two-step verification for Apple ID

Maybe you are looking for