Join Us on Facebook Follow us on Twitter Add to Circles

Friday 27 September 2013

Bypass your patters lock on any android device.


 
Passwords,patterns,pin numbers have almost filled ninety percent of our memory.wherever you go,security is the main concern now-a-days.When you are at work,you need to change the password of your computer
every month according to the companies policy.When you are at home,you have a password to your computer,Go to an ATM you need to remember PIN number.And now you have them on your mobile.But have you ever thought that if you forget a pattern lock on your mobile how will you recover it?


This guide will take you through few steps that will help you to recover your pattern if you have forgotten the answer for security question and gmail id.This is recommended for the one who have forgotten their pattern but just to be on a safer side the ones those who have not forgotten their pattern can read the requirements so that in case if you forget your password you can get back to this guide and start from step 1.

Requirements:-

  1. You should have ADB in your computer.If you don't have any you can click here to download and install. 
  2. You should have usb debugging switched on on your phone (Settings>developer options>usb debugging)


Step 1 :- 

  1. connect your device to the computer via USB.
  2. Now open the folder where you have installed ADB.
  3. Right-click on any blank area while holding the shift button on your keyboard.
  4. Select open command windows here.
  5. Now type the following command:-

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

Once done, reboot the device
Yeah! The pattern lock has been disabled.


No comments:

Post a Comment