Skip to content

Instantly share code, notes, and snippets.

@EvanK
Created January 24, 2011 16:12
Show Gist options
  • 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.

Copy link

ghost commented Jul 9, 2020

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