HOW TO šUNLOCKš LOCK PATTERN USING COMMAND PROMPT āļø
- CA$HOUT EMPIRE
- Nov 9, 2021
- 1 min read
Connect your android phone to your computer.
Open Command prompt administrator.
Now in command prompt window type following code carefully
[CODE]adb shell cd/data/data/com.android.providers.settings/databases sqlites settings.db update system set value=0 where name=ālockpatternautolockā; update system set value=0 where name=ālockscreen.lockedoutpermanentlyā; .quit[/CODE]
Now you will see some screen as shown below and then you can reboot your phone and now when your android starts again, then try unlocking it using any random pattern and it will unlock and work pretty fine.
If you face any problem repeat same steps but instead of the above code try using
Code: adb shell rm/data/system/gesture.key
and press enter and now reboot your device to see if it works.
Comments