Bloatware compared to MI8 - Xiaomi Mi 9 Questions & Answers

For a month or so, I've switched to MI9 (from MI8) as my daily driver.
Noticed, and - it's getting me crazy - that some MI apps are on MI9 much more aggressive than they were on MI8 - mainly MI music and MI video.
I've found no way to disable them, nor to disable all notifications from these apps. - No root or any ROM mods are of my interest - want to keep my phone clean for future OTA updates.
Both have global ROM (OK the MI9 has EEA ROM - for Europe)
Conclusion - I get a lot of notifications which bother me a lot.
Any suggestions how to get rid of them?

tomsag said:
Conclusion - I get a lot of notifications which bother me a lot.
Any suggestions how to get rid of them?
Click to expand...
Click to collapse
Enable developer mode and USB debugging and then connect using adb.
In adb you can disable the apps you don't want, for example like this:
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.google.android.youtube
pm disable-user --user 0 com.miui.videoplayer
pm disable-user --user 0 com.android.calendar
pm disable-user --user 0 com.miui.compass
pm disable-user --user 0 com.miui.calculator
pm disable-user --user 0 com.miui.weather2
pm disable-user --user 0 com.android.stk
pm disable-user --user 0 com.mipay.wallet.in
pm disable-user --user 0 com.xiaomi.midrop
pm disable-user --user 0 com.google.android.apps.tachyon
pm disable-user --user 0 com.miui.notes
pm disable-user --user 0 com.miui.player
pm disable-user --user 0 com.android.mms
pm disable-user --user 0 com.mi.android.globalFileexplorer
pm disable-user --user 0 com.xiaomi.glgm
...
You don't need root for this.

Or just use this tool. Simply amazing.
https://github.com/Saki-EU/XiaomiADBFastbootTools

Related

XIAOMI Mi8 GLOBAL De-Bloating (No Root)

HOW TO DEBLOAT THE Mi8 WITHOUT ROOT
Summary:
I don't like the Ads and the bloat that Xiaomi have been including in our Stock Global ROMs. I am sharing the method and services/apps i personally remove when i run the latest Global ROM. These apps are uninstalled through ADB shell and doesn't require root, doesn't modify your system, and can be brought back with a factory reset.
I don't use social media, so i uninstalled the FB crap too (always runs even without the main app). If some of these aren't found on your system, don't worry it just errors on them (not found). I use a lot of 3rd party apps in place of Xiaomi stock apps (messages, gallery, clock, etc). I left the Xiaomi cloud and account apps/framework. If this bothers you, then add them or skip others you want to leave.
I have thoroughly tested the removal of all the apps listed in this tutorial (there is more that can be removed, but i use the themes app, account, cloud, etc.). Removing these apps will greatly improve the battery life and snappiness of the phone (less resources running, less memory used, less battery consumption, no ads!).
My Replacement App Setup:
-Nova Launcher Prime
-Google Chrome
-Google Messages
-Google Photos
-PowerAmp Hi-Def Music Player (Enables [email protected])
-Timely Clock App
-Weather Live Pro
-VLC Media Player
Important Notes & Warnings:
* You can still use OTA updates or regular ROM flashing without the apps & services returning!
* This does not modify the system partitions in any way, only the data partition files are disabled!
* If you remove the 'Xiaomi Home' launcher app -make sure you have an alternative launcher installed first!
* If you remove the 'Xiaomi Gallery' app, you can only set lockscreen wallpaper through the theme application!
Very Very Important:
* ONCE YOU UNINSTALL THESE, THE ONLY WAY TO GET THEM BACK IS TO FACTORY RESET YOUR PHONE! *
Instructions:
1.) Make sure USB Debugging is enabled in the Developers menu on your phone
2.) Connect your phone to your computer
3.) Bring up your computer's command terminal and type 'adb shell'
4.) If you successfully have an adb shell connection, you should have a terminal type mode with a dollar sign prompt
- - -(If you can't connect, then go read how to get an adb connection and setup using Google!)
5.) Enter each command you want below. You can copy the whole list, then paste it in your adb shell all at once if you want
Code:
pm uninstall -k --user 0 android.autoinstalls.config.Xiaomi.dipper
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.android.deskclock
pm uninstall -k --user 0 com.android.mms
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.bsp.catchlog
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.mfashiongallery.emag
pm uninstall -k --user 0 com.mi.android.globalFileexplorer
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.mi.global.bbs
pm uninstall -k --user 0 com.mi.global.shop
pm uninstall -k --user 0 com.mi.globalTrendNews
pm uninstall -k --user 0 com.mi.webkit.core
pm uninstall -k --user 0 com.milink.service
pm uninstall -k --user 0 com.mipay.wallet.id
pm uninstall -k --user 0 com.mipay.wallet.in
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.miui.android.fashiongallery
pm uninstall -k --user 0 com.miui.bugreport
pm uninstall -k --user 0 com.miui.cleanmaster
pm uninstall -k --user 0 com.miui.daemon
pm uninstall -k --user 0 com.miui.hybrid
pm uninstall -k --user 0 com.miui.hybrid.accessory
pm uninstall -k --user 0 com.miui.miwallpaper
pm uninstall -k --user 0 com.miui.msa.global
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.miui.touchassistant
pm uninstall -k --user 0 com.miui.translation.kingsoft
pm uninstall -k --user 0 com.miui.translation.xmcloud
pm uninstall -k --user 0 com.miui.translation.youdao
pm uninstall -k --user 0 com.miui.translationservice
pm uninstall -k --user 0 com.miui.userguide
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.miui.virtualsim
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.opera.preinstall
pm uninstall -k --user 0 com.qualcomm.qti.perfdump
pm uninstall -k --user 0 com.xiaomi.discover
pm uninstall -k --user 0 com.xiaomi.glgm
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.xiaomi.mipicks
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.xiaomi.providers.appindex
pm uninstall -k --user 0 org.codeaurora.gps.gpslogsave
[COLOR="Red"]pm uninstall -k --user 0 com.miui.gallery[/COLOR]
[COLOR="Red"]pm uninstall -k --user 0 com.miui.home[/COLOR]
Awesome battery life on 12/20 Global Beta.
With 15% Left on phone:
32+ Hours
6h 11m Screen On
4h Talk Time
Enjoy!
/.
Thanks for the info.
Will these removed apps be reinstalled automatically after a firmware update?
Hi,
I just did that and now the system hangs saying "Just a sec...". Nothing happens.
EDIT:
I was stupid and have not installed Nova Launcher
hkwildboy said:
Thanks for the info.
Will these removed apps be reinstalled automatically after a firmware update?
Click to expand...
Click to collapse
No, the apps will stay uninstalled in the data partition until a factory reset. You can still update without issues, it does not modify system images.
/.
Thanks a lot for the useful info.
As per my Mi 8 MIUI present config, locked bootloader, many of the apps from the list are not running or have never run, since I have already disabled some of them previously on settings (disabled at startup, background) or I manually run them.
So I have only uninstalled a few of them running (you can check on apps manager, show system apps and sort by status). Also you can check battery drain of each one to see actually how much they drain.
These are the ones I chose to uninstall:
Code:
pm uninstall -k --user 0 android.autoinstalls.config.Xiaomi.dipper
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.miui.daemon
pm uninstall -k --user 0 com.qualcomm.qti.perfdump
pm uninstall -k --user 0 com.xiaomi.discover
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.android.browser
thanks for this!
Great heads up. I was looking for something like this. Just wondering if I freeze them with titanium backup it will do the same job or not…
is it safe to remove the following
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.miui.micloudsync
Awesome stuff!Thx for this!!
Can you please name all apps what they are one by one?
E.g like com.xiaomi.glgm??what is this?
Thank you again!
Thanks a lot, have removed the following, seems ok
pm uninstall -k --user 0 com.android.browser
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.mi.android.globalpersonalassistant
pm uninstall -k --user 0 com.mi.android.globalFileexplorer
pm uninstall -k --user 0 com.mipay.wallet.id
pm uninstall -k --user 0 com.mipay.wallet.in
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.miui.notes
pm uninstall -k --user 0 com.miui.player
pm uninstall -k --user 0 com.miui.touchassistant
pm uninstall -k --user 0 com.miui.yellowpage
pm uninstall -k --user 0 com.miui.micloudsync
pm uninstall -k --user 0 com.miui.translation.kingsoft
pm uninstall -k --user 0 com.miui.translation.xmcloud
pm uninstall -k --user 0 com.miui.translation.youdao
pm uninstall -k --user 0 com.miui.translationservice
pm uninstall -k --user 0 com.miui.videoplayer
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.opera.preinstall
pm uninstall -k --user 0 com.xiaomi.payment
pm uninstall -k --user 0 com.xiaomi.providers.appindex
pm uninstall -k --user 0 com.xiaomi.discover
pm uninstall -k --user 0 com.xiaomi.joyose
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.miui.micloudsync
pm uninstall -k --user 0 com.miui.weather2
pm uninstall -k --user 0 com.miui.providers.weather
johnnyman25 said:
Awesome stuff!Thx for this!!
Can you please name all apps what they are one by one?
E.g like com.xiaomi.glgm??what is this?
Thank you again!
Click to expand...
Click to collapse
Forwarding your request. Most of the apps are trivial to name, but some arent, therefore the request, if you can name all those Would really appreciate it. The integraded browser also annoys me a little :/
Thanks for this
Can confirm it also works for the Mi 8 Pro.
Would love what the more obscure app names are, so we can make more informed decisions on what we personally want to remove ^^
M73_ said:
is it safe to remove the following
pm uninstall -k --user 0 com.miui.cloudservice
pm uninstall -k --user 0 com.miui.cloudbackup
pm uninstall -k --user 0 com.miui.micloudsync
Click to expand...
Click to collapse
Rommco05 said:
I already removed and all is ok
Click to expand...
Click to collapse
So you guys won't be able to use any services related to the Mi Cloud
BxginZ enMy said:
So you guys won't be able to use any services related to the Mi Cloud
Click to expand...
Click to collapse
yes, I removed them
Great stuff thanx
Agimax said:
Awesome battery life on 12/20 Global Beta.
With 15% Left on phone:
32+ Hours
6h 11m Screen On
4h Talk Time
Enjoy!
/.
Click to expand...
Click to collapse
13% Cell Stand-by? Can't be good...
Too much it seems for me, similar to Screen-On-Time?
I'm still at 10.0.3 and for the moment I do not intend to upgrade until Xiaomi release a better version.
I removed everything except MIUI cloud related things.
Also I changed the network to LTE/ WCDMA (Europe)
After 24 hours on standby the battery fell from 100 to 89 percent.
That would be about 3-4% overnight.
I do not think that's bad.
Oldpurger said:
I'm still at 10.0.3 and for the moment I do not intend to upgrade until Xiaomi release a better version.
I removed everything except MIUI cloud related things.
Also I changed the network to LTE/ WCDMA (Europe)
After 24 hours on standby the battery fell from 100 to 89 percent.
That would be about 3-4% overnight.
I do not think that's bad.
Click to expand...
Click to collapse
That's good. It approaches normal drainage standby.
It drains 1% per hour for me standby, debloated. Could you tell how much cell standby drain percentage with normal usage after a cycle?
I only have Mi8 for 3 days and I didn't yet look at that.
But I use very little that phone (I also have a company phone) so this information will not help you too much.

Question help: Galaxy S21 Ultra bloatware/debloat

Hey guys,
I have S21 Ultra, have any of you already debloated something without causing any issues?
My goal is to keep it very simple, whatever third party apps.
Thanks!
Sam
I have debloated my samsung phones for years trough ADB.
From Note 20 and S21 u uninstall around 180apk files.
By searching for file names and failing and trying trough several years I have found a list that works for me.
But this is always personal, so I think you need to find out for yourself what you need and don't. I would never just trust another persons script.
Edit: her you can see some of the things I dont use:
DONT JUST USE THIS: this is for my setup only! You will run into trouble if you don't use other apps and apk's for some of these.
pm uninstall --user 0 com.sec.factory.cameralyzer
pm uninstall --user 0 com.samsung.android.cidmanager
pm uninstall --user 0 com.samsung.android.app.telephonyui.esimclient
pm uninstall --user 0 com.android.emergency
pm uninstall --user 0 com.google.android.apps.carrier.carrierwifi
pm uninstall --user 0 com.samsung.android.hdmapp
pm uninstall --user 0 com.samsung.android.icecone
pm uninstall --user 0 com.samsung.android.mapsagent
pm uninstall --user 0 com.android.theme.icon.pebble
pm uninstall --user 0 com.android.internal.display.cutout.emulation.hole
pm uninstall --user 0 com.samsung.euicc
pm uninstall --user 0 com.samsung.oda.service
pm uninstall --user 0 com.samsung.android.smarsuggestions
pm uninstall --user 0 com.sec.android.app.ve.vebgm
pm uninstall --user 0 com.samsung.android.service.tagservice
pm uninstall --user 0 com.android.apps.tag
pm uninstall --user 0 com.samsung.android.accessibility.talkback
pm uninstall --user 0 com.samsung.theme.icon.taperedrect
pm uninstall --user 0 com.android.theme.icon.vessel
pm uninstall --user 0 com.android.internal.display.cutout.emulation.waterfall
pm uninstall --user 0 com.samsung.gpuwatchapp
pm uninstall --user 0 com.samsung.android.smartsuggestions
pm uninstall --user 0 com.samsung.android.appseparation
pm uninstall --user 0 com.samsung.android.visualars
pm uninstall --user 0 com.rsupport.rs.activity.rsupport.aas2
pm uninstall --user 0 com.samsung.android.sume.nn.service
pm uninstall --user 0 com.google.mainline.telemtry
pm uninstall --user 0 com.android.theme.icon.taperedrect
pm uninstall --user 0 flipboard.boxer.app
pm uninstall --user 0 com.samsung.vvm.se
pm uninstall --user 0 com.samsung.android.app.tips
pm uninstall --user 0 com.samsung.SMT
pm uninstall --user 0 com.samsung.sree
pm uninstall --user 0 com.dsi.ant.sample.acquirechannels
pm uninstall --user 0 com.dsi.ant.service.socket
pm uninstall --user 0 com.dsi.ant.server
pm uninstall --user 0 com.dsi.ant.plugins.antplus
pm uninstall --user 0 com.android.egg
pm uninstall --user 0 com.android.dreams.phototable
pm uninstall --user 0 com.sec.android.widgetapp.samsungapps
pm uninstall --user 0 com.samsung.android.mateagent
pm uninstall --user 0 com.sec.android.easyMover.Agent
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.samsung.android.app.watchmanagerstub
pm uninstall --user 0 com.sec.android.daemonapp
pm uninstall --user 0 com.samsung.android.app.social
pm uninstall --user 0 com.samsung.vvm
pm uninstall --user 0 com.samsung.android.fast
pm uninstall --user 0 com.sec.android.desktopmode.uiservice
pm uninstall --user 0 com.samsung.desktopsystemui
pm uninstall --user 0 com..sec.android.app.desktoplauncher
pm uninstall --user 0 com.sec.android.desktopcommunity
pm uninstall --user 0 com.microsoft.skydrive
pm uninstall --user 0 com.vzw.apnlib
pm uninstall --user 0 com.samsung.android.wellbeing
pm uninstall --user 0 com.samsung.android.da.daagent
pm uninstall --user 0 com.android.bips
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.android.printspooler
pm uninstall --user 0 com.samsung.android.email.provider
pm uninstall --user 0 com.wsomacp
pm uninstall --user 0 com.samsung.android.game.gamehome
pm uninstall --user 0 com.enhance.gameservice
pm uninstall --user 0 com.samsung.android.game.gametools
pm uninstall --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.gametuner.thin
pm uninstall --user 0 com.sec.android.app.sbrowser
pm uninstall --user 0 com.samsung.android.app.sbrowseredge
pm uninstall --user 0 com.samsung.android.hmt.vrsvc
pm uninstall --user 0 com.samsung.android.app.vrsetupwizardstub
pm uninstall --user 0 com.samsung.android.hmt.vrshell
pm uninstall --user 0 com.google.vr.vrcore
pm uninstall --user 0 com.samsung.android.kidsinstaller
pm uninstall --user 0 com.samsung.android.app.camera.sticker.facearavatar.preload
pm uninstall --user 0 com.sec.android.app.kidshome
pm uninstall --user 0 com.samsung.android.app.ledbackcover
pm uninstall --user 0 com.sec.android.cover.ledcover
pm uninstall --user 0 com.samsung.android.service.peoplestripe
pm uninstall --user 0 com.sec.android.app.dexonpc
pm uninstall --user 0 com.sec.android.app.desktoplauncher
pm uninstall --user 0 com.sec.android.app.dexonpc
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.samsung.android.sm.policy
pm uninstall --user 0 com.android.statementservice
pm uninstall --user 0 com.android.providers.userdictionary
pm uninstall --user 0 com.samsung.ipservice
pm uninstall --user 0 com.google.android.setupwizard
pm uninstall --user 0 com.samsung.app.appsedge
pm uninstall --user 0 com.sec.android.app.bluetoothtest
pm uninstall --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.samsung.android.app.cocktailbarservice
pm.uninstall --user 0 com.samsung.android.app.cocktailbarservice
pm uninstall --user 0 com.sec.enterprise.mdm.services.simpin
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.onetimeinitializer
pm uninstall --user 0 com.google.android.tts
pm uninstall --user 0 com.sec.android.health
pm uninstall --user 0 com.samsung.android.mdx
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.google.android.feedback
pm uninstall --user 0 com.samsung.android.app.reminder
pm uninstall --user 0 com.sec.android.secsetupwizard
pm uninstall --user 0 com.samsung.android.svoiceime
pm uninstall --user 0 com.samsung.android.easysetup
pm uninstall --user 0 com.samsung.android.app.taskedge
pm uninstall --user 0 com.samsung.android.net.wifi.wifiguider
pm uninstall --user 0 com.android.managedprovisioning
pm uninstall --user 0 com.microsoft.appmanager
pm uninstall --user 0 com.android.cts.ctsshim
pm uninstall --user 0 com.android.cts.priv.ctsshim
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 de.axelspringer.yana.zeropage
pm uninstall --user 0 com.samsung.android.app.appsedge
pm uninstall --user 0 com.samsung.android.app.clipboardedge
pm disable-user --user 0 com.sec.epdgtestapp
pm.uninstall --user 0 com.sec.epdgtestapp
pm disable-user --user 0 com.samsung.storyservice
pm.uninstall --user 0 com.samsung.storyservice
pm disable-user --user 0 com.hiya.star
pm.uninstall --user 0 com.hiya.star
pm disable-user --user 0 com.sec.mldapchecker
pm.uninstall --user 0 com.sec.mldapchecker
pm disable-user --user 0 com.samsung.android.calendar
pm.uninstall --user 0 com.samsung.android.calendar
pm disable-user --user 0 com.sec.modem.settings
pm uninstall --user 0 com.sec.modem.settings
pm.uninstall --user 0 com.sec.android.app.secsetupwizard
pm disable-user --user 0 com.samsung.android.app.mirrorlink
pm disable-user --user 0 com.samung.android.sm.policy
pm.uninstall --user 0 com.samung.android.sm.policy
pm disable-user --user 0 com.samsung.android.mdecservice
pm disable-user --user 0 com.samsung.aasaservice
pm disable-user --user 0 com.sec.epdgtestapp
pm disable-user --user 0 com.sem.factoryapp
pm disable-user --user 0 com.samsung.android.dqagent
pm disable-user --user 0 com.samsung.android.dynamiclock
pm disable-user --user 0 com.samsung.mlp
pm disable-user --user 0 com.samsung.sec.android.teegris.tui_service
pm disable-user --user 0 com.samsung.android.dsms
pm disable-user --user 0 com.samsung.android.game.gos
pm disable-user --user 0 com.samsung.android.service.airviewdictionary
pm disable-user --user 0 com.sec.enterprise.mdm.services.simpin
pm disable user --user 0 com.sec.android.service.health
pm disable user --user 0 com.sec.android.app.SecSetupWizard
pm disable user --user 0 com.samsung.klmsagent
pm disable user --user 0 com.sec.android.app.wlantest
pm disable user --user 0 com.skms.android.agent
pm disable user --user 0 com.sec.enterprise.mdm.services.simpin
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.facebook.services
pm disable-user --user 0 com.samsung.android.app.sbrowseredge
pm disable-user --user 0 com.samsung.android.svcagent
pm disable-user --user 0 com.sec.android.widgetapp.webmanual
pm uninstall --user 0 com.samsung.android.keyguardwallpaperupdator
pm uninstall --user 0 com.sec.android.service.health
pm disable-user --user 0 com.sec.enterpirse.mdm.services.simpin
pm uninstall --user 0 com.sec.enterprise.mdm.services.simpin
pm uninstall --user 0 com.sec.bcservice
pm uninstall --user 0 com.samsung.aasaservice
pm uninstall --user 0 com.android.wallpaperbackup
pm uninstall --user 0 com.samsung.android.dqagent
pm uninstall --user 0 com.samsung.android.dynamiclock
pm uninstall --user 0 com.samsung.android.app.cocktailbarservice
pm disable-user --user 0 com.sec.epdgtestapp
pm disable-user --user 0 com.samsung.storyservice
pm uninstall --user 0 com.hiya.star
pm uninstall --user 0 com.samsung.android.mdm
pm uninstall --user 0 com.sec.android.app.quicktool
pm uninstall --user 0 com.sec.android.widgetapp.easymodecontactswidget
pm uninstall --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.smartmirroring
pm uninstall --user 0 com.samsung.klmsagent
pm uninstall --user 0 com.sec.enterprise.knox.cloudmdm.smdms
pm uninstall --user 0 com.samsung.android.knox.containercore
pm disable-user --user 0 com.samsung.android.knox.containercore
pm disable-user --user 0 com.samsung.android.game.gos
pm uninstall --user 0 com.samsung.android.ipsgeofence
pm uninstall --user 0 com.samsung.android.knox.analytics.uploader
pm disable-user --user 0 com.samsung.knox.securefolder
pm uninstall --user 0 com.samsung.android.securitylogagent
pm uninstall --user 0 com.sec.android.app.DataCreate
pm uninstall --user 0 com.sec.factory
pm uninstall --user 0 com.sec.epdgtestapp
pm uninstall --user 0 com.sec.app.RilErrorNotifier
pm uninstall --user 0 com.sec.android.app.hwmoduletest
pm uninstall --user 0 com.samsung.android.app.simplesharing
pm uninstall --user 0 com.sec.android.app.personalization
pm disable-user --user 0 com.samsung.android.app.mirrorlink
pm uninstall --user 0 com.sec.android.app.servicemodeapp
pm uninstall --user 0 com.sec.android.RilServiceModeApp
pm disable-user --user 0 com.sec.android.app.setupwizardlegalprovider
pm disable-user --user 0 com.samsung.sec.android.teegris.tui_service
pm uninstall --user 0 com.sec.android.app.wlantest
pm uninstall --user 0 com.samsung.android.knox.containeragent
pm uninstall --user 0 com.samsung.android.mdecservice
pm uninstall --user 0 com.sec.android.app.servicemodeapp
pm uninstall --user 0 com.samsung.sec.android.teegris.tui_service
pm uninstall --user 0 com.samsung.android.samsungpassautofill
pm uninstall --user 0 com.samsung.android.authfw
pm uninstall --user 0 com.samsung.android.samsungpass
pm uninstall --user 0 com.samsung.android.spay
pm disable-user --user 0 com.samsung.android.spayfw
pm uninstall --user 0 com.samsung.android.spayfw
pm uninstall --user 0 com.samsung.android.scloud
pm uninstall --user 0 com.samsung.android.calendar
pm uninstall --user 0 com.samsung.android.dsms
pm uninstall --user 0 com.samsung.storyservice
pm uninstall --user 0 com.sec.mldapchecker
pm uninstall --user 0 com.samsung.mlp
pm uninstall --user 0 com.sem.factoryapp
pm uninstall --user 0 com.samsung.android.svcagent
pm uninstall --user 0 com.samsung.android.service.airviewdictionary
pm disable-user --user 0 com.samsung.android.bbcagent
pm uninstall --user 0 com.google.android.apps.restore
pm uninstall --user 0 com.android.calllogbackup
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.samsung.knox.securefolder
pm uninstall --user 0 com.sec.android.widgetapp.webmanual
pm uninstall --user 0 com.sec.mhs.smarttethering
pm uninstall --user 0 com.android.sharedstoragebackup
pm uninstall --user 0 com.samsung.android.rubin.app
pm uninstall --user 0 com.samsung.android.forest
pm uninstall --user 0 com.sec.android.app.ringtoneBR
pm uninstall --user 0 com.samsung.android.coldwalletservice
pm uninstall --user 0 com.sec.android.app.SecSetupWizard
pm uninstall --user 0 com.android.traceur
pm disable-user --user 0 com.dsi.ant.server
pm disable-user --user 0 com.dsi.ant.sample.aquirechannels
pm uninstall --user 0 com.samsung.safetyinformation
pm uninstall --user 0 com.sec.android.app.safetyassurance
pm uninstall --user 0 com.sec.android.provider.emergencymode
pm uninstall --user 0 com.sec.android.emergencymode.service
pm uninstall --user 0 com.sec.vsim.ericssonnsds.webapp
pm uninstall --user 0 com.samsung.android.mdx.kit
pm uninstall --user 0 com.samsung.android.app.readingglass
pm uninstall --user 0 com.sec.android.app.magnifier
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.samsung.android.drivelink.stub
pm uninstall --user 0 com.sec.android.app.setupwizardlegalprovider
pm uninstall --user 0 com.netflix.partner.activation
pm disable-user --user 0 com.samsung.android.visionarapps
pm uninstall --user 0 com.samsung.android.visionarapps
pm disable-user --user 0 com.sec.android.mimage.avatarstickers
pm uninstall --user 0 com.sec.android.mimage.avatarstickers
pm disable-user --user 0 com.samsung.android.aremojieditor
pm uninstall --user 0 com.samsung.android.aremojieditor
pm disable-user --user 0 com.samsung.android.aremoji
pm uninstall --user 0 com.samsung.android.aremoji
pm disable-user --user 0 com.samsung.android.arzone
pm uninstall --user 0 com.samsung.android.arzone
pm disable-user --user 0 com.samsung.android.livestickers
pm uninstall --user 0 com.samsung.android.livestickers
BIXBY - ONLY REMOVE BELOW TO RETAIN SOME FUNCTIONALITY (built-in QR, barcode scanning and AI stuff from stock camera app.)
pm uninstall --user 0 com.samsung.android.bixby.wakeup
pm uninstall --user 0 com.samsung.android.app.spage
pm uninstall --user 0 com.samsung.android.app.routines
pm uninstall --user 0 com.samsung.android.bixby.service
pm uninstall --user 0 com.samsung.android.bixby.agent
pm uninstall --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall --user 0 com.samsung.android.ardrawing
pm uninstall --user 0 com.sec.android.autodoodle.service
pm uninstall --user 0 com.android.backupconfirm
pm uninstall --user 0 com.sec.enterprise.knox.attestation
pm uninstall --user 0 com.samsung.android.service.pentastic
pm uninstall --user 0 com.samsung.android.app.mirrorlink
pm uninstall --user 0 com.google.android.apps.restore
pm uninstall --user 0 com.samsung.knox.securefolder
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.android.calllogbackup
pm uninstall --user 0 com.google.android.gms.location.history
pm uninstall --user 0 com.android.certinstaller
pm uninstall --user 0 com.android.theme.color.cinnamon
pm uninstall --user 0 com.android.theme.icon_pack.circular.themepicker
pm uninstall --user 0 com.android.theme.icon_pack.circular.settings
pm uninstall --user 0 com.android.theme.icon_pack.circular.systemui
pm uninstall --user 0 com.android.theme.icon_pack.circular.launcher
pm uninstall --user 0 com.android.theme.icon_pack.circular.android
pm uninstall --user 0 com.android.theme.icon_pack.filled.settings
pm uninstall --user 0 com.android.theme.icon_pack.filled.systemui
pm uninstall --user 0 com.android.theme.icon_pack.filled.android
pm uninstall --user 0 com.android.theme.icon_pack.filled.launcher
pm uninstall --user 0 com.android.theme.icon_pack.filled.themepicker
pm uninstall --user 0 com.android.theme.color.green
pm uninstall --user 0 com.android.theme.color.ocean
pm uninstall --user 0 com.android.theme.color.orchid
pm uninstall --user 0 com.android.hotspot2
pm uninstall --user 0 com.android.theme.color.purple
pm uninstall --user 0 com.android.theme.icon_pack.rounded.systemui
pm uninstall --user 0 com.android.theme.icon_pack.rounded.android
pm uninstall --user 0 com.android.theme.icon_pack.rounded.launcher
pm uninstall --user 0 com.android.theme.icon_pack.rounded.settings
pm uninstall --user 0 com.android.theme.icon.roundedrect
pm uninstall --user 0 com.android.theme.color.space
pm uninstall --user 0 com.android.theme.icon.square
pm uninstall --user 0 com.android.theme.icon.squircle
pm uninstall --user 0 com.android.theme.icon.teardrop
pm uninstall --user 0 com.android.ons
pm uninstall --user 0 com.samsung.android.container
pm uninstall --user 0 com.sec.android.app.parser
pm uninstall --user 0 com.knox.vpn.proxyhandler
pm uninstall --user 0 com.samsung.knox.keychain
pm uninstall --user 0 com.samsung.android.networkdiagnostic
pm uninstall --user 0 com.samsung.android.stickercenter
pm uninstall --user 0 com.samsung.ucs.agent.ese
pm uninstall --user 0 com.sec.automation
pm uninstall --user 0 com.sec.factory.camera
pm uninstall --user 0 com.android.certinstaller
pm uninstall --user 0 android.autoinstalls.config.samsung
pm uninstall --user 0 com.google.android.configupdater
pm uninstall --user 0 com.sec.factory.camera
pm uninstall --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint_wide_back
pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_wide_back
pm uninstall --user 0 com.samsung.internal.systemui.navbar.sec_gestural
pm uninstall --user 0 com.samsung.internal.systemui.navbar.sec_gestural_no_hint
pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_extra_wide_back
pm uninstall --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint_extra_wide_back
pm uninstall --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint_narrow_back
pm uninstall --user 0 com.samsung.internal.systemui.navbar.gestural_no_hint
pm uninstall --user 0 com.android.internal.systemui.navbar.gestural
pm uninstall --user 0 com.android.internal.systemui.navbar.gestural_narrow_back
Thanks bro, I'll check and compare with my apps.
Thanks for sharing your list.
I have Nova Launcher, use standard social media apps, streaming, services, bluetooth headset, etc.
I have 4G/LT/HD Voice and Wifi Calling, bank apps and bank id.
I don't use Samsung Pay, I use Google Pay instead, I also use most of Google services, notes, documents and autofill for passwords.
Im also not in any enterprise system, I use Gsuite/Workspace at work with myself as admin, I also don't use work profiles and secure folder.
I don't use Smart Watch, nor do I connect my phone to Samsung televesion or smart watch.
I don't use any Cloud services with Samsung, no Samsung Dex and only Gesture I use is double tap.
lyzgaard said:
I have Nova Launcher, use standard social media apps, streaming, services, bluetooth headset, etc.
I have 4G/LT/HD Voice and Wifi Calling, bank apps and bank id.
I don't use Samsung Pay, I use Google Pay instead, I also use most of Google services, notes, documents and autofill for passwords.
Im also not in any enterprise system, I use Gsuite/Workspace at work with myself as admin, I also don't use work profiles and secure folder.
I don't use Smart Watch, nor do I connect my phone to Samsung televesion or smart watch.
I don't use any Cloud services with Samsung, no Samsung Dex and only Gesture I use is double tap.
Click to expand...
Click to collapse
LOOOL, that's a lot, so why you bought galaxy phone? You should stick with Pixel phones instead, just kidding.
MoMo131 said:
LOOOL, that's a lot, so why you bought galaxy phone? You should stick with Pixel phones instead, just kidding.
Click to expand...
Click to collapse
I get them cheap trough work, and also the camera quality!
But yes, sometimes I feel what you are saying, haha
I found this link hope this help
Ultimate Samsung S9 and S9+ Debloat Guide
The Samsung Galaxy S9 and S9+ are truly fantastic flagship phones – unfortunately they do come with a bit of bloatware, either from your carrier or
appuals.com
MoMo131 said:
I found this link hope this help
Ultimate Samsung S9 and S9+ Debloat Guide
The Samsung Galaxy S9 and S9+ are truly fantastic flagship phones – unfortunately they do come with a bit of bloatware, either from your carrier or
appuals.com
Click to expand...
Click to collapse
Some of those commands won't work, some of them got new names since S8/S9.
But a lot of them are also the same.
Most easy way to find out is to download App Inspector to get the full name of the apk on your phone.
ADB_AppControl
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Easy aplication for debloat android.
xwing1000 said:
ADB_AppControl
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Easy aplication for debloat android.
Click to expand...
Click to collapse
I didn't get this to work on my Note 20, but haven't tried with other devices.
If it's works for your phone it's the most easy way, no copy pasting to command prompt, hehe!
Install ADB drivers and enable debugging mode on phone.
ADB AppControl User's Manual
Just one click i can read and execute old stored settings. Easy to find new applications after phone update.
Old but intersting list i use:
Samsung full apps list - Google Drive
docs.google.com
Thanks for this, trying to get rid of Accessibility in the settings menu, but it still shows mono audio & assistant menu under the Accessibility heading, I cannot figure out what apks are related to mono audio and assistant menu? any ideas?
Just so know, there are a couple of apps, maybe more that need accessibility to function proper if you choose some options, SD Maid and Nova Launcher are some of them.
I don't know the exact apk you are searching, but I think maybe you need to get rid of the whole accessibility service to delete these.
BUT, if you "debloat" the whole service you will get force close upon opening settings menu.
That mean you can't access settings menu at all.
Thanks, I would actually like to get it working again (now when I tap on it nothing happens) obviously one of the apps I've debloated is causing Accessibility to not work, I just cannot figure out which apks are needed to get Accessibility to work again in settings menu, I have restored talkback, and tts, and accessibility visualizations apk but am still missing something, any idea what set of apks are needed for Acessibility to work? thanks
see the 4 lists attached, in list1 the apks highlighted in blue I have reinstalled but accessibility still broken, could someone look at the lists and see if they can identify which others I'm missing, appreciated.
Jostian said:
Thanks, I would actually like to get it working again (now when I tap on it nothing happens) obviously one of the apps I've debloated is causing Accessibility to not work, I just cannot figure out which apks are needed to get Accessibility to work again in settings menu, I have restored talkback, and tts, and accessibility visualizations apk but am still missing something, any idea what set of apks are needed for Acessibility to work? thanks
see the 4 lists attached, in list1 the apks highlighted in blue I have reinstalled but accessibility still broken, could someone look at the lists and see if they can identify which others I'm missing, appreciated.
Click to expand...
Click to collapse
I ain't sure, but I know that diagmonagent also have a lot of dependencies.
And also, the IMS service you have deleted will break HD Voice in calls and also WiFi calling in some networks.
Edit:you should try reinstall the accessibility service com.samsung accessibility (something)
does anyone know what the samsung calendar proper name is? I want to debloat it but the only one I see is the google calendar in ADB app control??
Thanks for sharing this info
johnp357 said:
does anyone know what the samsung calendar proper name is? I want to debloat it but the only one I see is the google calendar in ADB app control??
Click to expand...
Click to collapse
com.samsung.android.calendar
lyzgaard said:
com.samsung.android.calendar
Click to expand...
Click to collapse
thanks
Is it safe to delay Private Share?

How To Guide [XTREME Battery Settings] Improve Battery Life

PLEASE READ CAREFULLY
Now this is just my personal preference and you don't need to follow all steps and you should choose what suits your needs. But I get amazing battery life with this settings without sacrificing 120Hz and WQHD+.
I am on EU ROM 12.6 21.3.31 Beta Latest Update
With 120Hz and WQHD+ Turned ON.
If you use WQHD+ Uncheck save battery with WQHD+ (if enabled this will make screen glitch while switching across apps)
I uninstalled a lot of apps but the most important that drain battery are Facebook and Chrome.
ADB COMMANDS:
adb devices
adb shell
pm uninstall -k --user 0 com.mi.globalbrowser (MIUI browser)
pm uninstall -k --user 0 com.google.android.googlequicksearchbox (Google)
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle (Google Assistant)
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle (Google Assistant)
pm uninstall -k --user 0 com.mi.health (MIUI Health)
pm uninstall -k --user 0 com.google.ar.lens (Google Lens)
pm uninstall -k --user 0 com.android.email (Mail)
pm uninstall -k --user 0 com.android.mms (Messaging)
pm uninstall -k --user 0 com.xiaomi.payment (Mi Coin)
pm uninstall -k --user 0 com.miui.videoplayer (Mi Video)
pm uninstall -k --user 0 com.miui.player (Music)
pm uninstall -k --user 0 com.miui.notes (Notes)
pm uninstall -k --user 0 com.miui.huanji (Mi Mover)
pm uninstall -k --user 0 com.miui.weather2 (Weather)
pm uninstall -k --user 0 com.miui.personalassistant (MIUI app vault)
pm uninstall -k --user 0 com.xiaomi.migameservice (Mi Game Service)
pm uninstall -k --user 0 com.android.protips (Home Screen Tips)
pm uninstall -k --user 0 com.xiaomi.mi_connect_service (Mi Connect)
pm uninstall -k --user 0 com.android.nfc (This will remove NFC)
pm uninstall -k --user 0 com.android.cellbroadcastreceiver (https://stackoverflow.com/questions/5296987/what-is-broadcastreceiver-and-when-we-use-it)
pm uninstall -k --user 0 com.google.android.apps.cloudprint (Cloud Print)
pm uninstall -k --user 0 com.miui.mishare.connectivity (Mi Share)
pm uninstall -k --user 0 com.google.android.gms.location.history (Google Location History)
pm uninstall -k --user 0 com.android.wallpaper.livepicker (Live Wallpaper Picker)
pm uninstall -k --user 0 com.miui.newmidrive (Mi Drive)
pm uninstall -k --user 0 com.xiaomi.macro (MiMacro)
pm uninstall -k --user 0 com.miui.nextpay (NextPay)
pm uninstall -k --user 0 com.mfashiongallery.emag (Mi Wallpaper Carousel)
pm uninstall -k --user 0 com.miui.android.fashiongallery (Wallpaper Carousel)
I am sure I uninstalled more google apps and forget to write it down.
Settings/Apps/Permissions/AutoStart -Here you can leave ON only apps like messenger Viber WhatsApp Gmail and apps that you think you need to receive notifications at all the time. But turn off all the rest.
Settings/Apps/Manage Apps/Battery Saver/Restrict Background Activity -Here you choose which apps should be restricted, I have restricted most of my apps except the ones that need to get messages and notifications etc...
ADB COMMANDS
adb devices
adb shell
pm disable-user com.android.traceur (Disable logcat if you don't need logs)
cmd package bg-dexopt-job (Forcing ANdroid app optimization after every update (must be redone after every OTA) but also automatically runs every X days when the cell phone is charged overnight)
Settings/Location/Wi-Fi and Bluetooth Scanning -Switch Off Both Options-
Settings/Connection And Sharing/Printing -Switch Off-
Settings/Connection And Sharing/Private DNS/Private DNS Provider Hostname/DNS.Adguard.com
Settings/Wi-Fi/Wi-Fi Assistant -Switch Off Everything-
Settings/Bluetooth/Additional Settings/Pair Compatible Devices -Switch Off-
Settings/Additional Settings/Developer Options/Window Animation Scale -Off-
Settings/Additional Settings/Developer Options/Transition Animation Scale -Off-
Settings/Additional Settings/Developer Options/Animator Duration Scale -Off-
Settings/Display/Dark Mode -ON-
Settings/Display/Reading Mode -ON-
Settings/Display/AI Image Engine -All OFF-
Settings/Location/Google Location History/Pause
Settings/Always-On Display & Lock Screen/Always-On Display -OFF-
Settings/Always-On Display & Lock Screen/Notification Effect/None
Settings/Always-On Display & Lock Screen/Raise To Wake -OFF-
Settings/Always-On Display & Lock Screen/Double Tap To Wake Or Turn Off The Screen -OFF-
Settings/Password & Security/Fingerprint Unlock -OFF- (Face unlock is just blazing fast and best option)
Google Play/Settings/Auto-Update Apps/Don't Auto-Update Apps
There is a ton of settings in the phone so I could left something out but these are for sure the main important ones.
And necessary to tweak this device all the time ,. Revert some of these settings after every restart.
Great tutorial how to make your smartphone dumb.... Yes it would help to save battery life....
pm uninstall -k --user 0 com.android.email (Mail)
pm uninstall -k --user 0 com.android.mms (Messaging)
...
pm uninstall -k --user 0 com.android.nfc
pm uninstall -k --user 0 com.android.cellbroadcastreceiver
Click to expand...
Click to collapse
Are you trying to make your phone useless? Those look like core components to me. Especially NFC and the cell broadcast receiver - those look like system components you shouldn't touch. You realize you can just turn off NFC via a QuickTile or in the settings, right?
(Face unlock is just blazing fast and best option)
Click to expand...
Click to collapse
While it may be fast, it is far from the best option. To my knowledge, the Mi 11 does not use an IR camera for face unlock, instead only "looking" at the image. This means it should be fairly trivial to trick face unlock with a photo.
There's even a warning message when you try to enable it:
{
"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"
}
You should not use Face Unlock if you value security at all. Someone could simply take a photo/short video of you, steal your phone, and unlock/use it. Face unlock is not the best option, considering its huge security implications.
Lucavon said:
Are you trying to make your phone useless? Those look like core components to me. Especially NFC and the cell broadcast receiver - those look like system components you shouldn't touch. You realize you can just turn off NFC via a QuickTile or in the settings, right?
While it may be fast, it is far from the best option. To my knowledge, the Mi 11 does not use an IR camera for face unlock, instead only "looking" at the image. This means it should be fairly trivial to trick face unlock with a photo.
There's even a warning message when you try to enable it:
View attachment 5266715
You should not use Face Unlock if you value security at all. Someone could simply take a photo/short video of you, steal your phone, and unlock/use it. Face unlock is not the best option, considering its huge security implications.
Click to expand...
Click to collapse
You are free to chose what you want to do with your device. Meaning you don't need to follow any of this. For me all of this works flawlessly. I don't use NFC and I don't need it in my device. I use face unlock and a pin. And don't care about security. Got nothing to hide. Its just to prevent accidental unlock.
Thx for your settings Asnamus.
I don't understand why some people make unnecessary remarks. We don't force them to do what is proposed...
I make a mistake by removing the nfc. is it possible to reactivate / reinstall it despite having deleted it by mistake ?
and just a question, what is this :
pm disable-user com.android.traceur
adb shell cmd package bg-dexopt-job
Thx
Plathoon said:
Thx for your settings Asnamus.
I don't understand why some people make unnecessary remarks. We don't force them to do what is proposed...
I make a mistake by removing the nfc. is it possible to reactivate / reinstall it despite having deleted it by mistake ?
and just a question, what is this :
pm disable-user com.android.traceur
adb shell cmd package bg-dexopt-job
Thx
Click to expand...
Click to collapse
Ghehehhe you are the perfect example why people (like me) make remarks..... You accidentally removed something which you actually need.
There are things in there which better is not to remove...
You know what saves battery?? The on/off button.
we learn from our mistakes. Doing nothing is always easier.
I just forget to delete this line. My bad.
Save battery by turning on/off... The easy way. Not my philosophy !
I like to tweak and not do it in simplicity. At worst, I reinstall my phone and start again what I have already tweaked with more attention
Plathoon said:
we learn from our mistakes. Doing nothing is always easier.
I just forget to delete this line. My bad.
Save battery by turning on/off... The easy way. Not my philosophy !
I like to tweak and not do it in simplicity. At worst, I reinstall my phone and start again what I have already tweaked with more attention
Click to expand...
Click to collapse
Seriously.... the best way to save battery is to lower your screen brightness.
Off course it's always good to try tips and tricks but when removing all those items in OP better buy Nokia 3310. Great battery life and dumb phone.
I don't mind the battery usage it charges at lightning fast.
I have also had some great results on my other phones with Naptime app.
Plathoon said:
Thx for your settings Asnamus.
I don't understand why some people make unnecessary remarks. We don't force them to do what is proposed...
I make a mistake by removing the nfc. is it possible to reactivate / reinstall it despite having deleted it by mistake ?
and just a question, what is this :
pm disable-user com.android.traceur
adb shell cmd package bg-dexopt-job
Thx
Click to expand...
Click to collapse
Thank you for your positive feedback. Try to find NFC apk file and run it like normal installation. And you can check this article also. https://www.dev2qa.com/android-adb-install-uninstall-app-examples/
If no go I am afraid you would need to reinstall rom.
Plathoon said:
we learn from our mistakes. Doing nothing is always easier.
I just forget to delete this line. My bad.
Save battery by turning on/off... The easy way. Not my philosophy !
I like to tweak and not do it in simplicity. At worst, I reinstall my phone and start again what I have already tweaked with more attention
Click to expand...
Click to collapse
Exactly!
I have uninstalled many system apps when I started messing around with this things 3 years ago. So in first 2 months I was reinstalling rom almost every day. But yes that's how you learn and advance yourself. I love to tweak and set up device for my personal preference. I like to be super responsive and fast and have a good battery life. I am super happy with the settings on my Mi11.
Ok.
So new installation with MIUI 12.6 21.3.31.
This is what i have debloat on my phone :
adb devices
adb shell
pm uninstall --user 0 com.mi.globalbrowser
pm uninstall --user 0 cn.wps.moffice_eng.xiaomi.lite
pm uninstall --user 0 com.xiaomi.macro
pm uninstall --user 0 com.mi.health
pm uninstall --user 0 com.miui.zman
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.miwallpaper.earth
pm uninstall --user 0 com.miui.miwallpaper.mars
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.miui.mishare.connectivity
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.xiaomi.mirecycle
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.mfashiongallery.emag
pm uninstall --user 0 com.miui.accessibility
pm uninstall --user 0 com.xiaomi.account
pm uninstall --user 0 com.xiaomi.xmsf
pm uninstall --user 0 com.xiaomi.mirror
pm uninstall --user 0 com.xiaomi.simactivate.service
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.mi.webkit.core
pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi
pm uninstall --user 0 com.bsp.catchlog
pm uninstall --user 0 com.miui.vsimcore
pm uninstall --user 0 com.xiaomi.scanner
pm uninstall --user 0 com.miui.greenguard
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.enbbs
pm uninstall --user 0 com.mi.android.globalpersonalassistant
pm uninstall --user 0 com.mi.globalTrendNews
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.miwallpaper
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.translation.kingsoft
pm uninstall --user 0 com.miui.translation.xmcloud
pm uninstall --user 0 com.miui.translation.youdao
pm uninstall --user 0 com.miui.translationservice
pm uninstall --user 0 com.miui.userguide
pm uninstall --user 0 com.miui.virtualsim
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.xiaomi.vipaccount
pm uninstall --user 0 com.xiaomi.channel
pm uninstall --user 0 com.mipay.wallet
pm uninstall --user 0 com.xiaomi.pass
pm uninstall --user 0 com.xiaomi.shop
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.mi.liveassistant
pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.baidu.input_mi
pm uninstall --user 0 com.xiaomi.ab
pm uninstall --user 0 com.xiaomi.jr
pm uninstall --user 0 com.baidu.duersdk.opensdk
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.baidu.searchbox
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.miui.cit
pm uninstall --user 0 com.miui.qr
pm uninstall --user 0 com.miui.nextpay
pm uninstall --user 0 com.xiaomi.o2o
pm uninstall --user 0 com.miui.miwallpaper.miweatherwallpaper
pm uninstall --user 0 com.miui.miwallpaper.snowmountain
pm uninstall --user 0 com.miui.miwallpaper.geometry
pm uninstall --user 0 com.miui.miwallpaper.saturn
pm uninstall --user 0 com.mi.globalbrowser
pm uninstall --user 0 com.mi.health
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.android.email
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.xiaomi.migameservice
pm uninstall --user 0 com.android.protips
pm uninstall --user 0 com.xiaomi.mi_connect_service
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.google.android.apps.setupwizard.searchselector
pm uninstall --user 0 com.google.android.pixel.setupwizard
pm uninstall --user 0 com.google.android.calculator
pm uninstall --user 0 com.google.android.apps.recorder
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.apps.books
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.google.android.apps.currents
pm uninstall --user 0 com.google.android.apps.fitness
pm uninstall --user 0 com.google.android.apps.plus
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.google.tango.measure
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.google.android.soundpicker
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.marvin.talkback
And I also used "Xiaomi ADB-Fastboot Tool" (look attach files)
In case of problem (update, application crash, missing notifications, ...) I will give you my feedback.
Basicly turns smartphone into a brick
marcoshmaciel said:
Basicly turns smartphone into a brick
Click to expand...
Click to collapse
It's your point of view that I respect.
For me, it's fun to tweak.
My objective is to remove useless gadgets, which consume battery.
It's a smoother and better optimized device.
It's having a smartphone that looks like me and not having a smartphone like everyone.
As long as I can do the same as a bloatware-filled device, I'm fine.
For the moment, no problem with everything I have removed.
Plathoon said:
Ok.
So new installation with MIUI 12.6 21.3.31.
This is what i have debloat on my phone :
adb devices
adb shell
pm uninstall --user 0 com.mi.globalbrowser
pm uninstall --user 0 cn.wps.moffice_eng.xiaomi.lite
pm uninstall --user 0 com.xiaomi.macro
pm uninstall --user 0 com.mi.health
pm uninstall --user 0 com.miui.zman
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.miwallpaper.earth
pm uninstall --user 0 com.miui.miwallpaper.mars
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.miui.mishare.connectivity
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.xiaomi.mirecycle
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.mfashiongallery.emag
pm uninstall --user 0 com.miui.accessibility
pm uninstall --user 0 com.xiaomi.account
pm uninstall --user 0 com.xiaomi.xmsf
pm uninstall --user 0 com.xiaomi.mirror
pm uninstall --user 0 com.xiaomi.simactivate.service
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.mi.webkit.core
pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi
pm uninstall --user 0 com.bsp.catchlog
pm uninstall --user 0 com.miui.vsimcore
pm uninstall --user 0 com.xiaomi.scanner
pm uninstall --user 0 com.miui.greenguard
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.enbbs
pm uninstall --user 0 com.mi.android.globalpersonalassistant
pm uninstall --user 0 com.mi.globalTrendNews
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.miwallpaper
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.translation.kingsoft
pm uninstall --user 0 com.miui.translation.xmcloud
pm uninstall --user 0 com.miui.translation.youdao
pm uninstall --user 0 com.miui.translationservice
pm uninstall --user 0 com.miui.userguide
pm uninstall --user 0 com.miui.virtualsim
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.xiaomi.vipaccount
pm uninstall --user 0 com.xiaomi.channel
pm uninstall --user 0 com.mipay.wallet
pm uninstall --user 0 com.xiaomi.pass
pm uninstall --user 0 com.xiaomi.shop
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.mi.liveassistant
pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.baidu.input_mi
pm uninstall --user 0 com.xiaomi.ab
pm uninstall --user 0 com.xiaomi.jr
pm uninstall --user 0 com.baidu.duersdk.opensdk
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.baidu.searchbox
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.miui.cit
pm uninstall --user 0 com.miui.qr
pm uninstall --user 0 com.miui.nextpay
pm uninstall --user 0 com.xiaomi.o2o
pm uninstall --user 0 com.miui.miwallpaper.miweatherwallpaper
pm uninstall --user 0 com.miui.miwallpaper.snowmountain
pm uninstall --user 0 com.miui.miwallpaper.geometry
pm uninstall --user 0 com.miui.miwallpaper.saturn
pm uninstall --user 0 com.mi.globalbrowser
pm uninstall --user 0 com.mi.health
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.android.email
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.xiaomi.migameservice
pm uninstall --user 0 com.android.protips
pm uninstall --user 0 com.xiaomi.mi_connect_service
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.google.android.apps.setupwizard.searchselector
pm uninstall --user 0 com.google.android.pixel.setupwizard
pm uninstall --user 0 com.google.android.calculator
pm uninstall --user 0 com.google.android.apps.recorder
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.apps.books
pm uninstall --user 0 com.google.android.apps.cloudprint
pm uninstall --user 0 com.google.android.apps.currents
pm uninstall --user 0 com.google.android.apps.fitness
pm uninstall --user 0 com.google.android.apps.plus
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.google.tango.measure
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.google.android.soundpicker
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.marvin.talkback
And I also used "Xiaomi ADB-Fastboot Tool" (look attach files)
In case of problem (update, application crash, missing notifications, ...) I will give you my feedback.
Click to expand...
Click to collapse
Nice work ! Thank You !
But you only uninstall apps.. if the system is programmed to search for certain apps, it will consume to search a missing apk..
You really miss the basic android 9 bugs to solve the battery problem. These points you mention are just minor things. The battery consuming part is introduced since android 9, and never been resolved, for every android phone. All the people complaining about battery life, are just not into researching. Neither are you, because you just copied a list from internet and made your phone a brick, which is totally unnessacarily.
Sorry for bad bad english. Atm im busy flashing my phone, sow i dont want to waste time typing, but i can help you if you like when i got some time.
banananananana said:
But you only uninstall apps.. if the system is programmed to search for certain apps, it will consume to search a missing apk..
You really miss the basic android 9 bugs to solve the battery problem. These points you mention are just minor things. The battery consuming part is introduced since android 9, and never been resolved, for every android phone. All the people complaining about battery life, are just not into researching. Neither are you, because you just copied a list from internet and made your phone a brick, which is totally unnessacarily.
Sorry for bad bad english. Atm im busy flashing my phone, sow i dont want to waste time typing, but i can help you if you like when i got some time.
Click to expand...
Click to collapse
Maybe he didn't want to bother to write all the things he changed and done.
Can you please help him and me and us and write and share your experience and knowledge about battery and tweaks? Thank You
Plathoon said:
Thx for your settings Asnamus.
I don't understand why some people make unnecessary remarks. We don't force them to do what is proposed...
I make a mistake by removing the nfc. is it possible to reactivate / reinstall it despite having deleted it by mistake ?
and just a question, what is this :
pm disable-user com.android.traceur
adb shell cmd package bg-dexopt-job
Thx
Click to expand...
Click to collapse
adb shell pm disable-user com.android.traceur (Disable logcat if you don't need logs)
adb shell cmd package bg-dexopt-job (Forcing ANdroid app optimization after every update (must be redone after every OTA) but also automatically runs every X days when the cell phone is charged overnight)
banananananana said:
But you only uninstall apps.. if the system is programmed to search for certain apps, it will consume to search a missing apk..
You really miss the basic android 9 bugs to solve the battery problem. These points you mention are just minor things. The battery consuming part is introduced since android 9, and never been resolved, for every android phone. All the people complaining about battery life, are just not into researching. Neither are you, because you just copied a list from internet and made your phone a brick, which is totally unnessacarily.
Sorry for bad bad english. Atm im busy flashing my phone, sow i dont want to waste time typing, but i can help you if you like when i got some time.
Click to expand...
Click to collapse
This is just a list of bloatware i remove from the phone. You are right, this is only uninstall apps. Maybe system is serching for missing app. But i don't think so. Battery is better than first time i used this phone with global rom without tweak and all those F...ing ads ! (xiaomi is champion with this !)
But actually, i can use my phone like i want. Dunno why you think it's a brick. I think i can do all the thing you can do too.
As Asnamus said, i didn't write all thing i swhitch off / on because list is too long.
This is the first time i used a xiaomi phone so i'm beginner with.
But i make exactly same thing with other phone.
For example, my last OP8 pro reached 9h-10h SOT and 2-3 days of use.
Ok, i don't play game and i don't look video on social networks.
It's just for fun.
And this post is just for people who want to try something different.
Why complain ? Why criticize ? (we are human... ok thats why xD)
Hm do you realize that removing the calculator app won't help you save battery ?
I mean ok, it's a default app, you can download any other to replace it. But it makes the phone empty for nothing and the smartphone loses its main purpose : to be a swiss knife, doesn't it ?
Anyway, from my POV I will uninstall apps that aren't necessary but that keep running on the phone (like Health app or some of the battery consumption "other" list that I don't use)
You should not uninstall `com.android.cellbroadcastreceiver`, it's a national security feature, and if you don't want to use it, there are settings for messages you would like or wouldn't like to receive.
And by the way, I think that is the service that allows you to make emergency calls even if you have no SIM (not sure about that)
For information, I upgraded from 12.0.2.0 to 12.5.1.0 (RKBCNXM). The phone was already debloated - there was no facebook app or netflix or whatever random app I don't use. The AOD app is not displayed anymore in the battery consumption list, and now I lose 4-7% over the night instead of 10-15% when I was under 12.0.2.0.
I rooted it and installed AdAway / VancedManager, that's the only thing I did with root for now, and as far as I can tell, I can't complain about battery now.
Asnamus said:
pm uninstall -k --user 0 com.xiaomi.macro (MiMacro)
Click to expand...
Click to collapse
What is this app ?
It has already been proven a million times: Bloatwares that you never use will never consume battery. This isn't year 2014 anymore. Things have changes a lot and software has been better.

How To Guide Redmi Note 10 Pro debloat (my experience)

Hi all,
I thought I'd share what I did yesterday, which is to debloat my Redmi Note 10 Pro with MIUI Global (miui_SWEETGlobal_V12.5.8.0.RKFMIXM_61c0e33df5_11.0) , without breaking everything
Took me a few attempts because I was 1st uninstalling packages, switched to disabling them on my last try.
!!! DO THIS AT YOUR OWN RISK, IT WORKED FOR ME BUT I CAN'T GUARANTEE IT WILL FOR YOU !!!
Here's the how to :
Uninstall all the obvious bloatware manually on your phone in the app manager (Ebay, TikTok, Amazon, Netflix, etc...)
Enable developer settings
Enable USB Debugging in the developer settings
Connect your Xiaomi device to the PC using the USB cable
Approve the warning messages on your phone
Open the Command prompt (cmd.exe) on your PC and type in: “adb devices” to check if the device is connected
Enter the command: “adb shell”
To disable a package, enter the following command: “pm disable-user --user 0 <name of the package>”
To uninstall a package, enter the following command: “pm uninstall -k --user 0 <name of the package>” (hard to come back from, unless I missed something)
Here's the list I disabled :
Spoiler: List
pm disable-user --user 0 com.miui.msa.global
pm disable-user --user 0 com.xiaomi.glgm
pm disable-user --user 0 com.facebook.appmanager
pm disable-user --user 0 com.facebook.services
pm disable-user --user 0 com.facebook.system
pm disable-user --user 0 com.mi.webkit.core
pm disable-user --user 0 com.android.calendar
pm disable-user --user 0 com.miui.smsextra
pm disable-user --user 0 com.miui.screenrecorder
pm disable-user --user 0 com.miui.cleanmaster
pm disable-user --user 0 com.miui.fm
pm disable-user --user 0 com.mi.android.globalFileexplorer
pm disable-user --user 0 com.mi.android.globalpersonalassistant
pm disable-user --user 0 com.miui.fmservice
pm disable-user --user 0 com.milink.service
pm disable-user --user 0 com.miui.videoplayer
pm disable-user --user 0 com.miui.yellowpage
pm disable-user --user 0 com.mipay.wallet.in
pm disable-user --user 0 com.mipay.wallet.id
pm disable-user --user 0 com.xiaomi.payment
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.miui.hybrid
pm disable-user --user 0 com.miui.android.fashiongallery
pm disable-user --user 0 com.miui.player
pm disable-user --user 0 com.miui.translation.kingsoft
pm disable-user --user 0 com.miui.translationservice
pm disable-user --user 0 com.miui.virtualsim
pm disable-user --user 0 com.duokan.phone.remotecontroller
pm disable-user --user 0 com.miui.bugreport
pm disable-user --user 0 com.miui.translation.youdao
pm disable-user --user 0 com.xiaomi.joyose
pm disable-user --user 0 com.miui.notes
pm disable-user --user 0 com.xiaomi.mipicks
pm disable-user --user 0 com.xiaomi.scanner
pm disable-user --user 0 com.xiaomi.midrop
pm disable-user --user 0 com.miui.hybrid.accessory
pm disable-user --user 0 com.miui.daemon
pm disable-user --user 0 com.miui.analytics
pm disable-user --user 0 com.caf.fmradio
pm disable-user --user 0 com.miui.cloudbackup
pm disable-user --user 0 com.miui.backup
pm disable-user --user 0 com.miui.micloudsync
pm disable-user --user 0 com.miui.gallery
pm disable-user --user 0 com.miui.vsimcore
pm disable-user --user 0 com.miui.weather2
pm disable-user --user 0 com.miui.wmsvc
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.mi.global.shop
pm disable-user --user 0 com.mi.global.bbs
pm disable-user --user 0 com.facebook.katana
pm disable-user --user 0 in.mohalla.brandprovider
pm disable-user --user 0 in.mohalla.sharechat
pm disable-user --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm disable-user --user 0 com.eterno
pm disable-user --user 0 net.one97.paytm
pm disable-user --user 0 com.miui.userguide
pm disable-user --user 0 com.google.android.apps.tachyon
pm disable-user --user 0 com.google.android.feedback
pm disable-user --user 0 com.miui.translation.xmcloud
pm disable-user --user 0 com.miui.touchassistant
pm disable-user --user 0 com.xiaomi.discover
pm disable-user --user 0 com.xiaomi.location.fused
pm disable-user --user 0 com.xiaomi.mirecycle
pm disable-user --user 0 com.xiaomi.providers.appindex
pm disable-user --user 0 com.xiaomi.xmsf
pm disable-user --user 0 com.miui.miservice
pm disable-user --user 0 com.miui.compass
pm disable-user --user 0 com.google.android.apps.wellbeing
pm disable-user --user 0 com.micredit.in
pm disable-user --user 0 com.miui.cleaner
pm disable-user --user 0 com.miui.cloudservice
pm disable-user --user 0 com.miui.cloudservice.sysbase
pm disable-user --user 0 com.miui.mycloudsync
pm disable-user --user 0 com.miui.mishare.connectivity
pm disable-user --user 0 com.xiaomi.mi_connect_service
pm disable-user --user 0 com.xiaomi.mtb
pm disable-user --user 0 com.miui.cit
pm disable-user --user 0 com.miui.qr
pm disable-user --user 0 com.swfp.factory
pm disable-user --user 0 com.xiaomi.mipicks
pm disable-user --user 0 com.xiaomi.audiomonitor
pm disable-user --user 0 com.hippogames.ludosaga.mi
pm disable-user --user 0 com.block.puzzle.game.hippo.mi
pm disable-user --user 0 com.netflix.mediaclient
pm disable-user --user 0 com.opera.app.news
pm disable-user --user 0 com.opera.branding
pm disable-user --user 0 com.opera.branding.news
pm disable-user --user 0 com.google.android.music
pm disable-user --user 0 com.google.android.videos
pm disable-user --user 0 in.amazon.mShop.android.shopping
pm disable-user --user 0 com.google.android.youtube
pm disable-user --user 0 com.opera.mini.native
pm disable-user --user 0 com.netflix.partner.activation
pm disable-user --user 0 com.linkedin.android
pm disable-user --user 0 com.google.android.apps.podcasts
pm disable-user --user 0 com.ebay.carrier
pm disable-user --user 0 cn.wps.xiaomi.abroad.lite
pm disable-user --user 0 com.agoda.mobile.consumer
pm disable-user --user 0 com.amazon.mp3
pm disable-user --user 0 com.booking
pm disable-user --user 0 com.amazon.mShop.android.shopping
pm disable-user --user 0 com.ebay.mobile
pm disable-user --user 0 com.google.android.apps.walletnfcrel
pm disable-user --user 0 com.igg.android.lordsmobile
pm disable-user --user 0 com.tencent.igxiaomi
pm disable-user --user 0 com.zhiliaoapp.musically
pm disable-user --user 0 com.google.android.apps.youtube.music
pm disable-user --user 0 com.android.chrome
pm disable-user --user 0 com.google.ar.core
I found several lists of "safe to uninstall" here on XDA or various websites, but ended up breaking everything.
Some packages descriptions are available here :
https://cakeozolives.com/shaarli-antichesse/?Fr6b3w
https://technastic.com/xiaomi-bloatware-list-miui/
I probably missed more packages so feel free to add some in the comments.
edit 2022 : I would maybe suggest to keep these two packages, they are not phone breaking, but need for slowmo videos and setting wallpapers
com.miui.videoplayer
com.miui.gallery
Hope this helps
Thanks for sharing ! Will receive my GF phone next week and will disable all of these rightr away. Thanks !
twixxx31 said:
Thanks for sharing ! Will receive my GF phone next week and will disable all of these rightr away. Thanks !
Click to expand...
Click to collapse
You're welcome !
Like I said, proceed with caution
Hi, this list are valid for miui 13?
intelinside70 said:
Hi, this list are valid for miui 13?
Click to expand...
Click to collapse
No idea but it's just apps so I'm guessing yes ?
Worst case scenario some apps don't exist on miui 13 and they will be skipped.
Feel free to go thought the app list on the phone and right down the package names
I used "XiaomiADBFastbootTools.jar" (requires java), which makes it pretty easy. I posted the list of apps I removed before, but if you'll search around, you can find various forum posts and blog posts about which apps are safe to remove. At the moment, I'm running the xiaomi.eu version of miui. I debloated that, too, though it didn't require as much.
david003 said:
I used "XiaomiADBFastbootTools.jar" (requires java), which makes it pretty easy. I posted the list of apps I removed before, but if you'll search around, you can find various forum posts and blog posts about which apps are safe to remove. At the moment, I'm running the xiaomi.eu version of miui. I debloated that, too, though it didn't require as much.
Click to expand...
Click to collapse
I didn't know the tool ! Looks neat ! This one right ? https://github.com/Szaki/XiaomiADBFastbootTools
Yes, that's it!
david003 said:
I used "XiaomiADBFastbootTools.jar" (requires java), which makes it pretty easy. I posted the list of apps I removed before, but if you'll search around, you can find various forum posts and blog posts about which apps are safe to remove. At the moment, I'm running the xiaomi.eu version of miui. I debloated that, too, though it didn't require as much.
Click to expand...
Click to collapse
hello,
Does saftey net pass by default on eu rom ?
fxthomas said:
hello,
Does saftey net pass by default on eu rom ?
Click to expand...
Click to collapse
I think it's supposed to, but I didn't check before I rooted it. With root and the "universal safetynet fix" module installed, it passes safetynet, and widevine L1 DRM.
I've manually uninstalled around 70 apps that I consider to be bloatware on Miui 13 and my phone is running smoothly with nothing I need broken.
I won't post a list as everyone probably has a different idea of what constitutes bloat but there are two system apps I deleted that haven't caused any issues but which it seems people might be wary of uninstalling. The first was Miui Cleaner, part of the security app. Now I know that the advice is not to touch the security app as it might break your phone but I couldn't stop the cleaner displaying ads even after switching off recommendations. It also kept displaying notifications that could only be muted for a maximum of two hours. I took a calculated risk and uninstalled it and it has caused no issues whatsoever. I've just installed Fast Clean as an alternative and removed the ads using Lucky Patcher.
The second one is Miui Daemon. There seems to uncertainty about how safe it is to uninstall this but I did and again it has caused no issues. This system app sends data to Xiaomi about screen time and other device usage stats.
I hope this might help someone who wants to debloat their device as much as possible. I have to say that my debloated phone using Lawnchair launcher is lightning fast and I won't be looking to root it or put a custom ROM on it.
Same here on RN9PRo Miui 12 EEA and RN10Pro Miui13 EEA.
When I got the Redmi Note 9 Pro global joyese, 2 yrs back debloated MIUI ROM, using Xiaomi adb tools.
Removed cleaner too.
Got a system update a while later, having the option to update or ignore, Cleaner.
Accidentally updated it, not realizing that now is merged with Security and doesn't show in Xiaomi tools
At the moment am on MIUI 12.5.7.
Don't see the option for removing it in adb tools.
Any expert suggestions for it to get removed, has annoying ads...
Hoping to hear from you experts.
Thanks.
Mike2030 said:
When I got the Redmi Note 9 Pro global joyese, 2 yrs back debloated MIUI ROM, using Xiaomi adb tools.
Removed cleaner too.
Got a system update a while later, having the option to update or ignore, Cleaner.
Accidentally updated it, not realizing that now is merged with Security and doesn't show in Xiaomi tools
At the moment am on MIUI 12.5.7.
Don't see the option for removing it in adb tools.
Any expert suggestions for it to get removed, has annoying ads...
Hoping to hear from you experts.
Thanks.
Click to expand...
Click to collapse
I'm absolutely not an expert as I'm very new to this but I debloated my Note 10 Pro using ADB and removed the Cleaner (see my post above).
Device is on MIUI 13 Global and the package name is com.miui.cleaner. The cleaner is part of the Security app but now it's deleted it does nothing if you click on it.
CityKev said:
I'm absolutely not an expert as I'm very new to this but I debloated my Note 10 Pro using ADB and removed the Cleaner (see my post above).
Device is on MIUI 13 Global and the package name is com.miui.cleaner. The cleaner is part of the Security app but now it's deleted it does nothing if you click on it.
Click to expand...
Click to collapse
Thanks. How did you delete, using adb tools or cmd commands.
In adb tools don't see it.
Thanks again!
Mike2030 said:
Thanks. How did you delete, using adb tools or cmd commands.
In adb tools don't see it.
Thanks again!
Click to expand...
Click to collapse
Like I said, this is new to me so I'm not sure I understand your question.
I used platform tools and entered the CMD prompt. Then I entered adb devices to check my device was recognised and then pm uninstall --user 0 com.miui.cleaner
You should get a success message if it is found and deleted.
CityKev said:
Like I said, this is new to me so I'm not sure I understand your question.
I used platform tools and entered the CMD prompt. Then I entered adb devices to check my device was recognised and then pm uninstall --user 0 com.miui.cleaner
You should get a success message if it is found and deleted.
Click to expand...
Click to collapse
Thanks for explaining. Using the method you described Cleaner has got deleted and you don't see it in Security and System > All apps?
Has it totally disappeared, using pm uninstall --user 0 com.miui.cleaner?
I thought it would show in Xiaomi adb tools by Szaki and I removed it 2 yrs back using it.
Never tried platform tools.
And the command I hace for debloating my RN9 PRo is
pm uninstall --user 0 com.miui.cleanmaster vs, your pm uninstall --user 0 com.miui.cleaner
Is your phone RN9/10/11?
Thanks agaain!
CityKev said:
Like I said, this is new to me so I'm not sure I understand your question.
I used platform tools and entered the CMD prompt. Then I entered adb devices to check my device was recognised and then pm uninstall --user 0 com.miui.cleaner
You should get a success message if it is found and deleted.
Click to expand...
Click to collapse
Commands that I used in platform tools to debloat all Xiaomi apps, with none issues/boot loops etc.
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.miui.cleanmaster
And not like you posted.
pm uninstall --user 0 com.miui.cleaner
This should work?
Thanks again.
My list for ALL platform commands.
ANDROID / GOOGLE
-----------------------------------
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.android.deskclock
pm uninstall --user 0 com.android.providers.downloads.ui
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.android.soundrecorder
pm uninstall --user 0 com.google.android.apps.googleassistant
pm uninstall --user 0 com.google.android.apps.maps
pm uninstall --user 0 com.google.android.apps.subscriptions.red
pm uninstall --user 0 com.google.android.apps.walletnfcrel
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.google.android.contacts
pm uninstall --user 0 com.google.android.feedback
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.ar.lens
MIUI / XIAOMI
-----------------------------------
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
If you get an error for the package "com.google.ar.lens" or .core just ignore it and remove it together with the following apps again. After the first start some Google Apps get installed. Remove them too:
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.google.android.apps.magazines
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.podcasts
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.youtube.music
pm uninstall --user 0 com.google.android.videos
I have only disabled the following apps:
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.android.calllogbackup
pm disable-user --user 0 com.android.backupconfirm
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.egg
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.android.fileexplorer
pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
pm disable-user --user 0 com.android.managedprovisioning
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.proxyhandler
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.wallpaperbackup
pm disable-user --user 0 com.google.android.apps.messaging
pm disable-user --user 0 com.google.android.ext.shared
pm disable-user --user 0 com.google.android.onetimeinitializer
pm disable-user --user 0 com.google.android.partnersetup
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.miui.wmsvc
ANDROID / GOOGLE
-----------------------------------
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.android.deskclock
pm uninstall --user 0 com.android.providers.downloads.ui
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.android.soundrecorder
pm uninstall --user 0 com.google.android.apps.googleassistant
pm uninstall --user 0 com.google.android.apps.maps
pm uninstall --user 0 com.google.android.apps.subscriptions.red
pm uninstall --user 0 com.google.android.apps.walletnfcrel
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.google.android.contacts
pm uninstall --user 0 com.google.android.feedback
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.ar.lens
MIUI / XIAOMI
-----------------------------------
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
If you get an error for the package "com.google.ar.lens" or .core just ignore it and remove it together with the following apps again. After the first start some Google Apps get installed. Remove them too:
pm uninstall --user 0 com.google.ar.lens
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.apps.docs
pm uninstall --user 0 com.google.android.apps.magazines
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.podcasts
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.youtube.music
pm uninstall --user 0 com.google.android.videos
I have only disabled the following apps:
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.android.calllogbackup
pm disable-user --user 0 com.android.backupconfirm
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.egg
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.android.fileexplorer
pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
pm disable-user --user 0 com.android.managedprovisioning
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.proxyhandler
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.wallpaperbackup
pm disable-user --user 0 com.google.android.apps.messaging
pm disable-user --user 0 com.google.android.ext.shared
pm disable-user --user 0 com.google.android.onetimeinitializer
pm disable-user --user 0 com.google.android.partnersetup
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.miui.wmsvc
Uninstall list:
MIUI / XIAOMI
-----------------------------------
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
Disabled list:
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.android.calllogbackup
pm disable-user --user 0 com.android.backupconfirm
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.egg
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.android.fileexplorer
pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
pm disable-user --user 0 com.android.managedprovisioning
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.proxyhandler
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.wallpaperbackup
pm disable-user --user 0 com.google.android.apps.messaging
pm disable-user --user 0 com.google.android.ext.shared
pm disable-user --user 0 com.google.android.onetimeinitializer
pm disable-user --user 0 com.google.android.partnersetup
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.miui.wmsvc
If you need SMS and "Ok google", you should leave the hotwordenrollment apps and messaging.
Uninstall list:
MIUI / XIAOMI
-----------------------------------
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.mi.android.globalFileexplorer
pm uninstall --user 0 com.mi.android.globalminusscreen
pm uninstall --user 0 com.micredit.in
pm uninstall --user 0 com.milink.service
pm uninstall --user 0 com.mipay.wallet.id
pm uninstall --user 0 com.mipay.wallet.in
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.android.fashiongallery
pm uninstall --user 0 com.miui.backup
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.calculator
pm uninstall --user 0 com.miui.cleanmaster
pm uninstall --user 0 com.miui.cloudbackup
pm uninstall --user 0 com.miui.cloudservice
pm uninstall --user 0 com.miui.cloudservice.sysbase
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.daemon
pm uninstall --user 0 com.miui.fm
pm uninstall --user 0 com.miui.fmservice
pm uninstall --user 0 com.miui.freeform
pm uninstall --user 0 com.miui.huanji
pm uninstall --user 0 com.miui.hybrid
pm uninstall --user 0 com.miui.hybrid.accessory
pm uninstall --user 0 com.miui.micloudsync
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.msa.global
pm uninstall --user 0 com.miui.newmidrive
pm uninstall --user 0 com.miui.notes
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.videoplayer
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.miui.weather2
pm uninstall --user 0 com.tencent.soter.soterserver
pm uninstall --user 0 com.xiaomi.glgm
pm uninstall --user 0 com.xiaomi.joyose
pm uninstall --user 0 com.xiaomi.midrop
pm uninstall --user 0 com.xiaomi.mipicks
pm uninstall --user 0 com.xiaomi.miplay_client
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 com.xiaomi.scanner
ADVERTISING APPS
-----------------------------------
pm uninstall --user 0 cn.wps.moffice_eng
pm uninstall --user 0 cn.wps.xiaomi.abroad.lite
pm uninstall --user 0 com.alibaba.aliexpresshd
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.ebay.mobile
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.facebook.katana
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.linkedin.android
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.netflix.partner.activation
Disabled list:
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.android.calllogbackup
pm disable-user --user 0 com.android.backupconfirm
pm disable-user --user 0 com.android.bips
pm disable-user --user 0 com.android.bookmarkprovider
pm disable-user --user 0 com.android.dreams.basic
pm disable-user --user 0 com.android.dreams.phototable
pm disable-user --user 0 com.android.egg
pm disable-user --user 0 com.android.emergency
pm disable-user --user 0 com.android.fileexplorer
pm disable-user --user 0 com.android.hotwordenrollment.okgoogle
pm disable-user --user 0 com.android.hotwordenrollment.xgoogle
pm disable-user --user 0 com.android.managedprovisioning
pm disable-user --user 0 com.android.printspooler
pm disable-user --user 0 com.android.proxyhandler
pm disable-user --user 0 com.android.wallpaper.livepicker
pm disable-user --user 0 com.android.wallpaperbackup
pm disable-user --user 0 com.google.android.apps.messaging
pm disable-user --user 0 com.google.android.ext.shared
pm disable-user --user 0 com.google.android.onetimeinitializer
pm disable-user --user 0 com.google.android.partnersetup
pm disable-user --user 0 com.google.android.printservice.recommendation
pm disable-user --user 0 com.miui.wmsvc
If you need SMS and "Ok google", you should leave the hotwordenrollment apps and messaging.

Question Vivo X70 Pro and Pro Plus [Origin OS] safe debloat list

Hi, I think it would be useful if someone with knowledge drop a list of vivo x70 Pro series uninstallable apps and services of the phone.
For now I only disabled com.vivo.pem for the notifications, but I think that are many services still draining the battery, thing that's not happening on the (Funtouch Os) reviewed X70 Pro/Plus, i.e. 18hrs of web browsing.
I have only uninstalled com.vivo.pem, solving the delay on push notifications.
Thanks
PassingComplexion said:
Hi, I think it would be useful if someone with knowledge drop a list of vivo x70 Pro series uninstallable apps and services of the phone.
For now I only disabled com.vivo.pem for the notifications, but I think that are many services still draining the battery, thing that's not happening on the (Funtouch Os) reviewed X70 Pro/Plus, i.e. 18hrs of web browsing.
I have only uninstalled com.vivo.pem, solving the delay on push notifications.
Thanks
Click to expand...
Click to collapse
Would be really helpful. I am on color os and I really wouldn't like to remove something that is needed.
Well , here is a list from my X70 Pro+
Code:
pm uninstall -k com.unionpay.tsmservice
pm uninstall -k com.sina.news.vivo.widget
pm uninstall -k com.youku.phone
pm uninstall -k com.vivo.widget.iot
pm uninstall -k com.dianping.v1
pm uninstall -k com.baidu.carlife.vivo
pm uninstall -k cn.com.omronhealthcare.omronplus.vivo
pm uninstall -k me.ele
pm uninstall -k com.csdroid.pkg
pm uninstall -k com.taobao.litetao
pm uninstall -k com.baidu.searchbox
pm uninstall -k com.wuba
pm uninstall -k com.vivo.healthcode
pm uninstall -k com.tencent.qqlive
pm uninstall -k com.xunmeng.pinduoduo
pm uninstall -k com.kaixinkan.ugc.video
pm uninstall -k com.vivo.video.widget
pm uninstall -k com.vivo.ese.widget
pm uninstall -k com.ss.android.article.news
pm uninstall -k com.ximalaya.ting.android
pm uninstall -k com.vivo.minigamecenter
pm uninstall -k com.xtc.originwidget
pm uninstall -k com.jingdong.app.mall
pm uninstall -k com.vivo.wallet.appwidget
pm uninstall -k com.autonavi.minimap
pm uninstall -k ctrip.android.view
pm uninstall -k com.vivo.familycare.widget
pm uninstall -k com.sina.weibo
pm uninstall -k com.vivo.vhome
pm uninstall -k com.smile.gifmaker
pm uninstall -k com.ss.android.article.video
pm uninstall -k com.taobao.taobao
pm uninstall -k com.vivo.sosappwidget
pm uninstall -k com.eg.android.AlipayGphone
pm disable-user --user 0 com.vivo.weather.provider
pm disable-user --user 0 com.vivo.carlauncher
pm disable-user --user 0 com.vivo.easyshare
pm disable-user --user 0 com.vivo.pem
pm disable-user --user 0 com.vivo.abe
pm disable-user --user 0 com.vivo.remoteassistant
pm disable-user --user 0 com.vivo.musicwidgetmix
pm disable-user --user 0 com.vivo.numbermark
pm disable-user --user 0 com.iflytek.speechsuite
pm disable-user --user 0 com.vivo.smartanswer
pm disable-user --user 0 com.vivo.vivokaraoke
pm disable-user --user 0 com.vivo.weather
pm disable-user --user 0 com.android.bbkmusic
pm disable-user --user 0 com.android.browser
pm disable-user --user 0 com.vivo.gamecube
pm disable-user --user 0 com.vivo.third.numbermark
pm disable-user --user 0 com.vivo.pushservice
pm disable-user --user 0 com.android.filemanager
pm disable-user --user 0 com.vivo.smartLife
pm disable-user --user 0 com.google.android.marvin.talkback
pm disable-user --user 0 com.vivo.vhomeguide
pm disable-user --user 0 com.bbk.cloud
pm disable-user --user 0 com.vivo.timerwidget
pm disable-user --user 0 com.bbk.iqoo.feedback
pm disable-user --user 0 com.vivo.quickpay
pm disable-user --user 0 com.vivo.voicewakeup
pm disable-user --user 0 com.vivo.Tips
pm disable-user --user 0 com.vivo.card
pm disable-user --user 0 com.vivo.game
pm disable-user --user 0 com.bbk.photoframewidget
pm disable-user --user 0 com.bbk.iqoo.logsystem
pm disable-user --user 0 com.vivo.newsreader
pm disable-user --user 0 com.vivo.health
pm disable-user --user 0 com.android.bbklog
pm disable-user --user 0 com.mobile.iroaming
pm disable-user --user 0 com.vivo.moodcube
pm disable-user --user 0 com.vivo.widget.calendar
pm disable-user --user 0 com.vivo.magazine
pm disable-user --user 0 com.vivo.familycare.local
pm disable-user --user 0 com.vivo.childrenmode
pm disable-user --user 0 com.vivo.wallet
pm disable-user --user 0 com.vivo.xspace
pm disable-user --user 0 com.vivo.globalsearch
pm disable-user --user 0 com.android.apps.tag
pm disable-user --user 0 com.baidu.map.location
pm disable-user --user 0 com.vivo.translator
pm disable-user --user 0 com.vivo.car.networking
pm disable-user --user 0 com.vivo.agent
pm disable-user --user 0 com.vivo.email
pm disable-user --user 0 com.vivo.gametrain
pm disable-user --user 0 com.vivo.gamewatch
pm disable-user --user 0 com.vivo.share
pm disable-user --user 0 com.vivo.space
pm disable-user --user 0 com.android.notes
pm disable-user --user 0 com.vivo.countdownwidget
pm disable-user --user 0 com.vivo.browser
pm disable-user --user 0 com.vivo.voicerecognition
pm disable-user --user 0 com.vivo.assistant
pm disable-user --user 0 com.vivo.healthwidget
pm disable-user --user 0 com.vivo.widget.gallery
pm disable-user --user 0 com.chaozh.iReader
BUT! I don't know why, but this doesn't work for me anymore, since Android OceanOS!
Can someone confirm this? When i enter the first lines via ADB, it reject "SUCCES!" but after a reboot, all apps are back... So annoying, i have to manually uninstall all the crap. So nor the disabling of apps works...
Any ideas?
Edit: 13.03.2022 - changed code
Never heard of something like that, and I'm sorry, I don't believe that adb uninstall for primary user doesn't work with whatever Android.
Check the syntax and whether your phone even collaborate with the computer.
Attached is the proof that adb works with the last (and any previous) Ocean.
Yeah, as i told, works with most of the apps. They are gone, but after reboot, they are back. Anyway... i'm going to sell my phone. OceanOS sucks so much. All these little things that dont work. And no support from Vivo, nor the ability to flash back...
AMDFenics said:
Yeah, as i told, works with most of the apps. They are gone, but after reboot, they are back. Anyway... i'm going to sell my phone. OceanOS sucks so much. All these little things that dont work. And no support from Vivo, nor the ability to flash back...
Click to expand...
Click to collapse
Facing this issue too, after update to Oceanos, some bloatware apps can't be disable too. Hope in the next few months we'll have a way to unlock the bootloader

Categories

Resources