BYPASS ANDROID SCREEN LOCK USING CMD


Locked out of your Android phone and can’t remember your screen lock pattern or PIN? Don’t panic! While it can be frustrating, there might be a way to regain access to your device using your computer. This blog post will explore the possibility of bypassing an Android screen lock with the help of Command Prompt (CMD) on a Windows PC.

What You Need:
=>A computer running a Linux distro or Windows+Cygwin
=>USB cable to connect your phone to the PC
=>Adb installed

How to install Adb:

1. Open Terminal
2. Type:

Code:

sudo apt-get install android-tools-adb

Hit [Enter]
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 su rm *.key

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 it Should Unlock.

Post a Comment

0 Comments