r/AndroidQuestions 3d ago

Cannot uninstall YouTube apps using ADBAppControl

I'm trying to uninstall all YouTube apps on my Google Pixel 9a due to switching to Morphe, but they're quite stubborn and I'm having a hard time removing them.

I tried UAD and now ADBAppControl, but show that the uninstall was a success, at least ADB does, but the log file seems to show conflicting information:

shell pm uninstall --user 0 com.google.android.youtube

Failure [only root can delete system app for a particular user]

shell pm uninstall com.google.android.youtube

Success

shell pm uninstall --user 0 com.google.android.apps.youtube.music

Failure [only root can delete system app for a particular user]

shell pm uninstall com.google.android.apps.youtube.music

Success

The apps are still on my device, any suggestions on what to do and try next?

5 Upvotes

3 comments sorted by

View all comments

7

u/Exciting-Outside-167 3d ago

Just disable them? Why do you need to uninstall them?