(?) Possible to change navigationbar hight - Samsung Galaxy S8 Questions and Answers

hi,
on nougat there was the possibility to change the navigationnbar hight.
does someone have the solution to do it on Oreo?
thanks
adddy2

+1

+1

+1

how about to add a different color, not the crap they have

+1

For example with oreo minotaurus Rom and minotaurus Rom control you can change the navbar hight and also the colour from the navbar Icons

Should be possible with an XPOSED module installed

I know. But how do this without root ?

+1

kasim1 said:
how about to add a different color, not the crap they have
Click to expand...
Click to collapse
That's easy. Just set the color with adb. Same as on Nougat.

StewMaker said:
That's easy. Just set the color with adb. Same as on Nougat.
Click to expand...
Click to collapse
Navbar heigh to ?

adddy2 said:
hi,
on nougat there was the possibility to change the navigationnbar hight.
does someone have the solution to do it on Oreo?
thanks
adddy2
Click to expand...
Click to collapse
thoroughly hide the navigationbar ?
you can use the mt manager to edit the Famework.apk
and find the navigationbar to set up to 0

ADb commands to moved nav down
Adb shell wm overscan 0,0,0,-140
This will change the position of the nav bar on 8.0 not the height. (my s8+ the nav bar is just off screen with -140)

UTNoodle said:
Adb shell wm overscan 0,0,0,-140
This will change the position of the nav bar on 8.0 not the height. (my s8+ the nav bar is just off screen with -140)
Click to expand...
Click to collapse
It works. I use -20. Tks so much.
So to revert back to stock, its 0?

yep, 0 is stock location

UTNoodle said:
Adb shell wm overscan 0,0,0,-140
This will change the position of the nav bar on 8.0 not the height. (my s8+ the nav bar is just off screen with -140)
Click to expand...
Click to collapse
does this make it smaller?

Related

[Q] [Lollipop][5.0] How to change status bar icon alpha level?

I'm trying to modify the alpha level of status bar icons, but I can't seem to figure out what to change. In the past I've done this by setting status_bar_icon_drawing_alpha to 100% in SystemUI/res/values/dimens.xml, but that no longer seems to have an effect. I have seen references to tw_status_bar_icon_drawing_alpha, but that does not exist in the SystemUI.xml for Lollipop.
Does anyone know how I can successfully change the alpha level of status bar icons?
claytonjn said:
I'm trying to modify the alpha level of status bar icons, but I can't seem to figure out what to change. In the past I've done this by setting status_bar_icon_drawing_alpha to 100% in SystemUI/res/values/dimens.xml, but that no longer seems to have an effect. I have seen references to tw_status_bar_icon_drawing_alpha, but that does not exist in the SystemUI.xml for Lollipop.
Does anyone know how I can successfully change the alpha level of status bar icons?
Click to expand...
Click to collapse
in kitkat it was a color with a hex-value alpha ... like #60000000 .... so the 2 digits after the "#" is the degree of trancparency in hex
rrgrrg said:
in kitkat it was a color with a hex-value alpha ... like #60000000 .... so the 2 digits after the "#" is the degree of trancparency in hex
Click to expand...
Click to collapse
You're talking about in colors.xml? If so I did a find and replace for everything #\d\d -> #ff so everything in colors.xml was completely opaque, but it still didn't chance the status bar icons :-\
Sent from my Developer Edition Galaxy S5 using Tapatalk
I havent checked myself, but I think they are now coded into the Java/smali files now
oh i see ... look in drawables.xml in values folder ... if not then ask a lollipop themer for sure he will tell you
rrgrrg said:
oh i see ... look in drawables.xml in values folder ... if not then ask a lollipop themer for sure he will tell you
Click to expand...
Click to collapse
Didn't see anything there either
can't Change icons in status and quick bar on lollipop
claytonjn said:
Didn't see anything there either
Click to expand...
Click to collapse
Hi at all,
i tried to change icons in status and quick bar on lollipop (cyanogenmod 12)
i've download a cm12 theme and i have to
changed drawables in systemui folder,
but on lollipop nothing change,
i used this methond several times on kitkat and it's always worked,
but on lollipop nothings changes...
i don't undertand why ?
any suggestions ?
Thank for you attentions,
best regards,
Alex
I don't remember off the top of my head if the status bar icons are regular png/pkm/wbp files or vector drawables, but either way it's easy to change them...If they're vectors, find the xml defining the vector and change the fillColor. If they're png/wbp/pkms, find the layout(s) calling them, and adjust color and alpha with android:tint and android:alpha, respectively....
FOUND !
Go to systemui\res\values\dimens.xml
find this line :
<item type="dimen" name="status_bar_icon_drawing_alpha">
Click to expand...
Click to collapse
change the "7x.0%" to "100.0%" :good:
claytonjn said:
I'm trying to modify the alpha level of status bar icons, but I can't seem to figure out what to change. In the past I've done this by setting status_bar_icon_drawing_alpha to 100% in SystemUI/res/values/dimens.xml, but that no longer seems to have an effect. I have seen references to tw_status_bar_icon_drawing_alpha, but that does not exist in the SystemUI.xml for Lollipop.
Does anyone know how I can successfully change the alpha level of status bar icons?
Click to expand...
Click to collapse
This question is pretty old and most likely you've found a solution, but here it is anyway

