Wednesday 25 June 2014

// // Leave a Comment

Bypass Android Pattern Lock


Bypass Android Pattern Lock


It can be extremely frustrating when you've forgotten the pattern you use to lock you smartphone( here Android), and even more so if someone has managed to prank you by changing it.Luckily, there's an easy fix..

Just follows the below procedures....

METHOD: 1
Solution for everyone via Adb-SQL Command:

INSTRUCTIONS:

1. Type this command seperated in your terminal (CMD Prompt):

Code:

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' ;
quit

2. now you just have to Reboot.

Note:If you see the Gesture pattern grid or password after Restarting.Don't worry.just try any Random password and it should unlock.



Method: 2
Solutions for everyone via Adb-File Removal

INSTRUCTIONS:

1. Type this command in the terminal (CMD Prompt):
Code:
adb shell rm /data/system/gesture.key

Note: If you see the Gesture Pattern Grid or Password after restarting. Don't Worry. Just Try any random pattern or password and it should Unlock.

0 comments:

Post a Comment