Wednesday, August 5, 2015

Unlock your Pattern Locked Android Phone Forgot Pattern Lock? Follow the below steps to unlock your android phone when it got locked due to incorrect attempts. Prerequisite 1. ADB drivers must be installed on your system 2. USB Debugging Mode should be “ON” Now What you needs to do. 1. Connect your Android device via USB cable to PC. 2. You must now open the folder where you installed ADB driver. Now you just have to click right on the screen’s blank area by holding down the shift key and select “OPEN COMMAND WINDOW HERE”. 3.A window command will prompt and then you just need to type the following commands: 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 4.Once it has been done then you have to reboot your android device. 5.Now it is all done and set your Android Phone is now unlocked.

Unlock your Pattern Locked Android Phone


Forgot Pattern Lock?


Follow the below steps to unlock your android phone when it got locked due to incorrect attempts.

Prerequisite
    1. 1. ADB drivers must be installed on your system
      2. USB Debugging Mode should be “ON”
  • Now What you needs to do.

    • 1. Connect your Android device via USB cable to PC.
      2. You must now open the folder where you installed ADB driver.

    Now you just have to click right on the screen’s blank area by holding down the shift key and select “OPEN COMMAND WINDOW HERE”.
      3.A window command will prompt and then you just need to type the following commands:
      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
      4.Once it has been done then you have to reboot your android device.
      5.Now it is all done and set your Android Phone is now unlocked.
  • No comments:

    Post a Comment