impossible to return iPhone

If my iPhone is off and it says "iPhone is disabled. Connect to Itunes"and when I connect it, it says that I have to put my password on my phone. But how the hell am I supposed to do if it is turned off?

Try recovery mode: If you have forgotten the password for your iPad, iPhone or iPod touch, or your device is disabled - Apple supports

-AJ

Tags: iPhone

Similar Questions

  • Impossible to stop iPhone 6s after upgrade iOS 10

    The update to iOS 10 Sonce I couldn't turn off my iPhone. Everything else works fine. Any suggestions?

    Hello

    The following steps may help:

  • Impossible to delete iPhone Apps after the 10.0.1 Update

    Hello

    I updated my iPhone 6 more iOS 10,0,1 and I noticed that I couldn't delete or received him when pressing down of one of the applications from the main screen after getting the app icons for "agitation." I can arrange and move them around, but not able to remove applications. I had to connect via the USB port on my iPhone to iTunes and only through iTunes and then delete all the apps.

    Has exactly the same problem. iTunes is the ONLY way I could uninstall all applications on the iPhone 6 running iOS 10.0.1

  • Impossible to select iPhone icon in the upper left corner of my macbook.

    I am trying to sync my iPhone to remove the music that is unchecked in my library, but cannot select the icon at the top left to join the summary to the iPhone. IPhone icon is still visible. Is there a way to fix this?

    Are just by clicking on the icon? It's actually a menu drop-down, then you need to click and hold on the icon.

  • Impossible to pass iPhone because none in stock!

    Spoke about my boyfriend in finally upgrade his iPhone. He likes the small size of the iPhone's problem is, they are not in stock anywhere in our region! Really? The days of creating excitement because it is difficult to get an iPhone are over for me. Why is this iPhone not in stock at any store in my area? I live in the center of a large American city, Philadelphia. Looking for the iPhone IS 64 GB in grey space. Why don't I just him order online? Because he was hoping to replace his phone now, not in 2 or 3 weeks, and he is eager to use trade $150 of its iPhone 5 to purchase. We have therefore checking all day, the store online or in person, without that person being able to tell us when they can get a few in stock. The Apple Store deliveries are still such a mystery? They don't know what will happen a shipment until it arrives?  Oh, wait, they have an iPhone 16 GB SE in stock in gold Rose... No thanks.

    Apple isn't here to any official title

    We are users like you

    Please send your comments to http://www.apple.com/feedback

  • Impossible to return to a single partition after the removal of bootcamp

    Hi, I have a Mid 2009 macbook air I used Bootcamp with windows 7.

    I now do not want plus the windows partition and have deleted the partition but I can't remove it and return to a single partition. He won't let me not resize the main volume and don't lead me with one?

    The windows partition disappeared and I find myself with the free space, but can not resize the partition apple to use the space.

    Can anyone help?

    If i ' right n in this reading, you want to add the empty partition to the OS X. I don't think that this is possible. The only thing you can do is a clean install of the OS X after you wipe and merge together.  I always do a clean install on a USB. Let me know if you need instructions.

  • Impossible to pass iPhone iOS 9.2 6

    I have an iPhone 4S and just got an iPhone 6. I'm trying to restore my my 4 s backup 6.  When I do this I get a pop message, saying that the backup cannot be restored to this iPhone because the software on the iPhone is too old.  Then, I set up the phone as a new iPhone.  In iTunes I check the update and it says iOS

    9.1 is the current version.  Also, the phone displays a message indicating that a new update of iOS is now available. Please update the iOS beta 9. When I click on software update on the phone, what happens with iOS 9.1, your software is up-to-date.  How can I get my data from my 4s to my new 6.

    Mark

    I got it to work!  I have put my phone into recovery mode and did a restore. Who did upgrade to iOS 9.2 and then I was able to restore from my backup iPhone 4S.

  • [BB 5.0] Impossible to return to the foreground

    I know similar problems have been discussed several times already, but looks like I'm still too noob to solve my problem. A problem is the following.

    I am trying to create a simple GUI application. It starts automatically, adds a special menu item in the system menu and goes to the background hidden from the list of applications. Once the user clicks on the item menu (mentioned above), the application must show the user, do something and go back to the background. I used this article as a guide.

    My code is (BTW, how I format the code here?):

    SerializableAttribute public class BackTest extends UiApplication {}

    private static final long APP_ID = 0xda989447901484c8L;

    Private boolean isHidden = true;

    Public Shared Sub main (String [] args) {}
    RuntimeStore store = RuntimeStore.getRuntimeStore ();

    BackTest PAP = null;

    If (args == null | args.length == 0) {}
    PAP = (BackTest) store.get (APP_ID);
    If (PAP! = null) {}
    theApp.setHidden (false);
    theApp.requestForeground ();
    }
    } else {}
    final BackTest app = PAP = new BackTest();
    Store.Replace (APP_ID, PAP);

    theApp.createMenuItem ();
    theApp.setHidden (true);
    theApp.invokeLater (new Runnable() {}
    public void run() {}
    app.moveToBackgroundOnStart ();
    }
    });
    theApp.enterEventDispatcher ();
    }
    }

    public BackTest() {}
    pushScreen (new BackTestScreen());
    }

    private void moveToBackgroundOnStart() {}
    ApplicationManager man = ApplicationManager.getApplicationManager ();
    KeepGoing Boolean = true;
    {while (keepGoing)}
    If (man.inStartup ()) {}
    try {}
    Thread.Sleep (500);
    } catch (Exception ex) {}
    } else {}
    this.requestBackground ();
    }
    }
    }

    protected boolean acceptsForeground() {}
    return! this.isHidden ();
    }

    protected boolean isHidden() {}
    Return isHidden;
    }

    protected void setHidden (boolean isHidden) {}
    this.isHidden = isHidden;
    }

    private void createMenuItem() {}
    placement of int = 0 x 350111;
    Element ApplicationMenuItem = new ApplicationMenuItem (investment) {}
    public String toString() {}
    return to 'Just Do It';
    }

    public Object execute (object context) {}
    try {}
    ApplicationManager.getApplicationManager (.launch ("BackTest"));
    } catch (ApplicationManagerException e) {}
    e.printStackTrace ();
    }
    Returns a null value.
    }
    };

    The ApplicationMenuItemRepository repo = ApplicationMenuItemRepository.getInstance ();
    repo.addMenuItem (ApplicationMenuItemRepository.MENUITEM_SYSTEM, item);
    }
    }

    My problem is that when I click on the menu item "Just Do It", the application does not appear. I see in the debugger, that requestForeground is called, but nothing happens after that. I tried different things, like using GlobalEventListener instead of launching the app again (which resembles the app in the background does not receive events) or by calling requestForeground directly in the menu item Manager, but nothing happens.

    What I am doing wrong?

    PS the JRE BB version is 5.0.

    Interestingly, the code seems fine for me.  Sorry don't have time to test it myself ATM - maybe later.

    There is one thing I would change:

    theApp.invokeLater (new Runnable() {}
    public void run() {}
    app.moveToBackgroundOnStart ();
    }
    });

    This in theory, runs your "pen" treatment, specifically sleep, on the thread of events.  You need not actually the bottom of the request to wait because if your application is enough to throw things on the event thread, then it can deal with the merits of the request.  Then you can just run the requestBackground

    If you have other things you plan to wait at first, then in the executable you invokeLater, start a new Thread.  Sounds a bit complicated, I know.

    I don't think that this causes you a problem in this circumstance.

    I would like that you try to move your code to the main() in the run method ApplicationMenu.  There is no problem with this code getting your instance of the application and then by running requestForeground() on it.

    If this does not help, you can do two things:

    (1) create activate(), deactivate() methods in your Application, simply d put something out of System.out when these are run - call super too of course!  See the Application section to determine what these do.

    (2) put a breakpoint in acceptsForeground() and see when it is in the order of things, it is called.  I have an idea it is actually called earlier than you expect.

  • 6 impossible turn on iPhone shutter sound

    My camera shutter sound is definitely off. Despite the 'secret' switch switching power it seems to make no difference. , Someone has any idea how to turn it on again?

    Have you ever tried to force reboot the phone by holding down the button sleep and home for 10 seconds, until the Apple logo comes back again? You won't lose data, but it can cure some problems after installing new software or applications.

  • Impossible to return to the place where I ieft off after clicking the back button

    When I browse Smugmug photos, after you select the gallery that I want, when I'm done and I click the back button it brings back me initially galleries and not where I chose the last Gallery or photo. IE and chrome don't do that.

    Thank you for your question and I'm happy to help you. I understand that the back button does not work as expected in Firefox, all seeking to smugmug.

    At the same time as a work autour, if you right click on the back button, it will give the list all the pages that are visited.

  • BlackBerry software impossible high return / backup Z10

    My camera don't save. It reads, "backup in progress. Do not disconnect your device' and "Preparing to save" and "backup in progress, cautioned: keep your device connected to your computer via the USB port." The progress bar then shows, "0% complete," then instantly goes to "100% complete" and then the window closes. In link BB under the Back Up & restore then restore device, however, the most recent backup is 29 October 2014. I tried to back up my device since then, but always without success.

    Can someone please help?

    Use the uninstall program!

  • insert images, but impossible to return to a fixed location

    Insert images in page but I can't go to a desired location

    I guess they expect to be able to place images as you would in a layout like InDesign program.

    @cathiew77880655

    This is simply not how DW, or more often the internet works. Positioning of images in a page the way you describe requires absolute positioning, mainly affecting the coordinates of each image from the top left of the parent element or browser window. It can be done, but this is probably the worst way, you possibly can design a website these days. Absolute positioning takes content out of its natural flow. If you resize a page, each rest AP element up while the rest of your content is normally redéroule.

    In web design, it's much, much more flexible to use the margins, padding and floats CSS to position the elements where you want. In this way, your page can be made sensitive to smaller or larger screens according to your visitors are coming from. The internet is not just positions more. More than half of Google searches are now made from mobile devices, they simply cannot be ignored, so things like APDivs and AP elements have been removed from the program to help new designers to avoid the trap that they represent.

    Here are some links that will help you start to use CSS to position your items...

    http://www.w3schools.com/HTML
    http://www.w3schools.com/CSS

    Learn CSS positioning in ten steps: absolute relative static position float

    DW really expects you to understand html, css and to a lesser extent, javascript to create your pages. If you are not comfortable with these concepts, it's going to be a pretty difficult program to use. If you don't want to be involved in your site code, Adobe Muse would probably be a better route to go.

  • termination of agreement proves impossible comment return to cat?

    Hello, I turn around and go back to the same point pour muse of cancel my annual adobe coming a month of this course. I would like to talk to someone on the phone is possible?

    Thank you Olivia

    Hello

    You can please see the link below for instructions on the Adobe Creative Cloud subscription cancellation.

    Cancel your membership creative cloud

    To contact the Support from Adobe, you can click on the link below and select the appropriate options. It will give you a few articles online and an option "still need help contact us. You can click on it and initiate a conversation by chat or call our support.

    Contact the customer service

    Hope this will solve your problems.

    Kind regards

    Hervé Khare

  • Impossible to return to Lightroom 4.3 to CS5 for further editing

    I'm moving a RAW file, that I edited in Lightroom CS5 4.3 for further editing.  When I select photos, then select "Edit in Photoshop" under the menu Photo, Lightroom told me that he cannot open one of the photos, I chose.  I'm doing something wrong?

    Thank you!

    Kerry

    Thanks for checking on me Brett!  In fact, I discovered that JPEGs could not be opened directly in CS5 or CS6 either.  I could only export them on the hard drive.

    BUT I just got the phone with Adobe again... and it works now!        So happy!

    We tried to uninstall LR again.  But this time, while screen sharing, she helped me to browse my computer for almost all things Lightroom and deleted files (there were 2 exceptions who could stay).  When I reinstalled right there, it worked!  I don't know which file was precisely the problem or how it became a problem in the first place since I've never been install from a disk or update from the Adobe website.  But right now I'm just esctatic that it works!

  • Only do it with an iphone disabled 6 lost mode?

    On my way to school, I found an iphone 6 laying in the grass. He still had the power, but there is no sim. I told my parents that they sort of start panicking because they believed it could be traced back to our House. However, it doesn't have and its been several weeks now. I don't know who to return the phone because the phone says "disabled iPhone: connect to iTunes", but when I connect it it says "iTunes connection impossible because the iPhone is locked and lost mode." While this means? This means that the phone is not using it for me?

    Hello MariahD630

    I'm glad to hear that a good Samaritan found the device

    Don't worry as long as the iPhone is lost mode means someone trying to recover it, but with no SIM or network connection whatsoever, is not possible, tell your parents there is no need to panic, police won't be knocking at your door tonight

    On this kind of situations when you find an iPhone you can contact apple support and report, if you have a chance to do it, would be great

    If you are unable to contact the owner or report it to apple you can also take the phone to the nearest police station to see if there is a report of a stolen or lost device

    Don't try to turn it on, is almost impossible without the ID or the password, if you then do not forget that you will alert the owner as well once you connect to a network wifi, and then he'll knock on your door because apple activation lock system is fairly accurate

    Report a lost or stolen - Apple Support Apple product here is a link that can explain a little more info on what to do to as well

    https://www.iCloud.com/activationlock/ You can also check the status of activation here lock

    It will be useful.

    Kind regards

    Dr. macOS

    An Apple a day keeps the doctor away!

    < published by host >

Maybe you are looking for