Running LineageOS on a Moto E4. I have successfully removed quick settings by rebuilding SystemUI.apk per
[GUIDE] How to remove Samsung QuickSettings from the notification area
Here is a quick guide on how to remove the bloatet Samsung QuickSettings from the notification area. This screenshots show what this guide should help you achieve: Before: (I'm using enox reVenge. So my Notification QuickSettings look a little...
forum.xda-developers.com
I'd like to remove the settings icon in the notification pull down.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How?
I've tried zeroing out adiitional items within dimens.xml. These would have seemed like the right ones, but no joy
Code:
<dimen name="notification_gear_width">0.0dip</dimen>
<dimen name="notification_gear_padding">0.0dip</dimen>
Any help greatly appreciated.
Related
This is what my notification pull down looks like. I have been through the xml's on status bar and framework and all are labeled FFFFFF with hex code. Why is it still doing this?? Donation to who ever can help me.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What's the problem, the sound label being off or the colour of the text in the notification bars?
i guess its the text color of the two apps which are being installed (I guess its black on black that is why we cant see it).
Sorry cant help, I myself have problem changing sub text color of setting :/
how I agree statusleiste again indicated, so because where batterie is
Did you try editing framework-res.apk/res/layout/status_bar_latest_event_content.xml??
Hi,
I'm pretty new to modding and need someone's experience to tell me something quickly. I'm wanting to change the colour of the quick notification toggles on my SGS2 (stock), using the latest JB 4.1.2. I've got as far as finding the toggles inside the decompiled systemUI.apk, but now I'm wondering how I change the little line colours underneath each toggle - I'm not sure what the graphic file for this is called? Is it actually a graphic or is the colour defined in a file somewhere?
Here's a pic outlining the bit I mean:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help would be much appreciated, thanks.
you need to edit the tw_quick_panel_on.9.png file
Thank you!
Hey guys,
I'm new here, so sorry if I'm posting this in the incorrect location, but I thought maybe I could gain some advice. I've spent the last few days studying SystemUI mods and finally applied some mods of my own. The one modification that I really desire is to turn off the pull down toggle scroll and have the toggles sitting in rows instead. Here's my current screen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I want my screen to look something like this:
https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-ash3/941270_339604416167842_763170801_n.jpg
This theme is located here: http://forum.xda-developers.com/showthread.php?t=2085343 or direct DL link: http://d-h.st/MHb
I don't want to just download that theme as I enjoy creating things and the gratification it generates. Any help would be much appreciated. Thanks!
Hello, i just updated my mother's T2 dual to lollipop. I noticed this little key icon on the top right corner of notif. shade, which i think there's should be signal icons on it. Does anybody know what's that meant? And how to get rid of it?
Here's the pic of it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
meaning of that icon is that, your device network is being monitored,
some app(s), like firewall, antivirus, or something, is controlling device network.
click image to enlarge
scroll down & check communication section in Source link all LP icons meanings by Google.
It is possible to see the actual speed of network in the statusbar like in the screenshot below.
It seems that the EU version of nova hasn't enabled this feature.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Usually we can find it under settings -> notification panel & status bar.
EU users could enable this feature by changing the keyword in the following line from 'true' to 'false' (root needed).
Change entry of file /cust/hw/eu/prop/local.prop:
from
ro.config.hw_hideNetworkSpeed=true
to
ro.config.hw_hideNetworkSpeed=false
That's it. After reboot there will be the switch shown in the picture above [emoji106]
Bro help me . After updating to android 12 there's a round icon on signal bar without sim card. How can I change it like when sim is inserted