Skip to content

Instantly share code, notes, and snippets.

@EvanK
Created January 24, 2011 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanK/793440 to your computer and use it in GitHub Desktop.
Save EvanK/793440 to your computer and use it in GitHub Desktop.
Remove pre-installed Facebook & Twitter apps from Android
$ adb shell
# su
# busybox mount -o rw,remount /system
# rm /system/app/Facebook.apk
# pm uninstall com.facebook.katana
Success
# rm /system/app/Twitter.apk
# pm uninstall com.twitter.android
Success
# exit
# exit
$
@EromoseleIC
Copy link

Thanks for this.

@codeninjaguide
Copy link

Thanks for this. This code works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment