CnTechPost CnTechPost
  • News
    • Tech Industry
    • Gadgets
    • Software
    • Stocks
    • Crypto
    • Cars
    • Software
    • 5G
    • How To
  • Contact
  • About
  • CnEVPost

Home ยป How To

How to remove pre-installed apps on Android phones

By Phate Zhang
Apr 5, 2020 at 8:22 PM UTC
0
0

How to remove pre-installed apps on Android phones-CnTechPost

For some users, the Galaxy S20 battery drains too quickly.

Some people may try to turn off 5g and start a 96Hz screen refresh rate. Some people may wish to further delete the Samsung apps built into the firmware, such as Samsung Browser, Bixby, Samsung Pay, etc., to further reduce apps running automatically in the background and reduce power consumption.

The following method is theoretically suitable for all Android phones. You only need to know the name of the App package built into the firmware through software or other methods, and you can delete it through the adb command without affecting the OTA upgrade.

Here are the steps:

1. Get the adb driver of PC, mac or linux computer, please check: https://www.uso.cn/post/view/1084

2. Open the developer options of the Galaxy S20 and other devices, turn on USB debugging, connect the computer and mobile phone, and select OK in the pop-up window.

Continue to observe the phone, and the pop-up window chooses to trust the computer.

3. Open the command prompt on the PC, if you are using a mac, open the terminal, enter the command "adv devices".

4. Then enter "adb shell."

5. Here is the important point. The following is a list of the built-in apps you want to delete. If you want to delete them, simply copy them (excluding the bank)

How to remove pre-installed apps on Android phones-CnTechPost

BIXBY

pm uninstall -k --user 0 com.samsung.android.bixby.wakeup

pm uninstall -k --user 0 com.samsung.android.app.spage

pm uninstall -k --user 0 com.samsung.android.app.routines

pm uninstall -k --user 0 com.samsung.android.bixby.service

pm uninstall -k --user 0 com.samsung.android.visionintelligence

pm uninstall -k --user 0 com.samsung.android.bixby.agent

pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy

pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework

GENERAL SYSTEM

pm uninstall -k --user 0 com.dsi.ant.sample.acquirechannels

pm uninstall -k --user 0 com.dsi.ant.service.socket

pm uninstall -k --user 0 com.dsi.ant.server

pm uninstall -k --user 0 com.dsi.ant.plugins.antplus

pm uninstall -k --user 0 com.android.egg

pm uninstall -k --user 0 com.sec.android.easyonehand

pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps

pm uninstall -k --user 0 com.samsung.android.mateagent

pm uninstall -k --user 0 com.sec.android.easyMover.Agent

pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub

pm uninstall -k --user 0 com.sec.android.daemonapp

pm uninstall -k --user 0 com.samsung.android.app.social

SAMSUNG PASS / PAY

pm uninstall -k --user 0 com.samsung.android.samsungpassautofill

pm uninstall -k --user 0 com.samsung.android.authfw

pm uninstall -k --user 0 com.samsung.android.samsungpass

pm uninstall -k --user 0 com.samsung.android.spay

pm uninstall -k --user 0 com.samsung.android.spayfw

GIMMICKY APPS

pm uninstall -k --user 0 com.samsung.android.aremoji

pm uninstall -k --user 0 com.google.ar.core

pm uninstall -k --user 0 flipboard.boxer.app

pm uninstall -k --user 0 com.samsung.android.wellbeing

pm uninstall -k --user 0 com.samsung.android.da.daagent

pm uninstall -k --user 0 com.samsung.android.service.livedrawing

pm uninstall -k --user 0 com.sec.android.mimage.avatarstickers

FACEBOOK

pm uninstall -k --user 0 com.facebook.katana

pm uninstall -k --user 0 com.facebook.system

pm uninstall -k --user 0 com.facebook.appmanager

pm uninstall -k --user 0 com.facebook.services

CAR MODE

pm uninstall -k --user 0 com.samsung.android.drivelink.stub

PRINTING

pm uninstall -k --user 0 com.android.bips

pm uninstall -k --user 0 com.google.android.printservice.recommendation

pm uninstall -k --user 0 com.android.printspooler

SAMSUNG EMAIL

pm uninstall -k --user 0 com.samsung.android.email.provider

pm uninstall -k --user 0 com.wsomacp

SAMSUNG GAME LAUNCHER

pm uninstall -k --user 0 com.samsung.android.game.gamehome

pm uninstall -k --user 0 com.enhance.gameservice

pm uninstall -k --user 0 com.samsung.android.game.gametools

pm uninstall -k --user 0 com.samsung.android.game.gos

pm uninstall -k --user 0 com.samsung.android.gametuner.thin

SAMSUNG BROWSER

pm uninstall -k --user 0 com.sec.android.app.sbrowser

pm uninstall -k --user 0 com.samsung.android.app.sbrowseredge

GEAR VR

pm uninstall -k --user 0 com.samsung.android.hmt.vrsvc

pm uninstall -k --user 0 com.samsung.android.app.vrsetupwizardstub

pm uninstall -k --user 0 com.samsung.android.hmt.vrshell

pm uninstall -k --user 0 com.google.vr.vrcore

SAMSUNG KIDS

pm uninstall -k --user 0 com.samsung.android.kidsinstaller

pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload

SAMSUNG LED COVER

pm uninstall -k --user 0 com.samsung.android.app.ledbackcover

pm uninstall -k --user 0 com.sec.android.cover.ledcover

EDGE

pm uninstall -k --user 0 com.samsung.android.service.peoplestripe

SAMSUNG DEX

pm uninstall -k --user 0 com.sec.android.desktopmode.uiservice

pm uninstall -k --user 0 com.samsung.desktopsystemui

More on How To

How to remove pre-installed apps on Android phones-CnTechPost
How to downgrade from iOS 14 to iOS 13 while retaining data?
How to remove pre-installed apps on Android phones-CnTechPost
How to connect AirPods to your Windows 10 PC
How to remove pre-installed apps on Android phones-CnTechPost
How to downgrade from iOS 14 Beta to iOS 13?
How to remove pre-installed apps on Android phones-CnTechPost
How to jailbreak iOS 13.5 with unc0ver on MacOS
How to remove pre-installed apps on Android phones-CnTechPost
How to clone a hard drive to another hard drive or SSD easily?
How to remove pre-installed apps on Android phones-CnTechPost
How to backup your files from one cloud service to another
How to remove pre-installed apps on Android phones-CnTechPost
How to manage hard drive partition safely in Windows 10, 8, 7?
How to remove pre-installed apps on Android phones-CnTechPost
How to backup important data on iPhone?
Galaxy S20Samsung

Recent Posts

  • DeepSeek makes minor upgrades to its R1 reasoning model May 29, 2025
  • Chinese video platform iQIYI reportedly to lay off 20-40% of its workforce Dec 1, 2021
  • Xiaomi's MIUI surpasses 500 million monthly active users worldwide Nov 24, 2021
  • Education stocks soar with reports that China will resume after-school tutoring Nov 8, 2021
  • Huawei posts sales revenue of about $71.3 billion in first 3 quarters Oct 29, 2021
CnTechPost CnTechPost
CnTechPost.com
  • Home
  • Tech
  • Gadgets
  • Software
Subscribe
  • RSS Feed
About
  • About Us
  • Contact Us
  • Privacy Policy
Copyright ยฉ 2025 CnTechPost.