What's it all about?
What's it all about?
July security patch. Android pay which gets disabled cause of Samsung payfew other bug fixes and that hide the nav bar feature.
I can confirm this is the case.I installed it earlier. It brings the security up to July and it has the navigation bar changes as well.
Not a fan of the navigation bar change.
adb shell settings put global navigationbar_color -16777216
adb shell settings put global navigationbar_current_color -16777216
The color choices? If so, you can get the black color back using adb commands. Super simple to do. Took me a couple minutes to get black back.
Don't you have to be rooted to do that? I haven't rooted and wasn't really planning on doing it.
Nope, no root required. Just connect to your pc and adb the command.
Semi-noob question. I have USB debugging turned on. Where do I input these commands once I am connected to my computer?
You can disable, so no harm no foul. I like it overall and appreciate the option.Not a fan of the navigation bar change.
I think he's talking about them taking away the choice of colors.You can disable, so no harm no foul. I like it overall and appreciate the option.
The color choices? If so, you can get the black color back using adb commands. Super simple to do. Took me a couple minutes to get black back.
Code:adb shell settings put global navigationbar_color -16777216 adb shell settings put global navigationbar_current_color -16777216
Just wanted to say thanks for this, worked perfectly!