How to remove Navigation bar

This page guide for Android

This page is introduce how to remove the navigation bar on Android.
If you want to remove the navigation bar, you should follow this guide.

Before removing the Navigation bar, you have to set the resolution first. Please follow the pages.

  • First, change file system permission and edit the build.prop file.
    target
    $ su
    $ mount -o remount,rw /system
    $ vi /system/build.prop
  • build.prop
    target
    ~
    qemu.hw.mainkeys=1
    ~
  • After editing the build.prop file, please reboot the Android.
  • After rebooting, you can see the result.

  • troubleshooting/how_to_remove_a_navigation_bar.txt
  • Last modified: 2017/08/22 08:59
  • by luke.go