I de-compiled the SystemUI.apk file on 5.1 rom. I am trying to find the Conneceted as Media Device notification in Notification, so I can disable the notification. Does anybody know were it is to disable it?
This is what I am looking for,
{
"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 would like to be able to hide the notification with out disabling it.
Stephen said:
I de-compiled the SystemUI.apk file on 5.1 rom. I am trying to find the Conneceted as Media Device notification in Notification, so I can disable the notification. Does anybody know were it is to disable it?
This is what I am looking for,
I would like to be able to hide the notification with out disabling it.
Click to expand...
Click to collapse
I'm just guessing here, but although SystemUI controls notification display, I would expect the notification for that itself would be controlled by the frameworks.
What you could do is trace it back using Android Hierarchy viewer
Related
{
"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 am having trouble determining what controls the transparency of the actual notifications? Is it ROM specific? I have applied the same .png files to 2 different ROMS.... The first one tured out the way I want it [pure transparent].... the second, has opaque Notification background and "Ongoing" background [or white semi-transparent].... How do I control this?
Any ideas? I've been going at it for awhile.....Please help
p.s I have tried xultimae-tp to modify the services.jar... didn't work.....
I am wondering this also, has anyone got some helpful info?
The transparent pulldown that I am using has the notification boxes transparent white and I would like them to be solid white so that I can see the text better.
{
"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 do you take this green battery icon off as I got the percentage bar on with the new version of Android and there's no need to display both.
the_chang said:
How do you take this green battery icon off as I got the percentage bar on with the new version of Android and there's no need to display both.
Click to expand...
Click to collapse
You need to install xposed framework, download the sense 5 toolkit, and find the module that alters (and disables) the battery icon in the statusbar. You'll need to be rooted for it to work. Other than that, you can get into settings and disable the percentage and use the icon as well.
Find out which app that icon is coming from. Once you find it disable the notification from the "App" tab in your phone's setting
Thought it might be easy just to unclick something
How can I disable the text preview of a notification which appears in the status bar. I do not want to disable the notifications, I want them to appear in the notification drawer. I want to disable the text but keep the icon.
Ideally when Titanium backup wants to display a notification, only the icon would appear in the status bar, no text. I am looking for a way to disable this globally for all apps.
I am running CM11 / 4.4.4. Any ideas? All I can find is how to disable this for the messaging app only.
{
"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"
}
Thanks!
Found a way. NotifyClean can do this.
Root required. Can disable on a per app basis.
I posted this in the bxActions thread but I figured it's also suited for this forum.
As you can see in the first picture Bixby voice has 3 greyed out notification toggles that you cannot toggle off. You can minimize how intrusive they are but you can never get rid of something like Bixby bugging you to upgrade the version and creating notifications in your notification bar.
{
"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"
}
You also can't get rid of it by de-toggling it in the notification bar.
It would be great to have all the notifications off but not disable Bixby so bxActions can still work properly.
Is there any ADB command that would be suited for this? Or some other workaround?
Been using this for a while solely for that very reason:
https://play.google.com/store/apps/details?id=com.joaomgcd.autonotification
Can someone please tell me what this icon is for and how to get rid 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"
}
Looks like an icon for a Color Picker. Where is the icon shown?
It is probably related to Pen Up app, which I have deleted...
It's on every app I use and I have to constantly move it around to use all my apps. It's locked in place and I can't get rid of it. It's very annoying.
cshape_1969 said:
It's on every app I use and I have to constantly move it around to use all my apps. It's locked in place and I can't get rid of it. It's very annoying.
Click to expand...
Click to collapse
It didn't start this until I updated to the new UI 4 software
Problem solved. Thank-you for your response. This icon option is in the accessibility button option.