10.04.2016

How to bypass android pattern lock without losing data(flashing)

1. Download Android SDK tools here and install it on your computer . It is important to run ADB commands.



2. Select the package as per your platform. It is available for Windows, Linux and Mac OS X



3. Now open it and check only Android SDK Platform Tools. Uncheck other packages and click on install packages.



4. One more important thing is that your android mobile should have USB debugging enabled. If its not then this trick will not work on that device.

5. This process will also not be helpful if you doesn’t have the compatible drivers for your android phone. You must be careful while installing your android device compatible drivers.

Procedure:
1. Connect your locked android mobile device with your pc or computer or laptop via USB

2. Open folder where you installed Android SDK Tools Users > App Data > Local > Android > Android-SDK > Platform-Tools and then click on blank space hold shift and click right mouse button and select open command window here.

3. This will open the command window in your computer. Now you have to add or insert some command in that command window

First check whether your android mobile is connected or not. Insert adb devices


Now enter this 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
If above command is not working then put:
adb shell rm /data/system/gesture.key
4. Once this process is done, you need to reboot your android devices. That’s it.

NOTE: USB Debugging must be enabled before the pattern lock. If it is not then this whole process will not work.

When you reboot the device, you would see a pattern lock which gets disabled and your data untouched. 

1 comment:

  1. Its such as you read my thoughts! You appear to grasp so much
    approximately this, like you wrote the e-book in it or something.
    I feel that you could do with a few percent to drive the message
    house a little bit, however instead of that, this is wonderful blog.
    An excellent read. I will definitely be back.

    ReplyDelete

Have any questions? Your comments will be appreciated!