android how to remove icons from the top bar in the status bar pull down menu - General Questions and Answers

Hi i know how to remove icons from the status bar using
adb shell su -c settings get secure icon_blacklist
but some icons like microphone or clock are still present in the top bar you get when you pull down the status bar (I don't know the name of this bar). there is some icon there, like clock battery or microphone, i would like to be able to remove some of them too, do you know how to proceed ?

Related

Change icon battery on status bar from code

My application must change the icon battery on status bar. This is a system icon and I think that it is not possibile to change it. Than I have create one Translucent Activity Fullscreen,NoTitle and I have put my icon battery in the top of this activity so I can set the layout left icon and put it over the icon battery system....but my icon go bottom of stats bar !!! why ???

transparent notification bar and pull down menu

anyone know how to make transparent notification bar and pull down menu for the verizon version of s3?

Cleaning up the Status/Notification bar and drop-down? (rooted)

I have rooted, de-bloated, and installed an LED notification manager, which has made my phone nearly perfect. The only lagging issue is the overly busy Status/Notification bar and drop-down. Things I would like to change:
Status Bar
- remove AM/PM from the clock
- remove NFC icon when active
- change battery status to something that takes up less space, the default is icon AND percentage. I'd ideally love to use the Circle Battery Mod.
Drop Down
- remove the brightness slider
- remove the "s finder" and "quick connect" buttons.
SykesAT said:
I have rooted, de-bloated, and installed an LED notification manager, which has made my phone nearly perfect. The only lagging issue is the overly busy Status/Notification bar and drop-down. Things I would like to change:
Status Bar
- remove AM/PM from the clock
- remove NFC icon when active
- change battery status to something that takes up less space, the default is icon AND percentage. I'd ideally love to use the Circle Battery Mod.
Drop Down
- remove the brightness slider
- remove the "s finder" and "quick connect" buttons.
Click to expand...
Click to collapse
Hi,
to remove the s finder and qucik connect button, you have to open the build.prop file ( \root\system\build.prop ) with a text editor from your root explorer
(backing up the file would be a good idea)
search the line "ro.product.name=zeroflteXXX" and replace it with
"ro.product.name=zerofltevzw"
restart your phone an it's gone
that's how it worked on my stock rom.
I did this to remove the brightness slider, connect your phone to computer and with ADB
adb shell settings put system notification_panel_brightness_adjustment 0
reboot.
[email protected] said:
I did this to remove the brightness slider, connect your phone to computer and with ADB
adb shell settings put system notification_panel_brightness_adjustment 0
reboot.
Click to expand...
Click to collapse
Is there an ADB comand to remove S-finder and quick connect?

Missing Status Bar Icons

Guys I need help
NFC icon is missing on the status bar ( top of screen) even though its ON
Location icon is missing on the status bar ( top of screen) even though its ON
nguwerng said:
Guys I need help
NFC icon is missing on the status bar ( top of screen) even though its ON
Location icon is missing on the status bar ( top of screen) even though its ON
Click to expand...
Click to collapse
Settings > Personalization > Status bar icons. Tick everything on the list... Cheers!

Hide statusbar

I for one like the notch, in fact, it bothers me that the notification icons and clock sit there while my browser is active. I'd love to be able to hide the bar when an app other than the launcher is active. Is this possible?
I found this, but it's for the 5t: https://forums.oneplus.com/threads/...5t-5-1-0-auto-hide-status-bar-no-root.822354/
Waiting for this too.. For now I did the ADB command to hide the notification bar via immersive mode.. but, it doesn't extend the window to the top fully, just hides the top notif bar completely.
adb shell settings put global policy_control immersive.status=*
Ref - https://android.gadgethacks.com/how...s-bars-your-galaxy-s9-no-root-needed-0183504/

Categories

Resources