Skip to content

Instantly share code, notes, and snippets.

@rtorr
Created August 24, 2012 17:33
Show Gist options
  • Select an option

  • Save rtorr/3453235 to your computer and use it in GitHub Desktop.

Select an option

Save rtorr/3453235 to your computer and use it in GitHub Desktop.
bring back android keyboard
`for f in ~/.android/avd/*.avd/config.ini; do echo 'hw.keyboard=yes' >> "$f"; done`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment