New S8 Verizon update -- finally! (July Update)

Re: New S8 Verizon update finally!

Starting the download now.
d91c008387f0d9edde9e2874e3e21fe9.jpg
 
Re: New S8 Verizon update finally!

I installed it earlier. It brings the security up to July and it has the navigation bar changes as well.
 
Installing now. Does it include the fix to prevent somebody from hijacking your WiFi to take over your phone? That came out fairly recently. Within the past couple of weeks.
 
I saw something about Bluetooth connection but it stated specifically issues with gear S3. Hopefully this will also improve my issues with BT connection to my Gear S2, because I can be 10' away and the phone loses connection.
 
Not a fan of the navigation bar change.

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.

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.
 
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!
 
Just wanted to say thanks for this, worked perfectly!

Anytime, but to be fair, I only copied what I found on XDA. The credit goes to those guys. Make sure you dont select any of the new colors or you will have to use that command again.