Home » Android » Get Android O Custom Navigation Bar on any Android Running Nougat [No Root]

Get Android O Custom Navigation Bar on any Android Running Nougat [No Root]

by Mrinal Saha
0 comment

The upcoming version of Android i.e. Android O lets you customize your Navigation bar. In simple words, you can add extra software buttons on the left and right of the traditional on-screen navigation buttons like a – clipboard, keyboard switcher, volume adjustment etc.

And guess what, with a new app called custom navigation bar, you can get the same features on most devices running Android 7 Nougat. 

custom navigation bar

What will you need?

  1. You’ll need a device running Android Nougat
  2.  And it only works on devices that are close to stock android like Nexus, Pixel and OnePlus, Sony Xperia etc.

Do you need Root?

You don’t necessary need a root for this. However, you’ll have to connect your smartphone to your computer via USB cable and run a single ADB command from cmd.

Don’t worry, the steps are pretty simple though. We tried it on Google Pixel and Moto G4 (both running stock ROM and nougat) and we were able to make it work in less than 10 minutes.

Follow the steps

1. Download and install Custom Navigation Bar from Google play store. If the app is not supported on your device, don’t bother to sideload the apk, it won’t work any. But for those who are lucky enough to install it, follow to next step.

Custom Navigation Bar

2. Once you open the app, it’ll give you a list of instructions for both ROOT and Non-ROOT Android smartphone.

If you have ROOT access

2.1  Open Terminal Emulator

2.2 Type ‘su’ to enter superuser mode

2.3 Type the following command to grant the permission

pm grant xyz paphonb systemuituner android permission WRITE SECURE SETTINGS

However, for this tutorial, I’m assuming you don’t have ROOT access. So, here is what you need to do.

Install ADB on your PC. Now, there are two ways to do that, you can either do that by installing the Android SDK (this will take a lot of time) or you can just install a small ADB install (this will take only a minute). I tried the second method

  • Download ADB Installer v1.4.3 and install it on your PC. (Require administrator privileges)
  • Press Y/Yes to install ADB and Fastboot
  • Press Y/Yes to install Drivers
  • After 15 secs, it’s done.

installing the Android SDK

2.2 Connect your Android smartphone to your computer with a USB cable.

2.3 Next turn on USB Debugging from the Developer option. (go to about phone and tap on build no. 7 times, if you don’t see the Developer option)

USB Debugging from the Developer option

2.4 Now, open up cmd on your windows computer and type the following command and hit enter.

adb shell

adb-shell-started

2.5 And then type this command and hit enter.

pm grant xyz paphonb systemuituner android permission WRITE SECURE SETTINGS

2.6 In the next screen the app will run a compatibility test, and it goes well, you will see the option to customize your navigation bar.

compatibility-test

2.7 Go to the Navigation bar > Settings > scroll down till you see Extra Left button and Extra right button option > and select the type of button you want to add.

Navigation-bar-Settings

Wrapping Up

Although this is not a one-click method, but if you are an Android enthusiast, it’s definitely something worth trying. The app is stable and also have tasker integration. Something, that I’ll explore in detail this weekend.

Anyways, let me know what are your thoughts on this in the comment section below.

You may also like

Leave a Comment