Skip to content

Instantly share code, notes, and snippets.

@jonpryor
Created October 23, 2012 15:56
Show Gist options
  • Save jonpryor/3939634 to your computer and use it in GitHub Desktop.
Save jonpryor/3939634 to your computer and use it in GitHub Desktop.
$ adb shell pm list packages Scratch. | cut -c 9-
Scratch.AlertDialog
Scratch.AndroidSpecificLocale
Scratch.Deadlock
Scratch.DefaultTemplate
Scratch.ExceptionPropogation
Scratch.ExpandableListActivity
Scratch.FieldSetLrefOverflow
Scratch.Hello
Scratch.HttpsDownload
Scratch.Ipv6
Scratch.ListViewGrefs
Scratch.MaxGrefCount
Scratch.PublicFiles
Scratch.ReflectionTypeMissing
Scratch.SharedLibRefs
Scratch.SreProxy
Scratch.Ssl
Scratch.ViewRotation
$ for p in `adb shell pm list packages Scratch. | cut -c 9-` ; do adb uninstall $p ; done
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
Failure
$ adb uninstall Scratch.Ssl
Success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment