[GUIDE] Uninstall Poco x3 NFC Bloatware [List]

kojam

Senior Member
Sep 17, 2007
247
16
0
Which battery display?

Also part of the resolution of the problem I had was I had to disable Xiaomi's locate device. I haven't completely moved over to the poco and removing the sim caused the activate device screen to appear which I could not do b/c I think I had removed some of the components that were part of the process. The only thing I could do was reset the phone in xiaomis recovery.


What do I need to put back to get some control over the frame rate.. It seems to be locked?!
What does this ball thing you so highly tout! do :D will it clean my house?
edit: hmm looks like you cant just reinstall some things like com.misettings,

What is Quickball?!
What is Quickball?!

Behold!
https://www.youtube.com/watch?v=QSDxG0Qp19c LOL
 

pnin

Senior Member
Aug 26, 2010
186
38
58
Quick Ball in simple words is a touch assistant with combination of five unique shortcuts (helps to do quick functions and tasks easily) that even users can customize also. Quick Ball is aimed to give users quick and easy access to shortcuts and apps they use frequently. Quick ball can be placed anywhere on the screen and can also be accessed in lockscreen as well.
https://www.flashsaletricks.com/miui-8-quick-ball-feature/
 

kojam

Senior Member
Sep 17, 2007
247
16
0
Thanks to the OP for this. Appreciated.
After skimming through and finding people who have broken their phone I decided to poke around on "the Google" for more info before I attempt this. I did remove some things on the OP's list which I was 'almost' certain shouldn't cause a problem. I like this post I just found. I will do more research later to trim my phone as much as possible. I will post the content in case the page goes away some day (is that legal here?):

Source: https://selivan.github.io/2020/02/25/removing-bloatware-from-xiaomi-miui-android.html

Removing all unnecessary bloatware from Xiaomi MIUI 11/12 (Android 9/10) without root
androidxiaomimiui
Feb 25, 2020

TLDR: If you just want the list of bloatware app package names for Xiaomi MIUI - scroll to the end of the artice.

UPDATE 2020-05-09: Added SIM Toolkit description.
UPDATE 2020-07-04 Added some apps, thanks to @thecrazyblack.
UPDATE 2020-11-23 Updated list of apps, thanks to new comments by @toast254, @swiesmann, @MarcelloDM, @satnited.

Xiaomi phones have impressive parameters for given price, but they come with a lot of unnecessary software. It eats battery and memory, sometimes shows annoying advertisement, and may have security issues. You can not uninstall this pre-installed apps like usual ones, and you can not even disable them from settings like in earlier Android versions.

Here is how to remove or disable unnecessary software without rooting phone. Works for MIUI 11 and 12 (based on Android 9 and 10), should work for other phones for recent Android versions. Thanks to this very useful but severely under-voted stackoverflow answer.

NOTE: I do not guarantee that this instructions won’t break your phone, blow it to flaming pieces or cause a sentient machines rebellion against humanity. You were warned.

To manage phone from command-line via USB you need adb - Android Debug Bridge, part of Android platform-tools. You can download the recent one for your OS here. If you are on Windows, you also need USB drivers for your device.

⚙ Settings - About phone. Tap “MIUI version” multiple times. Now Developer Options are unlocked.
⚙ Settings - Additional settings - Developer Options - [✔] USB debugging.
Connect the phone to your computer via USB. Choose “File Transfer” mode instead of default “No data transfer”.
Open console in a directory where you unpacked platform tools.
./adb devices
Phone will prompt to add your computer’s key to allowed, agree to it.
./adb shell you have a shell on your device.
Now you need app package names, like com.miui.yellowpage for Mi Yellow Pages.

⚙ Settings - Apps - Manage Apps. Tap on application, then tap info(ℹ) button in the right corner. There you can see “APK name”, that’s what we need.
There are 2 options: disable app and uninstall app. I prefer disabling them, it’s easier to enable them back if you’ve broken something.

# Disable app
pm disable-user app.package.name
# Re-enable it
pm enable app.package.name

# Uninstall app
# Sometimes uninstall command may not work without -k option on un-rooted devices
# -k: Keep the data and cache directories around after package removal.
pm uninstall --user 0 app.package.name
# Install uninstalled system app
pm install --user 0 $(pm dump app.package.name | awk '/path/{ print $2 }')
# Another way to install uninstalled system app
pm install-existing app.package.name
More details here: pm commad manual.

To be able to install apps back, you need to enable

