1. Home
  2. Android
  3. How to bypass disable pattern unlock on android via adb commands

How To Bypass/Disable Pattern Unlock On Android via ADB Commands

Pattern unlock is one of the many device protection mechanisms available to Android users, and there are quite a lot of people out there who actually rely on said method to secure their devices from unauthorized access. The problem, however, arises in case you forget the pattern that you set to unlock the device. Worse yet, there could be a situation where your friend may have tried to play a prank on you by setting a pattern lock that you are completely unaware of. The question is, how does get out of such tricky situation without suffering any headaches? Seems like XDA member m.sabra has the answer – more than one, in fact. The dev has come up with a couple of very effective computer-based solutions in this regard that let you easily bypass/crack pattern unlock on any Android device. The only caveat in employing both said solutions is that they require ADB to be installed on your computer, and USB Debugging enabled on your device. Although both methods are known to be working with rooted, as well as non-rooted devices, employing them on a rooted device is likely to yield more fruitful results. Past the break, we’ll be taking a closer look at both solutions in detail.

Bypass-Android-Pattern-Unlock-Thumb

First things first, and you must have good knowhow of installation and use of ADB. If you’re new to Android, then our detailed guide on ADB and all interrelated components could of ample assistance to you.

To toggle USB Debugging on Android 4.0 and higher, navigate to the Developer options on the general settings screen. On non-ICS devices, said option can be found by navigating to the Settings > Applications > Development screen.

Provided all prerequisites are in place, here’s what you need to do in order to nullify pattern unlock on your Android:

Method 1

  • Connect your device with the computer via USB cable
  • Open Command Prompt and key in the exact code as displayed below:
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
.quit
  • Reboot your device
  • You may now unlock your device providing whatever pattern you like

Bypass-Android-Pattern-Unlock1-PC

Method 2

If the above method doesn’t work, try using the following code instead:

adb shell rm /data/system/gesture.key

Bypass-Android-Pattern-Unlock2-PC

After rebooting, unlock your device using ay preferred pattern. As evident from the above, neither method disables the pattern unlock. Instead, they just nullify the pattern order on the lock screen.

Both methods have successfully been tested using a combination of HTC Desire Z (running CyanogenMod 7.2) and Windows 7 (64-bit Edition), and a good thing about these solutions is that they work independent of, as well as in tandem with, each other, so no harm in deploying them both simultaneously. Once you regain access in to the OS, head over to the system security settings, reselect your preferred unlock method, and you’re good to go.

Special Note: The purpose of this guide is to help users with employing an effective pattern unlock bypass solution only on their own devices, instead of using it for malicious (read: unethical) purposes. On the other hand, it begets the need to keep USB Debugging disabled on your device if and when not required in order to be on the safe side.

[via XDA-Developers]

34 Comments

  1. Not working on Android 8.1(Go edition). The first method is access denied while the other doesn’t find that file

  2. MAN!!!!!
    it doesn’t withouth SUPER_USER command????
    Do you have any solution for this???????????????????

  3. for those with custom recovery you can use your recovery file manager to remove lock screen pattern or pin .db then it would be gone.

    • Just reset your GMAIL id and password of the account which you have in your mobile . If it doesn`t work do it using android system recovery

  4. I got broken screen, then the touchscreen doesn’t work, I can’t activate debugging mode, I can’t unlock my phone (locked with pattern) and I want to recovery all my data, how can I do so? I have Sony Xperia V (LT25i).

  5. I did it but both methods were failed: permission denied.
    what should i do?
    and by the way usb debugging is on!

  6. This is Really gr8 Help to me….I have Domo Gadget Tablet Slate N9se Device.

    I forgot the Patter but I have recover it with help of this Post Thank you much…..

  7. HELLO , HI, PLEASE HELP ME IN MY SAMSUNG GALAXY Y I 509, TO UNLOCK PATTERN-LOCK, SO, I FORGOT IT WHAT I SHOULD TO DO ?

  8. THANK YOU SO MUCH!!!!! The first didn’t work but,second one did, but instead of deleting it O renamed it with the command ‘mv /data/system/gesture.key /data/system/gesture.key.bak’

    You can add to the confirmed list: Samsung Galaxy S+ with CyanogenMod 9

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.