[Q] Persistent notification/status bar - Android Q&A, Help & Troubleshooting

I'm wondering, does anyone knows of a mod or app that allows the notification/status bar be visible all the time throughout any app? I dont mind loosing that few bits of screen.

AW: [Q] Persistent notification/status bar
mcta said:
I'm wondering, does anyone knows of a mod or app that allows the notification/status bar be visible all the time throughout any app? I dont mind loosing that few bits of screen.
Click to expand...
Click to collapse
There's no existing mod. If an apps requests full screen, the framework will open it in full screen mode. The only way to have it or not is reverse engineering of the apps.

Awww... bummer.... is there anywhere to put in a request?

AW: [Q] Persistent notification/status bar
mcta said:
Awww... bummer.... is there anywhere to put in a request?
Click to expand...
Click to collapse
You could ask the app Dev to add an option to enable or disable it, but they are free people and that's their decision to add it.

Related

App Request.- Am/Pm burn in fix

i have noticed that the Am/Pm bar on the top of the screen starts to burn in, it would be great if somebody could make an app that would move the Am/Pm bar around so everybody's burn in's dont get any worse
I believe changing fonts every now and then could take care of it. I know it's not whast you asked for, I guess it would just act as a bandaid for now.
LauncherPro lets you hide the statusbar on the homescreen.
blanked said:
LauncherPro lets you hide the statusbar on the homescreen.
Click to expand...
Click to collapse
Zeam let's you do this as well and it's what I recently started doing. Another option might be to use a 24 hour clock. Not sure how much that would really help though.
If they have a way to black out the battery how come theres no way to get rid of the clock or black it out I dont use it anyway
egc-r2+voodoo jl4+jl4 modem
devs for the verizon fascinate found a way to remove the am/pm from the notification bar. probably the main reason they removed it on the nexusS lol we could look into how they removed it.
murse said:
Zeam let's you do this as well and it's what I recently started doing. Another option might be to use a 24 hour clock. Not sure how much that would really help though.
Click to expand...
Click to collapse
im using the 24 hour clock now so it doesn't get worse but i think that will be a temporary solution
would love a way to get rid of the am/pm, in the notification bar.
ZachLL88 said:
would love a way to get rid of the am/pm, in the notification bar.
Click to expand...
Click to collapse
i would hope they work on it
murse said:
blanked said:
LauncherPro lets you hide the statusbar on the homescreen.
Click to expand...
Click to collapse
Zeam let's you do this as well and it's what I recently started doing. Another option might be to use a 24 hour clock. Not sure how much that would really help though.
Click to expand...
Click to collapse
Murse thanks for the suggestion! I went and downloaded Zeam from the market and it's an excellent launcher which also allows you to hide status bar! And it's free, no ads! Thanks again buddy!
edit: Ok Zeam only removes the status bar from the home screen. Open the browser or any app and the status bar reappears so not useful for hiding status bar. Also live wallpapers freeze intermittently while running Zeam. Is a good launcher despite those shortcomings.
Removing status bar entirely will probably require a different rom, not an apk.
jumaaneface said:
devs for the verizon fascinate found a way to remove the am/pm from the notification bar. probably the main reason they removed it on the nexusS lol we could look into how they removed it.
Click to expand...
Click to collapse
Do you have a link to something pointing to where they changed it. I am working on a mod that will allow you to change the color (like in cyanogen mod) and even hide time and/or am/pm.
camalot said:
Do you have a link to something pointing to where they changed it. I am working on a mod that will allow you to change the color (like in cyanogen mod) and even hide time and/or am/pm.
Click to expand...
Click to collapse
i dont remember the link but it was a services.jar edit commenting it out.
jumaaneface said:
i dont remember the link but it was a services.jar edit commenting it out.
Click to expand...
Click to collapse
Yes. I am working on a mod (for Nero3) that takes the "settings" features from cyanogenmod, so you can show/hide the time, show/hide am/pm and change the color.
I have the code in place in the services.jar, and let me tell you, that is no easy task... and I think it is "sort of" working. when I flash the modded services jar, I have no time, but i also dont have the signal strength, and battery. which is also part of the CM stuff.
I started creating a "custom" spareparts app, that is based on the CM one (it only has the time / status bar stuff). but currently i have been unable to get it to display the time or any of the other status icons.
I am not sure yet what the problem is. It could be because it is not signed as a system app, or it could be that I am missing something in the services.jar.

Remove Time from Notification Bar

I'd like to remove the time from the notification bar and have it added to the ticker (like I had on my Moment) and to clear up some more bar space by removing the headphones icon.
Does anyone know if there's any easy way to do it with only temp root? If not can we add this to the To Do List?
jesusice said:
I'd like to remove the time from the notification bar and have it added to the ticker (like I had on my Moment) and to clear up some more bar space by removing the headphones icon.
Does anyone know if there's any easy way to do it with only temp root? If not can we add this to the To Do List?
Click to expand...
Click to collapse
Probably not going to happen with temp root You'd need to edit files in the frameworks, most likely some XMLs, and perhaps even services.jar

[Q] Getting rid of Status Bar on 4.1