⚙ Settings - Additional settings - Developer Options - [✔] Install via USB
On Xiaomi phone to enable this setting you need to sign in into Mi Account. You may just use your Google account to sign into it and then sign-out when you don’t need it anymore:

⚙ Settings - Mi Account - sign-out.
Here is a list of Xiaomi and Google apps that I find unnecessary:

UNSAFE TO DISABLE/UNINSTALL

com.xiaomi.finddevice Result: endless boot loop, some time after it will ask to erase the phone and start over. Guess how I learned that?
com.miui.securitycenter Result: phone reboots only in recovery mode
com.android.contacts Result: you lose the phone icon
com.mi.android.globalminusscreen Xiaomi App Vault. Result: if you are logged in with Mi account, device becomes locked, to unlock you should bring it to Xiaomi Services Center. Settings -> Home Screen crashes Settings app. See comment by @satnited.
Xiaomi:

com.miui.analytics Mi Analytics (Spyware?)
com.xiaomi.mipicks GetApps - app store like Google Play from Xiaomi. The most annoying one, periodically shows advertisement.
com.miui.msa.global MIUI Ad Services - also responsible for showing ads.
com.miui.cloudservice com.miui.cloudservice.sysbase com.miui.newmidrive Mi Cloud
com.miui.cloudbackup Mi Cloud Backup
com.miui.backup MIUI Backup
com.xiaomi.glgm Games
com.xiaomi.payment com.mipay.wallet.in Mi Credit
com.tencent.soter.soterserver Authorize payments in WeChat and other Chinese services, useless if you don’t live in China.
cn.wps.xiaomi.abroad.lite Mi DocViewer(Powered by WPS Office)
com.miui.videoplayer Mi Video
com.miui.player Mi Music
com.mi.globalbrowser Mi Browser
com.xiaomi.midrop Mi ShareMe
com.miui.yellowpage Mi YellowPages. Some kind of caller id app.
com.miui.gallery MIUI Gallery - if you use another gallery app WARNING: @nihalanand697 reports disabling it isn’t safe. But I had no problems after uninstalling it.
com.miui.android.fashiongallery Wallpaper Carousel
com.miui.bugreport com.miui.miservice Mi Bug Report - if you not using this feature
com.miui.weather2 MIUI Weather. I prefer another weather app.
com.miui.hybrid com.miui.hybrid.accessory Quick apps.
com.miui.global.packageinstaller MIUI package installer. Without it Play Store app will be used. It shows ads, but I like that you can manage app permissions before starting it.
com.xiaomi.joyose ?? Some junk
Google:

com.google.android.gms.location.history Location History
com.google.android.videos Google Movies
com.google.android.music Google Music
com.google.android.apps.photos Google Photos
com.google.android.youtube Youtube - I prefer to use a browser
com.google.android.apps.tachyon Google Duo - video calling app
com.google.ar.lens Google Lens - identify things on camera
com.google.android.googlequicksearchbox Google search box - I prever to use a browser or widget
com.google.android.apps.wellbeing Digital wellbeing
com.google.android.apps.googleassistant Google Assistant
Facebook:

What the @#$%? I just got a fresh phone, didn’t install any Facebook apps and I still have a bunch of Facebook services eating my battery and memory.

com.facebook.katana Facebook mobile app
com.facebook.services Facebook Services
com.facebook.system Facebook App Installer
com.facebook.appmanager Facebook app manager
Default Android Apps

com.android.browser Default Browser - not necessary if you use Firefox or Chrome
com.android.wallpaper.livepicker Wallpaper live picker
com.android.dreams.basic Screen saver
com.android.dreams.phototable Screen saver
com.android.providers.downloads.ui Downloads UI. Periodically show notifications about files you downloaded. I find no use for it.
Miscelanneous Promoted Apps

com.netflix.partner.activation Some Netflix stuff
com.zhiliaoapp.musically TikTok
ru.yandex.searchplugin Yandex Search
com.yandex.zen Yandex Zen
com.ebay.mobile com.ebay.carrier Ebay Store
ru.ozon.app.android Ozon Store
com.alibaba.aliexpresshd Aliexpress Store
sg.bigo.live Some social media
ru.auto.ara auto.ru app
And some additional steps to disable Xiaomi ads and collecting data:

⚙ Settings - Passwords & Security - Authorization & revocation. Revoke authorization from msa(MIUI System Ads) application. Not necessary if you already disabled com.miui.msa.global.
⚙ Settings - Passwords & Security - Privacy. Disable “User Experience Program” and “Send diagnostic data automatically”.
⚙ Settings - Passwords & Security - Privacy - Ad services. Disable “Personalized ad recommendations”.
SIM Toolkit

