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
=>USB cable to connect your phone to the PC
=>Adb installed
1. Open Terminal
2. Type:
Code:
sudo apt-get install android-tools-adb
Hit [Enter]
3. Follow the instructions until everything is installed.
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.
0 Comments
Thank you !