Get MIUI Style Navigation Gestures on Any Android Devices

Gesture game started after the launch of iPhone X and now every OEM wants to implement gesture feature in their Android device. Gestures were there in Android from quite a while but with Android Pie, Google implemented navigation gesture which is really nice.

I used Android Pie and MIUI gestures both but I personally liked MIUI gestures a lot because it is convenient to use.

There is an app called Fluid Navigation that allows you to use gesture in any of your Android devices.

Note: Follow the complete Steps

How to Get MIUI Style Navigation Gestures in Any Android Devices

  • Download Fluid Navigation Application from Playstore – here
  • Open the application and give it permission if it asks.

Now, If your device is rooted then the process is simplified. Just tap on the give root permission and toggle the enable icon and the navigation gestures will be there.

If you don’t have a rooted device, then follow the steps below.

  • Enable Developer Mode in the Android settings.
    Settings -> About Phone -> Find the Build Number Option -> Tap it multiple times until developer mode is enabled.
  • Enable USB Debugging
    Settings -> Developer Options -> Enable the USB Debugging option.
  • Install ADB in your computer – Download
  • Run the following ADB command to grant the permission
    Windows:
    adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
    MacOS:
    ./adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGS
  • That’s It, Now change the gestures are enabled in your device.

Note: Do Not Uninstall it right away If you Don’t Like the application. Make sure to turn on navigation bar from the App or by giving these commands via ADB.

Windows:
adb shell wm overscan 0,0,0,0

macOS:
./adb shell wm overscan 0,0,0,0

Suggestion:

Join our Telegram channel for instant tech updates and smartphone news. Also, you can follow us on our Facebook page.