What's new

Tutorial Unlock Android Pattern Lock

ghost13

Honorary Poster
Established
Joined
Oct 15, 2014
Posts
507
Reaction
195
Points
188
Changed your pattern lock and FORGOT IT….or wanna snoop on your friends phone…..But you’re constantly stuck on this screen
You do not have permission to view the full content of this post. Log in or register now.

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…
frownie.png

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
You do not have permission to view the full content of this post. Log in or register now.



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

You do not have permission to view the full content of this post. Log in or register now.





  • 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 for more info on =>
You do not have permission to view the full content of this post. Log in or register now.
 
Last edited:
Changed your pattern lock and FORGOT IT….or wanna snoop on your friends phone…..But you’re constantly stuck on this screen
You do not have permission to view the full content of this post. Log in or register now.

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…
frownie.png

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
You do not have permission to view the full content of this post. Log in or register now.



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

You do not have permission to view the full content of this post. Log in or register now.





  • 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
malalaman nila dahil mawawala yung pattern ng phone nila:D
 
Anong ADB? hehe
ADB, Android Debug Bridge, is a command-line utility ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands, and more.
 
Back
Top