https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/Thanks for this tutorial!
But the apks remain in the list of disabled applications. Is there a way to make them disappear like on the OnepLus xXx NoLimits rom? I searched but not found ... thanks for your help!
Hum, Android auto is a user installed app. You should be able to fully uninstall using conventional means. Might be something your carrier added which can be tough to kill depending on the approach they took.
Hum, Android auto is a user installed app. You should be able to fully uninstall using conventional means. Might be something your carrier added which can be tough to kill depending on the approach they took.
Probably can't be much additional help. I rarely ditch pre-installed components on 'clean' ROMs unless there is a resource use/abuse issue.Thanks for your help.
Before, I have uninstalled all the apps like you said. But there are still prebuilt apks in system folders. And it's that I would like to clear...
Here is the list of the app I have tried to uninstall. With xXx Nolimits rom, they are invisible after. But not with this method...
Probably can't be much additional help. I rarely ditch pre-installed components on 'clean' ROMs unless there is a resource use/abuse issue.
You could go the custom launcher route and 'hide' items that are bothersome.
I've done this in the past and regretted it. When the replacement keyboard flaked out after an update, I was left without one. I had backups password protected. Play store login wasn't set to automatic either. I forget now how I solved it, but never again will I disable the stock keyboard.Would like to add some extra apps for disabling. Considering them as a bloatware too:
# Gboard (Stock Google Keyboard). Remember to replace it with other keyboard first (!!!)
# Google Pixel 4a qd4a.200805.003 Debloat Script
# ================================================
#
# Generally Undesirable or un-nessary Pre-Loaded Apps
#-------------------------------------------------
# bookmark provider
pm disable-user --user 0 com.android.bookmarkprovider
# Device Personalization Services
pm disable-user --user 0 com.google.android.as
# Google Partner Setup
pm disable-user --user 0 com.google.android.partnersetup
# Google Market Feedback Agent
pm disable-user --user 0 com.google.android.feedback
# Google Carrier App Logging
pm disable-user --user 0 com.google.android.apps.carrier.log
# Google Connectivity Metrics
pm disable-user --user 0 com.android.connectivity.metrics
# Partner Bookmarks
pm disable-user --user 0 com.android.providers.partnerbookmarks
# Google Wearables Companion
pm disable-user --user 0 com.google.android.apps.wearables.maestro.companion
# OTA / Dynamic System Updates (if you prefer to manually update)
pm disable-user --user 0 com.android.dynsystem
pm disable-user --user 0 com.google.android.factoryota
# Tethering (Un)Entitlement
pm disable-user --user 0 com.google.android.tetheringentitlement
#
# Verizon - Specific Stuff
# -------------------------------------------------
pm disable-user --user 0 com.verizon.mips.services
pm disable-user --user 0 com.customermobile.preload.vzw
pm disable-user --user 0 com.verizon.llkagent
pm disable-user --user 0 com.verizon.obdm_permissions
pm disable-user --user 0 com.android.vzwomatrigger
pm disable-user --user 0 com.customermobile.preload.vzw
#
# Pre-Loaded Google Apps I personally dont use
#-------------------------------------------------
# Chrome
pm disable-user --user 0 com.android.chrome
# Stock Youtube App
pm disable-user --user 0 com.google.android.youtube
# 1st Run Setup Wizard
pm disable-user --user 0 com.google.android.setupwizard
# Digital Wellbeing (battery drain)
pm disable-user --user 0 com.google.android.apps.wellbeing
# GMail
pm disable-user --user 0 com.google.android.gm
# Google Docs
pm disable-user --user 0 com.google.android.apps.docs
# Youtube Music
pm disable-user --user 0 com.google.android.apps.youtube.music
# Google Play Movies & TV
pm disable-user --user 0 com.google.android.videos
# Google Photos (uses lots of data...use other gallery app instead)
pm disable-user --user 0 com.google.android.apps.photos
#
I've done this in the past and regretted it. When the replacement keyboard flaked out after an update, I was left without one. I had backups password protected. Play store login wasn't set to automatic either. I forget now how I solved it, but never again will I disable the stock keyboard.Would like to add some extra apps for disabling. Considering them as a bloatware too:
# Gboard (Stock Google Keyboard). Remember to replace it with other keyboard first (!!!)