Skip to content

Instantly share code, notes, and snippets.

@mridang
Last active December 28, 2015 21:09
Show Gist options
  • Save mridang/7563112 to your computer and use it in GitHub Desktop.
Save mridang/7563112 to your computer and use it in GitHub Desktop.
Cleans up the useless applications from Cyanogenmod to barebone it.
adb root
adb remount
adb shell "rm -f /system/app/SoundRecorder.apk"
adb shell "rm -f /system/app/CMWallpapers.apk"
adb shell "rm -f /system/app/DSPManagerexit.apk"
adb shell "rm -f /system/app/Apollo.apk"
adb shell "rm -f /system/app/MagicSmokeWallpapers.apk"
adb shell "rm -f /system/app/VideoEditor.apk"
adb shell "rm -f /system/app/GenieWidget.apk"
adb shell "rm -f /system/app/VisualizationWallpapers.apk"
adb shell "rm -f /system/app/LiveWallpapers.apk"
adb shell "rm -f /system/app/Trebuchet.apk"
adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment