The flash flash flash on an incoming call on the Xiaomi Redmi Note 7 is a useful feature for those who often miss a call in noisy environments. But for many users it is an annoying element, especially at night or in dark rooms. Bright flashes can distract, interfere with others or simply cause discomfort. Fortunately, the manufacturer has envisaged several ways to turn this option off, both through standard MIUI settings and using hidden settings.
In this article, we will discuss in detail all available methods: from basic settings to advanced solutions using the use of ADB. You'll learn how to fully deactivate a light indication, customize it to your needs, or return it if you change your mind. MIUI β 10 to 14.
Why the flash blinks when you call: technical reasons
Flash Alerts was introduced in Redmi Note 7 as part of the notification system. MIUI. She's using it. LED-flashing the main camera, causing it to blink at a certain frequency when an incoming call or SMS. This option is initially designed for people with hearing impairments or for situations where the phone is in silent mode.
Technically, the blinking is realized through the interaction of several components:
- π¦ Hardware module: LED-flash camera controlled by the power controller.
- π± Software layer: service com.android.server.NotificationManagerService in firmware.
- βοΈ Settings MIUI: Menu settings Special Opportunities or Notifications.
On the Redmi Note 7 (lavender model), this feature works regardless of the firmware version, but its location on the menu may differ, for example, in MIUI 12 and later, the option is moved to the Additional settings section, and in older versions (MIUI 10-11), it could be in Special features.
Method 1: Disconnect via standard MIUI settings
The simplest method is to deactivate the blinking through the phone menu, which works on all versions of MIUI without the need for superuser rights or a PC connection.
- Open the Settings app (the gear icon on the home screen).
- Go to the Special Features section (some firmware may refer to Additional Features).
- Select Rumors or Notifications when calling (depending on the MIUI version).
- Find the Flash option at notifications (or Light Indication) and move the slider to the Off position.
- Confirm the changes if the system request appears.
If you donβt have a Rumor item on your menu, try an alternative route:
- Go to Settings β Notifications β Additional settings.
- Find the Notification Indicator section and turn off the Camera Flash.
βοΈ Checking the flash-off
β οΈ Note: Some custom firmware (like LineageOS or Pixel Experience) may have different paths to setup. If you use unofficial software, this method may not work β you will need to manually edit configuration files.
Method 2: Use of the ADB-Teams (for experienced users)
If the standard settings didnβt work or the option is not on the menu, you can turn off blinking via Android Debug Bridge (ADB), which requires connecting the phone to a computer and basic command line knowledge, and the advantage of the method is that it works even on locked downloaders and does not require root rights.
Sequence of action:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. 7 times click on MIUI Version until the notification You became a developer!.
USB debugging
- Return to Settings β Additional settings β For developers.
- Turn on the debugging slider over USB and confirm the resolution.
- Connect your phone to your PC and execute the commands: adb shell settings put global flash_notification_enabled 0 adb shell settings put secure flash_notification_enabled 0
Alternative path (for some firmware):
- π Open the file. /system/build.prop.
- π Find the parameter. persist.sys.flash_notification and replace it with 0.
- π Save and restart the device.
What to do if the file is only for reading?
Problems and Solutions: Why the Blinking Doesn't Turn Off
Sometimes even after all the instructions are followed, the flash continues to work, and let's look at the typical causes and ways to eliminate them:
| Problem. | Possible cause | Decision |
|---|---|---|
| Morgania left after disconnection in settings | System cache not updated | Clear the cache in Settings β Applications β App management β Three points β Clear the cache |
| The option is not on the menu | Outdated or custom firmware | Use it. ADB-commands or editing build.prop |
| The flash blinks only for SMS | Separate setting for messages | Check Settings β Notifications β Messages β Light indication |
| After the MIUI update, the blink returned | Resetting user settings | Repeat the shutdown via ADB or settings |
If none of the methods worked, the reason may be:
- π οΈ Hardware failure: damage to the controller LED-flashes (requires repairs).
- π¦ Application conflict: Some programs (e.g. Flash Alerts 2) can override system settings.
- π Beta version MIUI: In test builds there may be bugs with notifications.
π‘
On the Redmi Note 7 with MIUI 13+ firmware, flash blinks can be linked to com.miui.flashlight. To deactivate it completely, stop the service via ADB:
adb shell pm disable-user com.miui.flashlightHow to return the flash blink if you change your mind
If you decide to activate the light indication again, use the reverse steps:
- Through MIUI settings: Go to Settings β Special Options β Hearing. Turn on Flash slider at notifications.
Through ADB
adb shell settings put global flash_notification_enabled 1
adb shell settings put secure flash_notification_enabled 1Through build.prop
- Delete the line ro.miui.has_flashlight_notification=False or replace it with true.
- Or give it back. persist.sys.flash_notification=1.
After any changes, restart your phone to make sure the settings are applied correctly. If the blinking doesn't resume, check if a third-party app (such as Greenify or Battery Saver) is blocking it.
Alternative ways to set up notifications
If you donβt like flash blinking but want to save visual notifications, consider alternatives:
- π Screen flash: in Settings β Notifications β Screen flash can be enabled flashing screen (works even with the display turned off).
- π LED-indicator: on the Redmi Note 7 there is a small LED at the front camera - its color and blinking frequency can be adjusted in Settings β Screen. β Notification indicator.
- π± Always-on Display: If your firmware supports AOD, activate it in Settings β Screen. β Always-on and lockdown.
- π΅ Backlit vibration: combine tactile signals with short-term screen turn on (tuned to Sounds and vibrations).
For advanced users, there are replacement applications, for example:
- Flash Alerts 2 (allows you to adjust the color, frequency and duration of blinking).
- Light Flow (Manage LEDs and screen notifications for individual contacts)
β οΈ Warning: Third-party flash management applications may conflict with system services MIUI. If after installing them, the phone began to brake or discharge quickly, delete the program and clear the cache in Settings. β Annexes.