Hide Navigation Bar

Gain access to your android device
adb connect {your device id}
to connect to your device
adb shell
to get into your device
- grant write access to /system folder
sudo mount -o rw,remount /system
Hide the navigation bar
- Add
qemu.hw.mainkeys = 1
at the end of the build.prop in /system
sudo mount -o ro,remount /system
change /system back to read only
- restart your device and you can see the navigation bar has disappeared~