Hey folks!
Assuming you forgot the Pattern/Password that you use to secure your phone. Of course,
you could get in using your Gmail account Password...
But what if you don have an account or you forgot the password to that, too???
Here are two possibilities:
For everyone with a recovery version (cwm, twrp, xrec) installed:
This Tool, which you can flash in any recovery version (at least, all that I tried), gets you past that problem, as it simply disables the pattern/password lock.
What you need:
-a recovery version (xrecovery/cwm...) installed on your phone
-the flashable zip
-brain
INSTRUCTIONS:
1. Download the zip from the bottom of this post on to your sdcard (using your PC, as you cant get into your phone, right ;) )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!
B. For everyone without a recovery version installed:
What you need:
-A computer running a Linux distro (Ubuntu, Mint, etc.) NOTE: This Guide was written for MINT 14, but it should work on other distros, too.
-a USB cable to connect your phone to the PC
-adb installed (look at quick tutorial below)
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type
4. Done!
Now you just have to reboot.
NOTE: The Pattern lock will probably still show up, but you can type in anything you want, as it will accept anything!
Please test this on every Android OS, as I have only tested it on GB so far, but, theoretically, it should work on any Android Version & ROM.
I know there are similar threads on xda, but this is the first that offers a tutorial for getting past almost all locks (Password, PIN, Pattern) instead of only he Pattern, and, of course, the first to offer a flashable zip.
Assuming you forgot the Pattern/Password that you use to secure your phone. Of course,
you could get in using your Gmail account Password...
But what if you don have an account or you forgot the password to that, too???
Here are two possibilities:
For everyone with a recovery version (cwm, twrp, xrec) installed:
This Tool, which you can flash in any recovery version (at least, all that I tried), gets you past that problem, as it simply disables the pattern/password lock.
What you need:
-a recovery version (xrecovery/cwm...) installed on your phone
-the flashable zip
-brain
INSTRUCTIONS:
1. Download the zip from the bottom of this post on to your sdcard (using your PC, as you cant get into your phone, right ;) )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!
B. For everyone without a recovery version installed:
What you need:
-A computer running a Linux distro (Ubuntu, Mint, etc.) NOTE: This Guide was written for MINT 14, but it should work on other distros, too.
-a USB cable to connect your phone to the PC
-adb installed (look at quick tutorial below)
Quote:
How to install adb: 1. Open Terminal 2. Type: Code:
sudo apt-get install android-tools-adb 3. Follow the instructions until everything is installed |
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type
Code:
adb devices
adb shell
cd data/system
rm *.key
Now you just have to reboot.
NOTE: The Pattern lock will probably still show up, but you can type in anything you want, as it will accept anything!
Please test this on every Android OS, as I have only tested it on GB so far, but, theoretically, it should work on any Android Version & ROM.
I know there are similar threads on xda, but this is the first that offers a tutorial for getting past almost all locks (Password, PIN, Pattern) instead of only he Pattern, and, of course, the first to offer a flashable zip.