How to Unlock Android Pattern Without Losing Any Data

How to Unlock Android Pattern Without Losing Any Data

How to Unlock Android Pattern Without Losing Data

Steps to Unlock Android Pattern Without Losing Data:

  • Download and install Android SDK Tools for run ADB commands. Now select platform according to you download and install it.
Screenshot_4
  • After installing open it, uncheck the other packages and checkAndroid SDK Platform-tools and then click on install packages according to the image given below.
install-sdk-platform-tools
So the other requirement is USB Debugging should be enabled before your android device locked.
Note:  The process will not be helpful if you don’t have specific and compatible drivers for your phone. So you should be very careful While installing your device compatible drivers.

Steps To Unlock Android Pattern Lock Without Formatting/Losing Data:

  • Connect your locked android phone with your system via USB.
hqdefault
  • 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.
platform-tools1
  • It will open you command window now you have to put some commands in the command window:-
To check whether your device is properly connected or not put command:-
unloack-android-pattern-lock-without-data-losing-command-image
Now put these 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
If above commands don’t works put:-
adb shell rm /data/system/gesture.key
4. Once you done you have to reboot your android phone. Now it’s all done.

No comments:

Post a Comment