How to remove flash blinking when incoming call on Xiaomi Redmi Note 7: all ways

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.

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.

πŸ“Š You use the light indication of calls?
Yeah, it's convenient.
No, she's in the way.
Disconnected immediately after purchase
I was not aware of this function.

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.

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to the Special Features section (some firmware may refer to Additional Features).
  3. Select Rumors or Notifications when calling (depending on the MIUI version).
  4. Find the Flash option at notifications (or Light Indication) and move the slider to the Off position.
  5. Confirm the changes if the system request appears.

If you don’t have a Rumor item on your menu, try an alternative route:

  1. Go to Settings β†’ Notifications β†’ Additional settings.
  2. Find the Notification Indicator section and turn off the Camera Flash.

β˜‘οΈ Checking the flash-off

Done: 0 / 4

⚠️ 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:

  1. 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?
If the file opens in read-only mode, mount /system in write mode via command: adb shell su mount -o rw, remount /system After editing, return mounting to the original state: mount -o ro,remount /system

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 causeDecision
Morgania left after disconnection in settingsSystem cache not updatedClear the cache in Settings β†’ Applications β†’ App management β†’ Three points β†’ Clear the cache
The option is not on the menuOutdated or custom firmwareUse it. ADB-commands or editing build.prop
The flash blinks only for SMSSeparate setting for messagesCheck Settings β†’ Notifications β†’ Messages β†’ Light indication
After the MIUI update, the blink returnedResetting user settingsRepeat 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.flashlight

If you decide to activate the light indication again, use the reverse steps:

  1. 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 1

Through 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.

FAQ: Frequent questions about turning off flash on Redmi Note 7

Morgania passed out, but came back a day later.
Most likely, the automatic reset of settings worked after the update MIUI Try: Turn off automatic update checks in Settings β†’ The phone. β†’ Update the system. Use it. ADB-commands, they're more resilient to resets. Check if you've installed any applications. MIUI Optimizations that can reset settings.
Can you turn off the blinking only for specific contacts?
Standard MIUI settings don't support selective shutdown, but you can: Assign these contacts a unique call signal (no vibration or flash) in Contacts β†’ Edit β†’ Notification sound. Use the Light Flow app to flexibly configure contact notifications.
Will the blinking work in silent mode?
Yes, the light display is independent of the audio profile. It works even if: Phone in No Sound or No Disturb. Notifications volume is set to 0. In pocket mode is activated (unless Vibration at Notifications is disabled). To completely disable notifications, deactivate both sound, vibration and flash.
The flash blinks when the battery is low. Is that normal?
No, the standard Redmi Note 7 firmware doesn't provide a low-charge blink. If it does: Check your phone for viruses (e.g., Malwarebytes). Remove the recently installed battery management apps. Reset to factory settings (Settings β†’ Additional β†’ Recovery and Reset). If the problem persists, it may indicate a power controller malfunction.
How to turn off the blink at an alarm clock?
The alarm light is set separately: Open the Clock app. Go to the alarm clock. β†’ Settings (three points) β†’ Sound and vibration. Turn off flash when triggered (if any) or visual notifications. If no option, use ADB-Adb shell settings put global alarm_flash_notification_enabled 0