Skip to content

Instantly share code, notes, and snippets.

@rosenpin
Created September 29, 2016 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosenpin/f55197c625a4f63715b65a84c7e72532 to your computer and use it in GitHub Desktop.
Save rosenpin/f55197c625a4f63715b65a84c7e72532 to your computer and use it in GitHub Desktop.
generate signed apk with xdotool
xdotool keydown alt && xdotool keydown b && xdotool keyup alt && xdotool keyup b && xdotool keydown 111 && xdotool keyup 111 && xdotool keydown 111 && xdotool keyup 111 && xdotool keydown 111 && xdotool keyup 111 && xdotool keydown 36 && xdotool keyup 36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment