How to hack pattern or pin lock on android phone 


Sometimes we forget our password or pattern lock on android phone. Here is the best way to remove the lock. To do that we need pc which is installed Linux base operating system on it. Without any data loose we can perform this activity.




So let’s start, we have to install the software called android debug bridge (ADB), to install this open the terminal (Right click and  open terminal)   and enter the below command.

sudo apt-get install android-tools-adb

After installing ADB connect your phone using the cable to the computer. Open the terminal once again and use the below commands.

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

Once it is completed restart your phone. Lock will be erase from your phone.