AndroidComputerTechnology

[Android] Unlock Any Kind Of Screen Locks On Android Without Knowing Password!!!

How To Unlock Any Kind Of Screen locks On Any Android Device Without Knowing Actual Password!!!

unlock-1000x665

Some time we change our phones password in hurry and forgot the password, and then realize what we just done.

But today i am here with the solution.

–DISCLAIMER–

This Is For Educational Purposes Only. You Shall Not Use This Without Permission.

And I'm not responsible for any errors and misbehaving of your device.

  • The Device need to have USB Debugging enabled.
  • Better if your device rooted.(Some methods might not work without root access)

 

So lets begin!!

Method I:

If Google asking for password and you unable to turn on data connection, you can follow this:

In order to enable WiFi you need a pc Installed ADB and a working data cable.

All you need to connect your phone and execute following commands:

adb shell svc wifi enable

 

Method II:

Solution for who don't installed Custom Recovery:

 

All You need:
* A PC Running on Windows,
* Installed ADB and First boot Drivers
* A Working Data Cable.

Instructions:

1: Turn On Pc
2: Turn On Mobile And Plug Your Phone To PC.
3: Open Command Prompt As Administrator.
4: Type The Following Code:

  1. adb devices
  2. adb shell
  3. cd data/system
  4. su
  5. rm *.key

5:Reboot And Done.

Note: If You still can see any lock screen or gesture after rebooting, just enter any random pin or gesture your device should unlocked.

 

Method II:

Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc…) 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 III:

For Everyone With Root Access, Before Lock accident:

 

SMS Bypass – Download Link – Install It On Your Device

This app allows you to remove any kind of lock screen remotely just by sending a secret sms.

Instructions:
1: Install that app and grant permanent root access.
2: Open the app and set the secret code. (Default Code Is: 1234)
3: To reset screen lock just send a text message with the keywords <your secret code> reset
It will look like:

 

  1. 1234 reset

Copy the Code

4: now just reboot your phone and done, now your lock screen should gone.

 

 

Method IV:

Solution For Everyone Using ADB ~ SQL Database Command:

 

Instructions:
1: Plug your phone to pc.
2: Open Command prompt.
3: Enter following command:

 

  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

 

 

 


4: Reboot Your Phone And Done!!!

 

 

 

 

 

 

Method V:

 

For Everyone When USB Debugging Enabled:
INSTRUCTIONS:

 

Primary Step for all method:                                                        

  • Download & Extract to anywhere – Bypass Security Hack – DOWNLOAD LINK
  • Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
  • Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
  • Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
  • Navigate to Browse data tab, At table there, click to list down the selection & selete secure


Instruction To Remove Pattern Lock:                                                       

  • Now, find lock_pattern_autolock, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone


Instruction To Remove PIN Lock:                                                       

  • Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
  • Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
  • Close & save database
  • Run push settings.db.cmd and reboot your phone


Instruction To Remove Password Lock:                                                        

  • Now, find lockscreen.password_salt, Delete Record
  • Now, find lockscreen.password_type, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone


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 VI:

For Everyone ADB – File Removal:

 

Instructions:

  1. Open Command Prompt.

  2. Type The Following Code:

 

  1. adb shell rm /data/system/gesture.key

 Reboot your phone and done!!!

 

Method VII:

INSTRUCTIONS:

 

Primary Step for all method:                                                        

 

  • Download & Extract to anywhere – Bypass Security Hack – DOWNLOAD LINK
  • Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
  • Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
  • Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
  • Navigate to Browse data tab, At table there, click to list down the selection & selete secure


Instruction To Remove Pattern Lock:                                                       

 

  • Now, find lock_pattern_autolock, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

Instruction To Remove PIN Lock:                                                       

 

  • Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
  • Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

Instruction To Remove Password Lock:                                                        

 

  • Now, find lockscreen.password_salt, Delete Record
  • Now, find lockscreen.password_type, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

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 IX:

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.

Tags

Related Articles

3 thoughts on “[Android] Unlock Any Kind Of Screen Locks On Android Without Knowing Password!!!”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Close

Adblock Detected

Please consider supporting us by disabling your ad blocker