I need to do activation to ios 7 i have my username and password but i cant unlock

hi,
i make restore to my iphone and now i need to do activation.
i have my password and username but i cant do the activation.

The Apple ID and Password that was Originally used to Activate the iDevice is required
If you do not have that information you will not be able to use the Device.
Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818

Similar Messages

  • GetURL needs to incorporate username and password!!!!

    Hi,
    I need a Java program to go to a URL and then save the web page in a text file. I have successfully done this by finding the GetURL method (see bottom of page). But I need to do it for a URL where a standard username and password prompt appears. I know I need to use the following piece of code somewhere in the GetURL program to bypass this authorisation:
    HTTPConnection con = new HTTPConnection(this);
    con.addBasicAuthorization("protected-space", "goofy", "woof");
    The problem is that I am a complete Java novice and am desperately trying to finish a project, therefore I just don�t have the time to learn the language.
    Can someone PLEASEEEEEEE tell me how I can incorporate the above code into the following GetURL program (which I know works for URL�s without the authorisation needed):
    [by the way, the URL is in the program below and the username = Bazza99  and the password = upge5w7u]
    import java.io.*;
    import java.net.*;
    * This simple program uses the URL class and its openStream() method to
    * download the contents of a URL and copy them to a file or to the console.
    public class GetURL {
    public static void main(String[] args) {
    InputStream in = null;
    OutputStream out = null;
    try {
    // Check the arguments
    if ((args.length != 1) && (args.length != 2))
    throw new IllegalArgumentException("Wrong number of arguments");
    // Set up the streams
    URL url = new URL("http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA"); // Create the URL
    in = url.openStream(); // Open a stream to it
    if (args.length == 2) // Get an appropriate output stream
    out = new FileOutputStream("badata.txt");
    else out = System.out;
    // Now copy bytes from the URL to the output stream
    byte[] buffer = new byte[4096];
    int bytes_read;
    while((bytes_read = in.read(buffer)) != -1)
    out.write(buffer, 0, bytes_read);
    // On exceptions, print error message and usage message.
    catch (Exception e) {
    System.err.println(e);
    System.err.println("Usage: java GetURL <URL> [<filename>]");
    finally {  // Always close the streams, no matter what.
    try { in.close();  out.close(); } catch (Exception e) {}

    Hi,
    I wasn't sure how to incorporate your code into the GetURL program (afriad I am a java novice). I tried to run the code at the bottom of the page but it came back with the following error:
    java.io.FileNotFoundException: http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA
    Usage: java GetURL <URL> [<filename>]
    code run:
    import java.io.*;
    import java.net.*;
    * This simple program uses the URL class and its openStream() method to
    * download the contents of a URL and copy them to a file or to the console.
    public class GetURL {
    public static void main(String[] args) {
    InputStream in = null;
    OutputStream out = null;
    try {
    // Check the arguments
    if ((args.length != 1) && (args.length != 2))
    throw new IllegalArgumentException("Wrong number of arguments");
    // Set up the streams
    URL url = new
    URL("http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA"); // Create the URL
    URLConnection conn = url.openConnection();
    conn.setRequestProperty("Authorization", "Basic " + new
    sun.misc.BASE64Encoder().encode("(Bazza99):(upge5w7u)".getBytes()));
    in = conn.getInputStream();
    if (args.length == 2) // Get an appropriate output stream
    out = new FileOutputStream("baadata.txt");
    else out = System.out;
    // Now copy bytes from the URL to the output stream
    byte[] buffer = new byte[4096];
    int bytes_read;
    while((bytes_read = in.read(buffer)) != -1)
    out.write(buffer, 0, bytes_read);
    // On exceptions, print error message and usage message.
    catch (Exception e) {
    System.err.println(e);
    System.err.println("Usage: java GetURL <URL> [<filename>]");
    finally {  // Always close the streams, no matter what.
    try { in.close();  out.close(); } catch (Exception e) {}

  • Can anyone tell me what I need to set up iPhone 4? I have my email address and password but not user ID.  What is this?

    Do I need a user ID to set up a new iPhone. I have email address and password but not sure what the user ID is?

    User ID is an  Apple ID you use to buy paid or free stuff from the Apple Store, iTunes Store...
    It is in no way essential to use your iPhone, but it is indeed needed to purchase/download free or paid Apps, songs, books and so on.
    You can set-up a free Apple ID from your phone, or on →  https://appleid.apple.com

  • My iphone sorry, I restore my iphone ask Apple ID username and password? I entered, it can not reported to unlock my ID. I used iforgot the ID is not changed. I have icloud how active threads. I used ios 7.0.6. thank

    restore my iphone, iphone Apple ID requirements? but not to open it. I use iforgot ID. not be. I did not change the username and password. i need help. I used ios 7.0.6. thank

    Hi tuyet nhu nguyen,
    Given that you recently restored your iPhone, it sounds like you may be having issues with iOS Activation Lock. You may find the following articles helpful:
    iCloud: Activation Lock
    http://support.apple.com/kb/PH13695
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/ht5818
    Regards,
    - Brenden

  • HT4623 I still have an iPad 1, and need to update to iOS 7 to use Keynote, Pages and Numbers but I get the message the my system is updated in iOS 5.1.1 and doen's offer me another update!

    I still have an iPad 1, and need to update to iOS 7 to use Keynote, Pages and Numbers but I get the message the my system is updated in iOS 5.1.1 and doent's offer me another update! How can I update it? Or I can't?

    ayrosa wrote:
    I still have an iPad 1, and need to update to iOS 7 
    Sorry... This is not possible. The iPad 1 can Only go as far as iOS 5.1.1

  • My dad bought an ipad 2 of my uncle for cheap since its a little broken but i tried to earse the ipad so all the password and thing from my uncle go away but i was stuck on the activation when i need an email and password but my uncle cant remember it

    My dad bought an ipad 2 of my uncle for cheap since its a little broken but i tried to earse the ipad so all the password and thing from my uncle go away but i was stuck on the activation when i need an email and password but my uncle cant remember it because he has medical problems and he does not remember the email since he has alot of emails he thinks he remembers the password since he always keep the same password. So does anyone know what i can do because the ipad is locked and my parents are like very mad at me xD

    http://support.apple.com/kb/PH13695
    Activation Lock cannot be bypassed, you will have to recover the email and password used to activate it.

  • HT3702 I purchased a book called Activity-based costing for $3.99. I tried to open the file but it said my computer does not have IOS. I have a smartphone and I am unable to view the book. I am requesting since I am unable to use the book activity-base co

    I purchased a book called Activity-based costing for $3.99. I tried to open the file but it said my computer does not have IOS. I have a smartphone and I am unable to view the book. I am requesting since I am unable to use the book activity-base costing, a refund.
    Kevin

    I don't know what you are saying. How do I get my money refunded.

  • Same make my apple id. yesterday I reset my iphone 5 after that they ask me activation apple id and password but I no have any id and password. so what I do. secandly I am living in pakistan and no have any apple support in pakistan

    Hello
    I buy Iphone 5 last year in August 2013 and same active this phone for me and make apple id yesterday i reset my phone after that he need my apple id and password but i no have any id and password. Secandly i contact to apple support and i want to talk to him on given number pakistan but this number is not good and saying this number is not in use. And i am also call on 1800-my apple phone number he also saying samething. Plz help me for this regarding.

    There is a new security feature in iOS 7 called Activation Lock. Any time
    an iPhone with iOs 7 is reset or restored, the AppleID and password that
    was used to set it up must be entered. If you do not remember that information
    or bought the iPhone secondhand and cannot find the original owner, the iPhone
    will be useless.
    There is no workaround to Activation Lock.

  • I have just upgraded to IOS 7 and for some reason iMessage and face time will not work. It asks me for my Apple ID username and password and when I enter then it tries to sign in and then after a few minutes comes up with cannot activate try connection ?

    I have just upgraded my iPad to iOS 7 and now FaceTime and iMessage will not allow me to sign in. I enter my appl I'd and password but after a few minutes I get a message to say cannot activate try network connection then try again no matter how many times you do this it will not sign in. Any thoughts ?
    Thanks neil

    try resetting your phone by turning it off and back on again. The servers may still be having a hard time keeping up, so you may just need to wait a little while and try again.

  • HT201365 hello sir i purchase second hand iphone4s now my iphone ask for activation with id and password i contact with previous owner and use that id and password but that also not work what i do ola help me

    hello sir i purchase second hand iphone4s now my iphone ask for activation with id and password i contact with previous owner and use that id and password but that also not work what i do ola help me i try all other method restore ' upgrade etc but none work plz say what i do if u find some solution tham msg me on [email protected]

    First, we're not Apple here (Apple does not participate in this forum).  We're only users like you.
    The previous owner has not given you the correct ID and password for you to use.
    If the iphone has iOS version 7, then read through the following...
    http://support.apple.com/kb/HT5818

  • HT1212 How do I reset my sons Ipad, when its states that its Disabled and to connect to itunes, and when I do its states that its locked and I need to entre that password, but I cant because its DISABLED!

    How do I reset my sons Ipad, when its states that it's disabled and to conect to itunes, and when I do i get a message thats that says I need to entre a password, but I cant as the Ipad is Disabled

    Ive found the solution,
    TillyLove13 wrote:
    Sorry to hear, I am having the same issue myself, I entered a new passcode last night after i synced the new ios 7 cant rememeber my numbers all i remember is i used 2 and 3 and i got it to where i disabled my ipad. I used the connect to itunes as my restore but its not giving me any options thats helpfull it says restore and update im thinking maybe wipe my ipad and than put the new ios 7 in but nope seens mine was synced yesterday it only restores it back to previous locked position. im trying to get some way around it myself as soon as i find out ill make you aware. good luck. im sorry your probably just as flusterated as me

  • Browser need proxy username and password

    this code works fine without a proxy, however i can figuer out how to get it to work when behind a proxy, i tried some different things to pass the proxy username and password(the commented out code) but those did work, can anyone help with this? cause im lost as to how to send the proxy credentials to get outside to the net
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class ReadServerFile extends JFrame {
    private JTextField enter;
    private JEditorPane contents;
    public ReadServerFile(){
    super ("Rage");
    System.getProperties().put("proxySet","true");
    System.getProperties().put("proxyPort","80");
    System.getProperties().put("proxyHost","90.8.0.5");
    //need to set the username and password
    //System.setProperty("http.proxyUser","sservices/proglab30");
    //System.setProperty("http.proxyPassword","proglab30");
    //Authenticator.setDefault(new Authenticator()
    // protected PasswordAuthentication getPasswordAuthentication()
    //   return new PasswordAuthentication("proglab30","proglab30".toCharArray());
    Container c = getContentPane();
    enter = new JTextField("http://www.google.com/");
    enter.addActionListener(new ActionListener()
    {public void actionPerformed (ActionEvent e)
    {getThePage(e.getActionCommand());}});
    c.add( enter, BorderLayout.NORTH);
    contents = new JEditorPane();
    contents.setEditable(false);
    contents.addHyperlinkListener(
    new HyperlinkListener(){
    public void hyperlinkUpdate(HyperlinkEvent e)
        if (e.getEventType()==
        HyperlinkEvent.EventType.ACTIVATED)
        getThePage(e.getURL().toString());}});
    c.add(new JScrollPane(contents), BorderLayout.CENTER);
    setSize(400,300);
    show();
    private void getThePage(String location)
    setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    try {
    contents.setPage(location);
    enter.setText(location);
    catch(IOException io)
      JOptionPane.showMessageDialog(this,"Error getting URL","Bad URL",JOptionPane.ERROR_MESSAGE);
    setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    public static void main (String args[])
      ReadServerFile app= new ReadServerFile();
      app.addWindowListener(new WindowAdapter(){
        public void windowClosing(WindowEvent e)
          System.exit(0);
    }

    ray,
    Sounds like a permission problem.
    Try running these.
    ColdFusionDirectory\bin\connectors\Remove_ALL_connectors.bat
    ColdFusionDirectory\bin\connectors\IIS_connector.bat
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "RayBees" <[email protected]> wrote in message
    news:ek727f$bnq$[email protected]..
    > Greetings
    >
    > I have an interesting problem. When I browse certain
    section of my website
    > I
    > am asked to enter my username and password. When clicked
    "cancel" twice
    > the
    > person is let throught to the page. This seems to be
    related to the cfform
    > tage. If I remove the tag, I am no longer asked for the
    username and
    > password.
    > This happens in IE 6 and 7, Netscape 7.1 but not in
    Firefox 1.5 or Mozilla
    > 1.5.
    >
    > But here is where it gets really interesting, If I log
    onto the web
    > server,
    > every page asks for the username and password. Any
    thoughts?
    >
    > Thanks
    > Ray
    >
    > The Specs
    > CFMX 7.02
    > Windows 2003
    > IIS 6
    >

  • Need username and password

    I am replacing my standard issue dsl modem with a non verizon modem/wireless router combo unit.  It says in the install instructions that I need to have my dsl username and password.  I would rather not have to call verizon customer service (never had a issue, but jsut a pain to call with those voice activated menus), so I am wondering is this the same username/password I use to access my email, etc. at verizon's website?  Or some information used by my current modem that is totally different?

    The Username and Password would be the User/Pass to access to your Verizon e-mail, yes. If it isn't that, it would be the User/Pass to the Master account if you use a Subaccount for e-mail. Hope I'm clear enough with that.
    It might be worth pointing out that if your Westell modem was using DHCP and not PPPoE to connect to Verizon, you do not need a Login. Instead, all you need to do is leave the modem powered off for a few hours to allow the DHCP lease to break from the old modem, or you need to clone the MAC address of the old modem to the new modem. Otherwise, if you are in a PPPoE area that uses OpenPPPoE such as my area, you can use any Username/Password combination you'd like and it will connect.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • Hello I am on a macbook pro (retina IOS 9) i have installed xcodes and command line tools but codeblocks does not compile, terminal gives this message /Users/MacPc/Desktop/Untitled1: Permission denied      any one has a solution

    Hello I am on a macbook pro (retina IOS 9) i have installed xcodes and command line tools but codeblocks does not compile, terminal gives this message /Users/MacPc/Desktop/Untitled1: Permission denied      any one has a solution?? please...

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • I updated to iOS 7 but now that I am using my iphone, all my apps are gone. everything else has been recovered from i could except my apps. I have my apps backed up but i cant get them restored.

    I updated to iOS 7 but now that I am using my iphone, all my apps are gone. everything else has been recovered from i could except my apps. I have my apps backed up but i cant get them restored.

    Right click on the .exe file and select run as admin. This will allow it to run all the processes it needs and should help it work. If the problem is not fixed you should try waiting till a new update, that often fixes ios issues.
    On other problem could be a hardware issue, try a new cable and use it in a different USB socket.

Maybe you are looking for

  • Query Help pls dates and logic.

    Hi all gurus I have a need where I need to put togahter series of timeline events that occurred in past as a one row concerning dates. This is my table .   CREATE TABLE "SORS"."SOR_TRACKING"    ( "TRACKING_ID" NUMBER NOT NULL ENABLE,   "LETTER_ID" NU

  • Is it possible to make an  animated drop down menu  and still use  the menu widget?

    Hi- I am trying to create a menu bar that is hidden with just a tab exposed  to indicate that there is a menu  there. Upon  rollover,  the full menu bar slides down and reveals the menu items.  I can't find a way to make it smoothly  slide down so I

  • Need help burning a DVD

    I've been making copies of my DVDs (legally) but I don't have a DVD burner on my 17 inch iMac. However I do on my old windows PC. I made the files all 4.7 GB with DVD2oneX but I need a way to burn it in my PC. So what kind of file do I turrn it into

  • How do I get new apple ID to show on iPad?

    Due to a security issue, I had to change my apple ID. My settings on iPad show new account but when I try to download updates, it asks for password for old ID which has been disabled.  It only give me to option to "cancel" or enter a password (upon w

  • How to use grouping by field and have a tatol of records per group

    Dear All I have a repiort that i have created but i want code that allows me to group the report by a certain field then i give a tatol number of records per each group. Thank you in advance William