Owners of Xiaomi, Redmi and Poco smartphones often face an excess of visual noise that interferes with the comfortable use of the device. Constant pop-ups, suggestions to install applications or messages from system services can annoy even experienced users. The problem lies in the deep integration of advertising services and the specific logic of the MIUI or HyperOS shell.
Fortunately, the Android architecture allows you to customize the access and alert rights for each component of the system separately. You don't have to put up with chaos on the lock screen or in the notification curtain. Competent setting will help turn the smartphone into a clean tool that reports only really important events.
In this article, we will look at all the methods of combating intrusiveness, from standard interface settings to hidden developer options, and we will look at how to find the source of irritation among dozens of system processes and safely limit their activity without losing the functionality of the gadget.
Analysis of System Noise Sources
Before we start taking any drastic measures, we need to understand what exactly generates the data stream, and in the Xiaomi ecosystem, there are different components responsible for this: MSA (MIUI System Ads), GetApps, Mi Browser, and standard Android services, each with their own priorities and channels of communication.
Often users confuse system messages with notifications from installed applications, but the problem lies in service processes that work at a low level, for example, Security can report the cleanup of memory, and GetApps can report the release of updates for preinstalled software.
To fight this effectively, you need to use a built-in notification analyzer that allows you to see the history of all pop-ups in the last 24 hours, which helps you to identify hidden processes that masquerade as system processes.
- π Open Settings and go to Notifications and Status bar.
- π Select Notification History (if activated) or use long-tap on the curtain.
- π Note the processes called msa, daemon, or system ui.
β οΈ Warning: Some system processes, such as com.android.systemui, are responsible for mission-critical functions.Shutting off their notifications completely can result in loss of low battery information or connection. USB.
Understanding the source is 90 percent of the success. If you see a notification from Mi Video or Music, just delete those apps or turn them off auto-start. It's harder to fight services that don't have an interface.
Basic setting of the notification center
The standard alert management path in MIUI and HyperOS provides a wide range of filtering tools, where you can not only completely ban the display, but also change the display style, removing sound and vibration.
Go to Settings menu β Notifications and status bar β Application notifications. You will see a full list of all installed programs.
Within each app, settings are divided into categories, which is an important feature of modern versions of Android: you can leave important warnings (for example, about a virus), but remove banner ads. This uses a switch All notifications or detailed channel settings.
βοΈ Checking notification settings
Pay special attention to the option "Additional settings" at the bottom of the notification menu, which often hides options like "Allow flashing indicator" or "Show on the lock screen." Disabling these features will make the smartphone less intrusive.
- π Turn off Sound and Vibration for System Services.
- π Remove the box from the item On the lock screen.
- π Turn on No Sound mode for background processes.
Disabling MSA Advertising Services and System Advertising
The most aggressive source of spam on Xiaomi devices is the service msa (MIUI System Ads), which is responsible for showing advertising recommendations in folders, desktop and system applications, and turning it off is a priority.
To find this service, follow the Settings β Passwords & Security β Access to Personal Data. Find msa in the list and turn off the switch. The system will warn you several times about the consequences and ask you to wait 10 seconds before confirming.
What to do if the switch button is inactive?
In addition to msa, check the settings of the GetApps app, go to its settings through the profile icon and turn off all items related to notifications and auto-update, which will significantly reduce the number of pop-ups with offers.
It is also recommended to disable personalized advertising in the Settings β Passwords and Security β Privacy β Advertising Services.
- π« Find msa in the data access list and deny access.
- π« Turn it off. MIUI Daemon is on the same menu if you donβt use the smart home ecosystem.
- π« In the Security app, press the gear and turn off "Receive recommendations".
Managing Notifications Through ADB (For Advanced)
For users who want to achieve absolute silence, there is a method of using ADB debugging (Android Debug Bridge), which allows you to disable system components that are hidden from the average user in the standard interface.
First, you need to activate the developer mode. Go to Settings. β About phone and quickly press 7 times on the item Version MIUI (or OS). Then, in the additional settings, turn on USB-debugging.
Connect your smartphone to your computer and execute a command to disable a specific package, for example, to turn off the analytics service, you can use the following instruction:
adb shell pm disable-user --user 0 com.miui.misystemBe extremely careful when using pm disable commands. Disabling critical system packages such as com.android.phone or com.miui.securitycenter can result in device instability or loss of communication.
π‘
Before using ADB, create a complete backup of data. Disabling system packages may require a factory reset to restore functionality.
Table of System Processes and Their Impact
Below is a table of the main system processes that often generate notifications and recommendations for setting them up, which will help you quickly navigate the list of applications.
| Process/Application | Function | Recommendation | Risk of shutdown |
|---|---|---|---|
| msa | Systemic advertising | Disable data access | Low (advertising will disappear) |
| GetApps | App store | Disable notifications | Low (no updates will be received) |
| Security | Antivirus and cleaning | Leave only the important ones. | Medium (you may miss the virus) |
| MIUI Daemon | Statistics collection | Disable data access | Low (statistics only) |
| Google Play | Updates to services | Leave it on. | High (apps will stop working) |
Use this table as a reference. If you're not sure what the process is, you should look for information about it first before you restrict it. System services often have complex relationships.
Specifics of the work in the mode "Do not disturb"
To temporarily eliminate all audio and visual stimuli, Do Not Disturb mode is ideal. Unlike completely disabling notifications, this mode allows you to flexibly configure exceptions.
You can activate it through the notification curtain or in the Sound and Vibration settings. In the advanced mode settings, you can set a schedule (for example, from 23:00 to 07:00) and allow calls only from selected contacts.
It is important to note the difference between Do Not Disturb and No Sound modes: in the first case, the phone may not respond to calls at all (depending on the settings), and in the second case, it only remains silent, but the screen vibrates or glows. For complete isolation from the Android system, it is better to combine these modes with manual filtering.