Screen recording on Xiaomi Redmi 7 can be a real headache if the feature is activated accidentally or used by attackers for surveillance. Although the 2019 smartphone no longer receives official MIUI updates, its firmware has loopholes for unauthorized recording of the display โ both through regular tools and through third-party applications.
In this article, weโll look at all the possible ways to block a record, from disabling the Screen Recorder system tool to restricting application rights through ADB. The following methods will help you regain control of privacy by using MIUI 10/11 (the latest supported versions for Redmi 7).
1. Check active screen recording through the notification panel
Before you turn off the function, make sure that the recording is actually being done. On Redmi 7, the active recording indicator may be hidden or displayed incorrectly due to the features of the firmware.
- ๐ Swipe down from the top edge of the screen to open the notification bar.Look for the icon ๐น Or it says, "Screen recording coming." MIUI 10 notification may appear with a delay of up to 5 seconds.
- ๐ฑ Check the status bar (top bar with time and icons) if there's a flashing red indicator, it's recorded in the background (often used by spyware).
- ๐ Listen to the sound: when you start recording, the Screen Recorder system application emits a short sound signal (if not disabled in the settings).
If there is no notification but you suspect a recording, go to Settings โ Applications โ Application Management โ Screen Recorder. This shows the time of last use. On Redmi 7 with MIUI 10, the recording application can run under the name "Screen Recording" or "Game Turbo Recorder" - check both options.
โ ๏ธ Warning: Some viruses are disguised as system recording utilities. If you see an unknown "Screen Capture Service" with Chinese characters in the description in the application list, it's 100% malware. โ Security โ Scanning.
2. disable the system recording of the screen in the MIUI settings
The standard Redmi 7 recording app can be deactivated via the app menu, but there's a caveat: once the smartphone is rebooted, it can reappear.
- Open Settings โ Applications โ Application Management.
- In the search box, enter Screen Recorder (or "Screen Recording" in Russian).
- Select the application and click Disable (not โDeleteโ as it is system software).
- Confirm the action by clicking Disable the application in the pop-up window.
Once disabled, the record icon will disappear from the Quick Access Panel (curtains), but this method does not block the recording through third-party programs.
โ๏ธ What to do after disabling system recording
| Method of disconnection | Efficiency | Limitations |
|---|---|---|
| Disconnection through "Application Management" | โญโญโญ (middle-class) | Does not block third-party applications, resets after the MIUI update |
| Removal from the Quick Access Panel | โญโญ (low-key) | It only hides the button, does not turn off the function. |
| Restriction of Rights through ADB | โญโญโญโญโญ (high-pitched) | Requires PC and debugging over USB |
| Use of Anti-Spy Applications | โญโญโญโญ (high-pitched) | It can be a conflict with MIUI, paid |
3. Blocking recordings via ADB (for power users)
If system methods don't work, the most reliable way is to revoke screen permissions through Android Debug Bridge (ADB), which works even for hidden processes.
- ๐ฅ๏ธ Computer with installed Xiaomi and ADB-tools drivers.
- ๐ฑ Included Debugging by USB Redmi 7 (path: Settings) โ The phone. โ Version. MIUI โ Press 7 times, then return to the Additional Settings โ For developers).
- ๐ Cable USB (preferably original).
Next, run commands in the terminal (Windows/macOS/Linux command line):
adb devices
adb shell pm revoke com.miui.screenrecorder android.permission.CAPTURE_VIDEO_OUTPUT
adb shell pm revoke com.miui.screenrecorder android.permission.CAPTURE_SECURE_VIDEO_OUTPUT
adb shell pm revoke com.miui.screenrecorder android.permission.FOREGROUND_SERVICEThese commands revoke the rights to capture video, including protected content (e.g., banking applications), from the system recorder.
adb shell settings put global hidden_api_policy 1โ ๏ธ Warning: After you run the ADB-command, restart your phone. Some applications (such as embedded recording games) may stop working correctly. To regain rights, replace revoke with grant in the commands above.
๐ก
If ADB doesnโt recognize the device, try reinstalling drivers manually through Windows Device Manager. Redmi 7 often requires a โMi USB Driverโ driver from Xiaomiโs official website.
4. Limitation of rights for third-party applications
Many applications (e.g. AZ Screen Recorder, DU Recorder) request permission to record the screen when installed. On MIUI 10/11, these permissions can be revoked manually:
- Go to Settings โ Privacy โ Special Permissions โ Screen recording.
- The list will show all applications with the right to write. Turn off sliders for unnecessary programs.
- To block completely, click on the app and select Prohibit.
Look for apps with suspicious names, such as:
- ๐จ "Screen Mirror โ often used for remote access.
- ๐จ "Apowersoft โ can record the screen in the background.
- ๐จ "TeamViewer QuickSupport โ legitimate software, but with the risk of abuse.
If the list does not include Screen Recording, upgrade MIUI to the latest available version for Redmi 7 (11.0.8.0 or later).
5. Hidden MIUI settings to block background recording
MIUI has hidden parameters that limit the background activity of applications, including screen recording, to activate them:
- Open the Phone app and enter the combination: ##4636##.
- In the menu that appears, select Phone Information.
- Scroll down and find the item Disable background capture.
- Activate the option and restart the device.
This method blocks the recording for all applications except system applications, but it can conflict with certain functions, such as:
- ๐ฎ Recording gameplay in Game Turbo.
- ๐ฑ Duplicate screens to other devices (Miracast).
- ๐ Automatically create screenshots with a long swipe.
What to do if the hidden menu is not opened?
6. Alternative methods: from antiviruses to resetting settings
If none of these methods worked, consider radical measures:
- Installation of antivirus with spyware protection: ๐ก๏ธ Bitdefender Mobile Security โ Blocks Unauthorized Recording. ๐ก๏ธ Kaspersky Internet Security โ has a module โPrivacyโ, which monitors access to the screen.
After installation, run a full scan and check the Privacy Protection section.
Reset to factory settings
If the screen recording is activated without your knowledge, it is possible that the phone has spyware installed.
- Go to Settings โ About the phone โ Reset settings.
- Choose to erase all data.
- Confirm the action and wait for the reboot.
โ ๏ธ Note: Before reset, save important data (photos, contacts) to an external drive or to the cloud. On Redmi 7, the reset takes up to 10 minutes - do not interrupt the process!
If the problem persists even after reset, it may indicate:
- ๐ง Firmware damage โ Fastboot flashing is required.
- ๐ Hardware key logger โ a physical device connected to a phone (check the port) USB-C).
๐ก
Resetting to factory settings is a last resort. Before you do that, try all the software methods and check your phone for viruses.