Owners of Xiaomi smartphones, particularly the popular Redmi 9, often encounter an intrusive voice alert “Recording started” on each call, a feature embedded in the shell of MIUI versions 12 and above, designed to inform the interlocutor about the recording of the dialogue in accordance with international privacy norms.
Compounding the problem, standard methods in the settings menu are to disable the voice warning, leaving the recording function itself, on modern Xiaomi firmware. Developers deliberately removed this switch to avoid legal complications in different countries. However, there are proven workarounds to eliminate this perception defect.
In this guide, we will look at the most effective methods for solving the problem for Redmi 9. We will discuss both software settings and more complex methods using ADB debugging. It is important to understand that each method has its own risks and features of application depending on the version of the installed operating system.
Reasons for the appearance of voice notification
The announcement of a high-profile notice to start recording on Redmi 9 is due to changes in data protection laws in the European Union and other regions: Xiaomi, in an effort to comply with strict GDPR requirements, has implemented a mandatory audio notice for all users of global firmware versions, which means that even if you are in a country where recording conversations is allowed, the phone will behave as if it were in Europe.
It is worth noting that on the Chinese versions of firmware (China). ROM) This warning is often absent or can be easily disabled in settings. However, when flashing the device to the global version (Global) ROM) To work with local frequencies and Google services, this functionality is activated automatically, the system believes that the user should be warned of any actions that may violate the privacy of the interlocutor.
From a technical point of view, this sound file is integrated into the system application “Phone” (Google Dialer or Google Dialer). MIUI In older versions of Android, it was possible to simply remove the tick in the settings, but in current builds. MIUI 12, 13 and 14, this interface is hidden, which is why the Redmi 9 requires a different approach to solve the problem.
⚠️ Warning: Forced disabling of system notifications may cause the Phone app to malfunction.A complete backup of important contacts and data is strongly recommended before making changes.
Understanding the nature of this limitation helps you choose the right method of circumvention, and if you just want to record conversations for yourself and don’t care about the legal side of the matter for your own use, the following sections will provide you with the tools you need.
Checking the regional settings of the smartphone
The first and easiest step that a Redmi 9 owner should take before applying complex technical solutions is to check the device's regional settings, and the logic is that in some regions, recording conversations is less strictly regulated, and MIUI algorithms may behave differently, and although this does not guarantee a complete shutdown, in some cases, changing the region changes the behavior of the system.
To do this, you need to go to your device's settings menu. Find the section that will handle the additional system settings. Usually, the path is: Settings → Additional settings → Region. In the list that opens, select the country where the legislation is most loyal to recording conversations, such as India, Singapore or Ukraine. After changing the region, the phone may require a reboot or simply update the configuration of services.
If you change region, you need to check if the warning has gone away, and then you need to make a test call, and if the voice message is still playing, then your version of the firmware is tightly bound to global standards, and the change of region has not helped, so move on to the next, more effective methods.
- 🌍 Changes in region may affect some local services and widgets in Google feed».
- 📞 Test call is better to make to the number of another operator or city phone for verification.
- 🔄 After changing the region, it is recommended to clear the cache of the Phone application through the application settings.
However, its effectiveness on the latest MIUI versions for the Redmi 9 is nearing zero, as Google is actively unifying its security policies across all regions.
Use of the Google Phone application
On most modern Xiaomi smartphones, including the Redmi 9, the standard caller is the Google Phone app. It is in its bowels that the basic recording settings are hidden. Unlike the old MIUI Dialer, the settings are more detailed here, but still limited by the manufacturer.
Open the Phone app and click on the three dots in the top right corner, then select Settings. Find the Call Record section. Here you can see the Always Write or Warn About Record switch. If the Warn switch is active and available to change, just turn it off. However, 95% of the time on Redmi 9, this item will either be missing or blocked (grey).
If the standard settings don't work, you can try resetting the Phone app to factory settings. This won't delete your contacts, but it will return all the call settings to their original state. Go to Settings → Apps → All apps → Phone → Memory → Clean. Select "Clean everything." After that, reset the call recording, perhaps the system will offer new configuration options.
☑️ Checking the settings of Google Phone
It is worth mentioning that there are modified versions of the Google Phone app (called Mods) in which developers manually unlocked hidden menus. APK-A file on Redmi 9 can give you full control over the recording, including turning off the sound. APK There are security risks because you trust the app to access your.
Disconnection method via ADB (for advanced users)
The most effective way to remove the annoying “Record Started” on Redmi 9 without obtaining Root rights is to use the toolkit. ADB (Android Debug Bridge: This method allows you to send special commands to the Android system by changing hidden configuration files that are not available through a normal interface. USB-cable.
Before starting the procedure, you need to activate the developer mode on your Xiaomi. To do this, go to Settings → About your phone and quickly click 7 times on the “MIUI Version”. Once the message “You became a developer” appears, return to the main settings menu, select “Additional settings” → “For developers”. Here you need to activate the “Debug by USB” switch. It is also recommended to enable the option “Debug by USB (Secure Settings)” if it is available, although on some versions of MIUI this requires a wait of 7 days.
Once you've got your phone ready, connect it to your computer. You'll need Google's Platform Tools. Unpack the archive and open the command line in the tool folder. Enter the adb device command to check the connection. You'll see a request for debugging permission on your phone screen, confirm it. You can now type in a command that forcibly disables the audio notification in the recording system:
adb shell settings put global call_recording_notification_enabled 0In some cases, depending on the Android and MIUI version, the command may differ.An alternative that works on many Redmi 9 builds:
adb shell settings put global call_recording_announcement_enabled falseOnce you have the command, restart your smartphone. The effect should be instant: it will be recorded, but there will be no voice support. If the first command does not work, try the second one. It is important to note that after a major system update (OTA update), these settings can be reset, and you will have to repeat the procedure.
⚠️ Attention: Use ADB Type commands exactly as they are specified. A syntax error can lead to unpredictable behavior, although the risk of bricking with settings alone is minimal.
What to do if your computer can’t see your phone?
Comparison of problem-solving methods
The choice of the right method depends on your technical training and willingness to risk the stability of the system. Below is a table that will help you compare the methods considered and choose the best one for your situation with Redmi 9.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| Change of region | Low. | Low (10-15%) | Minimum |
| Google Phone Settings | Low. | Medium (30-40%) | Absent. |
| ADB teams | Tall. | High (90%) | Medium (entry error) |
| Third-party annexes | Medium | variable | High (viruses, leakage) |
As you can see from the table, the ADB method is the most reliable, but requires a PC and basic knowledge.Region change is a shot to the sky that rarely results on fresh firmware, but is completely safe. Third-party recorder apps from the Play Market often cannot intercept the audio stream on Android 10+ due to Google's security limitations, so their effectiveness is questionable.
If you're not confident with the command line, you'd better limit yourself to standard settings. However, if the silence of writing is critical for you, learning the basics of ADB is worth it, a universal skill for any Android device owner to further customize the system.
💡
Before executing any ADB commands, take a picture of the screen with the current settings or record them, which will allow you to quickly return everything as it was if something goes wrong.
Alternative solutions and third-party software
If system methods don't work or seem too complicated, you might want to consider installing alternative applications to record conversations. However, on Redmi 9 with the modern version of Android, you'll encounter restrictions on accessing the microphone while you're calling. Apps like Cube ACR or Call Recorder - SKVALEX require additional manipulations to work.
These applications often require accessibility or automatic speaker mode so that the app can capture sound through a microphone rather than system stream, which is not always convenient and can reduce recording quality as it will record echoes and ambient noise.
Another option is to use cloud recording services if they are supported by your carrier. Some plans include a network-side recording service, in which case the recording is done by the operator's server, and the voice warning can be generated by the network, not the phone. Check your carrier's services, there may be a built-in solution that is more convenient than the system one.
- 📱 Cube ACR Requires you to configure the App Connector in special features.
- 🔊 The quality of recording by third-party applications is often worse than the system.
- 🔋 Third-party recorders can consume battery power faster.
And the voice recorder, if the conversation is critical and the automatic recording is not working properly, you can always turn on speakerphone and start the voice recorder, which is a "grandfather" method, but it works seamlessly on any model, including the Redmi 9, and requires no technical knowledge.
Frequently Asked Questions (FAQ)
Will the recording function disappear after the MIUI update?
Will the recording be in good quality after the sound is turned off?
Is it dangerous to use ADB commands on a new phone?
Can I record a conversation without the knowledge of the interlocutor legally?
Why isn't my Redmi 9 recording menu on?
💡
The most reliable way to remove the “Record Started” sound on Xiaomi Redmi 9 is to use ADB commands that modify the hidden system flag responsible for audio notifications.