Our Blog

Trick: Unlock Any Android Device! Passwords, Pattern, Code any!








2nd,4th and 7th doesn't require Adb Command:

For Adb Methods Follow This:
How to Setup Adb in windows for Android Devices!
Note: Setup Adb then Continue the Methods  and Unlock your Device! Some Methods Doesn't Require Adb!  
Method 1.
My Android-Phone is locked because I put too many wrong patterns. When a wrong pattern is entered too often, your device is locked and asking to unlock it via google. You are a lucky guy, if it is locked with Wifi or data network on and of course you remember your google username and password. But if not, you have two possible solutions:
  1. hard reset your device.
  2. use adb commands.
If you use number 1 all your data are gone. Maybe you can restore it with a backup.
To use 2 you have to have enabled USB Debugging on the device before it is locked. If you have, and I have it always enabled on all my android devices, you can use the following solution to unlock your device.

Requirements

  • PC or Laptop with a working OS on it (I use OSX, but it is working also on Unix and Windows)
  • Android SDK. You can get it at the developer site.
  • Connected android device via usb to your PC

adb commands

To run the adb-commands you have to change to the platform-tools directory in your android-sdk (/path/to/your/android-sdk/platform-tools).
Now you can use the following commands
adb devices # to verify that your device is identified
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update secure set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
update secure set value=0 where name='lockscreen.lockedoutpermanently';
.quit
exit
adb reboot
Now your device is unlocked. If not use adb shell rm /data/system/gesture.key.
I cleared lock patterns and removed the permanent lock from database. I have broken the security to unlock my device, but I saved my device and all data and I can use it again.
comments powered by Disqus

2nd Method.

Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc...) Installed:

INSTRUCTIONS:

1. Download this zip Pattern Password Disable (Download Link ) 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!


Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.

3rd Method


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
  1. adb devices
  2. adb shell
  3. cd data/system
  4. su
  5. rm *.key
Copy the Code
4. Done!

Now You Just Have To Reboot.

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.

Method 4


Solution For Everyone Before Lock Accident :

SMS Bypass - Download Link - Install It On Your Device

This App Allows You To Remotely Bypass Your Phone's Screen Lock By Sending A SMS. 
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.

INSTRUCTIONS:

1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
  1. secret_code reset
Copy the Code
Example:
  1. 1234 reset
Copy the Code
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset - Your phone will restart and your lock screen will be reset.
Note 3 : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD V

Solution For Everyone Via Adb - SQL Command :

INSTRUCTIONS:

Type This Commands Separated In Your Terminal (CMD Prompt) :
  1. adb shell
  2. cd /data/data/com.android.providers.settings/databases
  3. sqlite3 settings.db
  4. update system set value=0 where name='lock_pattern_autolock';
  5. update system set value=0 where name='lockscreen.lockedoutpermanently';
  6. .quit
Copy the Code
Now You Just Have To Reboot.

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD VI

Solution For Everyone Via Adb - File Removal :

INSTRUCTIONS:

Type This Command In Your Terminal (CMD Prompt) :
  1. adb shell rm /data/system/gesture.key
Copy the Code
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.

METHOD VII

(Thanks Toamarullz)
Solution For Everyone With Recovery Installed - Aroma File Manager :

INSTRUCTIONS:

1. Download this zip Aroma File Manager ( Download Link ) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Reboot into recovery mode
3. Flash the zip
4.The file manager will starting, and you are ready to managing your filesystem (copy, cut, delete, make new folder, etc) while you are in recovery.
5.Click on menu option and go to settings - Select Mount All Partitions
6.Now, exit from Aroma File Manager and reflash it.
7.Now, you will see each partition is mounted
8.Now, go to /data/system
9.Note : If you have sd-ext mod to increase internal storage, go to /sd-ext/system/
10.Now, If you have to remove pattern lock, long press and delete gesture.key/If you want to remove password, delete password.key
11.Exit the Aroma File Manager & Reboot Device

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


Enjoy!! Comments please!



1 comment :

Anonymous said...

if the phone doesn't have android debugging selected prior to attempting access to locked device most of these will be totally useless as the pc wont recognize the device when plugged into via usb data cable. (this applies to: Phones with stock rom which Don't have a custom recovery and are not rooted)

Post a Comment

Android Mania Pro Designed by Ali Ahmed | MyBloggerLab Copyright © 2014

Theme images by centauria. Powered by Blogger.