Some Russian mobile operators use SIM card built-in application to promote paid services. They show pop-up windows with OK/Cancel buttons. Hit the wrong button - and you are suddenly subscribed to some freaking SMS horoscope with daily fee.

com.android.stk SIM Toolkit
com.android.stk2 SIM Toolkit for the second SIM card
Note, that some mobile operators may use SIM toolkit for useful things, and you will lose that functions. In my experience I have never seen anything useful there.

Another good articles on de-bloating MIUI:

technastic.com/xiaomi-bloatware-list-miui/
devcondition.com/article/removing-unneeded-miui-applications/
 
  • Like
Reactions: xphinx and bacitoto

kojam

Senior Member
Sep 17, 2007
247
16
0
pnin

LOL. I thought you posted a custom rom that had Quickball. I started to tear up like a kid who got the toy from Santa that they've wanted for all year. LOL
It's a guide to Quickball. That should help those who don't know how to use it. Good job. Thanks!
 
Last edited:

dasbooter

Senior Member
Jun 22, 2010
138
9
0
Thanks to the OP for this. Appreciated.
After skimming through and finding people who have broken their phone I decided to poke around on "the Google" for more info before I attempt this. I did remove some things on the OP's list which I was 'almost' certain shouldn't cause a problem. I like this post I just found. I will do more research later to trim my phone as much as possible. I will post the content in case the page goes away some day (is that legal here?):

UNSAFE TO DISABLE/UNINSTALL

com.xiaomi.finddevice Result: endless boot loop, some time after it will ask to erase the phone and start over. Guess how I learned that?
com.miui.securitycenter Result: phone reboots only in recovery mode
com.android.contacts Result: you lose the phone icon
com.mi.android.globalminusscreen Xiaomi App Vault. Result: if you are logged in with Mi account, device becomes locked, to unlock you should bring it to Xiaomi Services Center. Settings -> Home Screen crashes Settings app. See comment by @satnited.
Xiaomi:
Hmm this one in red is listed as a safe to uninstall package on the first page. In fact I did un-install it.
Taking it to a mi service center is not really an option lol I think booting into recovery and resetting the phone might get you out of this than make sure you have the sim in that matches the account that you made to reactivate the device
 
  • Like
Reactions: bacitoto

bacitoto

Senior Member
May 30, 2013
282
37
58
Portugal
But I already fixed it by reinstalling the file manager and poco launcher. So I would recommend not deleting those. Prob keeping the launcher is enough.
Make sure you uninstalled com.mi.android.globalFileexplorer and not package:com.android.fileexplorer/package:com.mi.android.globalFileexplorer

Thanks uninstalled. i keept some app.
uninstalled mi security got bootloop after that i keept mi security app
The safe to uninstall is com.xiaomi.mirecycle NOT package:com.miui.securitycenter /
package:com.miui.securitycore / package:com.lbe.security.miui
Altough package:com.miui.securityadd should be safe but I haven't tested so carefull...

Uninstalling your launcher is going to get you into trouble since you cant interact with the phone
ugh yes, probably should have explained that in the OP, I'm editing right now. thx for testing and sry for the butterflies in your stomach :p
 
Last edited:
  • Like
Reactions: Kemal

bacitoto

Senior Member
May 30, 2013
282
37
58
Portugal
After skimming through and finding people who have broken their phone I decided to poke around on "the Google" for more info before I attempt this. I did remove some things on the OP's list which I was 'almost' certain shouldn't cause a problem.

UNSAFE TO DISABLE/UNINSTALL
com.mi.android.globalminusscreen Xiaomi App Vault. Result: if you are logged in with Mi account, device becomes locked, to unlock you should bring it to Xiaomi Services Center. Settings -> Home Screen crashes Settings app.
Hmm this one in red is listed as a safe to uninstall package on the first page. In fact I did un-install it.
Taking it to a mi service center is not really an option lol I think booting into recovery and resetting the phone might get you out of this than make sure you have the sim in that matches the account that you made to reactivate the device
Just to make sure:
I believe this is wrong, I uninstalled and have unlocked device, everything seems to be working fine ¯\_(ツ)_/¯
OEMUNLOCKED.png
javaw_HbfBx7vBgm.png


Thanks for all the info so far
Any sugestion to main POST? I tried to make it as readable as I can.
Most people (with a few execptions) that entered bootloop or similar problems didn't actually followed the safe list. And I did uninstall everything on the safe list myself, it's been months now, and no problemos so that's all I can vouch for
 
