Saturday, 1 July 2017

Hack Android Pattern Lock

What You Need:
  • A computer running a Linux distro or Windows and Cygwin -definition:(a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows)
  • USB cable to connect your phone to the PC
  • Adb installed

How to install adb:
1. Open Terminal
2. Type:
“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:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done.. Now You Just Have To Reboot.

No comments:

Post a Comment