If you're like me, you like using a 3rd party navigation gesture app with the navbar hidden.
In Android 11, google disabled
Luckily, it's possible with Magisk and a little bit of tinkering.
THIS GUIDE ASSUMES YOU'RE FAMILIAR WITH MAGISK AND MAGISK MODULES.
Prerequisites:
In theory, this should work on many devices, but I've only tested it on my stock Pixel 3 and Pixel 5.
This method is even better than overscan IMO because it doesn't come with the same quirks.
I had issues with the volume menu appearing off-screen and certain fullscreen apps assuming the Navbar was still there.
In Android 11, google disabled
wm overscan
which makes it difficult to hide the navbar.Luckily, it's possible with Magisk and a little bit of tinkering.
THIS GUIDE ASSUMES YOU'RE FAMILIAR WITH MAGISK AND MAGISK MODULES.
Prerequisites:
- Install Magisk
- Install Magisk Hide Props Config
- Install Universal SafetyNet Fix
- optional but recommended if you use gPay, Bank Apps, etc.
- Install a terminal emulator (like Termux)
- this is also theoretically possible with platform-tools and root over
adb shell
but my tutorial will be using the terminal
- this is also theoretically possible with platform-tools and root over
- Settings > System > Gestures > System Navigation is set to 3-button Navigation
- this is only required if you're using a 3rd party gesture navigation app (I use Vivid Navigation Gestures)
- you can skip #5 at your own risk if you wish to keep Google's Gestural Navigation but hide the UI
commands
(don't type the descriptions).su
(gain root access)props
(open the hideprops menu)4
(Add/edit prop values)n
(New custom prop)qemu.hw.mainkeys
(the build prop for whether to include softkey navbar)1
(sets the build prop to disable the softkey navbar)y
(yes to continue with defaults)y
(yes to reboot)
In theory, this should work on many devices, but I've only tested it on my stock Pixel 3 and Pixel 5.
This method is even better than overscan IMO because it doesn't come with the same quirks.
I had issues with the volume menu appearing off-screen and certain fullscreen apps assuming the Navbar was still there.