you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago*

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 --user 0 packagename.

  • source
  • parent