Tuesday, 3 December 2013

33) Crack Or Unlock Android Pattern From Android Device

List Of Requirements Things:-
1.     Linux distro
2.     Android phone
3.     USB cable
4.     ADB


Step-1

1.Connect Your Android Device With your PC using USB cable.

Step-2:- Installing ADB over terminal

1.Boot into any Linux distro you have.
2.Open up terminal and type :

Quote:sudo apt-get install android-tools-adb

 Above Command will install ADB.

Step-3:- Disabling pattern unlock over terminal

1.Open up terminal again and type :

Quote:adb devices
adb shell
cd data/system
su
rm *.key


After that Disconnect your Android Device and REBOOT Your Android Device.

No comments:

Post a Comment