Owners of Xiaomi TVs (series Mi) TV, Redmi Smart TV, Xiaomi TV A and others often face a problem: the system has audio applications that cannot be removed by standard methods, such as built-in players like Mi Music or Media Player, or third-party services like Spotify or Yandex Music, integrated by the manufacturer. Such programs take up space in memory, slow down the interface and sometimes even automatically start when connected. USB-music-storage.
In this article, we will discuss all possible ways to remove from official (through settings and resets) to advanced (using ADB and root rights).It is important to understand that not all methods will work for your model: for example, on Xiaomi TV 4S with MIUI TV firmware, there is no access to system files, and on Mi TV 5 Pro you can disable applications through the Developer. Also note: some actions can lead to a loss of warranty or system failure - so make a backup of settings before experiments.
1. Method: Disabling the audio application through settings
The safest and easiest way to do this is not to delete the program completely, but to turn it off and hide it from the menu, and it won't free up memory, but it will eliminate intrusive notifications and accidental launches.
Instructions for MIUI TV and Google TV firmware (depending on your TV model):
- ๐บ Go to Settings. โ Annexes โ Application management.
- ๐ Find the audio app you want (such as Mi Music or Media Center) and select it.
- โ๏ธ Click Disable (if the option is active) or Stop.
- ๐ Some firmware has the option to hide โ it removes the icon from the main menu.
โ ๏ธ Attention: On TVs with Google TV (for example, Xiaomi TV A2 43) some of the system applications cannot be disabled - instead of the button "Disable" will be gray text Not supported.
2. Method: Resetting the TV to factory settings
If the audio application is non-switched and disrupts work, the radical method is to completely reset the system, which will delete all user data, but return the TV to a "clean" state, where many pre-installed programs (including some audio players) will be deactivated.
How to reset:
- Open Settings โ Device โ Reset and Recovery.
- Select Resetting (sometimes called Factory Resetting).
- Confirm the action with a password (if installed) or PIN-code.
- Wait for the reboot (it will take 5-10 minutes).
โ ๏ธ Note: After resetting, you will have to reconfigure Wi-Fi, accounts Google/Xiaomi, Some system audio players, like Media Player, may come back, and they'll have to be turned off again.
Save the list of installed applications (take a screen picture)
Record passwords from Wi-Fi and accounts
Disconnect the TV from the network (if reset due to viruses)
Prepare the remote (batteries, spare remote on the phone)
-->
Method 3: Removal via ADB (for advanced users)
If standard methods didnโt work, you can try uninstalling the audio app over the Android debugging bridge (ADB).This requires connecting the TV to your computer and knowing the command line.The method works on most Xiaomi TV models with Android TV or MIUI TV, but doesnโt guarantee 100% success โ some system applications are protected from removal.
Step-by-step:
- Turn on Developer Mode: Go to Settings โ About TV. Find the build number and click on it 7 times in a row (you will be notified as a developer). Go back to Settings โ Additional โ For developers. Activate USB debugging and network debugging (if necessary).
USB
Wi-Fi
ADB
CMD
Terminal
adb devicesA device should appear (e.g. 192.168.1.100:5555).
adb shell pm list packagesFind the audio player name (e.g. com.xiaomi.mimusic for Mi Music).
adb shell pm uninstall -k --user 0 com.xiaomi.mimusic(Replace com.xiaomi.mimusic with your package name).
๐น What to do if the team does not work?
- ๐ Try adding a flag. --user 0 (already mentioned in the example above).
- ๐ ๏ธ If there is a mistake DELETE_FAILED_INTERNAL_ERROR, Application is protected โ it can only be turned off: adb shell pm disable-user --user 0 com.xiaomi.mimusic
- ๐ Root access is required to completely remove system applications (see the following method).
List of packages of popular audio applications on Xiaomi TV
4. Method: Obtaining root rights and deleting system files
This is the riskiest, but also the most effective method: it allows you to remove any application, including secure system, but requires unlocking the bootloader and installing Magisk or SuperSU. On Xiaomi TVs, the process is more complicated than on smartphones, and can lead to a device blink (breakdown).
๐ง What's the matter:
- ๐ฅ๏ธ Computer with Windows or Linux.
- ๐ Cable USB-A โ USB-A (for connecting TV to PC).
- ๐ฆ Firmware for your model (download only from official sources!).
- ๐ Utilities: Mi Unlock Tool, Fastboot, Magisk Manager.
Short algorithm (see for detailed guides for your model!):
- Unlock the bootloader through the Mi Unlock Tool (you need a Xiaomi account tied to your TV).
- Install custom recovery (TWRP for Xiaomi TV is not available for all models!).
- Squeeze Magisk to obtain root rights.
- Use Root Explorer or ADB with superuser rights to delete application files from folders: /system/app/ /system/priv-app/ /data/app/
โ ๏ธ Note: After obtaining the root license may stop working:
- ๐บ Xiaomi built-in services (e.g. Mi Home).
- ๐ Updates by air (OTA).
- ๐ฎ Some streaming apps (Netflix, Disney)+ They can block content on rooted devices).
๐ก
Before you run your firmware, check if your TV model has custom recovery. For example, the Mi TV 4A and Mi TV 4S have TWRP ports, but the Xiaomi TV Q1 doesn't. For information, look at the 4PDA or XDA Developers forums.
5. Method: Alternative solutions (if it cannot be removed)
If none of the methods worked, consider workarounds:
| Problem. | Decision | Cons |
|---|---|---|
| The application automatically opens when you connect USB | Format the flash drive in NTFS or exFAT instead of FAT32 | Not all TVs support NTFS |
| The icon interferes with the menu | Use an alternative launcher (such as an ATV Launcher or Sideload Launcher) | The voice commands of the remote may not work |
| The app takes up memory | Clear the cache in Settings โ Applications โ [Application Name] โ Memory โ Clear the cache | The effect is temporary โ the cache will accumulate again |
| Intrusive notifications | Turn off notifications in the app settings | Not all system applications allow this. |
๐ก Tip: If you are bothered by Mi Music, try installing another audio player (for example, a new one, VLC or FX Player) and make it the default application for music files:
- Open any music file.
- In the window that appears, select Always and specify the desired player.
6. Method: Appealing for Xiaomi
If you donโt want to risk self-manipulation, you can officially request Xiaomiโs help, and in some cases, support can:
- ๐ง Provide instructions to disable a particular application.
- ๐ฅ Send firmware without unnecessary services (relevant for corporate clients).
- ๐ Suggest an update if the problem is caused by a bug.
๐ How to Contact Support:
- ๐ Through the form on the site: mi.com/support.
- ๐ง By email: support@xiaomi.com (for international users; or ru_support@xiaomi.com (for Russia).
- ๐ฌ In the chat Mi Community (there is a Russian-language section).
โ ๏ธ Note: Support may be requested in response:
- ๐ธ Screenshots of the problem (how to do: press Menu) + Volume Down on the remote).
- ๐ Logs of the system (can be obtained through the ADB Adb logcat).
- ๐ผ Video of a bug demonstration.
๐ก
Official support rarely helps remove pre-installed apps, but it can tell you how to turn them off or replace them. If the TV is on warranty, do not resort to informal methods (ADB, rut) - this will void warranty obligations.
Comparison of methods: what to choose?
| Method | Difficulty | Risks. | Efficiency | Suitable for |
|---|---|---|---|---|
| Disconnection in settings | โญ (simple) | No. | Hiding the icon, but not removing it | All models. |
| Reset to factory | โญโญ (middle-of-the-road) | Loss of data | Remove user applications | All models. |
| ADB | โญโญโญ (difficult) | You can remove the desired application | Removes most applications | Models with Android TV/Google TV |
| Ruth-Right. | โญโญโญโญ (difficult) | Brick, loss of warranty | Deletes everything, including system files | Only for experienced users |
| Alternative solutions | โญ (simple) | No. | Masking up the problem | All models. |
๐ Which method to choose?
- If you just interfere with the icon โ disable the application in the settings.
- If you want to free up your memory, try ADB.
- If you are willing to take risks, root rights will give you complete control.
- If the TV is guaranteed, contact for support or use alternative players.