Skip to content

Instantly share code, notes, and snippets.

@nazt
Created January 13, 2017 10:48
Show Gist options
  • Save nazt/73a810b4afeb8dcdc2601ee32c0c38d7 to your computer and use it in GitHub Desktop.
Save nazt/73a810b4afeb8dcdc2601ee32c0c38d7 to your computer and use it in GitHub Desktop.
adb uninstall android things.sh
adb shell 'pm list packages -f' | sed -e 's/.*=//' | grep androidthings | sed -e 's/^/adb uninstall /' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment