Skip to content

Instantly share code, notes, and snippets.

@EvanK
Created January 24, 2011 16:12
Show Gist options
  • Select an option

  • Save EvanK/793440 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Thanks for this.

ghost commented Jul 9, 2020

Copy link
Copy Markdown

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