Change the notification curtain on Xiaomi Redmi Note 7: from standard themes to deep customization

Xiaomi Redmi Note 7 is still one of the most popular budget smartphones due to its balance of price and capabilities. However, the standard notification curtain in MIUI is not popular: someone wants to change its transparency, someone wants to remove advertising, and someone needs additional tiles of quick settings. In this article, we will discuss all the ways to modify the notification panel, from simple settings to install custom firmware.

It is important to understand that customization options depend on the version of MIUI and the bootloader unlock status. Redmi Note 7 (codenamed lavender) offers both official methods through settings and informal methods using ADB, Magisk modules or alternative launchers. We will look at all options, indicating their pros, cons and potential risks.

1. MIUI Standard Settings: What You Can Change Without Root

Even without superuser rights, Redmi Note 7 has some built-in options for adjusting the curtain, which are limited but allow you to solve basic tasks:

  • 🎨 Replacement of the topic: in MIUI There are preset themes that change the design of notifications, icons and background curtains. β†’ Topics.
  • πŸ”„ Order of tiles: you can drag and drop elements of fast settings (Wi-Fi, Bluetooth, etc.) in any order.
  • πŸ“± Transparency of the panel: in some versions MIUI 12+ Transparency regulator available in Settings β†’ Screen. β†’ Lock screen style.
  • 🚫 Disabling Advertising: In Global Firmware, Advertising in the Curtain Can Be Turned Off Through Settings β†’ Memory. β†’ Cleanup β†’ Settings (cogs) β†’ Advertising.

The main disadvantage of standard methods is that there's limited functionality, like you can't add your own quick tile or completely change the layout of the curtain, and you'll need additional tools to do that.

πŸ“Š What version? MIUI You are using the Redmi Note 7?
MIUI 10
MIUI 11
MIUI 12
MIUI 12.5
MIUI 13/14
Custom firmware

2.Use of alternative launchers: Nova Launcher and others

If you don't like the look of the curtain, but you don't want to interfere with system files, you can install a third-party launcher, for example, Nova Launcher or Lawnchair allow you to:

  • πŸ–ΌοΈ Change the style of icons in the notification panel (via launcher settings).
  • 🎚️ Set up gestures to open the curtain (such as swiping down on the desktop).
  • πŸ”§ Add quick-setting widgets to the home screen (alternative to standard tiles).

However, it is important to understand that launchers do not replace the system curtain notifications, they only add their own elements on top of it. Completely redefine the notification panel only through modification of system files or installing custom firmware.

⚠️ Note: Some launchers (such as Microsoft Launcher) may conflict with MIUI And you can make the curtains hang. Before you install, check the reviews for your firmware version.

πŸ’‘

If after installing the launcher, the curtain began to open with a delay, try to turn off animations in the developer settings (Settings β†’ About Phone β†’ MIUI version – tap 7 times, then return to Additional β†’ For developers β†’ Animation scale and select Without animation).

Modification through ADB: Hidden opportunities of MIUI

With the help of ADB (Android Debug Bridge) commands, you can activate hidden MIUI functions that are not available in the GUI. For example, on the Redmi Note 7 you can:

  • πŸ”“ Unlock additional transparency settings.
  • πŸ“΅ Remove unnecessary tiles from the Quick Settings panel.
  • πŸ”„ Change the number of lines in the curtain (for example, show 6 tiles instead of 4).

This will require:

  1. Enable USB debugging in Settings β†’ About Phone β†’ MIUI version (tap 7 times), then go back to Additional β†’ For Developers β†’ Debugging over USB.
  2. Connect your phone to your PC and execute the command:
adb shell settings put global settings_provider_model false

After that, an additional Advanced section will appear in the themes settings, where you can fine-tune the look of the curtain. The full list of commands for the Redmi Note 7 can be found on the XDA Developers or 4PDA forums.

Install ADB-PC drivers|

Enable debugging over USB on your phone |

Download platform-tools from Google|

Create a backup copy of the data|-->

4. Installation of Magisk modules: deep customization

If your Redmi Note 7 has a bootloader unlocked and Magisk installed, you can use modules to change the curtain.

ModuleFunctionalCompatibilityRisks.
MiuiHomeModsAdds quick tile settings, changes transparency, removes advertisingMIUI 11–14It may conflict with certain topics.
QuickSwitchComplete rework of the notification panel (Android 12+ style)Requires Android 10+Possible bugs with notifications
ShadeLauncherAdds custom labels to the curtainAny version of MIUILow performance on weak devices

For installation:

  1. Download the module in.zip format from GitHub or the developer’s Telegram channel.
  2. Open Magisk Manager and select Modules β†’ Install from Storage.
  3. Reboot the phone.

