Here is How to Unlock Android Pattern Without Format/Losing Data 2015 – In these days android is most used operating system and everyone use android phones. Android operating system is provided by GoogleRecently, post another trick to unlock android pattern, pin or password but limitation of that method or trick it will be formated all user data (losing all data). So, In this trick or method to reset the android lock or unlock pattern, pin or password without Format/Losing Data 2015.

Unlock Android Pattern Without Format/Losing Data 2015

How to Unlock Android Pattern Without Format/Losing Data 2015
How to Unlock Android Pattern Without Format/Losing Data 2015

How to Unlock Android Pattern Without Format/Losing Data 2015

Requirements :-

  1. Download and install Android SDK Tools for run ADB commands. Now select platform according to you download and install it.
    SDK Tools
    SDK Tools
  2. After installing open it, unchecked the other packages and check Android SDK Platform-tools and then click on install packages according to the image given below
    Android SDK Platform-tools
    Android SDK Platform-tools
  3. So the other requirement is USB Debugging should be enable before your android device locked.
  4. The process will not be helpful if you doesn’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 2015

  1. Connect your locked android phone with your system 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.
    platform tools
    platform tools
  3. It will open you command window now you have to put some commands in the command window:-
For check your device is connected or not put command :-
adb devices
adb devices
adb devices
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 not working put:-
adb shell rm /data/system/gesture.key
4. Once you done you have to reboot your android phone. Now its all done.
Note :- USB Debugging should be enable before locked and it is must. But If it is not enable then you cannot proceed further steps.