Owners of the Xiaomi Redmi Note 6 Pro often face the inconvenience of the standard battery indicator β too small an icon, uninformative percentage or ugly design. Especially annoying against the background of customization of MIUI, where almost everything can be changed... except for the basic display of the battery. But there is a solution!
Many users do not even suspect that on the Redmi Note 6 Pro (tuple model) you can change the style of the indicator without root rights - just know the hidden settings. MIUI use ADB-In this article, we'll look at all the working methods, from simple design themes to deep customization of system files, and also find out why, after upgrading to the system, you can use the system to do this. MIUI 12+ Some of the ways stopped working and how to get around it.
If you're tired of the standard green interest icon, or if you want to get your indicator back after you upgrade, read on. We've tested each method on a real device and we've given you nuances for different versions of the firmware.
1.The Rootless Method: Moving Through MIUI Themes
The safest and most reversible method is to use built-in design themes. MIUI allows you to change not only the wallpaper and icons, but also the style of the display of the battery.
β Pros: No technical skills required, changes reversible, works on any version MIUI.
β Cons: the choice is limited to predefined options (usually 3-4 style).
To change the indicator:
- Open the Themes app (icon with brush)
- Go to the section My β Local.
- Select any topic marked "Battery Style" in the description
- Click Apply and Confirm Changes
If your MIUI version doesnβt have a separate battery section, try installing one of these themes (available in the official MIUI store):
- π Battery Style Mod β adds a round indicator
- π Percentage Pro β only shows interest without icons
- π¨ MIUI Mix - packet with 5+ battery-style
π‘
If the indicator has not changed after applying the theme, restart the phone - sometimes MIUI caches the old settings.
2 Hidden settings MIUI: Engineer Mode
The Redmi Note 6 Pro has a hidden engineering menu where you can activate alternative battery display styles, which works on MIUI 10-12, but can be blocked in newer versions.
β οΈ Warning: Do not change other settings in Engineer Mode β this may disrupt the communication module or sensors.
Instructions for activation:
- Open the phone application
- Enter the code ##4636##
- In the menu that opens, select Battery Information
- Slip 5 times on the label Charge level
- A window will appear with a choice of indicator style (available 2-3 options)
If the code doesnβt work, try an alternative method:
- π± Install the app MTK Engineering Mode from Play Market
- π§ Go to Hardware Testing β Battery
- π Activate the Show Battery Percentage option (if disabled)
3. ADB-Teams: changing system parameters
For advanced users who are ready to work with ADB, there is a way to change the indicator through system settings, which works on all versions of MIUI, but requires a connection to a computer.
πΉ What's the matter:
- π₯οΈ Computer with Windows/Linux/macOS
- π USB-cable (original)
- π¦ Google's Platform Tools utility
- π Included debugging by USB phone-on
Step-by-step:
- Activate Developer Mode (7 times tap the Build Number in Settings β About Phone)
- Enable USB Debugging in Settings β More β For Developers
- Connect your phone to your PC and confirm your trust in your computer
- Open the command line in the platform-tools folder and type: adb shell settings put global status_bar_battery_style 1
Parameter values status_bar_battery_style:
- 0 - Icon without interest (by default)
- 1 percent inside the icon
- 2 percent next to the icon
- 3 β only percentages (no icon)
- 4 - round indicator (does not work on all firmware)
USB| debugging enabled
Xiaomi | drivers installed
Phone connected in file transfer mode |
The command line is open on behalf of the administrator-->
4. Magisk modules: full customization
If you have Magisk installed (root access), the ability to change the battery indicator is expanded significantly.
π Top.-3 battery-module:
| Module | Functions | Compatibility |
|---|---|---|
| Battery Style Changer | 10+ styles, color adjustment, animation | MIUI 10-14, Android 8-11 |
| MIUI Battery Percentage | Only percentages with font selection | All versions of MIUI |
| Custom Battery Icon | Downloading your own PNG-icon | Demands BusyBox. |
β οΈ Note: Before installing modules, make a backup through TWRP. Some modules are in conflict with MIUI Optimization that can cause bootloop.
How to install the module:
- Download. ZIP-module file (e.g., with XDA)
- Open Magisk Manager β Modules β Install from storage
- Select the downloaded file and confirm the installation
- Reboot the phone.
What if the phone does not boot after installing the module?
5. Manual editing of system files
For the most experienced users, there is a way to change the indicator by editing the framework-res.apk and SystemUI.apk files.
- π Root access
- π οΈ Knowledge of working with APKTool and Smali
- πΎ Backup of the system
Critical information: On the Redmi Note 6 Pro battery indicator files are stored in /system/priv-app/SystemUI/SystemUI.apk/res/drawable-xxhdpi/. Changing the wrong ones PNG-Files will crash SystemUI (black screen after reboot).
Instructions:
- Backup SystemUI.apk with Root Explorer
- Download battery icons in PNG format (48Γ48 px resolution)
- Replace the files: stat_sys_battery_0.png β 0% charge stat_sys_battery_100.png β 100% charge stat_sys_battery_charge_anim.xml β charging-animation
- Set the right rights: 644 (rw-r-----)
- Reboot the phone.
π‘
Editing of systems APK-Files are the riskiest method. A single character error can make your phone inoperable. Use only if you're confident in your actions.
6. Alternative launchers with custom batteries
If all previous methods seem complicated, try installing an alternative launcher, many of which allow you to change the style of the battery indicator regardless of system settings.
π² Best launchers for the Redmi Note 6 Pro:
- π Nova Launcher + TeslaUnread plugin (shows percentages in status bar)
- π Action Launcher (Based Battery Styles)
- π Lawnchair (support for custom icons)
How to set up in Nova Launcher:
- Install the launcher and make it the main one.
- Download the TeslaUnread plugin from the Play Market
- In the plugin settings, select Battery Style β Circle or Text Only
- Activate the display in the status bar
β οΈ Note: Alternative launchers may conflict with MIUI Optimization. If you have lags after installation, turn off optimization in the developer settings (Settings) β Additionally. β For developers β Shut down. MIUI Optimization).