Android came up with a new and appreciating security feature of pattern lock. The credit which it holds is that it looks great and encrypts your phone. But it really knocks our head out if we forget the pattern. We are left with nothing except playing Zig-Zag over it.
Here our need arises to better know how to unlock it in such cases and  to solve your problem we put in front of you two simple methods:



Method 1:
Well this goes the easiest and the recommended method to get rid of the forgotten pattern lock. You just have to follow the mentioned steps:
Step 1: Feed wrong pattern five times.
Step 2: It will show you a Forgot Pattern option.
Step 3: Then you by pass the lock pattern on your device by login through your Google account.

Methods 2:
Let’s now hop to the next method which is been appreciated by many of the websites.
Step 1: Connect your Android Device to your PC.
   Step 2: In administrator mode open the CMD.
   Step 3: Now type below code into it and press enter.
   adb shell cd /data/data/com.android.providers.settings/databases
   sqlite3 settings.db
   update system set value=0 where name='lock_pattern_autolock';
   update system set value=0 where  
   name='lockscreen.lockedoutpermanently';
   Step 4: Now you can boot your device from the window which will pop-      up. After booting you can unlock your device default set pattern or by        any pattern and it will work fine. 
Note: If you face any problem regarding the above mentioned code then you can also try the code as follow and press enter then reboot your device.


Type: adb shell rm/data/system/gesture.key

0 comments:

Post a Comment

 
Top