Search This Blog

Powered By Blogger

Translate

Friday, 31 July 2015

Crack Or Unlock Android Pattern From AndroidDevice

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.
Unlock pattern should be here. Just try some random gesture and it will unlock.

No comments:

Post a Comment