Saturday, 23 January 2016

ANDROID PATTERN LOCK UNLOCKING WITHOUT LOSING DATA

HOW TO UNLOCK ANDROID PATTERN AND PASSWORD LOCK WITHOUT LOSING DATA?


  • First of all you need to understand how android locks works.
There is a file called gester.key for pattern and password.key for pin in the Data/system/ folder.If you delete it your phone will will be unlock without losing data.
  • So here  i am going to tell you how to deleted the gester.key  or password.key file in android.

NOTE:

  • USB DEBUGGING SHOULD BE ENALBED ON YOUR PHONE.
  • IF USB DEBUGGING IS NOT ENALBED YOU SHOULD HAVE CUSTOM RECOVERY LIKE,TWRP,CWM,ETC.
  • FOR SOME METHOD ROOT IS NOT REQUIRED(THROUGH IT WILL BETTER IF DEVICE IS ROOTED).
  • IF METHOD DOES NOT WORK FOR YOU THEN YOU HAVE TO RESET YOUR HANDSET.
YOU CAN TURN ON YOUR SMARTPHONE WIFI IF IT ASK FOR GOOGLE CREDENTIAL..USE FOLLOWING COMMAND..
 adb shell svc wifi enable.




METHOD I:

Solution For Everyone With Recovery (Cwm, Twrp) Installed:

INSTRUCTIONS:

1. Download this zip Pattern Password Disable (Download Link ) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!


Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try 
Any Random Pattern Or Password And iI Should Unlock.


METHOD II:

Solution For Everyone Via Adb - SQL Command :

INSTRUCTIONS:

Type This Commands Separated In Your Terminal (CMD Prompt) :
  1. adb shell
  2. cd /data/data/com.android.providers.settings/databases
  3. sqlite3 settings.db
  4. update system set value=0 where name='lock_pattern_autolock';
  5. update system set value=0 where name='lockscreen.lockedoutpermanently';
  6. .quit
Now You Just Have To Reboot.

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just 
Try Any Random Pattern Or Password And iI Should Unlock.


METHOD III:

Solution For Everyone Via Adb - File Removal :

INSTRUCTIONS:

Type This Command In Your Terminal (CMD Prompt)


1. adb shell rm /data/system/gesture.key
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry.
 Just Try Any Random Pattern Or Password And iI Should Unlock.

METHOD IV

Solution For Everyone With Recovery Installed 
- Aroma File Manager :

INSTRUCTIONS:

1. Download this zip Aroma File Manager ( Download Link ) on to your sdcard (using your PC, 
as you cant get into your phone, right )
2. Reboot into recovery mode
3. Flash the zip
4.The file manager will starting, and you are ready to managing your filesystem (copy, cut, delete, 
make new folder, etc) while you are in recovery.
5.Click on menu option and go to settings - Select Mount All Partitions
6.Now, exit from Aroma File Manager and reflash it.
7.Now, you will see each partition is mounted
8.Now, go to /data/system
9.Note : If you have sd-ext mod to increase internal storage, go to /sd-ext/system/
10.Now, If you have to remove pattern lock, long press and delete gesture.key/If you want to
 remove password, delete password.key
11.Exit the Aroma File Manager & Reboot Device

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just 
Try Any Random Pattern Or Password And iI Should Unlock.


Note:The above content is written from xda developers site.Thanks to XDA TEAM .IF
 above hack does not work for you then resetting is the last way.

No comments:

Post a Comment