How to Unlock Your Android Pattern
It is not an easy task to unlock the Android without Loosing your Data. requirements for this tricks are
Laptop/PC and Android sdk (click here to download) it is important to run adb commands
NOTE: USB Debugging must be enabled before the pattern lock. If it is not then this whole process will not work.
1) How to Install Android SDK when you download the package you need to select the your computer suitable package like windows 32/64 bit/mac or Linux etc.
2) after install the package you need to check the Android SDK and make some settings
see the bellow image in this image you need to select Only Android sdk Platform Tool no need to select allthe tools.after that you need to click on install pakage batter understanding please see the image bellow:--
USB Debugging
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. Also you note that you have installed the Androide device driver without device driver you can not connect your mobile to pc.
3) Now Connect the Mobile to your computer using USB cable
4)Follow Path
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. see the bellow picture.
5) Type the Following command in the comand windows opend from the above step
- 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
Reboot Device
Once this process is done, you need to reboot your android devices. That’s it.