Are you missing important messages because the phone is down screen or silent? Xiaomi smartphones have a hidden feature that turns the LED indicator (or screen) into a mini flashlight when new notifications. This option is especially useful for owners of models with a new light. AMOLED-displays (for example, Xiaomi 13, Redmi Note 12 Pro)+), where the screen can flash color signals even when switched off.
In this article, we will analyze all ways to activate the flashlight for notifications - from standard settings. MIUI to the hidden possibilities through ADB. You will learn how to set up blinking for specific apps (like WhatsApp, Telegram or Facebook). SMS), Change the color of the signal and even make the function work on devices without LED. MIUI 14, but suitable for earlier versions (taking into account the features of the).
What is a flashlight on notifications and how it works
The flashlight on notifications feature in Xiaomi is a combination of two technologies:
- ๐ฆ LED indicator (if it is in the model) โ flashes different colors for different types of notifications (for example, green for the model). SMS, blue-colored).
- ๐ฑ AMOLED-screen โ on devices without LED (for example, POCO F5) The screen is briefly turned on and displays a color signal.
- ๐ Pulsating mode โ LED or screen can flash at a given frequency (for example, 1 time in 2 seconds).
The feature works even when the phone is locked or in Do Not Disturb mode (unless manually disabled), the main difference from a regular notification is that the visual signal is visible from afar and does not depend on the sound, this is especially convenient in noisy places or at night when you do not want to turn on the sound, but you need to monitor important messages.
It is important to understand that on different models Xiaomi implementation of the function is different:
- ๐ฑ Older models (until 2019, for example, Redmi Note 7) โ use a physical LED that flashes only white or monochromatic color.
- ๐ New flagships (for example, Xiaomi 13 Ultra) โ support RGB-Color settings for each application.
- ๐ฅ๏ธ Models without LED (e.g, POCO X5 Pro) โ use the screen indicator (short-term display switching on).
Check the support function on your Xiaomi model
Before setting up the flashlight to notify, make sure your device supports this feature.
- Open the Settings app โ All parameters. โ Notifications and status bar.
- Scroll down and find the Notification Indicator or LED Indicator section.
- If there is no such partition, your model either does not support the function or requires activation through the ADB (below).
You can also use the compatibility table:
| Xiaomi model | Type of indicator | Support for RGB | Need an ADB? |
|---|---|---|---|
| Xiaomi 13/13 Pro | Screened | Yes. | No. |
| Redmi Note 12 Pro+ | LED | Yes. | No. |
| POCO F5 | Screened | No. | Yes. |
| Xiaomi 11T Pro | LED | Yes. | No. |
| Redmi 10 | LED (white) | No. | No. |
๐ก
If your model doesnโt support out-of-the-box functionality, try updating. MIUI In some cases, indicator support is added after the update.
If the settings donโt have an indicator partition, but youโre sure your model supports it (for example, in the table above), try resetting the notification settings:
- Go to Settings โ Applications โ Application Management.
- Click on the three dots in the top right corner and select Reset notification settings.
- Restart the phone and check for the partition with the indicator again.
Standard flashlight setting for notifications (without ADB)
If your model supports the function, you can turn it on in a few steps:
- Open Settings โ Notifications and Status bar โ Notification indicator.
- Activate the switch Show notification indicator.
- Select Settings for Apps and mark the ones you want to enable blinking for (e.g. WhatsApp, Viber, Gmail).
- Click on the app to adjust the blinking color and frequency.
Some models (such as Xiaomi 12) offer additional options:
- ๐ Color code โ assign a unique color to each application (e.g. green for the app). SMS, squirrel).
- โฑ๏ธ Blinking duration โ choose how long the indicator will burn (from 5 seconds to โuntil you read").
- ๐ Exceptions โ Turn off blinking for certain apps (such as games or newsfeeds).
Insert the main indicator switch|
Select applications for blinking|
Designate unique colors (if supported)|
Check the work in the blocked state-->
If your firmware doesnโt have a color setting option, but there is an indicator, you can use apps from Google Play, such as Light Manager or Notification. LED. They allow you to expand the functionality of the standard indicator, adding:
- ๐จ Color Customization for Each Application.
- โฎ๏ธ Blinking speed setting.
- ๐ด The ability to turn off the indicator at a certain time (for example, at night).
How do third-party apps for the indicator work?
Activation of the flashlight on notifications through ADB (lip-service)
If your Xiaomi model does not have a section with an indicator in the settings, but you are sure that the hardware supports it (for example, according to specifications), you can turn on the function through the device. ADB-This method works for most devices with MIUI 12+, But it requires a computer connection.
You'll need:
- ๐ป A computer with installed Xiaomi drivers and ADB (You can download it via Googleโs Platform Tools).
- ๐ USB-cable (preferably original).
- ๐ฑ Included debugging by USB on the phone (path: Settings) โ The phone. โ Version. MIUI โ 7 times click on the version, then return to Additional Settings โ For developers โ Debugging by USB).
Instructions for activation:
- Connect the phone to your computer and allow debugging (a request will appear on the phone screen).
- Open the command prompt (cmd in Windows or Terminal on the Mac/Linux) and type: Adb devices Make sure your device appears in the list.
- Enter the command to turn on the indicator: adb shell settings put global notification_light_pulse 1
- Restart the phone. After that, the section with the indicator should appear in the notification settings.
If the standard command fails, try an alternative method (for example, for the MIUI 13/14):
adb shell settings put secure notification_light_pulse 1
adb shell settings put global notification_light_pulse_default 1๐ก
After activation through ADB The section with the indicator settings may not appear immediately. Sometimes you need to reboot or even reset the notification settings (see section above).
If the indicator is working but flashes only white, try assigning colors manually through the command:
adb shell settings put global notification_light_pulse_color_<app_package> <hex_color>Where:
- <app_package> โ Application packet name (e.g. com.whatsapp for WhatsApp).
- <hex_color> โ color HEX (for example, #FF0000 red).
You can find out the name of the application package through the command:
adb shell pm list packages | grep <part of the name appendix>For example, for Telegram:
adb shell pm list packages | grep telegramSet up flashlight to notifications for specific applications
Once the indicator is activated, you can fine-tune it for each application.
- Go to Settings. โ Notifications and status bar โ Notification indicator โ Set-up for applications.
- Select the application from the list (for example, SMS or Gmail).
- Set up the parameters: ๐ Turn on the indicator โ activates the blinking for this application. ๐จ Choose from the list or choose your own (if supported). โฑ๏ธ Duration: How long will the indicator flash (e.g., โ10 secondsโ or โuntil you read it"). ๐ Blinking frequency โ how often the signal will be repeated (e.g., โevery 2 seconds").
For some system applications (such as Calls or Alarms), settings may be hidden to unlock them:
- Enable the Developer Mode (see above).
- Go to Settings โ Additional settings โ For developers.
- Find the option to Allow System Settings Change and activate it.
- Return to the indicator settings โ now all applications should be displayed.
Solving the problem: why the flashlight doesn't work on notifications
If you have turned on the indicator but it does not blink, check the following points:
| Problem. | Possible cause | Decision |
|---|---|---|
| The indicator doesn't blink at all. | Function disabled in battery settings | Go to Settings. โ Battery โ Battery Optimization and Turn Off Optimization for Apps That Need an Indicator. |
| It flashes only in white. | The model does not support RGB | Use third-party apps (like Light Manager) to emulate colors. |
| It only works when connected to a charging station. | Limiting energy conservation | Turn off Energy Saving in the battery settings or add apps to exceptions. |
| The indicator flashes, but not for all notifications | Applications banned from notifications | Check the permissions for each application in Settings โ Notifications. |
| The function disappeared after the MIUI update | Resetting settings | Turn the indicator back on through ADB (see section above). |
If the indicator stopped working after the firmware update, try resetting the notification settings:
- Go to Settings โ Applications โ Application Management.
- Click on the three dots in the top right corner and select Reset notification settings.
- Restart the phone and set up the indicator again.
What to do if ADB-teams are not working?
In the models with AMOLED-Sometimes there is a problem with a screen (for example, Xiaomi 13) when the indicator is not visible in bright light:
- Increase the brightness of the blinking in the indicator settings (if there is such a parameter).
- Choose a contrasting color (for example, bright blue or red).
- Activate the option to flash the screen (if available) - in this case, the display will be briefly turned on.
Alternative ways to visually notify Xiaomi
If your Xiaomi model does not support LED light, you can use alternative methods of visual notifications:
- ๐ฆ Screen indicator - a short-term display with the notification icon displayed. โ Screen. โ Screen notification (available on the MIUI 13/14).
- ๐ Ambient Display โ shows notifications on the off screen (works on the screen) AMOLED). Path: Settings โ Always on screen.
- ๐ Camera flash - the phone will flash flash at new notifications.Requires Flash Notifications app installation.
- ๐ฑ Vibrational patterns โ assign unique vibrations to different applications in Settings โ Sound and vibration โ Notification vibration.
For models without LED (for example, POCO X3 Pro) Ambient Display will be the best solution:
- Show app icons on the off screen.
- Customize the color scheme of the substrate.
- Select the display time (from 5 seconds to "until you read").
- Activate the "Raise to view" mode - the screen is turned on when the phone moves.
If you prefer a camera flash, install the Flash Notifications app and set up:
- Permissions to access notifications and camera.
- A list of applications for which the flash will trigger.
- Duration and frequency of blinking.
- Mode of operation (for example, only in silent mode).
๐ก
A camera flash as a notification indicator can quickly drain the battery. Use this method only for really important notifications (such as calls or calls). SMS).
For owners of smart watches or fitness bracelets Xiaomi (for example, Mi Band 7 or Xiaomi Watch) S2) You can set up a duplication of notifications on the device, and it allows you to get vibrations and light signals on your wrist, even if the phone is in your bag:
- Connect your watch to your phone via the Mi Fitness app.
- Go to the Device Profile โ Notifications.
- Select the applications you want to duplicate notifications from.
- Activate the Vibration option when notified.