using software to remove user lock, SPC

Remove Or Skip Pattern Lock On Android Phone / Tablet

Forgot the pattern is a very common reason to delete Android's Pattern Lock, a user of xda-developers makes it easier for those people who are facing this kind of problem on their Android Gingerbread, Ice Cream Sandwich and Jelly Bean, without discussing much directly follow the instructions below to remove the Android Pattern Lock from your phone.

How To Unlock Forgotten Androids Pattern Lock:

There are 2 methods and both works well during its testing. No Rooting required but its better that the device is rooted.

Method 1:


1. First connect your phone to PC via USB cable (USB debugging need to be enabled in your Android phone).


2. Type or copy paste below commands in CMD


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
3. All the above commands must type in the separate line, to make sure press enter after typing each line.

4. Reboot you phone.On next reboot, you will see pattern lock so don't worry, you'll be able to draw new pattern lock for your device whatever pattern you like.

Method 2:

1. Same like method 1, connect your phone to PC via USB cable and (USB debugging need to be enabled in your Android phone).


2. Type or copy paste below commands in CMD


adb shell rm /data/system/gesture.key

3. Reboot.