How To Unlock Pattern Lock On Android Phone.
Method 1:- Unlock Pattern Lock On Android Without Losing Data.
- Download Aroma File Manager.
- A memory card for android device.
- Your Android device either locked by pattern lock or password lock.
Method 2nd:- Unlock Android Pattern Lock With SDK Tools.
- Download and install Android SDK Tools for run ADB commands. Open the given page and then select platform according to you download and install it.
- 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.

2. So the other requirement is USB Debugging should be enabled before your android device was locked.
3. The process will probably 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.
Step 2. Then, open the 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”.

Step 3. It will open you command window. Then, you have to put some commands in the command window:-
ADB DEVICES
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
ADB SHELL RM /DATA/SYSTEM/GESTURE.KEY
After rebooting your device you will see the pattern lock disabled.
Method 3rd:- Unlock Pattern With Factory Settings (Data Will Lost).
Note:- In this method your all data will be lost. So if you do not want to lose your data then don’t follow this method.
Step 2. Then, boot your Android device into “Recovery Mode” using specific keys by holding power key and volume up key simultaneously.
Step 3. After opening Recovery Mode
- Select “Factory Data Reset” option and give “Yes“.
- Select “Wipe Cache Partition” to wipe cache data.
Step 5. All Done ! hence, your device will start from the scratch.
No comments:
Post a Comment