Skip to content

Instantly share code, notes, and snippets.

@thefrench77
Last active February 26, 2016 23:58
Show Gist options
  • Select an option

  • Save thefrench77/27db4ad8fd2708edb0cb to your computer and use it in GitHub Desktop.

Select an option

Save thefrench77/27db4ad8fd2708edb0cb to your computer and use it in GitHub Desktop.
Change Android LCD density
#!/usr/bin/zsh
adb shell wm density "$@" && adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment