Yeah, the bootloader really seems like a challenge. ADB fortunately is extremely easy, especially if you use a tool like App Manager from F-Droid to correspond package names to specific applications.
Just adb shell when your phone is in developer mode and you hook up to your computer via USB, then pm uninstall --user0 packagename.
Yeah, the bootloader really seems like a challenge. ADB fortunately is extremely easy, especially if you use a tool like
App Manager
from F-Droid to correspond package names to specific applications.Just
adb shell
when your phone is in developer mode and you hook up to your computer via USB, thenpm uninstall --user 0 packagename
.