enigmaisdead
Member
It'd be more like trying to stuff a band-aid inside the bullet wound.
ADB:
adb remount
adb shell rm -r /system/app/appname.apk
adb uninstall com.facebook.katana
adb reboot
Terminal Emulator:
su
mount -o rw,remount /system
rm -r /system/app/appname.apk
pm uninstall com.facebook.katana
reboot
I'm good up until the uninstall command.
# pm uninstall com.facebook.katana
Failure
EDIT: I tried Titanium Backup as tp4bama suggested and that worked. I believe TB just earned a licensed version upgrade purchase. Thanks to both of you!
Last edited: