Are you tired of the annoying voice message "This conversation is being recorded" every time you turn on a call recording on Xiaomi? this feature, designed to comply with privacy laws in some countries, often annoys users - especially if you record conversations solely for personal use.Unfortunately, the manufacturer does not provide a direct option to disable this notification in the settings, but there are workarounds.
In this article, we will discuss 4 working methods, from simple changes in system settings to deep modifications using ADB and third-party applications. All methods are tested on MIUI 14/15 (including the Redmi Note 12 Pro+, POCO F5, Xiaomi 13T and other models from 2022-2026).
Warning: changing system files can cause your phone to run unstable or lose warranty. If you are unsure of your skills, use only the first two methods (no root).
1. Disconnection through the settings of the βPhoneβ application (without root)
The safest, but also the most limited way: In some regions (such as Russia or India), Xiaomi allows you to turn off notifications directly in your call settings.
- Open the phone application (pipe icon).
- Click on the three dots in the upper right corner β select Settings.
- Go to the Call Record (or Call Record) section.
- Look for the option of Record Notice or Voice Alert.
If you don't have one, your firmware doesn't support it, so move on to the next method.
β οΈ Attention: On firmware for the European region (EEA) And the Global version, this is often missing because of legal requirements. If you bought a phone in Europe, you probably have to use it. ADB magisk.
2.Use of ADB-commands (without root, but with PC)
If the standard settings donβt work, you can turn off the notification via Android Debug Bridge (ADB).
- π₯οΈ Computer with Windows/macOS/Linux
- π± USB-cable (preferably original)
- π§ Included Debugging by USB phone-on
Steps:
- Download Googleβs Platform Tools and unpack the archive.
- Connect the phone to the PC, allow debugging (the phone will be asked).
- Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the adb folder.
- Enter the command: adb shell settings put global call_recording_notification_enabled 0
- Reboot the phone.
If the team doesnβt work, try an alternative:
adb shell cmd phone call-recording set-notification-enabled falseEnable USB debugging in Settings β About Phone β MIUI version (7 times press)
Install Xiaomi drivers on PC
Allow debugging on the phone when connecting
Check the connection with the adb device command-->
β οΈ Attention: After update MIUI If the notification comes back, repeat the procedure, and some users report that this method only works on the system. MIUI 13 and below.
Modification of system files (root or Magisk required)
For phone owners with an unlocked bootloader and Magisk installed, there is a more reliable way to edit system files. We will change the settings to /system/csc/others.xml or /system/csc/feature.xml.
Instructions:
- Install Root Explorer (such as Mixplorer or FX File Explorer) and provide root access.
- Cross the path. /system/csc/ and find the file. others.xml or feature.xml.
- Open the file in the text editor and find the line: <CscFeature_CallRecording_PlayVoiceNotification>true</CscFeature_CallRecording_PlayVoiceNotification>
- Replace true with false, save the file.
- Change the file permission to 644 (so that the system can read it).
- Reboot the phone.
| Xiaomi model | The path to the file | Does the method work? |
|---|---|---|
| Redmi Note 11/12 | /system/csc/others.xml | Yes (MIUI 14) |
| POCO X5 Pro | /system/csc/feature.xml | Yes (Magisk required) |
| Xiaomi 13/13 Pro | /vendor/csc/others.xml | Partially (you need to edit 2 files) |
| Black Shark 5 | /system/csc/ (no file) | No (use ADB) |
What to do if the file others.xml no?
4. Third-party applications for recording calls
If the system methods don't work, the last option is to use alternative applications to record calls, not only do they not issue voice notifications, but they also offer advanced features (cloud storage, transcription, etc.).
- π± Cube Call Recorder ACR β Automatically recorded, supported MIUI 15 but requires access rights settings.
- π€ Call Recorder by Lovekesh β a simple interface that runs rootless on most Xiaomi.
- βοΈ Boldbeast Call Recorder is a paid but reliable solution with VoIP support (WhatsApp, Telegram).
How to set up:
- Download the app from Google Play.
- In the settings, select Sound Source β Voice via microphone (if there is no root).
- Turn off system recording in Xiaomi (to avoid conflicts).
- Check the test call record.
π‘
If the app doesnβt record calls, try manually adding it to the AutoRun list and Special Permissions in the MIUI settings. To do this, go to Settings β Apps β Permissions β AutoRun and turn it on.
Frequent problems and solutions
Even after the notification is turned off, users face difficulties.
- π Notification returns after update β Repeat the procedure with ADB or roll back the firmware.
- π΅ The record doesn't work on the second. SIM β Check the settings of the Mobile Network β Network mode (should be) 4G/VoLTE).
- π The interviewee hears the notification, and I donβt. β It's a feature. MIUI: The notice is played only on the writing side.
If the notification continues to sound after all the manipulations, it is possible that your firmware is rigidly linked to the region, in which case only a flashing on Xiaomi.eu or Global ROM without restrictions will help.
π‘
The most reliable method is the combination of ADB + third-party application, which allows you to bypass system restrictions without risking damage to the firmware.