0

I forgot my mobile pattern and now i wanna recover without factory reset of my device. The developer options is turned off and I cannot turn on usb debugging as well. How do I enable usb debugging and remove my pattern? I cant even run adb commands, because when i run adb devices I don't see any devices listed there.

  • 3
    Question is more relevant at https://android.stackexchange.com/ have you searched there? https://android.stackexchange.com/search?q=forgot+pattern+lock – Morrison Chang Feb 06 '20 at 16:33

3 Answers3

2

This is not possible, for security reasons - if it were possible, someone who had stolen your phone would be able to unlock it as well.

Ryan M
  • 18,333
  • 31
  • 67
  • 74
0

I don't think this is possible. Upon googling though, I found a link. I am not sure if it works but you can give it a shot.

https://technastic.com/usb-debugging-using-adb-command/

Please note that debugging must be enabled on your phone so that ADB can detect and communicate with it.

You can disable Developer options and USB debugging using the following commands respectively.

settings put global adb_enabled 0

settings put global development_settings_enabled 0

Try them and share if they work for you.

-1

Here's a link.

I.e. go to About Phone in settings and tap the build number seven times.

mkkekkonen
  • 1,704
  • 2
  • 18
  • 35