Xiaomi smartphone owners often face an intrusive voice notification that sounds at the beginning of every phone conversation, the phrase โTalk recording has startedโ or โCall recording is now onโ annoys people and gives the fact that the dialogue is fixed, which is not always convenient. This feature is built into the system call MIUI and HyperOS at the level of legal requirements of some regions, but users are looking for ways to bypass it.
The problem is that the standard interface doesnโt offer a simple button to turn off the voice alert, leaving the recording itself active. In this article, weโll go into the legal settings, regional settings, and technical nuances to minimize system interference in your conversation.
It is important to understand that Xiaomiโs privacy policy is constantly changing, that what worked on MIUI 12 can be closed with a patch in MIUI 14 or HyperOS, so it is important to have up-to-date information and understand the risks associated with changing system files or changing the region of the device.
Why does the phone report a recording of a conversation?
The main reason for voice notification is in the laws of different countries, in some jurisdictions, recording a conversation without warning the second party is illegal. To comply with these rules globally, Xiaomi engineers have implemented a forced alert in the standard Phone application, a software restriction that is activated when selecting certain regions.
The system analyzes SIM-If you select a region with strict privacy laws (e.g., EU or US countries), you activate a secure recording mode with a voice signal. In regions where laws are milder or are required for domestic use only, this signal may not be available by default.
โ ๏ธ Warning: Disabling the alert does not automatically make the recording legal in your country.Always check local laws before recording conversations without the consent of the interlocutor.
It's important to note that voice alert and the recording function itself are two different processes. You can turn off the notification sound, but the recording itself will still be maintained and stored in the device's memory, and understanding this difference is critical to the right setup.
Change of device region as a solution method
The easiest and safest way to remove a voice alert is to change the region in your smartphone settings, which doesn't require root rights or complex software. The logic is simple: it changes the set of rules for embedded applications to match your country profile.
To do this, you need to go to the settings menu. The path usually looks like: Settings โ Additional settings โ Region. In the list that opens, you should choose a country where recording conversations does not require voice notification. Often it is recommended to choose Singapore, India, Vietnam or sometimes Russia (although the latest versions of MIUI for Russia may also include a warning).
Once you change region, the phone can reboot some services. Check the record: make a test call. If the voice is gone, it works. But there are side effects to this approach that you need to be aware of.
โ๏ธ Post-region verification
Changing the region can affect other applications, such as the theme store may offer offers for another country, and the weather widget will change the unit of measurement or the format of the date, and Wi-Fi frequency ranges may change if the region affects the radio module.
| Region | Voice alert | Impact on the system | Recommendation |
|---|---|---|---|
| Russia | Often present. | Minimum | Basic version |
| Singapore | Absent. | Change in date format | Tall. |
| India | Absent. | Duplicate applications | Medium |
| USA | Present. | Volume limitation | Not recommended |
Settings inside the phone application
Before you resort to radical measures, it is worthwhile to carefully study the settings of the application itself for calls. In some versions of MIUI and HyperOS, developers leave the possibility of fine-tuning the recording behavior. While direct โSwitch off voiceโ is rare, other options can help.
Open the Phone app and tap three dots in the corner of the screen (or gear) to enter the settings menu. Find the Call Record section. There may be options like "Write only selected numbers" or "Automatically record incoming numbers." Disabling automatic recording for all numbers can reduce the frequency of notifications, although it will not remove it completely when manually activated.
Newer versions of the interface have a feature called "Write Notice," and if your region allows, there might be a switch that removes the voice signal, and look for items that say "Voice alert" or "Sound prompt."
๐ก
If you donโt see the settings you need, try clearing the Phone app cache through the Apps menu โ App Management โ Phone โ Memory โ Clear the cache. This sometimes returns hidden menu items.
In some cases, the system sound of the recording notification can be silenced by making the System Sounds or Media channel quieter just before the call, but this is inconvenient and does not guarantee the result, since the voice often goes through the priority channel of the call.
Use of third-party applications for recording
If system constraints are too tight, the alternative is to install third-party software from Google Play. Third-party voice recorders often know how to bypass system constraints or write sound directly without activating Xiaomi's standard alert mechanism.
Popular solutions include Call Recorder - Cube ACR, TapeACall or Automatic Call Recorder. These applications request special permissions to access the microphone and phone calls. Once installed, they can intercept the call and record in their own way, ignoring the Xiaomi voice assistant system.
- ๐ฑ Cube ACR: Powerful tool with VoIP (Viber, WhatsApp) support, but requires complex permissions configuration via ADB new Android.
- ๐๏ธ TapeACall: Simple interface, but many features are paid and recording can go through conference calls (paid tariff).
- ๐ผ Blackbox Call Recorder: Known for getting around Android's limitations 10-14, recording the sound from the internal mixer.
However, since Android 10 and especially Android 13-14, Google has severely restricted third-party apps from accessing the audio stream during a call, so even third-party programs can record the silence or voice of only the interlocutor, if not using hands-free mode. Xiaomi is a little better off thanks to deep customization, but there is no guarantee of stable operation.
โ ๏ธ Warning: Third-party applications may conflict with the system call, causing communication failures or rapid battery drain.
Technical methods: ADB and configuration change
For advanced users who are not afraid of the command line, there is a method to disable the voice packet via ADB (Android Debug Bridge), which does not require root rights, but requires a connection to a computer, the essence of the method is to delete or rename the file responsible for playing the audible warning file.
First, activate the developer mode. To do this, seven times click on the build number in the About Phone menu. Then in Additional settings, turn on USB Debugging. Connect the phone to your PC, install drivers and ADB.
adb shell
cd /data/data/com.android.soundrecorder/files/
Search for a file in system resources
find /system -name"record" -type fThe specific paths may vary depending on the version of MIUI. Often the voice notification file is located in the resources of the call application. The search command can look like a search for the โrecordingโ string in the xml localization files. If you find a file containing the path to the notification audio file, you can try to replace it with an empty file or delete it (root required).
Risks of using ADB
A safer option through ADB is to disable the voice-over component if it is included in a separate package. For example, the command pm disable-user --user 0 com.miui.voiceassist may disable the voice assistant, which is sometimes used to announce events, but this will also disable other useful voice-control functions.
Problems after MIUI update and HyperOS update
Users often notice that once the firmware updates are updated, the methods that previously worked are no longer valid. Xiaomi regularly closes security patches. In HyperOS, the call recording architecture has been redesigned and region-specific binding has become more rigid.
If you have a voice again after the update, try re-regulation, even if you have already changed it before. Sometimes resetting your network settings (Settings โ Connection & Sharing โ Reset Wi-Fi, mobile networks and Bluetooth) helps you apply new regional profiles correctly.
It's also worth checking whether Google Play Services components or the Phone app itself have been updated through the GetApps store or Play Market.Newer versions of apps can overwrite configuration files, returning a default voice alert.
๐ก
The most stable way to avoid voice alerts on modern versions of MIUI/HyperOS is to combine switching to Singapore/Vietnam and using trusted third-party recording apps if the built-in call starts to behave incorrectly.