Xiaomi Redmi 9 Pro with factory settings uses classic virtual navigation buttons (βBackβ, βHomeβ, βRecentβ), but many users want to switch to gesture control or change their location. In this article, we will analyze all the working methods from standard MIUI settings to hidden functions and modifications through ADB.
Important: the methods vary in complexity and consequences. For example, gestures out of the box do not require superuser rights, and reassigning buttons through ADB can reset after the system update. We tested each method on the Redmi 9 Pro with MIUI 12β14 (Android 10β12) β the results are summarized in the comparison table below.
If you want to not just hide the buttons, but completely reflash your smartphone for gesture control (like on the iPhone or Google Pixel), look at the section on custom firmware. But first try the standard solutions - they cover 80% of tasks.
1. Standard gestures in MIUI: how to turn on and configure
The easiest way to remove classic buttons is to activate the built-in MIUI gestures. They work on all versions of the firmware for Redmi 9 Pro (including global and Chinese). The gesture interface here is different from the βpureβ Android: instead of swiping from the bottom edge, a swipe is used up from the βHomeβ button (if the buttons are hidden).
To include:
- Open the Settings β Display.
- Select Full Screen Mode.
- Slip on the full-screen gestures.
- Select the option of Swipe up (recommended) or Swipe from the sides (less convenient on wide screens).
Once activated, the classic buttons will disappear, but they can be returned at any time. Note: in MIUI 13/14, the option βGestural Sensitivityβ has appeared β if swipes do not work the first time, increase it to the maximum.
2. Reassign buttons through "Special features"
If you donβt need gestures but want to change the location or button functions (like doing βBackβ on the right), use the hidden MIUI setting. This method doesnβt require root or ADB, but it doesnβt work on all firmware versions.
Instructions:
- Go to Settings β Special features β System settings.
- Find the Back button (may be called the Navigation Panel).
- Select the location: Left, Right or Both sides (the latter option duplicates the button).
Limitations of the method:
- π You canβt swap βHomeβ and βRecentΒ».
- π« Some firmwares do not have a clause (especially on Chinese versions). MIUI).
- β οΈ After updating the system, the settings may reset.
π‘
If the item is not in the menu, try to enter the request βback buttonβ in the search for settings β sometimes it is hidden under a different name.
3. Use of third-party launchers (Nova, Apex, Microsoft Launcher)
Third-party launchers allow not only to change the appearance of the buttons, but also to add additional functions, for example:
- π¨ Customization of color, shape and animation buttons.
- π Reassigning actions (for example, double-clicking on Home to start the camera).
- π± Hiding buttons with replacement gestures inside the launcher.
The best options for the Redmi 9 Pro:
| Launcher | Sign support | Tune buttons | Cons |
|---|---|---|---|
| Nova Launcher | β Yes (Nova Gestures plugin) | β Full (color, size, actions) | Paid for extended functions |
| Microsoft Launcher | β Yes (limitedly) | β οΈ Only cover-up/show | Advertising in the free version |
| Apex Launcher | β No. | β Color and transparency | Outdated design |
To set the buttons in Nova Launcher:
- Set the launcher and make it the main one (in the settings Home).
- Press your finger on the desktop β Settings β Navigation panel.
- Choose the button style and actions for each.
How to return the standard buttons after the launcher?
4. Change buttons via ADB (no root)
For advanced users willing to work with ADB, there is a way to reassign buttons at the system level, which will allow, for example, double-click on Home to launch a voice assistant or swap Back and Recent places.
β οΈ Attention: Wrong commands ADB You can crash the interface. Before you start, back up your data through your Settings. β Additionally. β Backup and reset.
Steps:
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Connect your phone to your PC and execute: adb shell settings put secure sysui_nav_bar "space,back;home;recent" Here back;home;recent is the order of the buttons from left to right. To remove the button, replace it with space).
- Reset the device.
Other helpful teams:
- π Back to the standard order: adb shell settings put secure sysui_nav_bar "back,home,recent"
- π― Remove the βRecentβ button (leaving only βBackβ and βHomeβ): adb shell settings put secure sysui_nav_bar "back,home,space"
βοΈ Preparation for ADB-team
5. Custom firmware: complete freedom of customization
If you want to remove the virtual buttons completely and switch to gestures like on the iPhone (swipe from the bottom edge), you will need to install custom firmware. Redmi 9 Pro popular:
- π± Pixel Experience β pure Android with gestures from Google.
- π§ LineageOS β stable firmware with flexible navigation settings.
- β‘ Xiaomi.eu β modified MIUI gesture-enhanced.
Installation process:
- Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account binding and wait 7 days).
- Install a custom TWRP recavator for Redmi 9 Pro (model joyeuse).
- Flush the firmware through TWRP (instructions are available on the 4PDA or XDA-Developers forum).
β οΈ Warning: Installing custom firmware voids warranty and can lead to a device blink if it fails.On Redmi 9 Pro with Snapdragon processor 720G critically use firmware specifically for the model joyeuse β firmware from Redmi Note 9 Pro (joyeuse) is not suitable!
Problems and Solutions: What to Do If the Buttons Are Lost or Not Working
After changes in settings or experiments with ADB, there may be bugs.
| Problem. | Reason. | Decision |
|---|---|---|
| The buttons disappeared after the update | Resetting MIUI settings | Return via Settings β Display β Full-screen mode |
| Gestures work through time | Low sensitivity | Increase in Settings β Display β Sensitivity of gestures |
| The buttons stick | Conflict with the launcher | Reset the launcher to standard or clear its cache |
| ADB-commands are not applied | No rights. | Repeat command with sudo or reconnect USB |
If after manipulation with ADB, the phone stopped responding to touch:
- Connect the device to the PC and execute: adb shell settings delete secure sysui_nav_bar This will reset the navigation bar settings.
- Reboot your smartphone.
π‘
Before any changes through ADB or firmware, check the device model with the command adb shell getprop ro.product.device β for the Redmi 9 Pro, the result should be joyeuse.