Custom Search

Thursday, 18 June 2015

How to unlock forgotten androids pattern lock:Unlock android pattren

 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.




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.

No comments:

Post a Comment