Hello,
So basically I wanted to de-bloat my note 9, but also understand what I am removing and avoid some troublesome packages.
So I looked at the packages from sea-wa's Note9 and S9 Bloatware Removal Threads (thank you sea-wa) and try to find information on each package and maybe categorize it. Tedious process, lost good hours, but maybe some other persons could find it useful.
Code:
#!/usr/bin/env bash
# ======================================================
# INFO {{{
# search packages
# adb shell pm list packages | grep package
# DISABLE/ENABLE
# + can be undone without factory reset
# + packages remain disabled
# adb shell pm disable-user --user 0 <package name>
# adb shell pm enable --user 0 <package name>
# UNINSTALL/INSTALL
# + high change reinstall would not work, needs factory reset
# + packages get reinstalled (?)
# adb shell pm uninstall -k --user 0 <package name>
# adb shell pm package install-existing <package name>
# INFO }}}
# ======================================================
# Obvious Bloatware {{{
# MICROSOFT
# ========
adb shell pm disable-user --user 0 com.microsoft.skydrive
adb shell pm disable-user --user 0 com.microsoft.office.excel
adb shell pm disable-user --user 0 com.microsoft.office.word
adb shell pm disable-user --user 0 com.microsoft.office.powerpoint
# FACEBOOK
# ========
# Facebook App Installer
adb shell pm disable-user --user 0 com.facebook.system
# Facebook App Manager
adb shell pm disable-user --user 0 com.facebook.appmanager
# Facebook
adb shell pm disable-user --user 0 com.facebook.katana
# Facebook Services
adb shell pm disable-user --user 0 com.facebook.services
# FONTS
# =====
adb shell pm disable-user --user 0 com.monotype.android.font.chococooky
adb shell pm disable-user --user 0 com.monotype.android.font.cooljazz
adb shell pm disable-user --user 0 com.monotype.android.font.rosemary
# WIDGETS
# =======
# Favourite Contacts
adb shell pm disable-user --user 0 com.sec.android.widgetapp.easymodecontactswidget
# Galaxy
adb shell pm disable-user --user 0 com.sec.android.widgetapp.samsungapps
# GAME
# ====
# Game Launcher
adb shell pm disable-user --user 0 com.samsung.android.game.gamehome
# Game Optimizing Service
adb shell pm disable-user --user 0 com.enhance.gameservice
# Game Tools
adb shell pm disable-user --user 0 com.samsung.android.game.gametools
# SAMSUNG
# =======
# Edge Panels/Screen/Lighting
#
# + since disabling the edge screen, disables the lighting
# and I want to keep lighting, I'm leaving the apps panel
# enabled, since it could be useful and the screen enabled
# + sbrowseredge disables samsung internet as well ?!
#
# Edge Panels
adb shell pm disable-user --user 0 com.samsung.android.app.sbrowseredge
adb shell pm disable-user --user 0 com.samsung.android.widgetapp.yahooedge.finance
adb shell pm disable-user --user 0 com.samsung.android.widgetapp.yahooedge.sport
adb shell pm disable-user --user 0 com.samsung.android.app.taskedge
adb shell pm disable-user --user 0 com.samsung.android.app.clipboardedge
adb shell pm disable-user --user 0 com.samsung.android.service.peoplestripe
adb shell pm disable-user --user 0 com.sec.android.app.quicktool
# adb shell pm disable-user --user 0 com.samsung.android.app.appsedge
#
# Edge Screen/Lighting
# adb shell pm disable-user --user 0 com.samsung.android.app.cocktailbarservice
# Assistant Menu
#
# + bubble that hels you navigate
#
adb shell pm disable-user --user 0 com.samsung.android.app.assistantmenu
# Autofill with Samsung Pass
#
# + for web login, only works with Samsung internet
#
adb shell pm disable-user --user 0 com.samsung.android.samsungpassautofill
# Interactive ScreenSaver
#
adb shell pm disable-user --user 0 com.android.dreams.basic
adb shell pm disable-user --user 0 com.samsung.daydream.customization
adb shell pm disable-user --user 0 com.android.dreams.phototable
# CarmodeStub
#
# + car mode that does not support Google maps/waze
#
adb shell pm disable-user --user 0 com.samsung.android.drivelink.stub
# Link Sharing
#
# + share large files up to 2 gb a day, but only to other Samsung accounts
#
adb shell pm disable-user --user 0 com.samsung.android.app.simplesharing
# Live Message
#
# + write animated message
#
adb shell pm disable-user --user 0 com.samsung.android.service.livedrawing
# Samsung Smart Switch
#
# + transfer from your old device
#
# - Smart Switch Agent
adb shell pm disable-user --user 0 com.sec.android.easyMover.Agent
# - Smart Switch
adb shell pm disable-user --user 0 com.sec.android.easyMover
# Universal switch
#
# - accessiblity option, use a periferal for touching
#
adb shell pm disable-user --user 0 com.samsung.android.universalswitch
# Samsung notes
adb shell pm disable-user --user 0 com.samsung.android.app.notes
# Samsung apps widdget
adb shell pm disable-user --user 0 com.sec.android.widgetapp.samsungapps
# Kids Home Installer
adb shell pm disable-user --user 0 com.samsung.android.kidsinstaller
# File manager
adb shell pm disable-user --user 0 com.sec.android.app.myfiles
# Samsung Themes
#
# + since I'm not uninstalling Samsung Experience Home
# I am keeping this one, useful for changing AOD icons
#
# - Theme Store
# + it enables itself, should uninstall?: pm uninstall --user 0 com.samsung.android.themestore
# adb shell pm disable-user --user 0 com.samsung.android.themestore
# - Themes
# adb shell pm disable-user --user 0 com.samsung.android.themecenter
# Samsung PaymentFramework
#
# + it depends on NFC, if NFC is disabled, this should be as well
#
adb shell pm disable-user --user 0 com.samsung.android.spayfw
# Samsung clipboard
#
# + does not affect android clipboard
#
adb shell pm disable-user --user 0 com.samsung.clipboardsaveservice
adb shell pm disable-user --user 0 com.samsung.android.clipboarduiservice
# Samsung Billing
adb shell pm disable-user --user 0 com.sec.android.app.billing
# Samsung Galaxy Friends
adb shell pm disable-user --user 0 com.samsung.android.mateagent
# Samsung Pass
adb shell pm disable-user --user 0 com.samsung.android.samsungpass
# Samsung Health Service
adb shell pm disable-user --user 0 com.sec.android.service.health
# Bixby
#
# + BxActions needs ".agent" enabled and, if you want double press as well ".spage"
# + Button Mapper, has no problems
#
# - Bixby Home
# + you might want to uninstall this one instead as it enables itself
# + adb shell pm uninstall -k --user 0 com.samsung.android.app.spage
adb shell pm disable-user --user 0 com.samsung.android.app.spage
# - Bixby Service
adb shell pm disable-user --user 0 com.samsung.android.bixby.service
# - Bixby Voice
adb shell pm disable-user --user 0 com.samsung.android.bixby.agent
# - Bixby Voice Stub
adb shell pm disable-user --user 0 com.samsung.android.bixby.agent.dummy
# - Bixby voice wake-up
adb shell pm disable-user --user 0 com.samsung.android.bixby.wakeup
#
# Briefing
adb shell pm disable-user --user 0 flipboard.boxer.app
#
# Bixby Vision
# - BixbyVision Framework
# adb shell pm disable-user --user 0 com.samsung.android.bixbyvision.framework
# - Bixby Vision
# adb shell pm disable-user --user 0 com.samsung.android.visionintelligence
# GOOGLE
# ======
# Market Feedback Agent
#
# + ask for feedback
# + https://androidforums.com/threads/market-feedback-agent.686798/
#
adb shell pm disable-user --user 0 com.google.android.feedback
# Google One Time Init
#
# + triggered when the phone is started for the first time
#
adb shell pm disable-user --user 0 com.google.android.onetimeinitializer
# Duo
adb shell pm disable-user --user 0 com.google.android.apps.tachyon
# ANDROID
# ======
# Easter Egg
#
# + it hides some easter eggs for users to find
#
adb shell pm disable-user --user 0 com.android.egg
# Magnify
#
# + magnifies screen, accessiblity feature
#
adb shell pm disable-user --user 0 com.samsung.android.app.readingglass
# Work profile setup
#
# + https://support.google.com/work/android/answer/6191949?hl=en
# + requires enterprise subscription, not for end-user
#
adb shell pm disable-user --user 0 com.android.managedprovisioning
# Obvious Bloatware }}}
# ======================================================
# Apps {{{
# GOOGLE
# ======
# Google
# adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox
# Chrome
# adb shell pm disable-user --user 0 com.android.chrome
# adb shell pm disable-user --user 0 com.sec.android.app.chromecustomizations
# Gmail
adb shell pm disable-user --user 0 com.google.android.gm
# Youtube
# adb shell pm disable-user --user 0 com.google.android.youtube
# Maps
# adb shell pm disable-user --user 0 com.google.android.apps.maps
# Docs
# adb shell pm disable-user --user 0 com.google.android.apps.docs
# Videos
# adb shell pm disable-user --user 0 com.google.android.videos
# Music
adb shell pm disable-user --user 0 com.google.android.music
# Photos
# adb shell pm disable-user --user 0 com.google.android.apps.photos
# SAMSUNG
# =======
# DeX
#
# - DeX community
# adb shell pm disable-user --user 0 com.sec.android.desktopcommunity
# - Samsung DeX
# adb shell pm disable-user --user 0 com.sec.android.desktopmode.uiservice
# - Samsung DeX Home
# adb shell pm disable-user --user 0 com.sec.android.app.desktoplauncher
# - Samsung DeX System UI
# adb shell pm disable-user --user 0 com.samsung.desktopsystemui
# Dual Messenger
#
# + use dual accounts for same app
#
# adb shell pm disable-user --user 0 com.samsung.android.da.daagent
# Samsung Cloud #
# adb shell pm disable-user --user 0 com.samsung.android.scloud
# Knox/Secure folder
#
# - Knox Analytics Uploader
# adb shell pm disable-user --user 0 com.samsung.android.knox.analytics.uploader
# - Knox Enrollment Service #
# adb shell pm disable-user --user 0 com.sec.enterprise.knox.cloudmdm.smdms
# - Knox Key Chain
# adb shell pm disable-user --user 0 com.samsung.knox.keychain
# - KnoxBBCProvider
# adb shell pm disable-user --user 0 com.samsung.android.bbc.fileprovider
# - KnoxCore
# adb shell pm disable-user --user 0 com.samsung.android.knox.containercore
# - KnoxVpnPacProcessor
# adb shell pm disable-user --user 0 com.knox.vpn.proxyhandler
# - SharedDeviceKeyguard
# adb shell pm disable-user --user 0 com.sec.enterprise.knox.shareddevice.keyguard
# - Secure Folder
# adb shell pm disable-user --user 0 com.samsung.knox.securefolder
# - Secure your stuff
# adb shell pm disable-user --user 0 com.samsung.knox.securefolder.setuppage
# Samsung capture
#
# + screen capture functionality, write on screen etc
#
# adb shell pm disable-user --user 0 com.samsung.android.app.smartcapture
# Air Command related apps
#
# + since disabling air command bring a lot of trouble, I should leave some air command apps
#
# - Glance & Magnify
# + kinda cool https://www.youtube.com/watch?v=bugnDWtKTZM
# adb shell pm disable-user --user 0 com.samsung.android.service.pentastic
# adb shell pm disable-user --user 0 com.samsung.android.app.readingglass
# - Air View Translate
# adb shell pm disable-user --user 0 com.samsung.android.service.airviewdictionary
# Apps }}}
# ======================================================
# Services I might need {{{
# SAMSUNG
# ======
# Gear VR Service
# adb shell pm disable-user --user 0 com.samsung.android.hmt.vrsvc
# Remote Mobile Manager
#
# + customize my phone remotely ?
# + need testing
#
# adb shell pm disable-user --user 0 com.samsung.android.rlc
# LED Case
#
# - LED Cover Service
# adb shell pm disable-user --user 0 com.sec.android.cover.ledcover
# - LED icon editor
# adb shell pm disable-user --user 0 com.samsung.android.app.ledcoverdream
# Wi-Fi Direct
# adb shell pm disable-user --user 0 com.samsung.android.allshare.service.fileshare
# adb shell pm disable-user --user 0 com.samsung.android.allshare.service.mediashare
# Blue light filter
# adb shell pm disable-user --user 0 com.samsung.android.bluelightfilter
# GOOGLE
# ======
# VR related
#
# + needed for Gear VR as well
#
# - VR SDK
# adb shell pm disable-user --user 0 com.google.ar.core
# - Google VR Services
# adb shell pm disable-user --user 0 com.google.vr.vrcore
# OK Google related
#
# - TTS
# + possible OK Google requirement
# adb shell pm disable-user --user 0 com.google.android.tts
# - OK Google enrollment
# adb shell pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
# - X Google enrollment
# adb shell pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
# ANDROID
# =======
# NFC
#
# + should not be deleted, there is no background activity if not used
#
# - Beaming Service
# + share data between NFC devices
# adb shell pm disable-user --user 0 com.mobeam.barcodeService
# - BCService
# + required by certain features, has something to do with NFC
# adb shell pm disable-user --user 0 com.sec.bcservice
# - NFC
# adb shell pm disable-user --user 0 com.android.nfc
# - Tags
# adb shell pm disable-user --user 0 com.android.apps.tag
# ANT Related
#
# + radio functionality required by fitness apps
# + certain infrared stuff (remote etc)
# - ANT + DUT
# adb shell pm disable-user --user 0 com.dsi.ant.sample.acquirechannels
# - ANT HAL Service #
# adb shell pm disable-user --user 0 com.dsi.ant.server
# - ANT Radio Service #
# adb shell pm disable-user --user 0 com.dsi.ant.service.socket
# - ANT+ Plugins Service #
# adb shell pm disable-user --user 0 com.dsi.ant.plugins.antplus
# User Dictionary
#
# + user installed dictionary
#
# adb shell pm disable-user --user 0 com.android.providers.userdictionary
# Dictionary
#
# + built in dictionary, to lookup words
#
# adb shell pm disable-user --user 0 com.diotek.sec.lookup.dictionary
# EasyOneHand #
# * one handed mode for android, usefull on big screens
# adb shell pm disable-user --user 0 com.sec.android.easyonehand
# Services I might need }}}
# ======================================================
# Vital Services {{{
# SAMSUNG
# =======
# Bluetooth
# adb shell pm disable-user --user 0 com.sec.knox.bluetooth
# wssyncmlnps
#
# + Samsung update service, Backup and restore Manager
#
# adb shell pm disable-user --user 0 com.wssnps
# GOOGLE
# ======
# Google Backup Transport
#
# + backup service that backs up your apps every night to Google Drive
#
# adb shell pm disable-user --user 0 com.google.android.backuptransport
# Google Calender Sync
#
# + calendar sync to Google account
#
# adb shell pm disable-user --user 0 com.google.android.syncadapters.calendar
# Google Contacts Sync
#
# + contacts sync to Google account
#
# adb shell pm disable-user --user 0 com.google.android.syncadapters.contacts
# Google Partner Setup
#
# + un applications in conjunction with Google products (save on drive etc)
#
# adb shell pm disable-user --user 0 com.google.android.partnersetup
# ANDROID
# =======
# CaptivePortalLogin
#
# + connect to Wifi, need login (ex Starbucks), captiveportallogin which lightweight web browser to specifically process the page where you agree to the terms of using the network.
#
# adb shell pm disable-user --user 0 com.android.captiveportallogin
# Vital Services }}}
# ======================================================
# Unknown consequences {{{
# SAMSUNG
# =======
# Samsung ApexService
# adb shell pm disable-user --user 0 com.sec.android.app.apex
# Samsung Auto Installs
adb shell pm disable-user --user 0 android.autoinstalls.config.samsung
# Samsung SetupWizard #
adb shell pm disable-user --user 0 com.sec.android.app.SecSetupWizard
# Intelligent Scan
# adb shell pm disable-user --user 0 com.samsung.android.biometrics.service
# Iris
# adb shell pm disable-user --user 0 com.samsung.android.server.iris
# KLMS Agent
# adb shell pm disable-user --user 0 com.samsung.klmsagent
# Live Wallpaper Picker
# adb shell pm disable-user --user 0 com.android.wallpaper.livepicker
# SamsungDLPService
#
# + Samsung data loss prevention service
#
# adb shell pm disable-user --user 0 com.samsung.android.dlp.service
# ShortcutBNR
adb shell pm disable-user --user 0 com.samsung.android.shortcutbackupservice
# SKMSAgentService
# + related to NFC
# + https://forums.androidcentral.com/ask-question/844087-what-skms-agent-service.html
adb shell pm disable-user --user 0 com.skms.android.agent
# SmartFaceService
# + might be related to iris?
# adb shell pm disable-user --user 0 com.samsung.android.smartface
# Samsung text-to-speech engine
#
# + for application that require Samsung TTS
#
adb shell pm disable-user --user 0 com.samsung.SMT
# Samsung Sticker
#
# - StickerCenter
adb shell pm disable-user --user 0 com.samsung.android.stickercenter
# - StickerProvider
adb shell pm disable-user --user 0 com.samsung.android.provider.stickerprovider
# StoryService
#
# + related to gallery
#
adb shell pm disable-user --user 0 com.samsung.storyservice
# Voice service #
adb shell pm disable-user --user 0 com.samsung.svoice.sync
# Voice Assistant #
adb shell pm disable-user --user 0 com.samsung.android.app.talkback
# IMS Settings #
# adb shell pm disable-user --user 0 com.samsung.advp.imssettings
# Nearby Service #
# adb shell pm disable-user --user 0 com.samsung.android.allshare.service.mediashare
# Facial Recognition
# adb shell pm disable-user --user 0 com.samsung.android.bio.face.service
# Samsung Face Service
#
# + I think it detects faces in photos
#
# adb shell pm disable-user --user 0 com.samsung.faceservice
# Samsung camera related
#
# - Default 3D live stickers
# adb shell pm disable-user --user 0 com.samsung.android.app.camera.sticker.facear3d.preload
# - Default frames
# adb shell pm disable-user --user 0 com.samsung.android.app.camera.sticker.facearframe.preload
# - Default Print Service
# adb shell pm disable-user --user 0 com.android.bips
# - My Emoji Maker
# adb shell pm disable-user --user 0 com.sec.android.app.camera.avatarauth
# GOOGLE
# ======
# ConfigUpdater
#
# + auto updates certificates, firewall configuration, time zone info
#
# adb shell pm disable-user --user 0 com.google.android.configupdater
# ANDROID
# =======
# Call Log Backup/Restore #
# adb shell pm disable-user --user 0 com.android.calllogbackup
# Wallpaper Backup #
# adb shell pm disable-user --user 0 com.android.wallpaperbackup
# Emergency information #
# adb shell pm disable-user --user 0 com.android.emergency
# EmergencyManagerService #
# adb shell pm disable-user --user 0 com.sec.android.emergencymode.service
# EmergencyProvider #
# adb shell pm disable-user --user 0 com.sec.android.provider.emergencymode
# Enterprise Sim Pin Service #
# adb shell pm disable-user --user 0 com.sec.enterprise.mdm.services.simpin
# Enterprise VPN Services #
# adb shell pm disable-user --user 0 com.sec.enterprise.mdm.vpn
# EpdgTestApp #
# https://forums.androidcentral.com/samsung-galaxy-s8-and-s8-plus/883829-what-epdgtestapp-s8-phone.html
# adb shell pm disable-user --user 0 com.sec.epdgtestapp
# Perso #
# adb shell pm disable-user --user 0 com.sec.android.app.personalization
# Print Service Recommendation Service #
# adb shell pm disable-user --user 0 com.google.android.printservice.recommendation
# Print Spooler #
# adb shell pm disable-user --user 0 com.android.printspooler
# UIBCVirtualSoftkey #
# adb shell pm disable-user --user 0 com.sec.android.uibcvirtualsoftkey
# Automation Test #
adb shell pm disable-user --user 0 com.sec.android.app.DataCreate
# Bookmark Provider #
# adb shell pm disable-user --user 0 com.android.bookmarkprovider
# Partner Bookmarks #
# adb shell pm disable-user --user 0 com.android.providers.partnerbookmarks
# Foundation Font
#
# + unknown importance
#
# adb shell pm disable-user --user 0 com.monotype.android.font.foundation
# Backup Confirm
#
# + confirmation for a legitimate backup
#
# adb shell pm disable-user --user 0 com.android.backupconfirm
# Dolby Atmos Feature
# adb shell pm disable-user --user 0 com.sec.android.app.soundalive
# Unknown consequences }}}
# ======================================================
# PROBLEMS {{{
# Device Maitenance
#
# + a lot of issues
#
# adb shell pm disable-user --user 0 com.samsung.android.sm.devicesecurity
# adb shell pm disable-user --user 0 com.samsung.android.sm.policy
# adb shell pm disable-user --user 0 com.samsung.android.lool
# Samsung Experience Service
#
# + DON'T if you are using a Samsung Account
# + OK if you don't
#
# adb shell pm disable-user --user 0 com.samsung.android.mobileservice
# Samsung Experience Home
#
# + if you use Full Screen Gestures in the settings, the "recent apps gesture" won't work
# + if you use normal nav bar, it's okay
#
# adb shell pm disable-user --user 0 com.sec.android.app.desktoplauncher
# - Finder
# + search engine for Samsung Home Experience home
# + disable only if you disable the launcher as well
# adb shell pm disable-user --user 0 com.samsung.android.app.galaxyfinder
# Android-ss-service-lib
#
# + caller ID and spam identification for calls
#
# adb shell pm disable-user --user 0 com.hiya.star
# Device Quality Agent
#
# + checks Wifi Quality
# + https://forum.xda-developers.com/galaxy-s8/help/device-quality-agent-t3595653
#
# adb shell pm disable-user --user 0 com.samsung.android.dqagent
# Default live stickers
#
# adb shell pm disable-user --user 0 com.samsung.android.app.camera.sticker.facear.preload
# Default stamps
#
# adb shell pm disable-user --user 0 com.samsung.android.app.camera.sticker.stamp.preload
# SEMFactoryApp
#
# adb shell pm disable-user --user 0 com.sem.factoryapp
# Samsung Customization Service
#
# + allows Samsung apps to use profile data from Samsung account to personalize the experience
#
# adb shell pm disable-user --user 0 com.samsung.daydream.customization
# Setup wizard
#
# + running android after factory reset
#
# adb shell pm disable-user --user 0 com.google.android.setupwizard
# DiagMonAgent
#
# adb shell pm disable-user --user 0 com.sec.android.diagmonagent
# Always on Display related
# + can't change clock
# adb shell pm disable-user --user 0 com.samsung.android.app.aodservice
#
# + secure wifi related package
#
# adb shell pm disable-user --user 0 com.samsung.android.fast
# Webview
#
# + auto enabled when Chrome is uninstalled
# + auto disabled when Chrome is installed
#
# adb shell pm disable-user --user 0 com.google.android.webview
# Air command manager
#
# + causing problems
#
# adb shell pm disable-user --user 0 com.samsung.android.aircommandmanager
# Iris camera tests
#
# + causing problems
#
# adb shell pm disable-user --user 0 com.sec.factory.iris.usercamera
# adb shell pm disable-user --user 0 com.sec.factory.iris.camera
# Safety related
#
# + possible problems, need more research
#
# adb shell pm disable-user --user 0 com.sec.android.app.safetyassurance
# adb shell pm disable-user --user 0 com.samsung.safetyinformation
# MDMApp
#
# + https://forum.xda-developers.com/galaxy-s6-edge/help/mdmapp-1-0-forces-shutdown-t3381208
#
# adb shell pm disable-user --user 0 com.samsung.android.mdm
# ProxyHandler
#
# + handling proxy configs and integration with apps.
# + https://forum.xda-developers.com/general/help/proxyhandler-t3144009
#
# adb shell pm disable-user --user 0 com.android.proxyhandler
# SmartThings
#
# + beacon seems battery related, do not remove
# + BUT easysetup could be removed?! Need more research
#
# adb shell pm disable-user --user 0 com.samsung.android.beaconmanager
# adb shell pm disable-user --user 0 com.samsung.android.easysetup
# Battery manangement
#
# + also "beaconmanager" from SmartThings
#
# pm disable-user --user 0 com.samsung.android.bbc.bbcagent
# adb shell pm disable-user --user 0 com.tmobile.services.nameid
# adb shell pm disable-user --user 0 com.samsung.tmovvm
# adb shell pm disable-user --user 0 com.samsung.android.securitylogagent
# adb shell pm disable-user --user 0 com.sec.imslogger
# adb shell pm disable-user --user 0 com.sec.android.preloadinstaller
# adb shell pm disable-user --user 0 com.google.android.packageinstaller
# adb shell pm disable-user --user 0 com.sec.android.soagent
# adb shell pm disable-user --user 0 com.samsung.android.fmm
# adb shell pm disable-user --user 0 com.samsung.android.svcagent
# adb shell pm disable-user --user 0 com.samsung.android.sdk.professionalaudio.app.audioconnectionservice
# adb shell pm disable-user --user 0 com.samsung.ucs.agent.ese
# adb shell pm disable-user --user 0 com.wssyncmldm
# PROBLEMS }}}
# ======================================================
# Irrelevant {{{
# ANDROID
# =======
# DeviceTest
#
# + https://androidforums.com/threads/what-is-factory-test-and-can-i-delete-it.501511/
# + you loose some hidden menus (not important)
#
# adb shell pm disable-user --user 0 com.sec.factory
# Irrelevant }}}
# ======================================================
I reorganized it, into 8 categories:
INFO
Obvious Bloatware -> junk (subjective), you likely would want gone
Apps -> stuff, you could like (subjective)
Services I might need -> Useful (subjective) services, that could be removed (theoretically)
Vital Services -> Services that if removed, affects a lot stuff (Google sync), depends on what you want
Unknown consequences -> I have no idea what removal of some of these could affect, documentation on each is required
Problems -> from my research if you remove these, you are in for some troubles, but please research again
Irrelevant -> stuff you should let be, it does not bother you
Almost all categories are split by "provider": Google, Samsung, Android etc.
As you see some disabled commands are commented, some are not. This is how I use the script. I have no problems with the phone so it's a good starting point for you. I also disabled some stuff from "Unknown consequences" and I found no problems. But don't start disabling stuff from these categories without doing your research!!!!!!!
The format is like this
Category X {{{
.....
Category X }}}
===========
Category Y {{{
.....
Category }}}
So what's between {{{ }}} is for that category, be careful not to mix categories up. I didn't know how to organize it better. Hope it makes sense.
If you find info on package, consequences etc. Please share so I can update the script.
I am not responsible for anything . All credit goes to sea-wa, for providing the package lists.
bbtdev said:
Hello,
Maybe I could reorganize it somehow.
Click to expand...
Click to collapse
Holy goat nipples batman, you're awesome sir! I'll be using this badly for sure this weekend!!!??
Jammol said:
Holy goat nipples batman, you're awesome sir! I'll be using this badly for sure this weekend!!!?
Click to expand...
Click to collapse
Thanks bro, I just reorganized the script. It should be better now.
Hi,
Just a little confusion about Android Web View, as it is automatically enable when Chrome is uninstalled and not the other way around.
Nastrahl said:
Hi,
Just a little confusion about Android Web View, as it is automatically enable when Chrome is uninstalled and not the other way around.
Click to expand...
Click to collapse
That's the info I found, I haven't tried it. I think the logic is, it needs something to view pages with, so that's why it auto enables.
Nice work man, did someone test this?
avatar_ro said:
Nice work man, did someone test this?
Click to expand...
Click to collapse
I ran it on my phone, zero problems.
Did your phone just fly out of your hand from the extra speed it gained after removing all this crap?
I'm coming back to this on my day off. Some stuff I actually want disable permanently. Lol
bbtdev said:
That's the info I found, I haven't tried it. I think the logic is, it needs something to view pages with, so that's why it auto enables.
Click to expand...
Click to collapse
Sorry I must have been not very clear since English is not my native language.
What I wanted to say is that you commented that WebView is enabled when you install Chrome and vice versa, but it's actually the opposite : it disables itself when Chrome is installed and enables itself when you uninstall Chrome.
Nastrahl said:
Sorry I must have been not very clear since English is not my native language.
What I wanted to say is that you commented that WebView is enabled when you install Chrome and vice versa, but it's actually the opposite : it disables itself when Chrome is installed and enables itself when you uninstall Chrome.
Click to expand...
Click to collapse
Yeah that's the correct way it works.??
Nastrahl said:
Sorry I must have been not very clear since English is not my native language.
What I wanted to say is that you commented that WebView is enabled when you install Chrome and vice versa, but it's actually the opposite : it disables itself when Chrome is installed and enables itself when you uninstall Chrome.
Click to expand...
Click to collapse
Ah yes, it was a typo
Awesome and Bookmarked! Just what I was looking for! Kudos
I can uninstall OneUI by removing om.sec.android.app.launcher
with no issues??
---------- Post added at 01:46 PM ---------- Previous post was at 01:46 PM ----------
EDIT I will have Lawnchair Launcher installed.
vonDubenshire said:
I can uninstall OneUI by removing om.sec.android.app.launcher
with no issues??
---------- Post added at 01:46 PM ---------- Previous post was at 01:46 PM ----------
EDIT I will have Lawnchair Launcher installed.
Click to expand...
Click to collapse
You won't be able to use the task manager nor hiding the button bars and use it with gestures anymore.
Nastrahl said:
You won't be able to use the task manager nor hiding the button bars and use it with gestures anymore.
Click to expand...
Click to collapse
Interesting.
What if I am trying to use GoodLock's task manager thing -- is that just modifying the OneUI Launcher? Which won't work if I remove it.
It's no big deal, I am just curious about what happens.
vonDubenshire said:
Interesting.
What if I am trying to use GoodLock's task manager thing -- is that just modifying the OneUI Launcher? Which won't work if I remove it.
It's no big deal, I am just curious about what happens.
Click to expand...
Click to collapse
Good question.
Since I didn't try with Pie yet (module were unavailable at first)
I'm curious too
Gave you thanks on a couple of your posts for this. It's nice to have it categorized and explanations on things. Most debloat lists lack those things which makes them sketchy if you want certain things. Like I use a Gear S3 watch and Dex. Most lists or scripts would just kill those and I would be left not knowing what I need back. You rock!
when I use the adb shell pm enable --user 0 <package name> command to re enable a disabled app I get an error /system/bin/sh : adb not found error? any ideas, the disabling and uninstall commands work fine.
Noob question...... how do I run this script on my note 9.
SINGULAR007 said:
Noob question...... how do I run this script on my note 9.
Click to expand...
Click to collapse
This thread is really a combination of this thread
https://www.xda-developers.com/disable-system-app-bloatware-android/ and this one
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
Follow the instructions on those.
Related
Hi all ...
Today i show you how Delete Stock System App to get Clean Rom ( No Root )
Working in J530f and y and g
This is very Simple Tools .. First you need active USB mode
Photo :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note : you can Edit Script to delete any lien for any app you need keep
source code : Save in .bat
Code:
@echo off
title ADB Utility By System32
color 17
:menu
cls
echo --------------------------------------------------------------------------------
echo ADB Utility By System32
echo --------------------------------------------------------------------------------
echo.
echo Select a tool
echo =============
echo.
echo (1) adb devices
echo (2) list packages
echo (3) Uninstall System Apps
echo (4) Exit
echo.
set /p op=Run:
if %op%==1 goto 1
if %op%==2 goto 2
if %op%==3 goto 3
if %op%==4 goto exit
goto error
:1
cls
echo --------------------------------------------------------------------------------
echo adb devices
echo --------------------------------------------------------------------------------
echo.
echo adb devices
ping localhost -n 3 >nul
adb devices
echo Press any key to return to the menu. . .
pause >nul
goto menu
:2
cls
echo --------------------------------------------------------------------------------
echo list packages
echo --------------------------------------------------------------------------------
echo.
echo Running list packages ...
ping localhost -n 3 >nul
adb shell pm list packages
echo Press any key to return to the menu. . .
pause >nul
cls
echo --------------------------------------------------------------------------------
echo list packages
echo --------------------------------------------------------------------------------
echo.
echo list packages successful!
echo.
goto menu
:3
cls
echo --------------------------------------------------------------------------------
echo Uninstall System Apps
echo --------------------------------------------------------------------------------
echo.
echo Uninstall System Apps ...
ping localhost -n 3 >nul
adb shell pm uninstall -k --user 0 com.samsung.aasaservice
adb shell pm uninstall -k --user 0 com.samsung.advp.imssettings
adb shell pm uninstall -k --user 0 com.samsung.android.allshare.service.fileshare
adb shell pm uninstall -k --user 0 com.samsung.android.allshare.service.mediashare
adb shell pm uninstall -k --user 0 com.samsung.android.app.accesscontrol
adb shell pm uninstall -k --user 0 com.samsung.android.app.assistantmenu
adb shell pm uninstall -k --user 0 com.samsung.android.app.colorblind
adb shell pm uninstall -k --user 0 com.samsung.android.app.galaxyfinder
adb shell pm uninstall -k --user 0 com.samsung.android.app.notes
adb shell pm uninstall -k --user 0 com.samsung.android.app.simplesharing
adb shell pm uninstall -k --user 0 com.samsung.android.app.soundpicker
adb shell pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
adb shell pm uninstall -k --user 0 com.samsung.android.app.withtv
adb shell pm uninstall -k --user 0 com.samsung.android.authfw
adb shell pm uninstall -k --user 0 com.samsung.android.authservice
adb shell pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
adb shell pm uninstall -k --user 0 com.samsung.android.beaconmanager
adb shell pm uninstall -k --user 0 com.samsung.android.bluelightfilter
adb shell pm uninstall -k --user 0 com.samsung.android.calendar
adb shell pm uninstall -k --user 0 com.samsung.android.coreapps
adb shell pm uninstall -k --user 0 com.samsung.android.dhr
adb shell pm uninstall -k --user 0 com.samsung.android.dlp.service
adb shell pm uninstall -k --user 0 com.samsung.android.dqagent
adb shell pm uninstall -k --user 0 com.samsung.android.easysetup
adb shell pm uninstall -k --user 0 com.samsung.android.email.provider
adb shell pm uninstall -k --user 0 com.samsung.android.fingerprint.service
adb shell pm uninstall -k --user 0 com.samsung.android.fmm
adb shell pm uninstall -k --user 0 com.samsung.android.framework.res
adb shell pm uninstall -k --user 0 com.samsung.android.game.gamehome
adb shell pm uninstall -k --user 0 com.samsung.android.game.gametools
adb shell pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
adb shell pm uninstall -k --user 0 com.samsung.android.location
adb shell pm uninstall -k --user 0 com.samsung.android.lool
adb shell pm uninstall -k --user 0 com.samsung.android.mdm
adb shell pm uninstall -k --user 0 com.samsung.android.networkdiagnostic
adb shell pm uninstall -k --user 0 com.samsung.android.provider.shootingmodeprovider
adb shell pm uninstall -k --user 0 com.samsung.android.provider.stickerprovider
adb shell pm uninstall -k --user 0 com.samsung.android.providers.context
adb shell pm uninstall -k --user 0 com.samsung.android.rlc
adb shell pm uninstall -k --user 0 com.samsung.android.rubin.app
adb shell pm uninstall -k --user 0 com.samsung.android.samsungpass
adb shell pm uninstall -k --user 0 com.samsung.android.scloud
adb shell pm uninstall -k --user 0 com.samsung.android.sdk.professionalaudio.app.audioconnectionservice
adb shell pm uninstall -k --user 0 com.samsung.android.sdk.professionalaudio.utility.jammonitor
adb shell pm uninstall -k --user 0 com.samsung.android.securitylogagent
adb shell pm uninstall -k --user 0 com.samsung.android.SettingsReceiver
adb shell pm uninstall -k --user 0 com.samsung.android.sm.devicesecurity
adb shell pm uninstall -k --user 0 com.samsung.android.sm.policy
adb shell pm uninstall -k --user 0 com.samsung.android.smartcallprovider
adb shell pm uninstall -k --user 0 com.samsung.android.smartmirroring
adb shell pm uninstall -k --user 0 com.samsung.android.spay
adb shell pm uninstall -k --user 0 com.samsung.android.spayfw
adb shell pm uninstall -k --user 0 com.samsung.android.svcagent
adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
adb shell pm uninstall -k --user 0 com.samsung.android.themestore
adb shell pm uninstall -k --user 0 com.samsung.android.tzdata.update
adb shell pm uninstall -k --user 0 com.samsung.android.unifiedprofile
adb shell pm uninstall -k --user 0 com.samsung.android.voc
adb shell pm uninstall -k --user 0 com.samsung.android.weather
adb shell pm uninstall -k --user 0 com.samsung.app.newtrim
adb shell pm uninstall -k --user 0 com.samsung.cmh
adb shell pm uninstall -k --user 0 com.samsung.crane
adb shell pm uninstall -k --user 0 com.samsung.dcmservice
adb shell pm uninstall -k --user 0 com.samsung.faceservice
adb shell pm uninstall -k --user 0 com.samsung.hs20provider
adb shell pm uninstall -k --user 0 com.samsung.rcs
adb shell pm uninstall -k --user 0 com.samsung.safetyinformation
adb shell pm uninstall -k --user 0 com.samsung.SMT
adb shell pm uninstall -k --user 0 com.samsung.storyservice
adb shell pm uninstall -k --user 0 com.samsung.ucs.agent.boot
adb shell pm uninstall -k --user 0 com.samsung.upsmtheme
adb shell pm uninstall -k --user 0 com.samsung.knox.rcp.components
adb shell pm uninstall -k --user 0 com.samsung.knox.securefolder
adb shell pm uninstall -k --user 0 com.samsung.knox.securefolder.setuppage
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.microsoft.office.excel
adb shell pm uninstall -k --user 0 com.microsoft.office.powerpoint
adb shell pm uninstall -k --user 0 com.microsoft.office.word
adb shell pm uninstall -k --user 0 com.microsoft.skydrive
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.syncadapters.contacts
adb shell pm uninstall -k --user 0 com.google.android.tts
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.backuptransport
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.gm
adb shell pm uninstall -k --user 0 com.google.android.gms
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback
adb shell pm uninstall -k --user 0 com.google.android.apps.books
adb shell pm uninstall -k --user 0 com.google.android.syncadapters.calendar
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.sec.knox.foldercontainer
adb shell pm uninstall -k --user 0 com.sec.knox.knoxsetupwizardclient
adb shell pm uninstall -k --user 0 com.sec.knox.switcher
adb shell pm uninstall -k --user 0 com.sec.knox.foldercontainer
adb shell pm uninstall -k --user 0 com.sec.enterprise.knox.attestation
adb shell pm uninstall -k --user 0 com.sec.enterprise.knox.cloudmdm.smdms
adb shell pm uninstall -k --user 0 com.sec.android.app.fm
adb shell pm uninstall -k --user 0 com.sec.android.app.shealth
adb shell pm uninstall -k --user 0 com.sec.android.app.voicenote
adb shell pm uninstall -k --user 0 com.sec.android.service.health
adb shell pm uninstall -k --user 0 com.sec.android.app.billing
adb shell pm uninstall -k --user 0 com.sec.android.app.bluetoothtest
adb shell pm uninstall -k --user 0 com.sec.android.app.chromecustomizations
adb shell pm uninstall -k --user 0 com.sec.android.app.samsungapps
adb shell pm uninstall -k --user 0 com.sec.android.app.wlantest
adb shell pm uninstall -k --user 0 com.sec.android.preloadinstaller
adb shell pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps
adb shell pm uninstall -k --user 0 com.sec.android.widgetapp.webmanual
adb shell pm uninstall -k --user 0 com.sec.bcservice
adb shell pm uninstall -k --user 0 com.sec.spp.push
adb shell pm uninstall -k --user 0 com.sec.android.app.DataCreate
adb shell pm uninstall -k --user 0 com.sec.android.app.dictionary
adb shell pm uninstall -k --user 0 com.sec.android.app.factorykeystring
adb shell pm uninstall -k --user 0 com.sec.android.app.hwmoduletest
adb shell pm uninstall -k --user 0 com.sec.android.app.magnifier
adb shell pm uninstall -k --user 0 com.sec.android.app.personalization
adb shell pm uninstall -k --user 0 com.sec.android.app.ringtoneBR
adb shell pm uninstall -k --user 0 com.sec.android.app.safetyassurance
adb shell pm uninstall -k --user 0 com.sec.android.app.SecSetupWizard
adb shell pm uninstall -k --user 0 com.sec.android.app.simsettingmgr
adb shell pm uninstall -k --user 0 com.sec.android.app.soundalive
adb shell pm uninstall -k --user 0 com.sec.android.app.sysscope
adb shell pm uninstall -k --user 0 com.sec.android.app.voicenote
adb shell pm uninstall -k --user 0 com.sec.android.app.wfdbrokercommunicationservice
adb shell pm uninstall -k --user 0 com.monotype.android.font.cooljazz
adb shell pm uninstall -k --user 0 com.monotype.android.font.foundation
adb shell pm uninstall -k --user 0 com.monotype.android.font.rosemary
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.providers.applications
adb shell pm uninstall -k --user 0 com.skype.raider
adb shell pm uninstall -k --user 0 com.promolante.app
adb shell pm uninstall -k --user 0 de.axelspringer.yana.zeropage
adb shell pm uninstall -k --user 0 flipboard.boxer.app
adb shell pm uninstall -k --user 0 com.bzbs.samsung.af
adb shell pm uninstall -k --user 0 com.dsi.ant.plugins.antplus
adb shell pm uninstall -k --user 0 com.dsi.ant.sample.acquirechannels
adb shell pm uninstall -k --user 0 com.dsi.ant.server
adb shell pm uninstall -k --user 0 com.dsi.ant.service.socket
adb shell pm uninstall -k --user 0 com.enhance.gameservice
adb shell pm uninstall -k --user 0 com.gd.mobicore.pa
adb shell pm uninstall -k --user 0 com.jojo.flippy.app
adb shell pm uninstall -k --user 0 com.osp.app.signin
adb shell pm uninstall -k --user 0 com.policydm
adb shell pm uninstall -k --user 0 org.simalliance.openmobileapi.service
adb shell pm uninstall -k --user 0 com.setappbox.singularity.ziptv
cls
echo --------------------------------------------------------------------------------
echo Uninstall System Apps
echo --------------------------------------------------------------------------------
echo.
echo Uninstall System Apps successful!
echo.
pause
goto menu
:error
cls
echo Command not recognized.
ping localhost -n 4 >nul
goto menu
:exit
echo Thanks for using My Utility by System32
ping 127.0.0.1 >nul
exit
very good tool
after that.i cant send sms.
akaluptos21 said:
after that.i cant send sms.
Click to expand...
Click to collapse
1- Thanx For test
2- im very Sorry For you problem .. this lien for sms Serves
adb shell pm uninstall -k --user 0 com.samsung.android.communicationservice
you can rest Factory .. and all system apps he well install again
how to download thisparticular adb
Abdullah_a86 said:
Hi all ...
Today i show you how Delete Stock System App to get Clean Rom ( No Root )
Working in J530f and y and g
This is very Simple Tools .. First you need active USB mode
Photo :
i add this list for apps because i don't need him
Note : you can Edit Script to delete any lien for any app you need keep
Code :
Code:
com.samsung.knox.rcp.components
com.samsung.knox.securefolder.setuppage
com.samsung.SMT
com.samsung.android.voc
com.samsung.aasaservice
com.samsung.advp.imssettings
com.samsung.android.allshare.service.fileshare
com.samsung.android.allshare.service.mediashare
com.samsung.android.app.accesscontrol
com.samsung.android.app.assistantmenu
com.samsung.android.app.camera.sticker.facear.preload
com.samsung.android.app.camera.sticker.stamp.preload
com.samsung.android.app.colorblind
com.samsung.android.app.galaxyfinder
com.samsung.android.app.notes
com.samsung.android.app.simplesharing
com.samsung.android.app.soundpicker
com.samsung.android.app.watchmanagerstub
com.samsung.android.app.withtv
com.samsung.android.authfw
com.samsung.android.authservice
com.samsung.android.bbc.bbcagent
com.samsung.android.beaconmanager
com.samsung.android.bluelightfilter
com.samsung.android.calendar
com.samsung.android.coreapps
com.samsung.android.dhr
com.samsung.android.dlp.service
com.samsung.android.dqagent
com.samsung.android.easysetup
com.samsung.android.email.provider
com.samsung.android.fingerprint.service
com.samsung.android.fmm
com.samsung.android.framework.res
com.samsung.android.game.gamehome
com.samsung.android.game.gametools
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.location
com.samsung.android.lool
com.samsung.android.mdm
com.samsung.android.networkdiagnostic
com.samsung.android.provider.filterprovider
com.samsung.android.provider.shootingmodeprovider
com.samsung.android.provider.stickerprovider
com.samsung.android.rlc
com.samsung.android.rubin.app
com.samsung.android.samsungpass
com.samsung.android.scloud
com.samsung.android.sdk.professionalaudio.app.audioconnectionservice
com.samsung.android.sdk.professionalaudio.utility.jammonitor
com.samsung.android.SettingsReceiver
com.samsung.android.sm.devicesecurity
com.samsung.android.sm.policy
com.samsung.android.smartcallprovider
com.samsung.android.smartmirroring
com.samsung.android.spay
com.samsung.android.spayfw
com.samsung.android.svcagent
com.samsung.android.themecenter
com.samsung.android.themestore
com.samsung.android.tzdata.update
com.samsung.android.unifiedprofile
com.samsung.android.video
com.samsung.android.voc
com.samsung.android.weather
com.samsung.app.newtrim
com.samsung.cmh
com.samsung.crane
com.samsung.dcmservice
com.samsung.faceservice
com.samsung.hs20provider
com.samsung.knox.securefolder
com.samsung.rcs
com.samsung.safetyinformation
com.samsung.sec.android.application.csc
com.samsung.SMT
com.samsung.storyservice
com.samsung.ucs.agent.boot
com.samsung.upsmtheme
com.facebook.appmanager
com.facebook.services
com.facebook.system
com.facebook.katana
com.microsoft.office.excel
com.microsoft.office.powerpoint
com.microsoft.office.word
com.microsoft.skydrive
com.google.android.apps.photos
com.google.android.apps.tachyon
com.google.android.music
com.google.android.videos
com.google.android.youtube
com.google.android.backuptransport
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.marvin.talkback
com.google.android.apps.books
com.google.android.syncadapters.calendar
com.google.android.videos
com.sec.android.app.fm
com.sec.android.app.samsungapps
com.sec.android.app.shealth
com.sec.android.app.voicenote
com.sec.android.service.health
com.sec.android.app.billing
com.sec.android.app.bluetoothtest
com.sec.android.app.chromecustomizations
com.sec.android.app.samsungapps
com.sec.android.app.shealth
com.sec.android.app.wlantest
com.sec.android.preloadinstaller
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.bcservice
com.sec.phone
com.sec.spp.push
com.sec.knox.foldercontainer
com.monotype.android.font.cooljazz
com.monotype.android.font.foundation
com.monotype.android.font.rosemary
com.skype.raider
com.android.providers.applications
de.axelspringer.yana.zeropage
flipboard.boxer.app
this is all ,, Sory for bad English
----------------------------------
This all apps in Stock Rom .. Help Me and tell me what app can delete without any problems
Code:
com.android.apps.tag
com.android.backupconfirm
com.android.bluetooth
com.android.bluetoothmidiservice
com.android.bookmarkprovider
com.android.calllogbackup
com.android.captiveportallogin
com.android.carrierconfig
com.android.certinstaller
com.android.chrome
com.android.cts.ctsshim
com.android.cts.priv.ctsshim
com.android.defcontainer
com.android.documentsui
com.android.dreams.basic
com.android.dreams.phototable
com.android.egg
com.android.emergency
com.android.externalstorage
com.android.htmlviewer
com.android.inputdevices
com.android.keychain
com.android.location.fused
com.android.managedprovisioning
com.android.mms.service
com.android.mtp
com.android.nfc
com.android.pacprocessor
com.android.phone
com.android.printspooler
com.android.providers.blockednumber
com.android.providers.calendar
com.android.providers.contacts
com.android.providers.downloads
com.android.providers.downloads.ui
com.android.providers.media
com.android.providers.partnerbookmarks
com.android.providers.settings
com.android.providers.telephony
com.android.providers.userdictionary
com.android.proxyhandler
com.android.server.telecom
com.android.settings
com.android.sharedstoragebackup
com.android.shell
com.android.statementservice
com.android.stk
com.android.stk2
com.android.systemui
com.android.vending
com.android.vpndialogs
com.android.wallpaper.livepicker
com.android.wallpaperbackup
com.android.wallpapercropper
com.dsi.ant.plugins.antplus
com.dsi.ant.sample.acquirechannels
com.dsi.ant.server
com.dsi.ant.service.socket
com.enhance.gameservice
com.facebook.appmanager
com.facebook.katana
com.facebook.services
com.facebook.system
com.gd.mobicore.pa
com.google.android.apps.docs
com.google.android.apps.maps
com.google.android.apps.photos
com.google.android.apps.tachyon
com.google.android.backuptransport
com.google.android.configupdater
com.google.android.ext.services
com.google.android.ext.shared
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.googlequicksearchbox
com.google.android.gsf
com.google.android.gsf.login
com.google.android.marvin.talkback
com.google.android.music
com.google.android.onetimeinitializer
com.google.android.packageinstaller
com.google.android.partnersetup
com.google.android.printservice.recommendation
com.google.android.setupwizard
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.android.videos
com.google.android.webview
com.google.android.youtube
com.microsoft.office.excel
com.microsoft.office.powerpoint
com.microsoft.office.word
com.microsoft.skydrive
com.monotype.android.font.chococooky
com.monotype.android.font.cooljazz
com.monotype.android.font.foundation
com.monotype.android.font.rosemary
com.osp.app.signin
com.samsung.aasaservice
com.samsung.advp.imssettings
com.samsung.android.allshare.service.fileshare
com.samsung.android.allshare.service.mediashare
com.samsung.android.app.accesscontrol
com.samsung.android.app.assistantmenu
com.samsung.android.app.camera.sticker.facear.preload
com.samsung.android.app.camera.sticker.stamp.preload
com.samsung.android.app.colorblind
com.samsung.android.app.galaxyfinder
com.samsung.android.app.notes
com.samsung.android.app.simplesharing
com.samsung.android.app.soundpicker
com.samsung.android.app.watchmanagerstub
com.samsung.android.app.withtv
com.samsung.android.authfw
com.samsung.android.authservice
com.samsung.android.bbc.bbcagent
com.samsung.android.beaconmanager
com.samsung.android.bluelightfilter
com.samsung.android.calendar
com.samsung.android.clipboarduiservice
com.samsung.android.communicationservice
com.samsung.android.contacts
com.samsung.android.coreapps
com.samsung.android.da.daagent
com.samsung.android.dhr
com.samsung.android.dlp.service
com.samsung.android.dqagent
com.samsung.android.easysetup
com.samsung.android.email.provider
com.samsung.android.fingerprint.service
com.samsung.android.fmm
com.samsung.android.framework.res
com.samsung.android.game.gamehome
com.samsung.android.game.gametools
com.samsung.android.incallui
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.location
com.samsung.android.lool
com.samsung.android.mdm
com.samsung.android.messaging
com.samsung.android.MtpApplication
com.samsung.android.networkdiagnostic
com.samsung.android.provider.filterprovider
com.samsung.android.provider.shootingmodeprovider
com.samsung.android.provider.stickerprovider
com.samsung.android.providers.context
com.samsung.android.rlc
com.samsung.android.rubin.app
com.samsung.android.samsungpass
com.samsung.android.scloud
com.samsung.android.sdk.professionalaudio.app.audioconnectionservice
com.samsung.android.sdk.professionalaudio.utility.jammonitor
com.samsung.android.SettingsReceiver
com.samsung.android.sm.devicesecurity
com.samsung.android.sm.policy
com.samsung.android.smartcallprovider
com.samsung.android.smartmirroring
com.samsung.android.spay
com.samsung.android.spayfw
com.samsung.android.svcagent
com.samsung.android.themecenter
com.samsung.android.themestore
com.samsung.android.tzdata.update
com.samsung.android.unifiedprofile
com.samsung.android.video
com.samsung.android.voc
com.samsung.android.weather
com.samsung.app.newtrim
com.samsung.clipboardsaveservice
com.samsung.cmh
com.samsung.crane
com.samsung.dcmservice
com.samsung.faceservice
com.samsung.hs20provider
com.samsung.knox.securefolder
com.samsung.rcs
com.samsung.safetyinformation
com.samsung.sec.android.application.csc
com.samsung.SMT
com.samsung.storyservice
com.samsung.ucs.agent.boot
com.samsung.upsmtheme
com.sec.android.app.billing
com.sec.android.app.bluetoothtest
com.sec.android.app.camera
com.sec.android.app.chromecustomizations
com.sec.android.app.clockpackage
com.sec.android.app.DataCreate
com.sec.android.app.dictionary
com.sec.android.app.factorykeystring
com.sec.android.app.fm
com.sec.android.app.hwmoduletest
com.sec.android.app.launcher
com.sec.android.app.magnifier
com.sec.android.app.myfiles
com.sec.android.app.parser
com.sec.android.app.personalization
com.sec.android.app.popupcalculator
com.sec.android.app.ringtoneBR
com.sec.android.app.safetyassurance
com.sec.android.app.samsungapps
com.sec.android.app.sbrowser
com.sec.android.app.SecSetupWizard
com.sec.android.app.servicemodeapp
com.sec.android.app.shealth
com.sec.android.app.simsettingmgr
com.sec.android.app.soundalive
com.sec.android.app.sysscope
com.sec.android.app.voicenote
com.sec.android.app.wfdbroker
com.sec.android.app.wlantest
com.sec.android.AutoPreconfig
com.sec.android.daemonapp
com.sec.android.diagmonagent
com.sec.android.easyMover.Agent
com.sec.android.easyonehand
com.sec.android.emergencylauncher
com.sec.android.emergencymode.service
com.sec.android.gallery3d
com.sec.android.inputmethod
com.sec.android.mimage.gear360editor
com.sec.android.mimage.photoretouching
com.sec.android.omc
com.sec.android.Preconfig
com.sec.android.preloadinstaller
com.sec.android.provider.badge
com.sec.android.provider.emergencymode
com.sec.android.providers.security
com.sec.android.providers.tasks
com.sec.android.RilServiceModeApp
com.sec.android.service.health
com.sec.android.soagent
com.sec.android.splitsound
com.sec.android.uibcvirtualsoftkey
com.sec.android.wallpapercropper2
com.sec.android.widgetapp.easymodecontactswidget
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.app.RilErrorNotifier
com.sec.app.TransmitPowerService
com.sec.automation
com.sec.bcservice
com.sec.enterprise.mdm.services.simpin
com.sec.enterprise.mdm.vpn
com.sec.epdg
com.sec.epdgtestapp
com.sec.factory
com.sec.factory.camera
com.sec.hearingadjust
com.sec.ims
com.sec.imslogger
com.sec.imsservice
com.sec.location.nsflp2
com.sec.mldapchecker
com.sec.modem.settings
com.sec.phone
com.sec.smartcard.manager
com.sec.spp.push
com.sec.sve
com.sec.usbsettings
com.skype.raider
com.topjohnwu.magisk
com.trustonic.tuiservice
com.wsomacp
com.wssnps
com.wssyncmldm
de.axelspringer.yana.zeropage
flipboard.boxer.app
org.simalliance.openmobileapi.service
This All source code :
Code:
@echo off
title ADB Utility By System32
color 9
:menu
cls
echo --------------------------------------------------------------------------------
echo ADB Utility By System32
echo --------------------------------------------------------------------------------
echo.
echo Select a tool
echo =============
echo.
echo (1) adb devices
echo (2) list packages
echo (3) Uninstall System Apps
echo (4) Exit
echo.
set /p op=Run:
if %op%==1 goto 1
if %op%==2 goto 2
if %op%==3 goto 3
if %op%==4 goto exit
goto error
:1
cls
echo --------------------------------------------------------------------------------
echo adb devices
echo --------------------------------------------------------------------------------
echo.
echo adb devices
ping localhost -n 3 >nul
adb devices
echo Press any key to return to the menu. . .
pause >nul
goto menu
:2
cls
echo --------------------------------------------------------------------------------
echo list packages
echo --------------------------------------------------------------------------------
echo.
echo Running list packages ...
ping localhost -n 3 >nul
adb shell pm list packages
echo Press any key to return to the menu. . .
pause >nul
cls
echo --------------------------------------------------------------------------------
echo list packages
echo --------------------------------------------------------------------------------
echo.
echo list packages successful!
echo.
goto menu
:3
cls
echo --------------------------------------------------------------------------------
echo Uninstall System Apps
echo --------------------------------------------------------------------------------
echo.
echo Uninstall System Apps ...
ping localhost -n 3 >nul
adb shell pm uninstall -k --user 0 com.samsung.knox.rcp.components
adb shell pm uninstall -k --user 0 com.samsung.android.securitylogagent
adb shell pm uninstall -k --user 0 com.samsung.knox.securefolder.setuppage
adb shell pm uninstall -k --user 0 com.samsung.SMT
adb shell pm uninstall -k --user 0 com.samsung.android.voc
adb shell pm uninstall -k --user 0 com.samsung.aasaservice
adb shell pm uninstall -k --user 0 com.samsung.advp.imssettings
adb shell pm uninstall -k --user 0 com.samsung.android.allshare.service.fileshare
adb shell pm uninstall -k --user 0 com.samsung.android.allshare.service.mediashare
adb shell pm uninstall -k --user 0 com.samsung.android.app.accesscontrol
adb shell pm uninstall -k --user 0 com.samsung.android.app.assistantmenu
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear.preload
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.stamp.preload
adb shell pm uninstall -k --user 0 com.samsung.android.app.colorblind
adb shell pm uninstall -k --user 0 com.samsung.android.app.galaxyfinder
adb shell pm uninstall -k --user 0 com.samsung.android.app.notes
adb shell pm uninstall -k --user 0 com.samsung.android.app.simplesharing
adb shell pm uninstall -k --user 0 com.samsung.android.app.soundpicker
adb shell pm uninstall -k --user 0 com.samsung.android.app.watchmanagerstub
adb shell pm uninstall -k --user 0 com.samsung.android.app.withtv
adb shell pm uninstall -k --user 0 com.samsung.android.authfw
adb shell pm uninstall -k --user 0 com.samsung.android.authservice
adb shell pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
adb shell pm uninstall -k --user 0 com.samsung.android.beaconmanager
adb shell pm uninstall -k --user 0 com.samsung.android.bluelightfilter
adb shell pm uninstall -k --user 0 com.samsung.android.calendar
adb shell pm uninstall -k --user 0 com.samsung.android.coreapps
adb shell pm uninstall -k --user 0 com.samsung.android.dhr
adb shell pm uninstall -k --user 0 com.samsung.android.dlp.service
adb shell pm uninstall -k --user 0 com.samsung.android.dqagent
adb shell pm uninstall -k --user 0 com.samsung.android.easysetup
adb shell pm uninstall -k --user 0 com.samsung.android.email.provider
adb shell pm uninstall -k --user 0 com.samsung.android.fingerprint.service
adb shell pm uninstall -k --user 0 com.samsung.android.fmm
adb shell pm uninstall -k --user 0 com.samsung.android.framework.res
adb shell pm uninstall -k --user 0 com.samsung.android.game.gamehome
adb shell pm uninstall -k --user 0 com.samsung.android.game.gametools
adb shell pm uninstall -k --user 0 com.samsung.android.keyguardwallpaperupdator
adb shell pm uninstall -k --user 0 com.samsung.android.location
adb shell pm uninstall -k --user 0 com.samsung.android.lool
adb shell pm uninstall -k --user 0 com.samsung.android.mdm
adb shell pm uninstall -k --user 0 com.samsung.android.networkdiagnostic
adb shell pm uninstall -k --user 0 com.samsung.android.provider.filterprovider
adb shell pm uninstall -k --user 0 com.samsung.android.provider.shootingmodeprovider
adb shell pm uninstall -k --user 0 com.samsung.android.provider.stickerprovider
adb shell pm uninstall -k --user 0 com.samsung.android.rlc
adb shell pm uninstall -k --user 0 com.samsung.android.rubin.app
adb shell pm uninstall -k --user 0 com.samsung.android.samsungpass
adb shell pm uninstall -k --user 0 com.samsung.android.scloud
adb shell pm uninstall -k --user 0 com.samsung.android.sdk.professionalaudio.app.audioconnectionservice
adb shell pm uninstall -k --user 0 com.samsung.android.sdk.professionalaudio.utility.jammonitor
adb shell pm uninstall -k --user 0 com.samsung.android.SettingsReceiver
adb shell pm uninstall -k --user 0 com.samsung.android.sm.devicesecurity
adb shell pm uninstall -k --user 0 com.samsung.android.sm.policy
adb shell pm uninstall -k --user 0 com.samsung.android.smartcallprovider
adb shell pm uninstall -k --user 0 com.samsung.android.smartmirroring
adb shell pm uninstall -k --user 0 com.samsung.android.spay
adb shell pm uninstall -k --user 0 com.samsung.android.spayfw
adb shell pm uninstall -k --user 0 com.samsung.android.svcagent
adb shell pm uninstall -k --user 0 com.samsung.android.themecenter
adb shell pm uninstall -k --user 0 com.samsung.android.themestore
adb shell pm uninstall -k --user 0 com.samsung.android.tzdata.update
adb shell pm uninstall -k --user 0 com.samsung.android.unifiedprofile
adb shell pm uninstall -k --user 0 com.samsung.android.video
adb shell pm uninstall -k --user 0 com.samsung.android.voc
adb shell pm uninstall -k --user 0 com.samsung.android.weather
adb shell pm uninstall -k --user 0 com.samsung.app.newtrim
adb shell pm uninstall -k --user 0 com.samsung.cmh
adb shell pm uninstall -k --user 0 com.samsung.crane
adb shell pm uninstall -k --user 0 com.samsung.dcmservice
adb shell pm uninstall -k --user 0 com.samsung.faceservice
adb shell pm uninstall -k --user 0 com.samsung.hs20provider
adb shell pm uninstall -k --user 0 com.samsung.knox.securefolder
adb shell pm uninstall -k --user 0 com.samsung.rcs
adb shell pm uninstall -k --user 0 com.samsung.safetyinformation
adb shell pm uninstall -k --user 0 com.samsung.sec.android.application.csc
adb shell pm uninstall -k --user 0 com.samsung.SMT
adb shell pm uninstall -k --user 0 com.samsung.storyservice
adb shell pm uninstall -k --user 0 com.samsung.ucs.agent.boot
adb shell pm uninstall -k --user 0 com.samsung.upsmtheme
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.microsoft.office.excel
adb shell pm uninstall -k --user 0 com.microsoft.office.powerpoint
adb shell pm uninstall -k --user 0 com.microsoft.office.word
adb shell pm uninstall -k --user 0 com.microsoft.skydrive
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.backuptransport
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.gm
adb shell pm uninstall -k --user 0 com.google.android.gms
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback
adb shell pm uninstall -k --user 0 com.google.android.apps.books
adb shell pm uninstall -k --user 0 com.google.android.syncadapters.calendar
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.sec.android.app.fm
adb shell pm uninstall -k --user 0 com.sec.android.app.samsungapps
adb shell pm uninstall -k --user 0 com.sec.android.app.shealth
adb shell pm uninstall -k --user 0 com.sec.android.app.voicenote
adb shell pm uninstall -k --user 0 com.sec.android.service.health
adb shell pm uninstall -k --user 0 com.sec.android.app.billing
adb shell pm uninstall -k --user 0 com.sec.android.app.bluetoothtest
adb shell pm uninstall -k --user 0 com.sec.android.app.chromecustomizations
adb shell pm uninstall -k --user 0 com.sec.android.app.samsungapps
adb shell pm uninstall -k --user 0 com.sec.android.app.shealth
adb shell pm uninstall -k --user 0 com.sec.android.app.wlantest
adb shell pm uninstall -k --user 0 com.sec.android.preloadinstaller
adb shell pm uninstall -k --user 0 com.sec.android.widgetapp.samsungapps
adb shell pm uninstall -k --user 0 com.sec.android.widgetapp.webmanual
adb shell pm uninstall -k --user 0 com.sec.bcservice
adb shell pm uninstall -k --user 0 com.sec.phone
adb shell pm uninstall -k --user 0 com.sec.spp.push
adb shell pm uninstall -k --user 0 com.sec.knox.foldercontainer
adb shell pm uninstall -k --user 0 com.monotype.android.font.cooljazz
adb shell pm uninstall -k --user 0 com.monotype.android.font.foundation
adb shell pm uninstall -k --user 0 com.monotype.android.font.rosemary
adb shell pm uninstall -k --user 0 com.skype.raider
adb shell pm uninstall -k --user 0 com.android.providers.applications
adb shell pm uninstall -k --user 0 de.axelspringer.yana.zeropage
adb shell pm uninstall -k --user 0 flipboard.boxer.app
cls
echo --------------------------------------------------------------------------------
echo Uninstall System Apps
echo --------------------------------------------------------------------------------
echo.
echo Uninstall System Apps successful!
echo.
pause
goto menu
:error
cls
echo Command not recognized.
ping localhost -n 4 >nul
goto menu
:exit
echo Thanks for using My Utility by System32
ping 127.0.0.1 >nul
exit
Click to expand...
Click to collapse
heii tnx for this but im unable to download this adb , the one that i have doesnt have any option like list apps and Uninstalll sytem apps
after that.if i open camera app my phone freeze and restart alone
emonk655 said:
heii tnx for this but im unable to download this adb , the one that i have doesnt have any option like list apps and Uninstalll sytem apps
Click to expand...
Click to collapse
Copy source code and paste in notepad and save file like name systemadb.bat
akaluptos21 said:
after that.if i open camera app my phone freeze and restart alone
Click to expand...
Click to collapse
Delete tow lien
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear.preload
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.stamp.preload
Abdullah_a86 said:
Delete tow lien
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.facear.preload
adb shell pm uninstall -k --user 0 com.samsung.android.app.camera.sticker.stamp.preload
Click to expand...
Click to collapse
do you know any good camera app from play store?
or can you attach this apps?
com.samsung.android.app.camera.sticker.facear.preload
com.samsung.android.app.camera.sticker.stamp.preload
i edit code and now is not any proplem
Can you post package names for these apps:
https://forum.xda-developers.com/galaxy-j5/samsung-galaxy-j5-pro-2017-roms-kernels-recoveries--other-development/debloat-j5-pro-t3736926
It's safe to uninstall them all.
Asus Zenfone has stock android without bloatware .. why this thread is created ??
Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster than individually selecting and disabling apps.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.asus.soundrecorder # Sound Recorder
adb shell pm uninstall -k --user 0 com.caf.fmradio # FM radio
adb shell pm uninstall -k --user 0 com.huaqin.FM # FM radio
adb shell pm uninstall -k --user 0 com.facebook.appmanager # Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.katana # Facebook App
adb shell pm uninstall -k --user 0 com.facebook.orca # Facebook Messenger
adb shell pm uninstall -k --user 0 com.facebook.system # Facebook App Installer
adb shell pm uninstall -k --user 0 com.generalmobi.go2pay # Go2Pay
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Map
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging # Google Messaging
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.calendar # Google Calendar
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Search App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Movies
adb shell pm uninstall -k --user 0 com.google.android.webview # AOSP webview
adb shell pm uninstall -k --user 0 com.instagram.android # Instagram
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp # Asus Service Center Added with update 305
Added below as per user requests :
adb shell pm uninstall -k --user 0 com.google.android.keep # Google Keep
adb shell pm uninstall -k --user 0 com.google.android.youtube # YouTube
adb shell pm uninstall -k --user 0 id.co.babe # BaBe - Baca Berita
adb shell pm uninstall -k --user 0 com.asus.calculator # Asus Calculator
adb shell pm uninstall -k --user 0 com.pure.indosat.care # myIM3 Added with update 331
adb shell pm uninstall -k --user 0 com.shopee.id # ShopeeOnline shopping app in ZB602KL
adb shell pm uninstall -k --user 0 com.android.dreams.basic # Basic Wallpaper Live Wallpaper
adb shell pm uninstall -k --user 0 com.google.android.tts # Google Text To Speech
adb shell pm uninstall -k --user 0 com.android.dreams.phototable # PhotoTable Wallpaper
adb shell pm uninstall -k --user 0 com.android.stk # Sim Tool Kit
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback # Talkback Service
adb shell pm uninstall -k --user 0 com.google.android.ims # Carrier Services
My Setup for Android 10 -->
adb shell pm uninstall --user 0 com.android.chrome
adb shell pm uninstall --user 0 com.android.dreams.basic
adb shell pm uninstall --user 0 com.android.dreams.phototable
adb shell pm uninstall --user 0 com.android.stk
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker
adb shell pm uninstall --user 0 com.android.wallpaperbackup
adb shell pm uninstall --user 0 com.asus.calculator
adb shell pm uninstall --user 0 com.asus.ia.asusapp
adb shell pm uninstall --user 0 com.asus.soundrecorder
adb shell pm uninstall --user 0 com.caf.fmradio
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.orca
adb shell pm uninstall --user 0 com.facebook.services
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.google.android.apps.docs
adb shell pm uninstall --user 0 com.google.android.apps.docs.oem
adb shell pm uninstall --user 0 com.google.android.apps.magazines
adb shell pm uninstall --user 0 com.google.android.apps.maps
adb shell pm uninstall --user 0 com.google.android.apps.messaging
adb shell pm uninstall --user 0 com.google.android.apps.nbu.files
adb shell pm uninstall --user 0 com.google.android.apps.photos
adb shell pm uninstall --user 0 com.google.android.apps.tachyon
adb shell pm uninstall --user 0 com.google.android.apps.walletnfcrel
adb shell pm uninstall --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall --user 0 com.google.android.calendar
adb shell pm uninstall --user 0 com.google.android.contacts
adb shell pm uninstall --user 0 com.google.android.deskclock
adb shell pm uninstall --user 0 com.google.android.dialer
adb shell pm uninstall --user 0 com.google.android.gm
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall --user 0 com.google.android.ims
adb shell pm uninstall --user 0 com.google.android.inputmethod.latin
adb shell pm uninstall --user 0 com.google.android.marvin.talkback
adb shell pm uninstall --user 0 com.google.android.music
adb shell pm uninstall --user 0 com.google.android.projection.gearhead
adb shell pm uninstall --user 0 com.google.android.tts
adb shell pm uninstall --user 0 com.google.android.videos
adb shell pm uninstall --user 0 com.google.android.webview
adb shell pm uninstall --user 0 com.google.android.youtube
adb shell pm uninstall --user 0 com.huaqin.FM
adb shell pm uninstall --user 0 com.instagram.android
Click to expand...
Click to collapse
.A.V.i.n.a.S.h. said:
Asus Zenfone has stock android without bloatware .. why this thread is created ??
Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster that individually selecting and disabling apps.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.android.launcher3 # Launcher -- Remove if you have third party launcher like Nova setup as default
adb shell pm uninstall -k --user 0 com.asus.soundrecorder # Sound Recorder
adb shell pm uninstall -k --user 0 com.caf.fmradio # FM radio
adb shell pm uninstall -k --user 0 com.facebook.appmanager # Facebook
adb shell pm uninstall -k --user 0 com.facebook.katana # Facebook
adb shell pm uninstall -k --user 0 com.facebook.orca # Facebook
adb shell pm uninstall -k --user 0 com.facebook.system # Facebook
adb shell pm uninstall -k --user 0 com.generalmobi.go2pay # Go2Pay
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Map
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging # Google Messaging
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.calendar # Google Calendar
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Search App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Movies
adb shell pm uninstall -k --user 0 com.google.android.webview # AOSP webview
adb shell pm uninstall -k --user 0 com.instagram.android # Instagram
Click to expand...
Click to collapse
I am using all your commands except for...
Removing sound recorder
Removing FM radio
Removing webview.
Thanks
One more firmware and one more bloatware ..
Updated OP to get rid of Asus Service Center app.
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp # Asus Service Center Added with update 305
Will OTA succeed after removing any of these apps.
singhyar said:
Will OTA succeed after removing any of these apps.
Click to expand...
Click to collapse
No issues in OTA, this is basically removing apps for current user.
We are not tampering the system in any way
.A.V.i.n.a.S.h. said:
Asus Zenfone has stock android without bloatware .. why this thread is created ??
Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster that individually selecting and disabling apps.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.android.launcher3 # Launcher -- Remove if you have third party launcher like Nova setup as default
adb shell pm uninstall -k --user 0 com.asus.soundrecorder # Sound Recorder
adb shell pm uninstall -k --user 0 com.caf.fmradio # FM radio
adb shell pm uninstall -k --user 0 com.facebook.appmanager # Facebook
adb shell pm uninstall -k --user 0 com.facebook.katana # Facebook
adb shell pm uninstall -k --user 0 com.facebook.orca # Facebook
adb shell pm uninstall -k --user 0 com.facebook.system # Facebook
adb shell pm uninstall -k --user 0 com.generalmobi.go2pay # Go2Pay
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Map
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging # Google Messaging
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.calendar # Google Calendar
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Search App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Movies
adb shell pm uninstall -k --user 0 com.google.android.webview # AOSP webview
adb shell pm uninstall -k --user 0 com.instagram.android # Instagram
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp # Asus Service Center Added with update 305
Click to expand...
Click to collapse
Can you please tell me why there are 4 different codes for Facebook? What each one exactly does? Also do we need to reboot the phone to see the changes?
SumitGupta2442 said:
Can you please tell me why there are 4 different codes for Facebook? What each one exactly does? Also do we need to reboot the phone to see the changes?
Click to expand...
Click to collapse
No reboot needed. You can see the changes in drawer & under All apps.
Facebook app description is added in OP.
You have main Facebook app, fb messenger, app manager and app installer.
The manager and installer is just companion apps to update facebook app .. read more here.
Worked perfectly, removed facebook, instagram, play movies, duo and go to pay.
Thanks OP,
Btw, can we enable Camera2 API (persist.camera.HAL3.enabled=1) with any adb command like this?
Want to install Gcam Without Root.
Thanks & Best Regard
sampit76 said:
Thanks OP,
Btw, can we enable Camera2 API (persist.camera.HAL3.enabled=1) with any adb command like this?
Want to install Gcam Without Root.
Thanks & Best Regard
Click to expand...
Click to collapse
No Sadly that is not possible with just ADB.
I removed the Google Search App but the search stays there with no action rest all looks good.
dinjo_jo said:
I removed the Google Search App but the search stays there with no action rest all looks good.
Click to expand...
Click to collapse
Change launcher to one where you can have a home screen without a search widget....
Any ways to reinstall?
dinjo_jo said:
Any ways to reinstall?
Click to expand...
Click to collapse
Go to play store and install
dinjo_jo said:
Any ways to reinstall?[/QUOTE Remember that it'll be again installed as system app.
Click to expand...
Click to collapse
.A.V.i.n.a.S.h. said:
Asus Zenfone has stock android without bloatware .. why this thread is created ??
Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster that individually selecting and disabling apps.
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.android.launcher3 # Launcher -- Remove if you have third party launcher like Nova setup as default
adb shell pm uninstall -k --user 0 com.asus.soundrecorder # Sound Recorder
adb shell pm uninstall -k --user 0 com.caf.fmradio # FM radio
adb shell pm uninstall -k --user 0 com.facebook.appmanager # Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.katana # Facebook App
adb shell pm uninstall -k --user 0 com.facebook.orca # Facebook Messenger
adb shell pm uninstall -k --user 0 com.facebook.system # Facebook App Installer
adb shell pm uninstall -k --user 0 com.generalmobi.go2pay # Go2Pay
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Map
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging # Google Messaging
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.calendar # Google Calendar
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Search App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Movies
adb shell pm uninstall -k --user 0 com.google.android.webview # AOSP webview
adb shell pm uninstall -k --user 0 com.instagram.android # Instagram
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp # Asus Service Center Added with update 305
Click to expand...
Click to collapse
anyone knows command for debloat:
BaBe
Sheets
Slides
Keep
Thanks before
==============
Im using MaxPro M1 for Indonesian Region
goezthedoctor said:
anyone knows command for debloat:
BaBe
Sheets
Slides
Keep
Thanks before
==============
Im using MaxPro M1 for Indonesian Region
Click to expand...
Click to collapse
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets # Google Sheets ( Not a system app in INDIAN version so try uninstall once without the -k --user 0)
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides # Google Slides ( Not a system app in INDIAN version so try uninstall once without the -k --user 0)
adb shell pm uninstall -k --user 0 com.google.android.keep #Google Keep
The first app you mentoned is not known to me.
Can you share Play Store link , I will share the UNINSTALL command
.A.V.i.n.a.S.h. said:
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets # Google Sheets ( Not a system app in INDIAN version so try uninstall once without the -k --user 0)
adb shell pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides # Google Slides ( Not a system app in INDIAN version so try uninstall once without the -k --user 0)
adb shell pm uninstall -k --user 0 com.google.android.keep #Google Keep
The first app you mentoned is not known to me.
Can you share Play Store link , I will share the UNINSTALL command
Click to expand...
Click to collapse
Thanks a lot
Here the link for BaBe:
https://www.google.co.id/url?sa=t&s...sQ5YQBCCcwAA&usg=AOvVaw126lJFqJTUAlHdsOf2aQk6
goezthedoctor said:
Thanks a lot
Here the link for BaBe:
https://www.google.co.id/url?sa=t&s...sQ5YQBCCcwAA&usg=AOvVaw126lJFqJTUAlHdsOf2aQk6
Click to expand...
Click to collapse
Here you go .. Hopefully it works but the package name is kind of unusual.
adb shell pm uninstall -k --user 0 id.co.babe #BaBe - Baca Berita
Give it a go.
If the command fails then no alteration to system so we are safe to give it a try.
how to uninstall chrome and youtube? i dont see the command in the list..
thanks..
These are quick instructions on how to disable some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to disable that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.
1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/
2) once you have adb running and working with your device run the following commands to remove the desired packages.
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
Hi, Thanks for the easy instruction. How is the device working after reinstalling all the mentioned apps?
Stable? better performance? better battery? any error or problem? please let us know the difference?
Never mind, I used Saki_EU's Xiaomi ADB/Fastboot Tools and uninstalled many apps already. No problem, more free RAM now!
XeoNoX said:
These are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.
1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/
2) once you have adb running and working with your device run the following commands to remove the desired packages.
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
Click to expand...
Click to collapse
thanks for the refresher for the code, i am now trying to get adb to for second space.
And only Google apps?
E:\desktop\platform-tools-latest-windows>adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found
this goes to all
running fastboot devices shows
Do I have to run the commands one by one or together is fine?
Burt_93 said:
Do I have to run the commands one by one or together is fine?
Click to expand...
Click to collapse
you can copy and paste it fromwherever your adb command line is located if your terminal (from the pc) allows pasting.
arik100 said:
E:\desktop\platform-tools-latest-windows>adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
error: no devices/emulators found
this goes to all
running fastboot devices shows
Click to expand...
Click to collapse
seems like you dont have your phone device correctly setup. make sure u have BOTH usb debugging enabled AND your computer authenticated to allow your PC to make USB debugging tasks....you can find it on your phone from developer options. youtube or google how to run and install adb
XeoNoX said:
seems like you dont have your phone device correctly setup. make sure u have BOTH usb debugging enabled AND your computer authenticated to allow your PC to make USB debugging tasks....you can find it on your phone from developer options. youtube or google how to run and install adb
Click to expand...
Click to collapse
thanks already solved the problem myself
then i run into another problem , when trying to install new rom and need to do meta? command,
solution was to update the adb tools
Thanks guys I removed all bloatwares
But how to install deleted system apps cuz I need miui gallery app
Help me!
remove bloatware
Thanks for the guide it came pretty handy when i needed it, for the fellow members that want to follow the easiest path there is a Java-writen tool for xiaomi devices.
Xiaomi ADB/Fastboot Tools by Saki_EU there is a guide in xda forums for download link & tutorial.
Code
XeoNoX said:
These are quick instructions on how to remove some of the Redmi NOTE 7 and Redmi Note 7 Pro Bloatware. Root is NOT NEEDED and a UNLOCKED bootloader is NOT NEEDED to accomplish this. If there are anymore packages that are safe to remove that need to be added to the list just post a reply on this thread and i will add it to the list
Please keep this strictly REDMI NOTE 7 and REDMI NOTE 7 Pro orientated only.
1) install fastboot and adb on your PC
fastboot download: (https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/)
fastboot/adb installation/usage instructios: https://www.xda-developers.com/install-adb-windows-macos-linux/
2) once you have adb running and working with your device run the following commands to remove the desired packages.
Code:
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k --user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k --user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k --user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k --user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k --user 0 com.miui.player # Mi Music
adb shell pm uninstall -k --user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k --user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k --user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k --user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k --user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k --user 0 com.miui.enbbs # Xiaomi MIUI Forum
Click to expand...
Click to collapse
May I request for another code for these apps? Mi pay and Mi credit?
Hi, followed the instructions.
Phone immediately got stuck in boot loop to redmi recovery 3.0 screen. Rebooting repeats process.
There is a "Connect with MiAssistant option", but this application does not recognize the phone. In the forum for the app some people say that the english version will not connect with newer versions of android (as in the redmi note 7)
So I kind of just lost my phone now, rather than improved it.. Not sure what to do now, I did not want to get into unlocking the bootloader and flashing roms as I'm not comfortable with that and really don't trust it to actually work.
Any advice would appreciated, thanks.
[email protected] said:
Hi, followed the instructions.
Phone immediately got stuck in boot loop to redmi recovery 3.0 screen. Rebooting repeats process.
There is a "Connect with MiAssistant option", but this application does not recognize the phone. In the forum for the app some people say that the english version will not connect with newer versions of android (as in the redmi note 7)
So I kind of just lost my phone now, rather than improved it.. Not sure what to do now, I did not want to get into unlocking the bootloader and flashing roms as I'm not comfortable with that and really don't trust it to actually work.
Any advice would appreciated, thanks.
Click to expand...
Click to collapse
i doubt it was any of those packages that have you stuck in a boot loop as they are non system apk's. however if you want to restore your phone back to OEM, just grab the OFFICIAL MI TOOLS from XIAOMI and flash the latest firmware. https://xiaomifirmware.com/roms/miui-roms-for-xiaomi-redmi-note-7-lavender/
Is there any way to remove the four features at the top of your recent apps shade? Cleaner, security scan, deep clean, manage apps.
DelphinusMinor said:
Is there any way to remove the four features at the top of your recent apps shade? Cleaner, security scan, deep clean, manage apps.
Click to expand...
Click to collapse
You can go into Settings, Home screen and recents then untick show suggestions
unezi said:
You can go into Settings, Home screen and recents then untick show suggestions
Click to expand...
Click to collapse
I completed missed that. Thank you!
More bloatware
Hi, you can add this to clean your Redmi Note 7:
Code:
adb shell pm uninstall –k ––user 0 com.miui.calculator
adb shell pm uninstall –k ––user 0 com.android.calendar
adb shell pm uninstall –k ––user 0 com.miui.bugreport
adb shell pm uninstall –k ––user 0 com.mi.android.globalFileexplorer
adb shell pm uninstall –k ––user 0 com.miui.fm
adb shell pm uninstall –k ––user 0 com.miui.gallery
adb shell pm uninstall –k ––user 0 com.xiaomi.glgm
adb shell pm uninstall –k ––user 0 com.mipay.wallet.id
adb shell pm uninstall –k ––user 0 com.mipay.wallet.in
adb shell pm uninstall –k ––user 0 com.xiaomi.payment
adb shell pm uninstall –k ––user 0 com.xiaomi.mirecycle
adb shell pm uninstall –k ––user 0 com.miui.virtualsim
adb shell pm uninstall –k ––user 0 com.android.soundrecorder
adb shell pm uninstall –k ––user 0 com.miui.cleanmaster
adb shell pm uninstall –k ––user 0 com.miui.securitycenter
adb shell pm uninstall –k ––user 0 com.miui.securityadd
adb shell pm uninstall –k ––user 0 com.miui.miwallpaper
adb shell pm uninstall –k ––user 0 com.miui.weather2
adb shell pm uninstall –k ––user 0 com.miui.providers.weather
adb shell pm uninstall –k ––user 0 com.miui.yellowpage
adb shell pm uninstall –k ––user 0 com.miui.antispam
adb shell pm uninstall –k ––user 0 com.xiaomi.simactivate.service
adb shell pm uninstall –k ––user 0 com.miui.msa.global
Each time I run your command, adb says “adb error device null not found”. BTW, I had flashed TWRP and vbmeta image via adb/fastboot without any problem.
thanks. very nice nifty tool and works great.
Thanks to @fablebreton! who wrote about debloating the A50.
I made a similar heavy debloat thread for Galaxy Tabs (S5e & S6, both WiFi-only), but this my first Samsung phone, so still proceeding with caution.
There are many ways to debloat using adb, or terminal, but my preferred method is to use 'CCSWE App Manager (SAMSUNG)' paid app on Play Store, (root only). I *highly* recommend this app because it makes disabling/enabling a breeze. Search, filter, simple toggling of state, export/import lists, et al.
NOTES: Disabling default launcher (MAKE SURE YOU HAVE ALREADY INSTALLED REPLACEMENT) results in old-style, stacked cards recents. To me, that's a Very good thing.
For reference, here's what I have debloated, so far; I'm still in the early stages of seeing how far I can go. I have disabled 130 apps with no loss of functionality, imo, compared with a 'mature' debloat on my tablets of 221.
I have the LatAm (MN) variant, btw. The usual "this works for me, but might not be for you, do your research" precaution; package 'com.google.android.gm' is Gmail, for instance.
Code:
com.android.bips
com.android.bookmarkprovider
com.android.dreams.phototable
com.android.egg
com.android.htmlviewer
com.android.managedprovisioning
com.android.printspooler
com.android.wallpaper.livepicker
com.android.wallpaperbackup
com.android.wallpapercropper
com.enhance.gameservice
com.facebook.appmanager
com.facebook.katana
com.facebook.services
com.facebook.system
com.google.android.apps.maps
com.google.android.apps.restore
com.google.android.apps.turbo
com.google.android.backuptransport
com.google.android.gm
com.google.android.googlequicksearchbox
com.google.android.partnersetup
com.google.android.printservice.recommendation
com.google.android.setupwizard
com.google.android.syncadapters.calendar
com.google.android.syncadapters.contacts
com.google.android.youtube
com.google.ar.core
com.microsoft.skydrive
com.netflix.mediaclient
com.netflix.partner.activation
com.opera.max.oem
com.osp.app.signin
com.qualcomm.location
com.samsung.android.aircommandmanager
com.samsung.android.allshare.service.fileshare
com.samsung.android.allshare.service.mediashare
com.samsung.android.app.camera.sticker.facear.preload
com.samsung.android.app.camera.sticker.facearavatar.preload
com.samsung.android.app.camera.sticker.facearexpression.preload
com.samsung.android.app.camera.sticker.facearframe.preload
com.samsung.android.app.camera.sticker.stamp.preload
com.samsung.android.app.mirrorlink
com.samsung.android.app.omcagent
com.samsung.android.app.reminder
com.samsung.android.app.routines
com.samsung.android.app.settings.bixby
com.samsung.android.app.simplesharing
com.samsung.android.app.social
com.samsung.android.app.spage
com.samsung.android.app.watchmanagerstub
com.samsung.android.aremoji
com.samsung.android.authfw
com.samsung.android.bbc.bbcagent
com.samsung.android.beaconmanager
com.samsung.android.bio.face.service
com.samsung.android.bixby.agent
com.samsung.android.bixby.agent.dummy
com.samsung.android.bixby.service
com.samsung.android.bixby.wakeup
com.samsung.android.calendar
com.samsung.android.clipboarduiservice
com.samsung.android.contacts
com.samsung.android.da.daagent
com.samsung.android.drivelink.stub
com.samsung.android.easysetup
com.samsung.android.emojiupdater
com.samsung.android.fmm
com.samsung.android.game.gamehome
com.samsung.android.game.gametools
com.samsung.android.game.gos
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.kidsinstaller
com.samsung.android.location
com.samsung.android.mateagent
com.samsung.android.mdecservice
com.samsung.android.mobileservice
com.samsung.android.net.wifi.wifiguider
com.samsung.android.networkdiagnostic
com.samsung.android.provider.filterprovider
com.samsung.android.samsungpass
com.samsung.android.samsungpassautofill
com.samsung.android.samsungpositioning
com.samsung.android.scloud
com.samsung.android.sdm.config
com.samsung.android.smartface
com.samsung.android.smartmirroring
com.samsung.android.smartswitchassistant
com.samsung.android.spayfw
com.samsung.android.stickercenter
com.samsung.android.tapack.authfw
com.samsung.android.timezone.data_P
com.samsung.android.timezone.updater
com.samsung.android.uds
com.samsung.android.video
com.samsung.android.visionintelligence
com.samsung.android.wallpaper.res
com.samsung.android.wellbeing
com.samsung.app.highlightplayer
com.samsung.app.newtrim
com.samsung.app.slowmotion
com.samsung.clipboardsaveservice
com.samsung.faceservice
com.samsung.safetyinformation
com.samsung.storyservice
com.samsung.systemui.bixby2
com.sec.android.app.apex
com.sec.android.app.billing
com.sec.android.app.launcher
com.sec.android.app.ve.vebgm
com.sec.android.app.vepreload
com.sec.android.daemonapp
com.sec.android.diagmonagent
com.sec.android.easyMover.Agent
com.sec.android.emergencylauncher
com.sec.android.gallery
com.sec.android.mimage.avatarstickers
com.sec.android.mimage.gear360editor
com.sec.android.mimage.photoretouching
com.sec.android.service.health
com.sec.android.soagent
com.sec.android.wallpapercropper
com.sec.android.widgetapp.easymodecontactswidget
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.spp.push
com.sec.unifiedwfc
com.wsomacp
com.wssyncmldm
flipboard.boxer.app
GooD Is this reversible change ?
i had planned to make a guide for this too but got lazy, i won't have the excuse to not deboat now. thanks
---------- Post added at 19:29 ---------- Previous post was at 19:28 ----------
sebx_g1 said:
GooD Is this reversible change ?
Click to expand...
Click to collapse
yes it is reversible i did it before in adb without issues
My list till now:
Code:
@REM Uninstall, Disable, Reinstall:
@REM pm uninstall --user 0 xxx.package_name.xxx
@REM pm disable-user xxx.package_name.xxx
@REM pm install-existing --user 0 xxx.package_name.xxx
@REM Samsung Dialer:
adb shell pm uninstall --user 0 com.samsung.android.dialer
@REM Samsung Contacts:
adb shell pm uninstall --user 0 com.samsung.android.contacts
@REM Samsung Messaging:
adb shell pm uninstall --user 0 com.samsung.android.messaging
@REM Samsung Clock:
adb shell pm uninstall --user 0 com.sec.android.app.clockpackage
@REM Samsung AR Emoji:
adb shell pm uninstall --user 0 com.samsung.android.aremoji
@REM Samsung BixbyService:
adb shell pm uninstall --user 0 com.samsung.android.bixby.service
@REM Samsung Bixby Settings:
adb shell pm uninstall --user 0 com.samsung.android.app.settings.bixby
@REM Samsung Bixby Vision:
adb shell pm uninstall --user 0 com.samsung.android.visionintelligence
adb shell pm uninstall --user 0 com.samsung.android.bixbyvision.framework
@REM Samsung Bixby Voice:
adb shell pm uninstall --user 0 com.samsung.android.bixby.agent
@REM Samsung Bixby Voice Stub:
adb shell pm uninstall --user 0 com.samsung.android.bixby.agent.dummy
@REM Samsung Bixby Routines:
adb shell pm uninstall --user 0 com.samsung.android.app.routines
@REM Samsung Bixby Home:
adb shell pm uninstall --user 0 com.samsung.android.app.spage
@REM Samsung Bixby Voice Wakeup:
adb shell pm uninstall --user 0 com.samsung.android.bixby.wakeup
@REM Samsung Calendar:
adb shell pm uninstall --user 0 com.samsung.android.calendar
@REM Samsung Push Service:
adb shell pm uninstall --user 0 com.sec.spp.push
@REM Samsung Pass:
adb shell pm uninstall --user 0 com.samsung.android.authfw
adb shell pm uninstall --user 0 com.samsung.android.samsungpass
@REM Samsung Pass Autofill:
adb shell pm uninstall --user 0 com.samsung.android.samsungpassautofill
@REM Samsung Galaxy Essentials Widget:
adb shell pm uninstall --user 0 com.sec.android.widgetapp.samsungapps
@REM Samsung User Manual:
adb shell pm uninstall --user 0 com.sec.android.widgetapp.webmanual
@REM Samsung Game Optimizing Service:
adb shell pm uninstall --user 0 com.enhance.gameservice
adb shell pm uninstall --user 0 com.samsung.android.game.gos
@REM Samsung Game Launcher:
adb shell pm uninstall --user 0 com.samsung.android.game.gamehome
@REM Samsung Game Tools:
adb shell pm uninstall --user 0 com.samsung.android.game.gametools
@REM Samsung Find My Mobile:
adb shell pm uninstall --user 0 com.samsung.android.fmm
@REM Samsung Galaxy Finder:
adb shell pm uninstall --user 0 com.samsung.android.app.galaxyfinder
@REM Samsung Billing:
adb shell pm uninstall --user 0 com.sec.android.app.billing
@REM Samsung PaymentFramework:
adb shell pm uninstall --user 0 com.samsung.android.spayfw
@REM upday for Samsung:
adb shell pm uninstall --user 0 de.axelspringer.yana.zeropage
@REM Samsung Hide Notch:
adb shell pm uninstall --user 0 com.samsung.systemui.hidenotch
@REM Samsung Select Background Music:
adb shell pm uninstall --user 0 com.sec.android.app.ve.vebgm
@REM Samsung Wi-Fi Tips:
adb shell pm uninstall --user 0 com.samsung.android.net.wifi.wifiguider
@REM Samsung Secure Wi-Fi:
adb shell pm uninstall --user 0 com.samsung.android.fast
@REM Samsung WlanTest:
adb shell pm uninstall --user 0 com.sec.android.app.wlantest
@REM Samsung One UI Home:
adb shell pm uninstall --user 0 com.sec.android.app.launcher
@REM Samsung Themes:
adb shell pm uninstall --user 0 com.samsung.android.themecenter
@REM Samsung Galaxy Themes:
adb shell pm uninstall --user 0 com.samsung.android.themestore
@REM Live Wallpaper Picker:
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker
@REM Samsung Kids Home Installer:
adb shell pm uninstall --user 0 com.samsung.android.kidsinstaller
@REM Samsung Kids Mode friends:
adb shell pm uninstall --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
@REM Samsung What's New:
adb shell pm uninstall --user 0 com.samsung.android.app.social
@REM Samsung My Files:
adb shell pm uninstall --user 0 com.sec.android.app.myfiles
@REM Samsung Weather (weather.com):
adb shell pm uninstall --user 0 com.sec.android.daemonapp
@REM Android Easter Egg:
adb shell pm uninstall --user 0 com.android.egg
@REM Hiya Service:
adb shell pm uninstall --user 0 com.hiya.star
@REM Netflix:
adb shell pm uninstall --user 0 com.netflix.partner.activation
adb shell pm uninstall --user 0 com.netflix.mediaclient
@REM Samsung Device Care:
adb shell pm uninstall --user 0 com.samsung.android.lool
@REM Samsung Galaxy Store:
adb shell pm uninstall --user 0 com.sec.android.app.samsungapps
@REM SamsungOne Font:
adb shell pm uninstall --user 0 com.monotype.android.font.samsungone
@REM Samsung Gothic Bold Font:
adb shell pm uninstall --user 0 com.monotype.android.font.foundation
@REM Samsung Call & Message Continuity:
adb shell pm uninstall --user 0 com.samsung.android.mdecservice
@REM Samsung SmartThings:
adb shell pm uninstall --user 0 com.samsung.android.beaconmanager
@REM Samsung Cloud:
adb shell pm uninstall --user 0 com.samsung.android.scloud
@REM Samsung Blue Light Filter:
adb shell pm uninstall --user 0 com.samsung.android.bluelightfilter
@REM Samsung Smart View:
adb shell pm uninstall --user 0 com.samsung.android.smartmirroring
@REM Samsung Story Video Editor:
adb shell pm uninstall --user 0 com.samsung.app.highlightplayer
@REM Samsung Smart Switch Agent:
adb shell pm uninstall --user 0 com.sec.android.easyMover.Agent
@REM Samsung Smart Switch Assistant:
adb shell pm uninstall --user 0 com.samsung.android.smartswitchassistant
@REM Google Mail:
adb shell pm uninstall --user 0 com.google.android.gm
@REM Samsung Secure Folder:
adb shell pm uninstall --user 0 com.samsung.knox.securefolder
@REM Samsung Workspace:
adb shell pm uninstall --user 0 com.samsung.android.knox.containeragent
@REM Samsung KnoxCore:
adb shell pm uninstall --user 0 com.samsung.android.knox.containercore
@REM Samsung Knox Attestation:
adb shell pm uninstall --user 0 com.sec.enterprise.knox.attestation
@REM Samsung Knox Key Chain:
adb shell pm uninstall --user 0 com.samsung.knox.keychain
@REM Samsung Knox Analytics Uploader:
adb shell pm uninstall --user 0 com.samsung.android.knox.analytics.uploader
@REM Samsung Knox VPN PAC Processor:
adb shell pm uninstall --user 0 com.knox.vpn.proxyhandler
@REM Samsung Knox Enrollment Service:
adb shell pm uninstall --user 0 com.sec.enterprise.knox.cloudmdm.smdms
@REM Samsung Digital Wellbeing:
adb shell pm uninstall --user 0 com.samsung.android.wellbeing
@REM Samsung Reminder:
adb shell pm uninstall --user 0 com.samsung.android.app.reminder
@REM Samsung Dictionary:
adb shell pm uninstall --user 0 com.diotek.sec.lookup.dictionary
@REM Samsung Wallpapers:
adb shell pm uninstall --user 0 com.sec.android.wallpapercropper2
@REM Samsung Configuration Update:
adb shell pm uninstall --user 0 com.samsung.android.app.omcagent
Thanks! That reminds me I need to replace the Samsung dialer, messenger, et al.
TiTiB said:
*[...]* replace the Samsung dialer *[...]*
Click to expand...
Click to collapse
Just beware that if you use the Magisk Module "Google Dialer Framework" to get the Google Dialer (and therefore updates) from the Play Store that the Dialer will vanish if you don't boot with Magisk enabled and you'll have to reinstall it on the next reboot with Magisk.
Good day,
currently this are the services on my phone:
android
android.autoinstalls.config.asus.pai
android.overlay.common
android.overlay.target
asusims.overlay.aosp.documentsui
asusims.overlay.common
asusims.overlay.documentsui
asusims.overlay.networkstack
asusims.overlay.tethering
com.android.apps.tag
com.android.backupconfirm
com.android.bips
com.android.bluetooth
com.android.bluetoothmidiservice
com.android.bookmarkprovider
com.android.calllogbackup
com.android.carrierconfig
com.android.carrierdefaultapp
com.android.cellbroadcastreceiver
com.android.certinstaller
com.android.companiondevicemanager
com.android.cts.ctsshim
com.android.cts.priv.ctsshim
com.android.dreams.basic
com.android.dynsystem
com.android.egg
com.android.emergency
com.android.externalstorage
com.android.hotspot2.osulogin
com.android.htmlviewer
com.android.inputdevices
com.android.internal.display.cutout.emulation.corner
com.android.internal.display.cutout.emulation.double
com.android.internal.display.cutout.emulation.hole
com.android.internal.display.cutout.emulation.tall
com.android.internal.display.cutout.emulation.waterfall
com.android.internal.systemui.navbar.gestural
com.android.internal.systemui.navbar.gestural_extra_wide_back
com.android.internal.systemui.navbar.gestural_narrow_back
com.android.internal.systemui.navbar.gestural_wide_back
com.android.internal.systemui.navbar.threebutton
com.android.keychain
com.android.localtransport
com.android.location.fused
com.android.managedprovisioning
com.android.mms.service
com.android.mtp
com.android.nfc
com.android.ons
com.android.pacprocessor
com.android.phone
com.android.printspooler
com.android.providers.blockednumber
com.android.providers.calendar
com.android.providers.contacts
com.android.providers.downloads
com.android.providers.downloads.ui
com.android.providers.media
com.android.providers.partnerbookmarks
com.android.providers.settings
com.android.providers.telephony
com.android.providers.userdictionary
com.android.proxyhandler
com.android.se
com.android.server.telecom
com.android.settings
com.android.settings.intelligence
com.android.sharedstoragebackup
com.android.shell
com.android.simappdialog
com.android.smspush
com.android.soundpicker
com.android.statementservice
com.android.stk
com.android.storagemanager
com.android.systemui
com.android.systemui.overlay.common
com.android.systemui.plugin.globalactions.wallet
com.android.theme.color.black
com.android.theme.color.cinnamon
com.android.theme.color.green
com.android.theme.color.ocean
com.android.theme.color.orchid
com.android.theme.color.purple
com.android.theme.color.space
com.android.theme.font.notoserifsource
com.android.theme.icon.pebble
com.android.theme.icon.roundedrect
com.android.theme.icon.squircle
com.android.theme.icon.taperedrect
com.android.theme.icon.teardrop
com.android.theme.icon.vessel
com.android.theme.icon_pack.circular.android
com.android.theme.icon_pack.circular.launcher
com.android.theme.icon_pack.circular.settings
com.android.theme.icon_pack.circular.systemui
com.android.theme.icon_pack.circular.themepicker
com.android.theme.icon_pack.filled.android
com.android.theme.icon_pack.filled.launcher
com.android.theme.icon_pack.filled.settings
com.android.theme.icon_pack.filled.systemui
com.android.theme.icon_pack.filled.themepicker
com.android.theme.icon_pack.rounded.android
com.android.theme.icon_pack.rounded.launcher
com.android.theme.icon_pack.rounded.settings
com.android.theme.icon_pack.rounded.systemui
com.android.theme.icon_pack.rounded.themepicker
com.android.traceur
com.android.vending
com.android.vpndialogs
com.android.wallpaper.livepicker
com.android.wallpaperbackup
com.android.wallpapercropper
com.android.wifi.resources
com.android.wifi.resources.overlay.target
com.asus.alwayson
com.asus.appupdater
com.asus.asusincallui
com.asus.atd.deviceproperty
com.asus.atd.smmitest
com.asus.audiowizard
com.asus.benchmarkblocker
com.asus.calculator
com.asus.camera
com.asus.cellbroadcastreceiver.overlay
com.asus.cellbroadcastservice.overlay
com.asus.configupdater
com.asus.contacts
com.asus.deskclock
com.asus.dialer
com.asus.dm
com.asus.emergencyhelp
com.asus.ephotoburst
com.asus.faceunlockservice
com.asus.filemanager
com.asus.focusapplistener
com.asus.gallery
com.asus.gamewidget
com.asus.gamewidget.service
com.asus.hardwarestub
com.asus.hbm
com.asus.ia.asusapp
com.asus.imagesearch
com.asus.ims.brightnessservice
com.asus.ims.devicepolicymanager
com.asus.ims.extdispctrl
com.asus.ims.forcedark
com.asus.ims.freeform
com.asus.ims.packageinstallerproxy
com.asus.ims.phykeyctrl
com.asus.ims.pointerproxy
com.asus.ims.powerctrl
com.asus.ims.smartread
com.asus.ims.twinapps
com.asus.ims.vibration
com.asus.ims.watermark
com.asus.inadvertentTouch
com.asus.launcher
com.asus.launcher.twinviewmode
com.asus.livedemo
com.asus.livedemoservice
com.asus.livewallpaper.zf8livewallpaper
com.asus.lockscreen2
com.asus.loguploader
com.asus.loguploaderproxy
com.asus.mobilemanager
com.asus.mobilemanagerservice
com.asus.nextapp
com.asus.nextappcore
com.asus.openbeta2
com.asus.packageinstaller
com.asus.powersaver
com.asus.screenrecorder
com.asus.sensorapi.service
com.asus.setupwizard
com.asus.smartkey
com.asus.smartreading
com.asus.soundrecorder
com.asus.splendid
com.asus.stitchimage
com.asus.stitchimage.service
com.asus.sysdiagnostic
com.asus.sysmonitor
com.asus.system.api
com.asus.systemcolor
com.asus.taskwidget
com.asus.theme.color.asusui
com.asus.themeservice
com.asus.twinapps
com.asus.twinappsservice
com.asus.UpdateLauncher
com.asus.visualmaster
com.asus.weathertime
com.asus.zenmotion
com.aurora.store
com.dsi.ant.server
com.dv.adm
com.facebook.appmanager
com.facebook.services
com.futuredial.asuslocalbackup
com.google.android.apps.docs
com.google.android.apps.googleassistant
com.google.android.apps.maps
com.google.android.apps.messaging
com.google.android.apps.photos
com.google.android.apps.restore
com.google.android.apps.setupwizard.searchselector
com.google.android.apps.turbo
com.google.android.calendar
com.google.android.captiveportallogin
com.google.android.cellbroadcastreceiver
com.google.android.cellbroadcastservice
com.android.chrome
com.google.android.youtube
com.google.android.apps.youtube.music
com.google.android.projection.gearhead
com.google.android.configupdater
com.google.android.contacts
com.google.android.documentsui
com.google.android.ext.services
com.google.android.ext.shared
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.gms.location.history
com.google.android.googlequicksearchbox
com.google.android.gsf
com.google.android.ims
com.google.android.inputmethod.latin
com.google.android.marvin.talkback
com.google.android.modulemetadata
com.google.android.networkstack
com.google.android.networkstack.permissionconfig
com.google.android.networkstack.tethering
com.google.android.onetimeinitializer
com.google.android.overlay.gmsconfig.common
com.google.android.overlay.gmsconfig.comms
com.google.android.overlay.gmsconfig.gsa
com.google.android.overlay.gmsconfig.ww
com.google.android.overlay.modules.documentsui
com.google.android.overlay.modules.ext.services
com.google.android.overlay.modules.modulemetadata.forframework
com.google.android.overlay.modules.permissioncontroller
com.google.android.overlay.modules.permissioncontroller.forframework
com.google.android.packageinstaller
com.google.android.partnersetup
com.google.android.permissioncontroller
com.google.android.printservice.recommendation
com.google.android.providers.media.module
com.google.android.setupwizard
com.google.android.soundpicker
com.google.android.syncadapters.contacts
com.google.android.tts
com.google.android.webview
com.google.ar.core
com.google.ar.lens
com.google.mainline.telemetry
com.gsamlabs.bbm.pro
com.latuabancaperandroid
com.lge.tonentalkplus.tonentalkfree
com.mgoogle.android.gms
com.monotype.android.font.felbridge
com.monotype.android.font.syndor
com.netflix.partner.activation
com.qti.dpmserviceapp
com.qti.phone.overlay.common
com.qti.qualcomm.datastatusnotification
com.qti.qualcomm.deviceinfo
com.qti.service.colorservice
com.qti.slaservice
com.qti.wifi.resources.overlay.common
com.qti.xdivert
com.qualcomm.location
com.qualcomm.qcrilmsgtunnel
com.qualcomm.qti.cne
com.qualcomm.qti.devicestatisticsservice
com.qualcomm.qti.dynamicddsservice
com.qualcomm.qti.gpudrivers.lahaina.api30
com.qualcomm.qti.poweroffalarm
com.qualcomm.qti.services.secureui
com.qualcomm.qti.services.systemhelper
com.qualcomm.qti.telephonyservice
com.qualcomm.qti.uimGbaApp
com.qualcomm.qti.workloadclassifier
com.qualcomm.qtil.aptxals
com.qualcomm.timeservice
com.qualcomm.wfd.service
com.wapi.wapicertmanage
org.codeaurora.ims
se.dirac.acs
vendor.qti.hardware.cacert.server
vendor.qti.iwlan
com.google.android.apps.wellbeing
Click to expand...
Click to collapse
Please, there are other services, that aren't necessary for more battery life?
i don't have experice, but this are the service that i've disabled at moment, like logs and stats. I don't know if i did a mistake. Faceunlock and alwayson, i dont use.
adb shell pm disable-user --user 0 com.google.android.onetimeinitializer
adb shell pm disable-user --user 0 com.asus.alwayson
adb shell pm disable-user --user 0 com.asus.faceunlockservice
adb shell pm disable-user --user 0 com.asus.livedemoservice
adb shell pm disable-user --user 0 com.netflix.partner.activation
adb shell pm disable-user --user 0 com.qti.qualcomm.datastatusnotification
adb shell pm disable-user --user 0 com.asus.contacts
adb shell pm disable-user --user 0 com.google.android.ims
adb shell pm disable-user --user 0 com.qualcomm.qti.devicestatisticsservice
adb shell pm disable-user --user 0 com.asus.sysdiagnostic
adb shell pm disable-user --user 0 com.asus.ia.asusapp
adb shell pm disable-user --user 0 com.asus.loguploader
adb shell pm disable-user --user 0 com.asus.loguploaderproxy
adb shell pm disable-user --user 0 com.google.android.apps.turbo
adb shell pm disable-user --user 0 com.asus.livedemo
adb shell pm disable-user --user 0 com.asus.livewallpaper.zf8livewallpaper
adb shell pm disable-user --user 0 com.google.android.projection.gearhead
adb shell pm disable-user --user 0 com.android.chrome
adb shell pm disable-user --user 0 com.google.android.youtube
Click to expand...
Click to collapse
I really wouldn't recommend disabling so many apps. It may have unforeseen consequences. I would re-enable AOD, Adaptive Battery, Android Auto, Chrome, and Contacts.
MishaalRahman said:
I really wouldn't recommend disabling so many apps. It may have unforeseen consequences. I would re-enable AOD, Adaptive Battery, Android Auto, Chrome, and Contacts.
Click to expand...
Click to collapse
Yes I know the risks, as I've understood I can't restore the raw image by pc
Thanks for your reply, is important
Do you think Android auto and chrome are connected with Webview?
Do you have some unusual app that can be disabled safety, like stats and logs
Daily use, without games, Zenfone 8 has sot of 4h.30 Min, but I like this form factor and I want to encrease to 5hm30h. In WiFi, daily use I can reach 7hr sot
Thanks you
I disabled/limitated some apps that for sure i don t use and i don t care about It, like: always on, android easter egg, face unlock, Asus boost, benessere digitale, carrier services, Google cronology position, duo, facebook apps, gesture, Gmail, Lens, market feedback agent, Netflix, tru2life, twinapp, YouTube music.
I don t know if there are other apps that i can block
What difference did disabling all those make to battery life