Last edited:

marc0polo

Member
Aug 22, 2012
44
3
8
Big thanks for the guide. I used the first method (Xiaomi ADB Fastboot Tools) and it's working perfectly so far. I manually deleted a couple of apps as well (e.g. Facebook, WPSOffice, default games, etc.) I'll update this post if I uninstall anything else or something breaks..

These are the apps I deleted:

com.facebook.appmanager | Facebook
com.facebook.services | Facebook
com.facebook.system | Facebook
com.google.android.apps.subscriptions.red | Google One
com.google.android.apps.tachyon | Google Duo
com.google.android.apps.youtube.music | YouTube Music
com.google.android.feedback | Market Feedback Agent
com.google.android.videos | Google Play Movies
com.mi.android.globalFileexplorer | Mi File Manager
com.mipay.wallet.in | Mi Pay
com.miui.analytics | Analytics
com.miui.backup | Backup
com.miui.bugreport | Feedback
com.miui.cleanmaster | Cleaner
com.miui.cloudbackup | Mi Cloud
com.miui.cloudservice | Mi Cloud
com.miui.cloudservice.sysbase | Mi Cloud
com.miui.micloudsync | Mi Cloud
com.miui.compass | Compass
com.miui.fm | FM Radio
com.miui.freeform | Freeform
com.miui.hybrid | Quick Apps
com.miui.hybrid.accessory | HybridAccessory
com.miui.miservice | Services & feedback
com.miui.mishare.connectivity | Mi Share
com.miui.miwallpaper | Mi Wallpaper
com.miui.msa.global | MSA
com.miui.notes | Notes
com.miui.phrase | Frequent phrases
com.miui.player | Music
com.miui.screenrecorder | Screen Recorder
com.miui.videoplayer | Mi Video
com.miui.weather2 | Weather
com.miui.yellowpage | Yellow Pages
com.netflix.partner.activation | PartnerNetflixActivation
com.tencent.soter.soterserver | SoterService
com.xiaomi.discover | System Apps Updater
com.xiaomi.glgm | Games
com.xiaomi.joyose | Joyose
com.xiaomi.midrop | Mi Drop
com.xiaomi.mipicks | GetApps
com.xiaomi.miplay_client | MiPlayClient
com.xiaomi.scanner | Scanner

com.xiaomi.xmsf | Xiaomi Service Framework
com.xiaomi.xmsfkeeper | Xiaomi Service Framework
com.miui.global.packageinstaller | Package Installer
com.miui.calculator | Calculator
com.mi.health | Mi Health
com.google.android.youtube | YouTube
com.android.providers.downloads.ui | Downloads
com.android.deskclock | Clock
 
Last edited:
  • Like
Reactions: bacitoto and pnin

PYCON

Senior Member
Nov 1, 2006
1,386
276
113
Sorry for my stupid question...

Before discovering this topic, I tried to uninstall / disable system apps in the way that I've been used since many years.

Specific apps... System App Remover, Lucky Patcher, Uninstaller. Nothing works for every app.

For example, I was able to uninstall completely Google Play Film aka Google Play Movies in a click with Uninstaller. But not other system apps, for example Chrome or Youtube. My specific apps say me to be able to uninstall or disable them but after a reboot, that damned system apps are here again.

I can't understand why... Somebody should explain please?
 

jeryll

Senior Member
Dec 23, 2010
366
168
73
Sorry for my stupid question...

Before discovering this topic, I tried to uninstall / disable system apps in the way that I've been used since many years.

Specific apps... System App Remover, Lucky Patcher, Uninstaller. Nothing works for every app.

For example, I was able to uninstall completely Google Play Film aka Google Play Movies in a click with Uninstaller. But not other system apps, for example Chrome or Youtube. My specific apps say me to be able to uninstall or disable them but after a reboot, that damned system apps are here again.

I can't understand why... Somebody should explain please?
Well if you are looking only for explanation, then I will give you none (maybe because of MIUI living its own life...). If you want things get done use magisk module Debloater. You will also need a decent terminal emulator, f.e. Termux from Play. Read carefully info for Debloater. Learn how to use it. Uninstall what you want with it. Reboot. Now you really can uninstall Chrome or YouTube or what you need to uninstall... For me and for real uninstalling (for MIUI or any custom ROM surprisingly) the only working solution and definitely not one-click. Maybe there's a simpler way, but I didn't find it... Hope it helps...
 
  • Like
Reactions: Kemal
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone