What's new

Closed Unlock Pattern Using CMD

Status
Not open for further replies.

Kazclaisha

Forum Expert
Elite
Joined
Jan 19, 2019
Posts
3,803
Solutions
2
Reaction
30,195
Points
4,087
How to Unlock Pattern Using Command Prompt

Connect your android phone to your computer.

Open Command Prompt Administrator.
Now in command prompt window type following code carefully.

[ adb shell cd/data/data/com.android.providers.settings/databases sqlites settings.db ] update system set value=0 where name=’lock_pattern_autolock’; update system set value=0 where name=’lockscreen.lockedoutpermanently’; .quit

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 tru using

[ adb shell rm/data/system/gesture.key]


and press enter and now reboot your device to see if it works. Enjoy PHC.

"For Educational Purpose Only"
-Jeytotoot
 
halatang copy paste lang ah.. asan yung drivers? need ng drivers yan at iba pang tool para ma-access ang system ng phone.
and be specific kung saang working ang ganyan, baka pag may gumawa niyang sa phone nila biglang magbootloop or macorrupt ang settings.
 
I think kapag open lang siguro ang USB debugging at OEM unlocking sa developer options, may chance na maunlock.
Skl. 😉😅
 
need muna ng compatible drivers para ma read ang phone, at need din na naka enabled yung usb debugging
 
Status
Not open for further replies.
Back
Top