Uninstalling Galaxy S20 Bloatware System Apps with ADB | NOT ROOT

Join the Daily Android News Discussions

Requirements:

ADB & Fastboot Tools Download –
Developer Mode –
USB Debugging Mode –
APK Package Name app –

1. Intro [00:00]
2. Install ADB & Fastboot Tools
3. Enable Developer Mode
4. Enable USB Debugging Mode
5. Start up the ADB service [02:15]
6. Connect the Galaxy S20 to the PC with a USB cable and accept the USB debugging mode access request [02:57]
7. Download an app to discover the package names [03:30]
8. Find the package name for a piece of bloatware you want to uninstall [04:00]
9. Enter an ADB shell on the PC [05:58]
10. And execute the following command as instructed [07:30]

pm uninstall –user 0 [package_name]
11. Look for a “Success” message [08:21]
12. And then check the phone to make sure it’s removed [09:51]
13. List of Bixby Package Names [11:58]

Samsung has partnerships with a number of other companies to pre-install various apps and services on smartphones and tablets they sell to the public

Some consider these apps and features useful while others would rather not have them on the phone. Sadly, we are unable to uninstall these Galaxy S20, S20+, and S20 Ultra applications through traditional means.

#GalaxyS20 #GalaxyS20Ultra

Thankfully, Android enables us to use a simple ADB Shell command to uninstall this bloatware for the current user account (which is yours). These are gone until you perform a factory reset (or reinstall them) and will not use any of your smartphone’s resources (battery, CPU, GPU, RAM, etc.)

Package Names to Uninstall Bixby
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.bixby.wakeup
com.samsung.android.app.spage
com.samsung.android.app.routines
com.samsung.android.bixby.service
com.samsung.android.visionintelligence
com.samsung.android.bixby.agent
com.samsung.android.bixby.agent.dummy
com.samsung.android.bixbyvision.framework

Package Names to Uninstall Samsung Pass & Samsung Pay
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.samsungpassautofill
com.samsung.android.authfw
com.samsung.android.samsungpass
com.samsung.android.spay
com.samsung.android.spayfw

Package Names to Uninstall Facebook
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.facebook.katana
com.facebook.system
com.facebook.appmanager
com.facebook.services
Package Names to Uninstall Samsung Game Launcher
com.samsung.android.game.gamehome
com.enhance.gameservice
com.samsung.android.game.gametools
com.samsung.android.game.gos
com.samsung.android.gametuner.thin

Package Names to Uninstall Samsung Gear VR
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.google.vr.vrcore

Package Names to Uninstall Samsung DeX
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.sec.android.desktopmode.uiservice
com.samsung.desktopsystemui
com.sec.android.app.desktoplauncher

Package Names to Uninstall Samsung’s LED Cover
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.app.ledbackcover
com.sec.android.cover.ledcover

Package Names to Uninstall Samsung Browser
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.sec.android.app.sbrowser
com.samsung.android.app.sbrowseredge

Package Names to Uninstall Samsung Email
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.email.provider
com.wsomacp

Package Names to Uninstall Printing Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.android.bips
com.google.android.printservice.recommendation
com.android.printspooler

Package Names to Uninstall Samsung Edge
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.service.peoplestripe

Package Names to Uninstall Samsung Kids
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.samsung.android.kidsinstaller
com.samsung.android.app.camera.sticker.facearavatar.preload

Misc Package Names to Uninstall (experimental)
~~~~~~~~~~~~~~~~~~~~~~~~~~~
com.dsi.ant.sample.acquirechannels
com.dsi.ant.service.socket
com.dsi.ant.server
com.dsi.ant.plugins.antplus
com.android.egg
com.sec.android.easyonehand
com.sec.android.widgetapp.samsungapps
com.sec.android.app.launcher
com.samsung.android.mateagent
com.sec.android.easyMover.Agent
com.samsung.android.app.watchmanagerstub
com.sec.android.daemonapp
com.samsung.android.app.social
com.samsung.android.aremoji
com.google.ar.core
flipboard.boxer.app
com.samsung.android.wellbeing
com.samsung.android.da.daagent
com.samsung.android.service.livedrawing
com.sec.android.mimage.avatarstickers

Rate this post