Unlock Android Pattern Lock

Posted by Rishabh on 06:33 with 2 comments


Changed your pattern lock and FORGOT IT….or wanna snoop on your friends phone…..But you’re constantly stuck on this screen
Bypass Android Pattern Lock

Well guy’s today we’re gonna show you how to bypass android pattern lock without RESETTING YOUR PHONE….without installing any additional apps on your phone….And it doesn’t even require you phone to have a data connection…

Pattern locks provide great security to android phones…But we may forget it
For must of us…the only option left when we forget our pattern lock is to hard reset our phone…
It prevents us from snooping on other’s phone’s too… :-(
WELL NOT ANYMORE…Just follow these steps to bypass pattern lock on any android phone….

REQUIREMENTS


  • Install ADB Drivers on your PC ( Very Important )

  • USB Debugging must be enabled on the phone to be unlocked



Bypass Android Pattern Lock

Settings>Developer Options>USB Debugging


  • You have to install the device specific drivers. This technique will not work without installing the drivers of your specific device



NoW Here’s how to UNLOCK




  • Connect your phone to the PC via a USB cable

  • Open the folder where you installed the ADB drivers

  • Now in the folder, hold the shift key and right click on the screen’s blank area and select “OPEN COMMAND WINDOW”



Shift+Right Click

Bypass Android Pattern Lock


  • A window command will prompt and then you just need to type the following
    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


  • Once it has been done…restart the device

  • Ta Daa…It’s done



Well now you can easily unlock any of your friends phone without even letting him know abut it… ;-D

Leave your feedback in the comments…