I posted this on reddit yesterday, but it was removed for unknown reasons. So I recall my ancient xda account and post here.
----
I've finally got the oreo update today. Some people told me that my black navbar apk was no longer working on Oreo, so I've looked into the issue and updated it.
Read the following instruction.
On Oreo, you need to grant permission manually to apply changes.
Just installing this apk doesn't have any effect.
Screenshot:
https://i.imgur.com/87uwLlk.jpg
Install:
1. Unzip and install apk.
2. Reboot.
3. Open the terminal for adb and connect your phone in USB debugging mode.
If you have no idea what 'adb' or 'USB debugging' is, goto (USB debugging and adb).
4. Input the following code to the terminal, and press enter.
5. Reboot.
6. Open "Settings > Display > Navigation Bar." disable "Apply current theme" and select the black color below it.
USB debugging and adb:
This is a good HOWTO for setting up USB debugging and adb.
https://www.themefoxx.com/2017/04/how-to-hide-the-navigation-bar-and-status-bar-on-the-galaxy-s8s8-plus.html
Follow the instruction up to Step4.
If you use Windows 10, There may be 'PowerShell' instead of 'command window.'
In that case, you may need to input the code like this.
Uninstall:
Open "Settings > App" and uninstall "com.android.black_navigation_bar".
No need to 'cmd overlay disable ...'. Granted permission will be removed by uninstall.
About its apk permission:
It is automatically assigned that way for replacing the Settings app's resource, but actually, it does nothing because it doesn't have even a single line of program code. If you worry too much, use apktool and decode this apk. You can see there aren't any harm in it.
Download:
Attached File or
http://www.mediafire.com/file/pylm2ygba42t2z8/black_navigation_bar.zip
https://www95.zippyshare.com/v/1HIUI4MC/file.html
Just installing this apk doesn't have any effect! You need to follow the instruction.
----
I've finally got the oreo update today. Some people told me that my black navbar apk was no longer working on Oreo, so I've looked into the issue and updated it.
Read the following instruction.
On Oreo, you need to grant permission manually to apply changes.
Just installing this apk doesn't have any effect.
Screenshot:
https://i.imgur.com/87uwLlk.jpg
Install:
1. Unzip and install apk.
2. Reboot.
3. Open the terminal for adb and connect your phone in USB debugging mode.
If you have no idea what 'adb' or 'USB debugging' is, goto (USB debugging and adb).
4. Input the following code to the terminal, and press enter.
Code:
adb shell cmd overlay enable com.android.black_navigation_bar
6. Open "Settings > Display > Navigation Bar." disable "Apply current theme" and select the black color below it.
USB debugging and adb:
This is a good HOWTO for setting up USB debugging and adb.
https://www.themefoxx.com/2017/04/how-to-hide-the-navigation-bar-and-status-bar-on-the-galaxy-s8s8-plus.html
Follow the instruction up to Step4.
If you use Windows 10, There may be 'PowerShell' instead of 'command window.'
In that case, you may need to input the code like this.
Code:
.\adb shell cmd overlay enable com.android.black_navigation_bar
Open "Settings > App" and uninstall "com.android.black_navigation_bar".
No need to 'cmd overlay disable ...'. Granted permission will be removed by uninstall.
About its apk permission:
It is automatically assigned that way for replacing the Settings app's resource, but actually, it does nothing because it doesn't have even a single line of program code. If you worry too much, use apktool and decode this apk. You can see there aren't any harm in it.
Download:
Attached File or
http://www.mediafire.com/file/pylm2ygba42t2z8/black_navigation_bar.zip
https://www95.zippyshare.com/v/1HIUI4MC/file.html
Just installing this apk doesn't have any effect! You need to follow the instruction.
Attachments
-
3.4 KB Views: 6,172
Last edited: