How to remove status bar gradient - Android Q&A, Help & Troubleshooting

Hey guys,
is anyone out there who can tell me how to get rid of the black gradient in the status bar?
For example in the picture it should only be in red color like the app is at the top. No gradient.
Thanks

skrippi said:
Hey guys,
is anyone out there who can tell me how to get rid of the black gradient in the status bar?
For example in the picture it should only be in red color like the app is at the top. No gradient.
Thanks
Click to expand...
Click to collapse
I've been looking for a way to do this for a while and I figured out a work around
What you will need
-xposed installer
-a module called tinted status bar
First install the module and reboot ... Now go into the module and go to settings UNCHECK respect kitkat api
... Then go to Google in the apps list and change all activities to number 0000000 in both nav and status bar.... The find the lock screen app and do the Same the result should be this

If I need to install the framework it's not gonna work. I am not gonna root my phone. THat's the tricky part of it.

Related

Any easy way to change status bar colour?

Hi,
Just installed CWM7 on my ST15i and I'm loving it, the only disappointment is the lack of customization when it comes to the status bar.
Does anybody know a way in which to manually change the colour of the status bar (pref. to white) and swap the notification pngs to contrast?
I know there's an app (statusbar+) which can "overlay" your old status bar with a new one, but it's sluggish and unresponsive at the best of times.
sikodemon said:
Hi,
Just installed CWM7 on my ST15i and I'm loving it, the only disappointment is the lack of customization when it comes to the status bar.
Does anybody know a way in which to manually change the colour of the status bar (pref. to white) and swap the notification pngs to contrast?
I know there's an app (statusbar+) which can "overlay" your old status bar with a new one, but it's sluggish and unresponsive at the best of times.
Click to expand...
Click to collapse
Kindly post this at themes section

Disable status bar shadow

Hey,
I just downloaded themer and on every theme I have those shadows on the top of the status bar and the bottom of the nav bar. The typical kitkat gradient ones. How can I disable them?
Thanks in advance.
spartanier7 said:
Hey,
I just downloaded themer and on every theme I have those shadows on the top of the status bar and the bottom of the nav bar. The typical kitkat gradient ones. How can I disable them?
Thanks in advance.
Click to expand...
Click to collapse
Hi,
This is on our to-do list, however it may take some time to implement. Apologies for the inconvenience.
- Marco

[Help] Remove stock battery icon in notification/status bar header.

Hey everyone!
Can anyone help me remove this battery icon in the status bar/notification header? (See attached image) it's pointless being there if you using gravity box battery icons instead.
That one you can't really get rid of. The best you can do is go into settings - personalization - status bar icons, and untick the battery. This will remove stock battery icon when notification drawer IS not pulled down so you can only see GravityBox icon.
Hope that helps
jakir7 said:
That one you can't really get rid of. The best you can do is go into settings - personalization - status bar icons, and untick the battery. This will remove stock battery icon when notification drawer IS not pulled down so you can only see GravityBox icon.
Hope that helps
Click to expand...
Click to collapse
Yeah i've tried that already, i need a way to remove that battery icon somehow
Zeyn Karim said:
Hey everyone!
Can anyone help me remove this battery icon in the status bar/notification header? (See attached image) it's pointless being there if you using gravity box battery icons instead.
Click to expand...
Click to collapse
Same here.
Anyone please help.
I m using Flat Style Bar Indicator module, it allows to change the icon for battery and the changed icon appear in the expanded panel. May be u can try that.
U can see the ss below

Tinted status bar & gravity box conflicting with each other

In order to get a transparent status bar on my launcher home screen, Iam using Gravitybox. But, I am also using Tinted Status Bar module. It appears that both of them are conflicting with each other. When both of them are used together, I am getting a black status bar. When I disable the Tinted Status Bar module, I am getting a transparent status bar on my launcher home screen. Is there a way with which I can use both the modules together?
krittin98 said:
In order to get a transparent status bar on my launcher home screen, Iam using Gravitybox. But, I am also using Tinted Status Bar module. It appears that both of them are conflicting with each other. When both of them are used together, I am getting a black status bar. When I disable the Tinted Status Bar module, I am getting a transparent status bar on my launcher home screen. Is there a way with which I can use both the modules together?
Click to expand...
Click to collapse
Make the teansparency 0 in gravity box then try to activate timted statusbar module
Reply
@Susan Dahal bro I did as u said, but it is not working. In my current settings, I have set the launcher's status bar to 00000000 (8 times zero). Can u tell me the settings u are using in Gravitybox and Tinted Status Bar for the launcher?
krittin98 said:
@Susan Dahal bro I did as u said, but it is not working. In my current settings, I have set the launcher's status bar to 00000000 (8 times zero). Can u tell me the settings u are using in Gravitybox and Tinted Status Bar for the launcher?
Click to expand...
Click to collapse
I leave transparency intact sa it was first then use gradient mode in tinted status bar
Also in default setting set default statusbar colour to 00000000
Thats all

[Xposed][MOD][5.0+] Force black nav bar

I just got an Android 11 phone and to my dismay some older apps that display generally in a dark theme have an unmatching ugly white nav bar. This module turns nav bars black.
source: https://github.com/arpruss/xrecolor
apk download: https://github.com/arpruss/xrecolor/blob/main/app/release/app-release.apk?raw=true
What phone, and can you make a semi transparent black for light and dark mode nav bar option
toolhas4degrees said:
What phone
Click to expand...
Click to collapse
I have a OnePlus 9. But the xposed module will hopefully work on any Android 5.0 or higher phone.
toolhas4degrees said:
, and can you make a semi transparent black for light and dark mode nav bar option
Click to expand...
Click to collapse
It could be done, but since the apps won't be adapted for it, it might well obscure some app buttons at the bottom of the screen, so I am not inclined to do it. But if you want to, you can take the source code and just change opacity = 0xff to whatever you like in Hook.java.
arpruss said:
I have a OnePlus 9. But the xposed module will hopefully work on any Android 5.0 or higher phone.
It could be done, but since the apps won't be adapted for it, it might well obscure some app buttons at the bottom of the screen, so I am not inclined to do it. But if you want to, you can take the source code and just change opacity = 0xff to whatever you like in Hook.java.
Click to expand...
Click to collapse
In laposed what is supposed to get selected in scope system framework and systemui?
Or do I need to select every app that has a white navbar?
toolhas4degrees said:
In laposed what is supposed to get selected in scope system framework and systemui?
Click to expand...
Click to collapse
Only the apps you want to modify.
arpruss said:
I just got an Android 11 phone and to my dismay some older apps that display generally in a dark theme have an unmatching ugly white nav bar. This module turns nav bars black.
source: https://github.com/arpruss/xrecolor
apk download: https://github.com/arpruss/xrecolor/blob/main/app/release/app-release.apk?raw=true
Click to expand...
Click to collapse
Finally, one that works. Tried on my Samsung Note 9 on Android 10. Thank you for sharing this module.
Edit: Turned out, it interferes with a button on my installed calendar app. I can't click a button at the bottom. I had to un-select my calendar app in LSposed. For my other apps, this module works fine so I still use it.
I just added two nav bar options in addition to black:
- 50% translucent
- match status bar (white when status bar is whitish; else black)
arpruss said:
I just added two nav bar options in addition to black:
- 50% translucent
- match status bar (white when status bar is whitish; else black)
Click to expand...
Click to collapse
Hi arpruss, I can't find the settings to get to these added navbar options.
Can you guide us how to get to those options?
Thank you.
XTrail02 said:
Hi arpruss, I can't find the settings to get to these added navbar options.
Can you guide us how to get to those options?
Thank you.
Click to expand...
Click to collapse
Tap on "Navigation bar."
Thank you. I found it
Hi @arpruss , would you consider adding another option for the nav bar to match the status bar color? For example when status bar is blue then nav bar is blue also.
Works perfectly on Oreo, thanks a lot
Hey, sorry for multipost but I wanted to push it to the top..
I'm on Oreo with the last, fully working version of Xposed as magisk module.
I noticed that some apps fail to "acknowledge" the navbar with your module enabled and that results in bottom bar,if they have one, being behind it and not being able to see or use it.
Can you please look into this issue?
Thanks for the module, I've been looking for something like this. Been using Nacho Notch to simulate something similar.
Seems like it can create some oddities in some apps. For example I've enabled it for YouTube (Vanced) and when I try to post a comment it refuses to show the comment box above the keyboard. Very odd issue, but it's fixed when I disable the module.
Also I cannot force the statusbar to be black?
I'm on Android 10 with an Xperia 5 ii
Kocane said:
Thanks for the module, I've been looking for something like this. Been using Nacho Notch to simulate something similar.
Seems like it can create some oddities in some apps. For example I've enabled it for YouTube (Vanced) and when I try to post a comment it refuses to show the comment box above the keyboard. Very odd issue, but it's fixed when I disable the module.
Also I cannot force the statusbar to be black?
I'm on Android 10 with an Xperia 5 ii
Click to expand...
Click to collapse
Yeah, I had the same problem.
Some apps even don't show the bottom menu if they have it.
It's really a pity cause I use both navbar customized with GravityBox and Xposed Edge for gestures and can't imagine my life without both of them lol ;P
So I have to bear the white navbar for now
What if I want some black navbar to white?
zyguo said:
What if I want some black navbar to white?
Click to expand...
Click to collapse
Uninstall the app

Categories

Resources