Skip to content

S2011 Manual Unlock

Lawrence edited this page Jan 15, 2013 · 1 revision

This is the manual method for unlocking a S2011 device, as shown on Sony's Website.

Requirements

Get Unlock Code

  1. Go to Sony's Step 1 Unlock Site. Once there, click Yes.
  2. Pick up your phone and call *#06#* on the phone dialer. You will see your IMEI number.
  3. Go back to the website and type in your Name, email address and your IMEI number. Click Submit.
  4. The website will generate an unlock code. Save it somewhere safe.

Install Drivers for Phone (Windows)

{{Note|Make sure that the Android SDK Platform Tools are set up correctly before proceeding.}}

{{Note|Linux and Mac have drivers built-in.}}

  1. Turn off your phone.
  2. Hold the unlock button ({{Key|Volume Up}} on most phones) and plug it into a PC. The blue led will light up.
  3. Windows will ask you to provide a driver file. Point to the android_winusb.inf file and your phone will be recognized.
  • If that didn't work, try installing Flashtool, which will also install the needed drivers.

Unlock the Bootloader

{{Note|Make sure that your phone is fully charged before proceeding.}}

  1. Turn off your phone.
  2. Enter Bootloader Mode: Hold the unlock button ({{Key|Volume Up}} on most phones) and plug it into a PC. The blue led will light up.
  • If this doesn't work, enable Settings > Developer Options > USB Debugging on your phone, plug it into the computer, and use the command adb reboot-bootloader. on your computer.
  1. Enter this command. If you get something similar to Version: 0.x, your phone is recognized and you can proceed.

    fastboot -i 0x0fce getvar version

  2. Unlock the bootloader with this command.

{{Warning|Replace 0xKEY with the unlock code given by Sony's website.}}

fastboot -i 0x0fce oem unlock 0xKEY
  1. Your phone is now unlocked. Check the S2011 Unlocked Flashing guide to install a custom ROM.

Sources

BA Logo

Bibliotheca Anonoma

BASLQC Wiki

  • Introduction - A quick intro to the rationale and ideals of this guide, and modding in general.
  • Essential Maker Skills - Essential Skills that every maker should have.
  • Archivist Tools - All the tools an internet archivist needs under their belt.

General Guides

  • Android Development Codex - All kinds of Android smartphones.
  • Business Class Laptops - Computers that last: The ThinkPad, the HP EliteBook, the Dell Precision/Latitude.
  • EBook Readers - A good eInk screen remains the best way to read literature comfortably.
  • Game Consoles - Homebrew development scenes have made it possible to unlock the full power of your game console's computer chip.
  • Graphing Calculators - This is the last vestige of the age of 80's Home Computers; where programs were simple and graphics were minimal.
  • Home Server - Why buy cloud storage when you can build your own cloud? For media streaming, torrenting, and VPN access (to bypass blocked internet).
  • Routers - Amazingly, your ordinary router probably runs Linux on it's little embedded CPU.
  • Authentication Wallets - Manage your plethora of accounts, passwords, and RSA public keys using a GPG-encrypted wallet.
  • LEGO Mindstorms - The easiest way to build functional robots and machines; using good ol' LEGO and Technic bricks.
  • Vintage Computers - Amiga, Apple ][, and all the other random home computers that defined the 1980s.

Research

  • Genetic Programming - Programs that mutate and evolve by themselves, like Genes. It's a very difficult concept to grasp, but a very powerful method that transcends math or algorithms.

Content Guidelines

  • General Guidelines - The ideals that you should uphold while working with and editing this guide.
  • Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
  • Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.

Reference

  • Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
Clone this wiki locally