Skip to content

Instantly share code, notes, and snippets.

@xperimental
Last active March 25, 2025 02:01
Show Gist options
  • Select an option

  • Save xperimental/7703130 to your computer and use it in GitHub Desktop.

Select an option

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