Status Bar Icon Change?

Is there a way to change the looks of touchwiz's statusbar icons? like getting the stock andriod icons? Would be nice
And for the record i am not rooted yet
TheMakka250 said:
Is there a way to change the looks of touchwiz's statusbar icons? like getting the stock andriod icons? Would be nice
And for the record i am not rooted yet
Click to expand...
Click to collapse
Hey. I think there is no way to change status bar icons without root and xposed. Maybe you should think root your phone for changing your device's looks. Check out mine and good luck.

What module can control status bar icons?

Hi
There are icons here that bothers me that I need your help to remove.
I have xposed and tried gravitybox but didn't helped..
Try to use flat style bar icons from Xposed. Once done, you need to click the position tab in the flat style bar icons app and remove the one you don't need.
AnDrOiDnEoV said:
Try to use flat style bar icons from Xposed. Once done, you need to click the position tab in the flat style bar icons app and remove the one you don't need.
Click to expand...
Click to collapse
I did but the changes are not beeing saved after reboot :/
zoolly said:
I did but the changes are not beeing saved after reboot :/
Click to expand...
Click to collapse
Mate, I am on the same boat too. Not sure how to make it persistent.

Change size of nav bar buttons

Hello, I would like to know how to change the dpi ONLY of the nav bar. I found some guides online, but they were for Kitkat or older versions of Android. Thanks for the help!
ProchyGaming said:
Hello, I would like to know how to change the dpi ONLY of the nav bar. I found some guides online, but they were for Kitkat or older versions of Android. Thanks for the help!
Click to expand...
Click to collapse
What rom are you using? How did you enable navbar?
varben said:
What rom are you using? How did you enable navbar?
Click to expand...
Click to collapse
I'm on AOSPExtended and I'm using the smartbar mode, because the pixel animation is there
ProchyGaming said:
I'm on AOSPExtended and I'm using the smartbar mode, because the pixel animation is there
Click to expand...
Click to collapse
So the rom doesn't have an option to increase/decrease the navbar size, right?
I would say that maybe you should ask on the aospEX thread for help.
On Validus for example you can change the size of the navbar.
varben said:
So the rom doesn't have an option to increase/decrease the navbar size, right?
I would say that maybe you should ask on the aospEX thread for help.
On Validus for example you can change the size of the navbar.
Click to expand...
Click to collapse
Well it has this but it doesn't change the icon size
ProchyGaming said:
Well it has this but it doesn't change the icon size
Click to expand...
Click to collapse
Nothing when you increase the portrait slider?
varben said:
Nothing when you increase the portrait slider?
Click to expand...
Click to collapse
It just changed the size of the navbar background
ProchyGaming said:
It just changed the size of the navbar background
Click to expand...
Click to collapse
I see.
I don't know how to increase the icons only... However i have a suggestion for you.
Have you ever tried LMT launcher?
https://forum.xda-developers.com/showthread.php?t=1330150&page=1337
Try this pretty and useful, made by xda
https://play.google.com/store/apps/details?id=com.xda.nobar
Try downloading Custom Navigation Bar from Play Store. It configures a lot of things including the one you desire.

nav bar height

with new P and gesture, i think that huge nav bar height is waste of space. does anyone know simple way to decrease that height?
[email protected] said:
with new P and gesture, i think that huge nav bar height is waste of space. does anyone know simple way to decrease that height?
Click to expand...
Click to collapse
Only way I know to do it on stock is to adjust screen size under Display settings.
garywojdan81 said:
Only way I know to do it on stock is to adjust screen size under Display settings.
Click to expand...
Click to collapse
found a great substratum tool app called substweaks in playstore.
now its perfect.
Hi. Thanks for the insight.

Categories

Resources