no need for ADB to revert to a normal color.
settings>display>navigation bar>tap any color
settings>display>navigation bar>tap any color
same command as above with value -986896.What is the ADB command to reset back to normal?
You need to decompile and modify the line "notification_text_color" in /system/framework/framework.apk/res/values/colors.xmlHey cool thread I've been putting in work trying to get notifications with white text I've done way past everything I should have to done to get them white with no luck do you think there maybe a solution to that with this type of workaround.
If you are rooted you can run the same command (without the adb shell part) in your phone using a terminal emulator.I'm still a bit confused! I am rooted - what is the best way to make the nav bar transparent?
Cool thanks. So get to su in terminal emulator and then this?If you are rooted you can run the same command (without the adb shell part) in your phone using a terminal emulator.
For transparent try 0 for transparent black and 16777215 for transparent white.
Yes but don't type the adb shell partCool thanks. So get to su in terminal emulator and then this?
adb shell settings put global navigationbar_color 0
adb shell settings put global navigationbar_current_color 0
Tried using adb but did not work to get transparent...Cool thanks. So get to su in terminal emulator and then this?
adb shell settings put global navigationbar_color 0
adb shell settings put global navigationbar_current_color 0
Which value did you use?Tried using adb but did not work to get transparent...
any other sugestions?
I tried 0 for transparent..Which value did you use?
For transparent you must calculate the value. Formula is explained in above posts.I tried 0 for transparent..
Worked for black though..but it would be nice to have transparent..![]()
No-one has achieved transparent so far, that is why I'm sceptical...For transparent you must calculate the value. Formula is explained in above posts.