I accidentally agreed to the annoying TWRP application (me.twrp.twrpapp: the android application that keeps TWRP Recovery up to date.). Is it possible to remove this application from the install? Is there an uninstaller? The "App Info" screen only gives me the option to Disable and Force Stop.
When I try to remove it with pm uninstall
, I get an error,
$ pm uninstall me.twrp.twrpapp
Failure [DELETE_FAILED_INTERNAL_ERROR]
The device is rooted, and uninstalling as root didn't seem to help
$ adb root
restarting adbd as root
$ adb shell
n1awifi:/ # pm uninstall me.twrp.twrpapp
Failure [DELETE_FAILED_INTERNAL_ERROR]