Skip to content

Instantly share code, notes, and snippets.

@xperimental
Last active June 19, 2023 14:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xperimental/7703130 to your computer and use it in GitHub Desktop.
Save xperimental/7703130 to your computer and use it in GitHub Desktop.
Remove lock screen from adb
#!/bin/bash
adb shell am start --ez confirm_credentials false --ei "lockscreen.password_type" 0 com.android.settings/.ChooseLockGeneric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment