How To Guide [XTREME Battery Settings] Improve Battery Life - Xiaomi Mi 11

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.

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.

Debloat without root via ADB

I've successfully de bloated google apps using this method on my OnePlus 7 Pro.
1. Download Microsoft Windows ADB Setup using this link
2. Enable USB debugging in Developer mode and do not forget to authorize when you connect to PC.
3. Open command prompt in adb folder, type "adb shell"
4. Run these commands
Code:
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.dsl.ant.server
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.android.bookmarkprovider
pm uninstall --user 0 com.oneplus.bttestmode
pm uninstall --user 0 com.oneplus.card
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.tts
pm uninstall --user 0 com.oem.logkitsdservice
pm uninstall --user 0 cn.oneplus.oem_tcma
pm uninstall --user 0 com.oem.autotest
pm uninstall --user 0 com.oneplus.opbugreportlite
pm uninstall --user 0 net.oneplus.commonlogtool
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.qti.snapdragon.qdcm_ff
pm uninstall --user 0 com.example.rftuner
pm uninstall --user 0 com.fingerprints.fingerprintsensortest
pm uninstall --user 0 com.android.stk
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.android.traceur
pm uninstall --user 0 com.qualcomm.uimremoteclient
pm uninstall --user 0 com.android.wallpaperbackup
pm uninstall --user 0 com.wapi.wapicertmanage
pm uninstall --user 0 com.example.wifirftest
pm uninstall --user 0 com.google.android.apps.maps
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.google.android.setupwizard
Uninstalls Google and OnePlus crap
Youtube
Google search
Gmail
Google Music
Duo
Google Videos
Chrome
Netflix
Calendar
Maps
etc..
Some guides to help..
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/amp/
https://www.xda-developers.com/install-adb-windows-macos-linux/
zmafreak said:
I've successfully de bloated google apps using this method on my OnePlus 7 Pro.
1. Download Microsoft Windows ADB Setup using this link
2. Enable USB debugging in Developer mode and do not forget to authorize when you connect to PC.
3. Open command prompt in adb folder and run these commands
Uninstalls
Youtube
Google search
Gmail
Google Music
Duo
Google Videos
Chrome
Netflix
Some guides to help..
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/amp/
https://www.xda-developers.com/install-adb-windows-macos-linux/
Click to expand...
Click to collapse
If I update to new OOS, do those debloated apps come back again?
storytellerz said:
If I update to new OOS, do those debloated apps come back again?
Click to expand...
Click to collapse
Not sure.. I recommend you to update and run the commands.
UPDATE
Just tried to debloat using TomatoT Debloater "Invisible" script and it seems to work on my phone.
Note - TomatoT Debloater requires root as the developer removes the folder itself. Whereas i try to uninstall apps. I had to alter the script with app names. But there are few apps that i cant access as of now.
List of systems apps SORTED & EXPLAINED by TomatoT
INVISIBLE DEBLOAT
pm uninstall -k --user 0 com.dsl.ant.server
pm uninstall -k --user 0 com.android.dreams.basic
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.oneplus.bttestmode
pm uninstall -k --user 0 com.oneplus.card
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.oem.logkitsdservice
pm uninstall -k --user 0 cn.oneplus.oem_tcma
pm uninstall -k --user 0 com.oem.autotest
pm uninstall -k --user 0 com.oem.logkitsdservice
pm uninstall -k --user 0 com.oneplus.opbugreportlite
pm uninstall -k --user 0 net.oneplus.commonlogtool
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.qti.snapdragon.qdcm_ff
pm uninstall -k --user 0 com.example.rftuner
pm uninstall -k --user 0 com.fingerprints.fingerprintsensortest
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.android.traceur
pm uninstall -k --user 0 com.qualcomm.uimremoteclient
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.wapi.wapicertmanage
pm uninstall -k --user 0 com.example.wifirftest
storytellerz said:
If I update to new OOS, do those debloated apps come back again?
Click to expand...
Click to collapse
zmafreak said:
Not sure.. I recommend you to update and run the commands.
Click to expand...
Click to collapse
Using ADB does not actually uninstalls but deactivates the app for a particular user. Updating the rom with OTA or a dirty flash should not activate those apps unless you manually do so or do a factory reset from recovery.
zmafreak said:
Just tried to debloat using TomatoT Debloater "Invisible" script and it seems to work on my phone.
Note - TomatoT Debloater requires root as the developer removes the folder itself. Whereas i try to uninstall apps. I had to alter the script with app names. But there are few apps that i cant access as of now.
List of systems apps SORTED & EXPLAINED by TomatoT
INVISIBLE DEBLOAT
pm uninstall -k --user 0 com.dsl.ant.server
pm uninstall -k --user 0 com.android.dreams.basic
pm uninstall -k --user 0 com.android.bookmarkprovider
pm uninstall -k --user 0 com.oneplus.bttestmode
pm uninstall -k --user 0 com.oneplus.card
pm uninstall -k --user 0 com.google.android.printservice.recommendation
pm uninstall -k --user 0 com.google.android.tts
pm uninstall -k --user 0 com.oem.logkitsdservice
pm uninstall -k --user 0 cn.oneplus.oem_tcma
pm uninstall -k --user 0 com.oem.autotest
pm uninstall -k --user 0 com.oem.logkitsdservice
pm uninstall -k --user 0 com.oneplus.opbugreportlite
pm uninstall -k --user 0 net.oneplus.commonlogtool
pm uninstall -k --user 0 com.android.wallpaper.livepicker
pm uninstall -k --user 0 com.android.providers.partnerbookmarks
pm uninstall -k --user 0 com.qti.snapdragon.qdcm_ff
pm uninstall -k --user 0 com.example.rftuner
pm uninstall -k --user 0 com.fingerprints.fingerprintsensortest
pm uninstall -k --user 0 com.android.stk
pm uninstall -k --user 0 com.google.android.marvin.talkback
pm uninstall -k --user 0 com.android.traceur
pm uninstall -k --user 0 com.qualcomm.uimremoteclient
pm uninstall -k --user 0 com.android.wallpaperbackup
pm uninstall -k --user 0 com.wapi.wapicertmanage
pm uninstall -k --user 0 com.example.wifirftest
Click to expand...
Click to collapse
Worked for me. You can copy the entire list and paste into CMD screen and it will remove them all.
pm uninstall -k --user 0 com.google.android.apps.tachyon
I get "not installed for user 0"
vector88 said:
pm uninstall -k --user 0 com.google.android.apps.tachyon
I get "not installed for user 0"
Click to expand...
Click to collapse
Nothing to worry.. it means it's not installed
Sent from my GM1911 using Tapatalk
storytellerz said:
If I update to new OOS, do those debloated apps come back again?
Click to expand...
Click to collapse
ludester said:
Worked for me. You can copy the entire list and paste into CMD screen and it will remove them all.
Click to expand...
Click to collapse
vector88 said:
pm uninstall -k --user 0 com.google.android.apps.tachyon
I get "not installed for user 0"
Click to expand...
Click to collapse
Just updated the script..
Better to use disable instead of uninstall
Especially those using PDC for volte that require logkitservice to access hidden menu
Just my 2c
virtyx said:
Better to use disable instead of uninstall
Especially those using PDC for volte that require logkitservice to access hidden menu
Just my 2c
Click to expand...
Click to collapse
Thanks for your input. I removed that line.
I prefer uninstalling as you can always install apps back from playstore or reset will do the trick.
Thank you for this thread, great work
Little modification :
com.dsi.ant.server , not com.dsl.ant.server
And big thanks fot the list !
zmafreak said:
I've successfully de bloated google apps using this method on my OnePlus 7 Pro.
1. Download Microsoft Windows ADB Setup using this link
2. Enable USB debugging in Developer mode and do not forget to authorize when you connect to PC.
3. Open command prompt in adb folder, type "adb shell"
4. Run these commands
Code:
pm uninstall --user 0 com.google.android.youtube
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.netflix.partner.activation
pm uninstall --user 0 com.netflix.mediaclient
pm uninstall --user 0 com.dsl.ant.server
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.android.bookmarkprovider
pm uninstall --user 0 com.oneplus.bttestmode
pm uninstall --user 0 com.oneplus.card
pm uninstall --user 0 com.google.android.printservice.recommendation
pm uninstall --user 0 com.google.android.tts
pm uninstall --user 0 com.oem.logkitsdservice
pm uninstall --user 0 cn.oneplus.oem_tcma
pm uninstall --user 0 com.oem.autotest
pm uninstall --user 0 com.oneplus.opbugreportlite
pm uninstall --user 0 net.oneplus.commonlogtool
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.qti.snapdragon.qdcm_ff
pm uninstall --user 0 com.example.rftuner
pm uninstall --user 0 com.fingerprints.fingerprintsensortest
pm uninstall --user 0 com.android.stk
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.android.traceur
pm uninstall --user 0 com.qualcomm.uimremoteclient
pm uninstall --user 0 com.android.wallpaperbackup
pm uninstall --user 0 com.wapi.wapicertmanage
pm uninstall --user 0 com.example.wifirftest
pm uninstall --user 0 com.google.android.apps.maps
pm uninstall --user 0 com.google.android.calendar
pm uninstall --user 0 com.google.android.setupwizard
Uninstalls Google and OnePlus crap
Youtube
Google search
Gmail
Google Music
Duo
Google Videos
Chrome
Netflix
Calendar
Maps
etc..
Some guides to help..
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/amp/
https://www.xda-developers.com/install-adb-windows-macos-linux/
Click to expand...
Click to collapse
Work perfect on OP 7t Pro
Nice work, able to clean up Oneplus 7 Pro.
Does this work on OxygenOS 10.3.0?
First time did not workt for me. I follow the guide in OP.
Second time, i type first "adb devices". I see my phone (if youre phone is not shown on Command promt screen, debloat will not work. All commands will show in RED color), then type "adb shell", then the commands.
I am on ob7, all stock.
Thank you.
Hi, i try to uninstall Game Space with this :
pm uninstall --user 0 com.google.game.space
With space or . or _ between game and space. I try in 1 word (gamespace).
Some help please.
And Gdrive.
@zmafreak
Can you tell me the exact command to delete Duo and Drive?
@lvints
google duo is in list: pm uninstall --user 0 com.google.android.apps.tachyon
for google drive is: pm uninstall --user 0 com.google.android.apps.docs
@null0seven
dont know is there google game space, but for oneplus game space: pm uninstall --user 0 com.oneplus.gamespace
GHosTiK
Thank you. Google duo & drive are gone.:good:
Game space still there.:crying:
I would like to get rid of Android auto too, if you can help.

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?

Question Debloating Mi 11

Hello all
Just wondering, has anyone debloated their Mi 11 Chinese ROM ? And can you kindly tell me what did you disable/un-install ?
Thanks
Inpain said:
Hello all
Just wondering, has anyone debloated their Mi 11 Chinese ROM ? And can you kindly tell me what did you disable/un-install ?
Thanks
Click to expand...
Click to collapse
For CN Rom, I have un-install the following without problems
adb shell pm uninstall -k --user 0 com.miui.analytics
adb shell pm uninstall -k --user 0 com.miui.cloudservice
adb shell pm uninstall -k --user 0 com.miui.cloudservice.sysbase
adb shell pm uninstall -k --user 0 com.miui.cloudbackup
adb shell pm uninstall -k --user 0 com.miui.backup
adb shell pm uninstall -k --user 0 com.xiaomi.payment
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver
adb shell pm uninstall -k --user 0 com.miui.yellowpage
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.miservice
adb shell pm uninstall -k --user 0 com.miui.hybrid
adb shell pm uninstall -k --user 0 com.miui.hybrid.accessory
adb shell pm uninstall -k --user 0 com.xiaomi.joyose
You could uninstall more but I am not sure which one is safe to uninstall.
This is for the EU rom 12.5 21.3.3
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)
Asnamus said:
This is for the EU rom 12.5 21.3.3
com.mi.globalbrowser (MIUI browser)
com.google.android.googlequicksearchbox (Google)
com.miui.personalassistant (MIUI app vault)
com.google.android.documentsui (Files)
com.android.hotwordenrollment.xgoogle (Google Assistant)
com.android.hotwordenrollment.okgoogle (Google Assistant)
com.google.android.gms.location.history (Google Location History)
com.mi.health (MIUI Health)
com.android.protips (Home Screen Tips)
com.google.ar.lens (Google Lens)
com.android.wallpaper.livepicker (Live Wallpaper Picker)
com.android.email (Mail)
com.android.mms (Messaging)
com.xiaomi.payment (Mi Coin)
com.miui.newmidrive (Mi Drive)
com.xiaomi.migameservice (Mi Game Service)
com.miui.videoplayer (Mi Video)
com.mfashiongallery.emag (Mi Wallpaper Carousel)
com.xiaomi.macro (MiMacro)
com.miui.player (Music)
com.miui.nextpay (NextPay)
com.miui.android.fashiongallery (Wallpaper Carousel)
com.miui.weather2 (Weather)
com.miui.notes (Notes)
com.android.fileexplorer (Files)
Click to expand...
Click to collapse
If you have debloated the 2 "Files apks" how can you send documents to a Whatsapp chat? I have installed Root Explorer and File Commander and no one is opened when I type in a chat to attach a document. The Whatsapp apk responds to me "You may not have a compatible application to open this file".
kurdiakis said:
If you have debloated the 2 "Files apks" how can you send documents to a Whatsapp chat?
Click to expand...
Click to collapse
I am using another application - file manager
Just found this on the web:
Extreme Debloat
#Android apps:
pm uninstall --user 0 com.android.protips
pm uninstall --user 0 com.android.dynsystem
pm uninstall --user 0 com.android.inputmethod.latin
pm uninstall --user 0 com.android.camera2
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.android.emergency
pm uninstall --user 0 com.android.printspooler
pm uninstall --user 0 com.android.apps.tag
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.android.dreams.phototable
pm uninstall --user 0 com.android.magicsmoke
pm uninstall --user 0 com.android.managedprovisioning
pm uninstall --user 0 com.android.noisefield
pm uninstall --user 0 com.android.phasebeam
pm uninstall --user 0 com.android.wallpaper.holospiral
pm uninstall --user 0 com.android.stk
pm uninstall --user 0 com.android.bluetoothmidiservice
pm uninstall --user 0 com.android.browser
pm uninstall --user 0 com.android.cellbroadcastreciever
pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall --user 0 com.android.printservice.recommendation
pm uninstall --user 0 com.android.quicksearchbox
pm uninstall --user 0 com.android.email
pm uninstall --user 0 com.android.bips
pm uninstall --user 0 com.android.hotwordenrollment.xgoogle
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.android.webview
pm uninstall --user 0 com.android.calendar
pm uninstall --user 0 com.android.providers.calendar
pm uninstall --user 0 android.romstats
pm uninstall --user 0 com.android.documentsui
pm uninstall --user 0 com.android.globalFileexplorer
pm uninstall --user 0 com.android.midrive
pm uninstall --user 0 com.android.calculator2
pm uninstall --user 0 com.android.soundrecorder
pm uninstall --user 0 com.android.musicfx
pm uninstall --user 0 com.android.bookmarkprovider
pm uninstall --user 0 com.android.gallery3d
pm uninstall --user 0 com.android.calllogbackup
pm uninstall --user 0 com.android.traceur
pm uninstall --user 0 com.sec.android.AutoPreconfig
pm uninstall --user 0 com.sec.android.service.health
#Google apps:
pm uninstall --user 0 com.google.android.tts
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.setupwizard.searchselector
pm uninstall --user 0 com.google.android.pixel.setupwizard
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.android.calendar
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.photos
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.email
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.talk
pm uninstall --user 0 com.google.android.syncadapters.contacts
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.apps.restore
pm uninstall --user 0 com.google.android.soundpicker
pm uninstall --user 0 com.google.android.syncadapters.calendar
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.setupwizard
pm uninstall --user 0 com.google.android.apps.wallpaper
pm uninstall --user 0 com.google.android.projection.gearhead
pm uninstall --user 0 com.google.android.marvin.talkback
#Xiaomi/MIUI/Baidu stuff:
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.miui.miservice
pm uninstall --user 0 com.xiaomi.mi_connect_service
pm uninstall --user 0 com.miui.contentcatcher
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.miui.misound
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.daemon
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.miui.notes
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.weather2
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenrecorder
pm uninstall --user 0 com.miui.providers.weather
pm uninstall --user 0 com.miui.compass
pm uninstall --user 0 com.miui.calculator
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.xiaomi.providers.appindex
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.audioeffect
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
#Xiaomi.eu:
pm uninstall --user 0 pl.zdunex25.updater
pm uninstall --user 0 com.android.updater
#RevolutionOS: (not well tested)
pm uninstall --user 0 ros.ota.updater
#SyberiaOS: (not well tested)
pm uninstall --user 0 com.syberia.ota
pm uninstall --user 0 com.syberia.SyberiaPapers
#LineageOS: (not well tested)
pm uninstall --user 0 org.lineageos.etar
pm uninstall --user 0 org.lineageos.recorder
pm uninstall --user 0 org.lineageos.snap
pm uninstall --user 0 org.cyanogenmod.audiofx
pm uninstall --user 0 org.lineageos.audiofx
pm uninstall --user 0 org.lineageos.jelly
pm uninstall --user 0 org.cyanogenmod.eleven
#crDroid:
pm uninstall --user 0 com.crdoid.music
pm uninstall --user 0 com.crdroid.updater
pm uninstall --user 0 org.lineageos.etar
pm uninstall --user 0 com.stevesoltys.seedvault
pm uninstall --user 0 org.lineageos.jelly
pm uninstall --user 0 org.lineageos.audiofx
pm uninstall --user 0 org.omnirom.logcat
THIS WILL REMOVE SCREEN RECORDING:
pm uninstall --user 0 com.oneplus.screenrecord
THIS WILL REMOVE FACE UNLOCK:
pm uninstall --user 0 com.motorola.faceunlock
#Paranoid Android:
pm uninstall --user 0 com.hampusolsson.abstruct
pm uninstall --user 0 code.name.monkey.retromusic
#Other stuff:
pm uninstall --user 0 com.autonavi.minimap
pm uninstall --user 0 com.caf.fmradio
pm uninstall --user 0 com.opera.preinstall
pm uninstall --user 0 com.qualcomm.qti.perfdump
pm uninstall --user 0 com.duokan.phone.remotecontroller
pm uninstall --user 0 com.samsung.aasaservice
pm uninstall --user 0 org.simalliance.openmobileapi.service
pm uninstall --user 0 com.duokan.phone.remotecontroller.peel.plugin
pm uninstall --user 0 com.facemoji.lite.xiaomi
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.dsi.ant.server
pm uninstall --user 0 com.netflix.partner.activation
# !EXPERIMENTAL STUFF!
#Qualcomm apps (not tested):
pm uninstall --user 0 com.qualcomm.wfd.service
pm uninstall --user 0 com.qualcomm.qti.qdma
pm uninstall --user 0 com.qualcomm.qti.qccauthmgr
#GPS & Location debloat
#Don't uninstall this if you are using
#- MIUI 12.5
#- crDroid 7.1
#- Likely any Android 11 ROM
#It'll cause bootloop
#You have been warned.
pm uninstall --user 0 com.android.location.fused
#Uninstalling these may break apps like Waze but will likely not cause bootloop.
#You have been warned.
pm uninstall --user 0 org.codeaurora.gps.gpslogsave
pm uninstall --user 0 com.google.android.gms.location.history
pm uninstall --user 0 com.qualcomm.location
pm uninstall --user 0 com.xiaomi.bsp.gps.nps
pm uninstall --user 0 com.xiaomi.location.fused
#Don't uninstall MIUI Launcher if you are using MIUI 12.5, or you'll break the full Recents view.
#Use this if you don't like the stock MIUI launcher on MIUI ROMs.
#Uninstalling this without basic setup and an alternative launcher will make the device unstable and/or bootloop.
#You can't downgrade to a lower version of MIUI launcher after uninstalling this.
#You have been warned.
pm uninstall --user 0 com.miui.home
#Always-on Display removal
#Not recommended, obviously breaks AOD but does not cause bootloop or instability
#You have been warned.
pm uninstall --user 0 com.miui.aod
#Application Extension Service removal
#Uninstalling this may break the battery saver feature
#You have been warned.
pm uninstall --user 0 com.xiaomi.contentcatcher
#Webview Removal
#Removes Android System Webview, may break apps like Facebook Messenger
#You have been warned.
pm uninstall --user 0 com.google.android.webview
Link: https://pastebin.com/nasjwRjh
If you debloat all of this apps, can you update to the latest weekly EU ROM with no problems? @Asnamus
Mrboombastixx said:
If you debloat all of this apps, can you update to the latest weekly EU ROM with no problems? @Asnamus
Click to expand...
Click to collapse
Hey woow dont debloat all of this apps DD ~! Choose for yourself what to uninstall. If you dont remove any critical system app you can use device normally. When updated to latest weekly eu rom everything stays the same as you had before update, meaning no new or previous apps will be installed with an update.
Mrboombastixx said:
If you debloat all of this apps, can you update to the latest weekly EU ROM with no problems? @Asnamus
Click to expand...
Click to collapse
Edit: Wrong post.
are the debloated apps re-installed once you install a new firmware update?
No.
com.android.calendar
Click to expand...
Click to collapse
com.android.providers.calendar
Click to expand...
Click to collapse
Does debloating this packages break any function?
Note: Im using Proton Calendar.
Edit: Debloating
com.android.calendar
Click to expand...
Click to collapse
doesn't break any functions or whatever.

Bloatware list, sucessfully removed from my Huawei Honor 10 Lite

Hi all,
I spent hours researching as many of the apps on my phone (Huawei Honor 10 lite), before removing them; and have successfully removed the apps in the list below, without any noticeable consequences. (I thought i'd share to hopefully help someone some time!).
Underlined and bold items in the list: You may want to keep these, depending on your preferences. (check them all, as I guess they are all useful to someone). especially don't remove com.huawei.android.launcher or the swiftkey ones, until you have installed an alternative launcher and keyboard app.
This list may be useful for other huawei or EMUI users.
Simply following this instructions on this excellent video:
I used these lists while compiling mine:
Uninstall System Apps on Huawei and Honor Devices
Huawei and Honor devices have lots of pre-installedapps and EMUI bloatware. Here's a list of Huawei bloatware or system apps that you can uninstall.
technastic.com
lists/Huawei.sh · master · W1nst0n / Universal Android Debloater · GitLab
Bash script using ADB to debloat rooted and non-rooted android devices. Improve your privacy, the security and battery life of your device.
gitlab.com
pm uninstall --user 0 com.baidu.input_huawei
pm uninstall --user 0 com.huawei.appmarket
pm uninstall --user 0 com.huawei.android.chr
pm uninstall --user 0 com.huawei.android.FloatTasks
pm uninstall --user 0 com.huawei.android.hsf
pm uninstall --user 0 com.huawei.android.hwpay
pm uninstall --user 0 com.huawei.android.karaoke
pm uninstall --user 0 com.huawei.android.mirrorshare
pm uninstall --user 0 com.huawei.android.remotecontroller
pm uninstall --user 0 com.huawei.search
pm uninstall --user 0 com.huawei.stylus.floatmenu
pm uninstall --user 0 com.huawei.android.tips
pm uninstall --user 0 com.huawei.android.totemweather
pm uninstall --user 0 com.huawei.arengine.service
pm uninstall --user 0 com.huawei.browser
pm uninstall --user 0 com.huawei.contactscamcard
pm uninstall --user 0 com.huawei.compass
pm uninstall --user 0 com.huawei.desktop.explorer
pm uninstall --user 0 com.huawei.fido.uafclient
pm uninstall --user 0 com.huawei.gameassistant
pm uninstall --user 0 com.huawei.geofence
pm uninstall --user 0 com.huawei.hdiw
pm uninstall --user 0 com.huawei.himovie.overseas
pm uninstall --user 0 com.huawei.hifolder
pm uninstall --user 0 com.huawei.hitouch
pm uninstall --user 0 com.huawei.hwdetectrepair
pm uninstall --user 0 com.huawei.iaware
pm uninstall --user 0 com.huawei.livewallpaper.paradise
pm uninstall --user 0 com.huawei.parentcontrol
pm uninstall --user 0 com.huawei.pcassistant
pm uninstall --user 0 com.huawei.phoneservice
pm uninstall --user 0 com.huawei.mirror
pm uninstall --user 0 com.huawei.screenrecorder
pm uninstall --user 0 com.huawei.vassistant
pm uninstall --user 0 com.huawei.videoeditor
pm uninstall --user 0 com.huawei.wallet
pm uninstall --user 0 com.huawei.watch.sync
pm uninstall --user 0 com.iflytek.speechsuite
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.android.bips
pm uninstall --user 0 com.android.dreams.basic
pm uninstall --user 0 com.android.dreams.phototable
pm uninstall --user 0 com.android.egg
pm uninstall --user 0 com.android.hotwordenrollment.okgoogle
pm uninstall --user 0 com.android.magicsmoke
pm uninstall --user 0 com.android.noisefield
pm uninstall --user 0 com.android.printservice.reccomendation
pm uninstall --user 0 com.android.providers.partnerbookmarks
pm uninstall --user 0 com.android.quicksearchbox
pm uninstall --user 0 com.android.voicedialer
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.docs
pm uninstall --user 0 com.google.android.apps.fitness
pm uninstall --user 0 com.google.android.apps.photos
pm uninstall --user 0 com.google.android.apps.tachyon
pm uninstall --user 0 com.google.android.apps.wallpaper
pm uninstall --user 0 com.google.android.apps.wellbeing
pm uninstall --user 0 com.google.android.feedback
pm uninstall --user 0 com.google.android.googlequicksearchbox
pm uninstall --user 0 com.google.android.gm
pm uninstall --user 0 com.google.ar.core
pm uninstall --user 0 com.google.android.videos
pm uninstall --user 0 com.google.tango.measure
pm uninstall --user 0 com.android.egg
pm uninstall --user 0 com.facebook.services
pm uninstall --user 0 com.google.android.music
pm uninstall --user 0 com.huawei.featurelayer.sharedfeature.map
pm uninstall --user 0 com.google.android.marvin.talkback
pm uninstall --user 0 com.huawei.wallet.sdk.walletsdk
pm uninstall --user 0 com.touchtype.swiftkey
pm uninstall --user 0 com.huawei.intelligent
pm uninstall --user 0 com.huawei.parentcontrol
pm uninstall --user 0 com.ebay.carrier
pm uninstall --user 0 com.android.partnerbrowsercutomizations.tmobile
pm uninstall --user 0 com.huawei.hwid
pm uninstall --user 0 com.huawei.tips
pm uninstall --user 0 com.android.stk
pm uninstall --user 0 com.huawei.android.instantshare
pm uninstall --user 0 com.huawei.trustagent
**pm uninstall --user 0 com.huawei.android.launcher**
pm uninstall --user 0 com.huawei.systemmanager
pm uninstall --user 0 com.huawei.contacts.sync
pm uninstall --user 0 com.amazon.appmanager
pm uninstall --user 0 com.google.android.syncadapters.contacts
uninstall --user 0 com.example.android.notepad
pm uninstall --user 0 com.android.chrome
pm uninstall --user 0 com.huawei.hwstartupguide
pm uninstall --user 0 com.google.android.syncadapters.calendar
pm uninstall --user 0 com.swiftkey.swiftkeyconfigurator
pm uninstall --user 0 com.huawei.hicloud
pm uninstall --user 0 com.android.mediacenter
pm uninstall --user 0 com.android.wallpaper.livepicker
pm uninstall --user 0 com.android.apps.tag
pm uninstall --user 0 com.facebook.system
pm uninstall --user 0 com.huawei.android.pushagent
pm uninstall --user 0 com.android.email
pm uninstall --user 0 com.huawei.scanner
pm uninstall --user 0 com.google.android.gms.location.history
pm uninstall --user 0 com.facebook.appmanager
pm uninstall --user 0 com.huawei.hicard
pm uninstall --user 0 com.huawei.hiaction

Categories

Resources