The bottom panel with the Back, Home and Recent touch buttons on the Xiaomi Redmi Note 8 Pro takes up precious space on the screen, especially if you prefer gesture control. Fortunately, the manufacturer has provided several ways to hide them, from standard MIUI settings to advanced methods using ADB or third-party utilities. However, not all options are equally safe: some can lead to system failures or even loss of warranty.
In this article, weβll look at 5 proven ways to remove the bottom buttons on the Redmi Note 8 Pro, including official and alternative solutions. Youβll learn how to activate gesture control through the phoneβs menu, what ADB commands will be required for deep customization, and what apps will help hide the bar without root rights. Weβll also analyze the pros and cons of each method so you can choose the best option for your needs.
1.Official method: Incorporating gesture control into MIUI
The easiest and safest method is to use the built-in MIUI settings. Xiaomi added gesture support in the early versions of the shell, and on the Redmi Note 8 Pro this feature works steadily, the main advantage of the method is the absence of risk to the system and the preservation of warranty.
To activate the gestures:
- π± Open the Settings. β Display. β Full screen mode.
- π Select βGestural controlβ (or βFull screen gesturesβ in English version).
- π― In the list of available options tap on "Swipe up from bottom" (swipe up from the bottom edge).
- β Confirm the selection and restart the device if the system requests.
After activation, the bottom bar with buttons will disappear, and navigation will be carried out by swipes: up from the bottom edge β returning to the main screen, up and hold β a list of recent applications, swipe from the edge of the screen β going back.
β οΈ Note: On some versions MIUI After the update, gesture control may reset to the buttons, in which case, repeat the procedure or update the firmware to the latest stable version.
2.Use ADB to force panel shutdown
If standard settings do not give the desired result (for example, the panel remains visible in some applications), you can resort to the following: ADB-This method requires connecting the phone to a computer and basic knowledge of how to work with the console, but allows you to flexibly adjust the display of buttons.
You'll need:
- π» A computer with installed Xiaomi drivers and ADB Tools.
- π² Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI (press 7 times) β Additional settings β Developer parameters β Debugging by USB).
- π USB-plug-in.
Step-by-step:
- Connect your phone to your PC and open the command prompt (or terminal) in the adb.exe folder.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Execute the command to hide the navigation bar: adb shell settings put global policy_control immersive.full=*
- Reboot the phone.
If the panel is still visible, try an alternative command:
adb shell settings put global policy_control immersive.status=1,immersive.navigation=1βοΈ Preparation for ADB-team
β οΈ Note: Some applications (e.g., games or banking services) may conflict with forced panel hiding, in which case return default settings with adb shell settings put global settings policy_control null.
3. Third-party applications: Nacho Notch and other utilities
If you don't want to mess with ADB or MIUI settings don't work, you can use third-party apps, and one of the most popular is Nacho Notch, a utility that hides the bottom panel, screen cutouts and other system elements.
How to use Nacho Notch:
- π₯ Download the app from Google Play.
- π§ Provide access to special features (Settings) β Special facilities β Nacho Notch).
- π In the application settings, activate the option βHide navigation barΒ».
- π Reboot the phone.
Advantages of the method:
β Doesn't require root rights;
β It works on most versions. MIUI;
β Allows you to fine-tune the display of the panel (for example, hide only in certain applications).
Disadvantages:
β It may conflict with certain games or banking applications;
β On the lock screen, the panel can remain visible.
What to do if the Nacho Notch is not working?
4. editing the build.prop file (for advanced users)
This method is suitable for those who are willing to risk the stability of the system for the sake of complete control. editing the build.prop file allows you to manually disable the display of the bottom panel, but requires root rights and caution - an error can lead to the inability to boot the system.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/build.prop and open the file in the text editor.
- Add a line to the end of the file: qemu.hw.mainkeys=1
- Save the changes, restart the phone.
If the panel disappeared after the reboot, but problems with the sensor or system applications appeared, return the build.prop file to its original state.
| Method | Root is required. | Risk to the system | Compatibility |
|---|---|---|---|
| MIUI gestures | β No. | β οΈ Low. | β All versions. |
| ADB-team | β No. | β οΈ Medium. | β MIUI 10+ |
| Nacho Notch | β No. | β οΈ Low. | β Most versions |
| Editing by build.prop | β Yes. | β High-pitched | β οΈ Depends on the firmware. |
5. Installation of custom firmware (for enthusiasts)
If youβre willing to take drastic measures, installing custom firmware (like LineageOS or Pixel Experience) will not only remove the bottom bar, but also get a clean Android without Xiaomi add-ons.
- π Unlock the bootloader (bootloader);
- π₯ Custom recaveri installations (TWRP);
- π Backup of data (risk of loss!).
Advantages of custom firmware:
β Complete control of the interface;
β Lack of advertising and unnecessary services MIUI;
β Regular security updates.
Disadvantages:
β Loss of guarantee;
β Possible bugs in the work of the camera or sensors;
β Difficulty of rollback to standard firmware.
π‘
Before installing custom firmware, check its compatibility with the Redmi Note 8 Pro (codenamed begonia). Incompatible firmware can turn a phone into a brick.
Comparison of methods: which one to choose?
The choice of method depends on your goals and level of preparation:
- π For beginners, standard gesture control will be suitable in MIUI β Quickly, safely and without risk.
- π» Users with PCs can be recommended ADB β floppy.
- π± Those who do not want to mess with the settings, will help Nacho Notch or analogues.
- π§ Enthusiasts should consider custom firmware, but only after a thorough study of the process.
If in doubt, start with the simplest method (MIUI gestures) and move on to more complex solutions if necessary.
π‘
On the Redmi Note 8 Pro with MIUI 12.5+ firmware, gesture controls are more stable than on earlier versions.