Notifications about recording phone conversations on the Xiaomi Redmi Note 8 can appear for several reasons, from built-in MIUI features to third-party apps.This issue is especially relevant for users who do not use recording of calls, but constantly see an annoying message "This conversation is being recorded" or similar alerts. Unlike the newer models, the Redmi Note 8 runs on MIUI 11/12 with the ability to upgrade to MIUI 12.5, where the notification logic may differ.
It is important to understand that the notification of a recording of a conversation is not just a visual bug, but part of the privacy policy embedded in the firmware. In some regions (for example, in the EU), such notifications are mandatory by law, even if the recording is in the background by system services. However, in most cases it is the result of incorrect settings or application conflict. In this article, we will discuss all possible ways of disconnecting, from standard settings to hidden system tweaks.
Why does a notification appear to record a conversation?
Before you remove the alert, you need to understand its source. On the Xiaomi Redmi Note 8, the message may arise because:
- ๐ฑ Built-in "Conversation Recording" application (if activated in Settings) โ Annexes โ Systemic).
- ๐ Automatic recording via Google or Mi Cloud (data synchronization).
- ๐ ๏ธ Third-party applications (Truecaller, Cube Call Recorder, ACR etc.), even if they are not explicitly launched.
- ๐ก Telecom operator (some providers add their notices of possible recording to comply with the law).
- ๐ง Castom firmware or modified versions MIUI, where the logic of notifications is changed.
In practice, the most common culprit is the standard com.android.incallui app, which by default can include a record for all incoming/outgoing calls, and the problem is complicated by the fact that MIUI does not have a direct switch to disable notifications โ it needs to be deactivated indirectly.
โ ๏ธ Note: If you are using Redmi Note 8 with firmware for the Chinese market (China) ROM), Some settings may not work or may not work, and this will require a change of region or a global version. MIUI.
Method 1: Disabling the recording in the standard call application
The most obvious method is to check the settings of the built-in Phone app. On the Redmi Note 8, the path to recording parameters may differ depending on the version of MIUI, but the general logic is maintained:
- Open the phone application (pipe icon).
- Click on the three dots in the upper right corner โ select Settings.
- Scroll down to the Recording of Conversations section (or Call Recording in English).
- Turn off the Automatic Recording switch (if it is active).
- Make sure there are no forced entry numbers in the Exclusions section.
If you don't have a Call Record on the menu, you're disabled at the firmware level, and then try an alternative path:
Settings โ Applications โ Application Management โ Phone โ Permissions โ MicrophoneDisable microphone access for the Phone app โ this will block any recording, but may affect call quality (e.g., turn off noise cancellation).
Open app "Phone" | Checked recording settings | Automatic recording disabled | Viewed exceptions for numbers-->
Method 2: Deactivation through MIUI privacy settings
In MIUI 12.5 and later, recording conversations can be managed through centralized privacy settings, which works even if the Phone application does not have explicit recording parameters:
- Go to Settings. โ Confidentiality.
- Select Special Permits โ Recording of conversations.
- Turn off permission for all applications except those that actually need to record calls (like a voice recorder).
- Return to Privacy โ Application Permissions โ Microphone and check if there are any suspicious programs.
On the Redmi Note 8 with MIUI 11, the path may be different: instead of "Special Permissions," look for "Special Settings" โ "Call Record." If there is no partition, then your firmware version does not support this method, move to the next method.
| MIUI version | The path to recording settings | Notes |
|---|---|---|
| MIUI 11 (Global) | Settings โ Applications โ Permissions โ Recording conversations | It may not be on Chinese firmware. |
| MIUI 12/12.5 | Settings โ Privacy โ Special permissions โ Recording conversations | Check the Microphone for more. |
| MIUI 13+ | Settings โ Privacy โ Permissions Manager โ Recording audio | Firmware update required |
๐ก
If after disabling the record in the settings, the notification still appears, try clearing the cache of the Phone application in Settings โ Applications โ Application Management โ Phone โ Clear the cache.
Method 3: Removing third-party applications for recording
Many users install alternative call recording software (such as Cube Call Recorder or ACR) that can run in the background even after being deleted. On the Redmi Note 8, these apps often leave behind tails in the system:
- ๐๏ธ Residual files: Once the application is deleted, its services may remain active. โ Annexes โ All applications have programs with names like CallRecorder, VoiceRecorder.
- ๐ Autoboot: Some apps are added to autorun. disable them in Settings โ Battery and productivity โ Autostart control.
- ๐ Hidden folders: Device memory may retain records files along the way /sdcard/CallRecordings/ or /sdcard/MIUI/sound_recorder/.
To completely remove traces of third-party recording programs:
- Remove the application through Settings โ Apps.
- Clean the folders manually (use a file manager like Mi File Manager).
- Reboot the device - it will reset the background processes.
- Check notifications: If the message disappeared, the problem was in third-party software.
โ ๏ธ Note: Some call recording applications (e.g. Truecaller) are integrated into system services, and once removed, you may need to reset your phone app settings to factory settings (Settings) โ Annexes โ Phone. โ Warehouse โ Reset).
I don't use it.|Standard (MIUI)|Cube Call Recorder|ACR|Truecaller|Other-->
Method 4: Reset the settings of the "Phone" application
If previous methods did not help, the reason for the notification may be a malfunction in the system application com.android.incallui. In this case, resetting its settings to factory:
- Open Settings โ Applications โ Application Management.
- Find the Phone app (or Phone in English).
- Go to the Warehouse section.
- Click Clear Data and Clear Cache.
- Warning: This will delete the call history!
After discharge:
- ๐ Reset the device.
- ๐ Make a test call to check for missing notification.
- ๐ง If the problem persists, check if new permissions for the Phone app have appeared in the Privacy section.
This method is effective in 70% of cases where the notification is caused by a software failure, but it will not help if the recording is done at the firmware level (for example, in custom MIUI builds with a modified core).
What if the reset didn't help?
Method 5: Using ADB to Deep Shut Down
If the standard methods do not work, you can resort to ADB-This method requires connecting the phone to the computer and enabling developer mode, but allows you to disable the recording at the system level.
Instructions:
- Activate Developer Mode: Go to Settings โ About Phone and click on MIUI Version 7 times.
- Return to Settings โ Additional โ For developers and enable USB debugging.
- Connect the Redmi Note 8 to your PC, install ADB drivers (e.g., via Mi PC Suite).
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm revoke com.android.incallui android.permission.RECORD_AUDIO
adb shell pm revoke com.android.server.telecom android.permission.RECORD_AUDIOThese commands revoke the system applications' permission to record audio.
- ๐ Reset the device.
- ๐ฑ Check if the notification disappears during the call.
โ ๏ธ Attention: Use ADB It can cause the phone to malfunction if you have incorrect commands. Don't change other permissions without understanding the consequences. android.permission.CALL_PHONE block all outgoing calls.
๐ก
ADB-Teams are the most radical way to disable recording, but it requires technical skills. If you're not sure what you're doing, you'd better go to previous methods or a service center.
Additional recommendations and possible problems
If none of these methods helped, consider the following nuances:
- ๐ถ Problems with SIM-card: Some operators (e.g. MTS or Beeline) add their recording notifications. SIM other operator or contact support.
- ๐ Update firmware: Redmi Note 8 current version MIUI can fix bugs with notifications. Check the updates in Settings โ The phone. โ Updating the system.
- ๐ ๏ธ Factory reset: Last resort if the problem is caused by deep system failures.Preliminary backup!
- ๐ง Custom firmware: If you use unofficial firmware (like LineageOS or Pixel Experience), the record can be built into the kernel.
Also, you should note that on the Redmi Note 8 with MIUI 11 and below, some settings may be hidden, and you can use apps like Activity Launcher (available on Google Play) to activate them, which allow you to open hidden system menus.
| Symptoms. | Probable cause | Decision |
|---|---|---|
| Notifications are only available for specific numbers. | Numbers added to exceptions for recording | Check the settings of the application "Phone" โ "Exceptions" |
| The message occurs even without active calls. | Failure of the service com.android.server.telecom | Clearing the cache or resetting the settings "Phone" |
| The English version of this call is "being recorded". | Firmware for another region (for example, Indian or European) | Change the region in settings or reflash to the global version |