Skip to content

Instantly share code, notes, and snippets.

@eapen
Created August 10, 2020 19:35
Show Gist options
  • Save eapen/9f7d879a7ab13b190d4c73237ceaf068 to your computer and use it in GitHub Desktop.
Save eapen/9f7d879a7ab13b190d4c73237ceaf068 to your computer and use it in GitHub Desktop.
Android phone unlock via adb
ul='adb shell input keyevent KEYCODE_POWER && adb shell input touchscreen swipe 530 1420 530 100 && adb shell input text 1111 && adb shell input keyevent 66'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment