-
Notifications
You must be signed in to change notification settings - Fork 16
S2011 Manual Unlock
Antonizoon edited this page Jan 15, 2013
·
1 revision
This is the manual method for unlocking a S2011 device, as shown on Sony's Website.
-
Android SDK Platform Tools - Provides
adb
andfastboot
- Modified android_winusb.inf-file
- Go to Sony's Step 1 Unlock Site. Once there, click Yes.
- Pick up your phone and call
*#06#*
on the phone dialer. You will see your IMEI number. - Go back to the website and type in your Name, email address and your IMEI number. Click Submit.
- The website will generate an unlock code. Save it somewhere safe.
{{Note|Make sure that the Android SDK Platform Tools are set up correctly before proceeding.}}
{{Note|Linux and Mac have drivers built-in.}}
- Turn off your phone.
- Hold the unlock button ({{Key|Volume Up}} on most phones) and plug it into a PC. The blue led will light up.
- 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.
{{Note|Make sure that your phone is fully charged before proceeding.}}
- Turn off your phone.
- 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.
-
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
-
Unlock the bootloader with this command.
{{Warning|Replace 0xKEY
with the unlock code given by Sony's website.}}
fastboot -i 0x0fce oem unlock 0xKEY
- Your phone is now unlocked. Check the S2011 Unlocked Flashing guide to install a custom ROM.
Note: All non-Android projects have moved to the BASLQC Wiki.
- Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
- General Setup - Learn how to install and run the tools you need to succeed.
- Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
- General OS Customizations - General customizations that work on all devices of a specific OS.
- 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.
- Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
- Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.