Pattern Lock is one of the reasons I love android but the problem is when you forgets your pattern lock what do you do, yes we know there is a way to unlock it with Gmail but what if you forget your login details what are you meant to do? The option left to learn how to bypass the pattern lock. Yes this is possible on any Android Phone or Device with just some easy steps.
What Is Required To Bypass A Pattern Lock For Any Android Device
- You need a computer (laptop or desktop)
- You must have ADB installed on the laptop (download For Windows PC and Mac PC )
- Pattern Locked Android Device
- Android Phones must have a USB slot.
How To Bypass Pattern Lock For Any Android Device
UPDATED
1. You must install the ADB software on your computer After installed on your computer or laptop (restart it (optional))
1. You must install the ADB software on your computer After installed on your computer or laptop (restart it (optional))
2. Connect your Android device which is pattern locked to the computer
3. Open the Folder where you have installed the ADB software then Press Shift and Right Click inside the blank space in the ADB folder.
Fourthly, From context menu that shows up click on Open command window here. then the command prompt window will open, type the below code into it as it is placed in every line.
adb shell
After entering the first command on the command prompt # rather that the $ it was showing before. and you can enter su to switch it to the root user, the continue typing the command line by line
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
exit
adb reboot
5. Your device will reboot and after it has rebooted , enter the following command on the command prompt window.
adb shell
after entering the first command on the command prompt # rather that the $ it was showing before. and you can enter su to switch it to the root user, the continue typing the command line by line
rm /data/system/gesture.key
exit
adb reboot
6.
After this your Android device will reboot, after rebooting a lock pattern will appear, use any pattern, your device will unlock, once it has unlocked, make sure you change the lock pattern or disable the lock pattern.
Please follow the steps as written above as not to face any issues.
This comment has been removed by a blog administrator.
ReplyDeleteThis didnt work on my tecno n3. help!!!
ReplyDeleteI just updated the post, check it out. please follow it step by step and get back to me to hear your feed back
DeleteMaybe you should re-update where to get the ABD that works. The link you have for ABD is for Google Nexus forum for SDK, so when i did a search i downloaded from http://adbdriver.com/downloads/ & when i try to RIGHT CLICK nothing happens, so i guess you still got work to do, but for now till your job is well complete I say weldon & thanks for the head tip but waiting for it to be updated...
ReplyDeleteGuys seems the universal mastercode calculator for e303 has been removed from mediafire .could anyone share a link for where i can download it?
ReplyDeleteIs this really work?
ReplyDelete