I need to get rid of the system bar on Android 4.1 tablets since the tablets will be in a commercial/retail environment and be used for business. My app will be the only app used on the tablet and it needs as much screen real estate as possible for what we're trying to do. I have searched already and I see that there are ways to do it on a rooted tablet, however since this will be in a business and deployed to several hundred or thousand businesses, I cannot have all the tablets rooted for legal and security issues. (Would I really have issues legally though if I were to root them?)
I know that you can dim the status bar and make the buttons dots but that really isn't optimal.
If there is no way to get rid of it, is it possible to change the status bar icons and functionality? I ask this because our app has a status bar on top and we could possibly move it to the bottom and change the icons and functionality of the status bar to match the app's status bar so no screen real estate is lost.
I have read that 4.2 adds some fullscreen functionality for apps. Is this true? Can the status bar be hidden in 4.2 as opposed to 4.1?
You could get rid of statusbar
Add this attribute to activity declaration in manifest
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
Sent from my A116 using Tapatalk 2
sak-venom1997 said:
You could get rid of statusbar
Add this attribute to activity declaration in manifest
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
Sent from my A116 using Tapatalk 2
Click to expand...
Click to collapse
That just gets rid of the title bar for the app and the notification bar at the top. That does not get rid of the navigation bar at the bottom. I would like the navigation(system) bar to be gone.
Vinnyb64 said:
That just gets rid of the title bar for the app and the notification bar at the top. That does not get rid of the navigation bar at the bottom. I would like the navigation(system) bar to be gone.
Click to expand...
Click to collapse
I know but for un rooted dev this is the only thing that can be done
To completely remove statusbar del the Systemui.apk from system/app
To remove navigation bar at the bottom give me details of your dev and attach Systemui.apk and framework-res.apk they can be found in system/app and system/framework
But this can't be done without root
Press Thanx Button dude
Sent from my A116 using Tapatalk 2
Re: Getting rid of Status Bar on 4.1
Here's what I would do:
- Setup another Launcher (like Apex) to where 1) only one page, one icon (your app), and lock the homescreen from any changes, 2) make sure that when you press Menu, it performs a different action than giving you an option to access Settings, and 3) disabling the Status Bar in 'General'.
- Change the attribute in the Manifest file like sak-venom1997 suggested.
I'm pretty sure that doing this would give the user no option to change anything. Pretty sure.

Remove APP from notification bar, but not notification center.

Pretty much the title, I like / need the apps in the pulldown bar (like the Ultimate Rotate App), but I don't want its icon to appear up in the task bar, as it is useless. Same goes for Trillian, I'd like to get a notification up there when i recieve a message, but while its idle the icon is useless. I don't want all these icons that take up room for no reason, is there an app to get rid of just those icons up there? And no using "disable notifications" from app settings gets rid of too much.
You Need Xposed Framework
Helltech said:
Pretty much the title, I like / need the apps in the pulldown bar (like the Ultimate Rotate App), but I don't want its icon to appear up in the task bar, as it is useless. Same goes for Trillian, I'd like to get a notification up there when i recieve a message, but while its idle the icon is useless. I don't want all these icons that take up room for no reason, is there an app to get rid of just those icons up there? And no using "disable notifications" from app settings gets rid of too much.
Click to expand...
Click to collapse
Hey Bro you need xposed framework to hide your icon from the status bar...if thats what you are asking for...or else if u want it removed from the notification pannel again you need is xposed mOdule Xblast Tools! Reply and i will give you the procedure!:angel:
Kunal.Kene.1797 said:
Hey Bro you need xposed framework to hide your icon from the status bar...if thats what you are asking for...or else if u want it removed from the notification pannel again you need is xposed mOdule Xblast Tools! Reply and i will give you the procedure!:angel:
Click to expand...
Click to collapse
Thanks! I found the thread and all the information I need. Thanks again.
Anytime Bro!
Helltech said:
Thanks! I found the thread and all the information I need. Thanks again.
Click to expand...
Click to collapse
Your Welcome bro...happy to help

Can I change the status bar icons on the Verizon variant of the phone?

I would really like the stock Android status bar icons. My main gripe is that 4g/3g takes up a whole other icon instead of being combined into the cell signal. Any chance of modifying these without root?
This is always my complaint on Verizon phones. They insist on messing with the icons. I have not figured out anything yet, besides using a material status bar app from the play store, but the problem with it is the status bar will not go transparent on the home screen with Nova launcher. Once we can get Andromeda or Substratum support, it opens up a whole new world.
skytbest said:
I would really like the stock Android status bar icons. My main gripe is that 4g/3g takes up a whole other icon instead of being combined into the cell signal. Any chance of modifying these without root?
Click to expand...
Click to collapse
Try this...https://play.google.com/store/apps/details?id=com.zacharee1.systemuituner
lyall29 said:
Try this...https://play.google.com/store/apps/details?id=com.zacharee1.systemuituner
Click to expand...
Click to collapse
So close! This lets me enable/disable various status bar icons but not change them. Thanks though.
Found it! An app just called Status. Transparency on the homescreens only works if you have a non-live wallpaper tho.
9646gt said:
Found it! An app just called Status. Transparency on the homescreens only works if you have a non-live wallpaper tho.
Click to expand...
Click to collapse
Cool, thanks. I was really hoping to avoid just overlaying the system status bar, but that might be the only way unfortunately.

Categories

Resources