Owners of Xiaomi Poco X3 NFC They often encounter the aggressive work of built-in anti-spam, which blocks not only advertising messages, but also important notifications from banks, messengers or work chats. MIUI The default includes several layers of protection: filtering SMS, The problem is that Xiaomi algorithms donβt always correctly recognize spam, especially after firmware updates, when filtering rules are tightened.
In this article, we will discuss all possible ways to disable antispam on Poco. X3 NFC β from standard settings to hidden parameters through ADB It is important to understand that a complete disabling of protection can affect the security of the device, so we will also analyze alternative solutions: fine-tuning filters, using third-party devices. SMS-If you're willing to sacrifice some protection for comfort, read on.
Why anti-spam on Poco X3 NFC block the necessary messages?
Filtration system in MIUI It works on the basis of three components:
- π± Local spam database β updated through Xiaomi servers and includes known fraudulent numbers (bank phishing) SMS, microloans, etc.).
- π€ Text analysis algorithm β searches for keywords like βwinningβ, βtranslationβ, βconfirm dataβ and automatically sends such messages to spam.
- π Cloud sync β if another user MIUI marked as spam, your device can block it automatically.
Poco's problem X3 NFC in that the model came out 2020 year and originally supplied with MIUI 12, where the antispam was less aggressive. MIUI 13/14 Many users have noticed that the system has begun to block:
- π³ SMS from banks with one-time passwords (especially if the text contains the word "code").
- π§ Notifications from messengers (Telegram, Viber) with links.
- π’ Corporate mailings with reference to "payment" or "documents".
The root of the problem lies in hard-coded filtering rules that Xiaomi does not allow to be flexible to configure through a standard interface, such as in newer models (for example, Poco). F5) The option "Exceptions for Banking" SMS", but X3 NFC It's not there. It forces users to look for workarounds.
Method 1: Disable antispam via standard MIUI settings
Before you resort to radical measures, try to disable filtering through the settings menu. This method will not remove antispam completely, but will reduce its aggressiveness:
- Open the Messages app (the envelope icon).
- Slip on three dots in the upper right corner β Settings.
- Select Spam filter (or Block and filter depending on version) MIUI).
- Turn off the sliders: π« Filtering spam messages π« Blocking messages from strangers π« Displaying Spam Notifications (optional)
Number locking
After this, the system will stop sending messages to the Spam folder automatically, but cloud filtering (if active) can continue to work to check if there are still locks:
- Open the Spam folder in the Messages app.
- If there are any important ones SMS β Select them, press them again. β Move it to the inbox".
- Ask a friend or colleague to send you a test message with a "suspicious" text (e.g., "Your confirmation code: 1234").
Test sent out. SMS confirmation-coded|The message came to the inbox, not to spam"|Notice of the message appeared in the curtain|No automatic blocking of calls from unknown numbers-->
If messages are still blocked, then the filtering is at the system level, and it must be turned off through the system. ADB Itβs also worth checking if additional security apps from Xiaomi (like Security or Cleaner) that duplicate the anti-spam feature are installed.
Method 2: Disconnect via ADB (for power users)
If the standard settings donβt work, the next step is to use Android Debug Bridge (ADB). This method allows you to completely disable system antispam, but requires a connection to the computer and turn on the developer mode. ADB may disrupt the operation of the device.
What is ADB and why is it needed?
Instructions to disable anti-spam via ADB:
- Activate Developer Mode: Go to Settings β About the phone, tap 7 times on the version MIUI, until the notice "You've become a developer" appears. β Additionally. β For developers, turn on the debugging. USB and confirm the authorization.
- Connect your phone to your PC: Install Xiaomi drivers (download from the official website). Download Google's Platform Tools (link) and unpack the archive. Open the command prompt (cmd) in the folder with the platform-tools.
Follow the commands
adb devices(Your device should appear)
adb shell
pm uninstall -k --user 0 com.android.mms.service
pm disable-user --user 0 com.miui.antispamAfter these commands are executed:
- π Reset the device.
- π² Check the work. SMS: Antispam should be disabled, but some features of the standard Message application may disappear (for example, group chats).
π‘
If after the shutdown, the anti-spam stopped coming MMS (Multimedia messages, install third-party messages SMS-client, such as Google Messages or Textra SMS. They are not dependent on Xiaomi system services.
β οΈ Note: Disabling system packages through ADB may lead to:
- π΄ Loss of functionality of the standard Message application.
- π΄ Problems with obtaining OTA-Updates (the system may require the recovery of deleted packets).
- π΄ Automatically restore antispam after resetting settings or updating firmware.
Method 3: Use of third-party SMS-applications
If you do not want to interfere with system files, an alternative is to install a third-party. SMS-Customers who ignore their anti-spam settings MIUI. Best Options for Poco X3 NFC:
| Annex | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Google Messages | β Full integration with Google services β Support RCS (enhanced reporting capabilities) β No built-in anti-spam | β Requires a Google account β Possible delays in notifications | Play Market |
| Textra SMS | β Flexible setting of notifications β Dark theme and customization β Dual support SIM | β Plugins are purchased separately β Advertising in the free version | Play Market |
| QKSMS | β Open source code β Minimalist design β No cloud sync (plus for privacy) | β Fewer features than competitors β Rare updates | Play Market |
To switch to a third-party application:
- Set the selected one. SMS-client.
- Open the app and follow the setup instructions (allow access to messages and contacts).
- Go to Settings. β Annexes β Default applications β Annex for SMS.
- Select the client you have installed (e.g. Google Messages).
β οΈ Note: When using third-party applications:
- πΉ Turn off notifications in the standard Messages app to avoid duplication.
- πΉ Export the old ones SMS before removing the standard client (through Settings) β Imports/exports).
- πΉ Check permissions: some apps (like Truecaller) have anti-spam that can block messages.
Method 4: Modification of system files (for hardwired devices only)
If your Poco X3 NFC has an unlocked loader and installed custom recaveri (for example, TWRP), You can manually edit the system files that are responsible for anti-spam, and this is the most radical method, and it's only suitable for advanced users.
Algorithm of action:
- Create a backup copy through TWRP (necessarily!)
- Connect your phone to your PC and mount the partition /system:
- Go to the folder. /system/priv-app/MiuiAntiSpam and rename the file MiuiAntiSpam.apk MiuiAntiSpam.apk.bak:
- Reset the device.
After this procedure, the anti-spam will be completely removed from the system, but:
- π΄ Updates MIUI They can recover the file.
- π΄ Some functions (such as blocking calls) will stop working.
- π΄ Risk of "brike" in the error in the teams.
π‘
Modifying system files is a last resort. If you are not sure about your actions, use methods 1-3. To return to the original state, you just need to rename the file back or restore the backup through the backup. TWRP.
An alternative option for users with Magisk is to install the Disable module. MIUI AntiSpam (available in Magisk repository) This module automates the process of disabling antispam and allows you to return everything back with one click.
Method 5: Set up exceptions for important contacts
If you are comfortable with anti-spam in general, but it blocks specific numbers (such as bank numbers or workers), you can set exceptions. This is the safest method, since it does not affect system files.
How to add a number to the exceptions:
- Open the Messages app.
- Go to Spam and find the blocked message from the desired number.
- Tap the message. β More. Three dots) β Not spam.
- Open Contacts, find this number and add it to your Favorites.
- Back to Settings β Spam filter and add a number to the White List (if such option is available).
For the bank. SMS:
- π¦ Save short bank numbers (e.g. 900 for Sberbank, 1234 for Tinkoff) in contacts with the name "Bank [Name]".
- π In the anti-spam settings, disable filtering for messages from Favorite Contacts.
- π Restart the device and check for the test arrival SMS bank.
If exceptions donβt work, try:
- π Update the Messages app via Play Market (sometimes bugs are fixed in new versions).
- π² Clear the application cache Messages in Settings β Annexes β Application management β Communications β Clear the cache.
- π§ Reset your anti-spam settings via Settings β Memory. β Cleanup β Deep Cleanup (Select Antispam).
Risks of turning off anti-spam on Poco X3 NFC
Before you completely deactivate antispam, evaluate the possible consequences:
| Risk | Effects of consequences | How to minimize |
|---|---|---|
| π Increased spam | You'll get it. SMS from fraudsters, sending microloans, advertising. | Use third-party applications with manual locking (such as Truecaller). |
| πΈ Phishing attacks | Probability of getting SMS with malicious links ("your card is blocked"). | Never follow the links from SMS, Even if they look like banks. |
| π΅ Problems with notifications | Important messages may be lost in spam or not come at all. | Set up filters manually or use a separate banking app SMS. |
| π Failures after updates | Xiaomi may restore anti-spam when updated MIUI. | Check your settings regularly after updates. |
If you decide to disable antispam, follow these guidelines:
- π Install a reliable antivirus (such as Bitdefender or Kaspersky) to protect against phishing.
- π± Use two-factor authentication for all important accounts (even if you have a valid account). SMS If you stop coming, you can restore access through backup codes).
- π Check your Spam folder manually regularly β sometimes useful messages still get there.
π‘
For additional protection, install the app. SMS Filter (available on Play Market) allows you to create your own filtering rules that are more flexible than in the game. MIUI.