⚠️ Attention: Modules for MIUI They are frequently updated and older versions may cause bootloop.Always check compatibility with your firmware version (Settings) β†’ The phone. β†’ Version. MIUI).

How to Recover from Bootloop
If the phone is stuck on the logo after installing the module, press Power + Volume up to log in to Recovery. then select Uninstall Magisk or roll back through TWRP (if installed).

5.Castom firmware: full control of the curtain

If you want maximum freedom, you can install custom firmware, for example:

  • πŸ“± Pixel Experience – pure Android with a curtain in the style of Google.
  • πŸ”„ LineageOS – Minimalist design with flexible settings.
  • 🎨 Havoc-OS – hundreds of customization options, including curtain animations.

The installation process shall include:

  1. Unlock the bootloader through Mi Unlock Tool (requires a binding Mi Account and wait 7-15 days).
  2. Installation of custom recavery (TWRP or OrangeFox).
  3. ROM and GApps firmware (if you need Google services).

The Redmi Note 7 (lavender) has stable builds for most popular firmware.

  • πŸ”‹ Some custom firmware is worse optimized for battery.
  • πŸ“Ά There may be no function MIUI, Game Turbo or Second Space.
  • πŸ”’ Banking applications (for example, Sberbank Online) can block work on uncertified firmware.

πŸ’‘

Custom firmware gives you maximum freedom, but it requires technical skills. If you're a beginner, start with Magisk modules or ADB-tweak.

6. Manual editing of system files (for advanced)

For power users, there's a way to change the curtain by directly editing MIUI files, for example, you can modify:

  • /system/media/theme/default/com.android.systemui is responsible for the notification style.
  • /system/priv-app/SystemUI/SystemUI.apk contains the resources of the Quick Settings Panel.

This will require:

  1. Root access (via Magisk)
  2. A file manager with root support (such as Mixplorer or FX File Explorer).
  3. Knowledge of structure APK-Files and ability to work with Smali/XML.

On the Redmi Note 7, a modification to SystemUI.apk can result in loss of proximity sensor functionality or navigation gestures. Be sure to back up your original files before making changes!

7. Frequent problems and their solutions

When changing the notification curtain, Redmi Note 7 users are faced with typical errors:

Problem.Reason.Decision
The curtain doesn't open.Conflict of the launcher or module MagiskDisable the last module installed or reset the launcher settings
Quick settings tiles don't workSystemUI cache damagedClear the cache in Settings β†’ Annexes β†’ Application management β†’ Three points. β†’ Show system-based β†’ System UI
Notifications are displayed curvedIncompatible theme or moduleReturn a standard theme or remove a module through Magisk

If after the modifications the phone started to brake, try:

  • πŸ”„ Reboot in Safe Mode (clip the power supply) β†’ Restarting in Safe Mode).
  • 🧹 Clear the cache through TWRP (wipe β†’ Advanced Wipe β†’ Dalvik/ART Cache).
  • πŸ“‰ Reverse changes through backup.

FAQ: Answers to Frequent Questions

Can I return the standard curtain after installing the custom firmware?
Yes, you need to flash back the official firmware through the Mi Flash Tool (for the global version) or TWRP (for the custom version), instructions are on 4PDA in the theme of your model, and note that this will delete all data if you do not backup.
Why did some tiles (e.g. NFC) disappear after changing the curtain through ADB?
This is due to SystemUI configuration reset. To return the tiles, go to Settings β†’ Notification Panel β†’ Edit the tiles and manually add the missing items. If the NFC tiles are not listed, check if the NFC module itself is enabled in Settings β†’ Connections β†’ NFC.
How to remove advertising in the curtain on Chinese firmware?
On the Chinese versions. MIUI It's harder to remove the curtain ads. Options: Install the Disabler for module MIUI Go to a global or European firmware (e.g. xiaomi.eu). ADB-Command: adb shell pm uninstall --user 0 com.miui.systemAdSolution The latest method may not work on newer versions MIUI 13/14.
Can I change the color of the curtain without root?
Yes, but options are limited. Options: Install a theme from the MIUI Theme Store that changes the color of the curtain (such as dark themes); Use a launcher with support for overlays (such as Lawnchair + Substratum module for Android 10); Enable dark mode in the settings - this will automatically make the curtain dark. Full color customization (such as gradient or custom hue) can only be done with root.
Why did the curtain settings drop after the MIUI update?
Updates MIUI SystemUI custom settings are often reset, especially if it comes in by air (OTA). To avoid this: Before upgrading, make a backup through TWRP Or Magisk (Swift Backup module). ADB-command to fix the settings: adb shell cmd overlay list (save output and restore overlays after the update). TWRP, Select Keep Data & Internal Storage.