Skip to content

Instantly share code, notes, and snippets.

@jberkel
Created February 17, 2011 03:11
Show Gist options
  • Save jberkel/830880 to your computer and use it in GitHub Desktop.
Save jberkel/830880 to your computer and use it in GitHub Desktop.
3064 adb remount
3065 adb shell
3066 adb shell rm -f /system/app/Email.apk
3067 adb uninstall com.android.email
3068 adb shell rm -f /system/app/CarHomeLauncher.apk
3069 adb uninstall com.android.cardock
3070 adb shell rm -f /system/app/Music.apk
3071 adb uninstall com.android.music
3072 adb shell rm -f /system/app/Protips.apk
3073 adb uninstall com.android.protips
3077 adb shell rm -f /system/app/FM.apk
3078 adb uninstall com.android.fm
3079 adb shell rm -f /system/app/Superuser.apk
3080 adb uninstall com.noshufou.android.su
3081 adb shell rm -f /system/app/Term.apk
3082 adb uninstall com.android.term
3083 adb shell rm -f /system/app/googlevoice.apk
3084 adb uninstall com.google.android.apps.googlevoice
3085 adb shell rm -f /system/app/DeskClock.apk
3086 adb uninstall com.android.deskclock
3087 adb shell rm -f /system/app/SoundRecorder.apk
3088 adb uninstall com.android.soundrecorder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment