[Q] Getting rid of Status Bar on 4.1 - Android Q&A, Help & Troubleshooting

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.

Related

[Q] Move Notification Bar icons (rearrange)?

I'm running CM7 on my original Droid. I'm using the phone strictly as a VOIP Phone and the cellular connection is deactivated. I've used Ninjamorph to black out the cell phone signal bars, but now there is a big space between my wifi icon and the battery icon (where the cell signal bars used to be). So is there a way that I can swap the positions of the cell phone bars and the wifi icon? Or maybe just a way to remove the cell phone bars from the notification bar?
I would love to be able to rearrange the icons on the status bar and on the notification bar!
http://forum.xda-developers.com/showthread.php?t=1361715
Sent from my LT18i
So I've experienced an empty space to the left of my notification bar and was wondering if this would be able to fix it/get it back to its original state? Here is the brief on when this occurred:
I had recently updated my sensation to ics. Everything was fine but today after an application update to Google+ and lookout security, there was a space occurring to the left of my notification bar where the notifications for some of my other apps would usually occur so it looked like there was an empty space to the left before my first app notification (all my app notifications shifted over to the right by one space you can say).
I have included photos of before and after.
You would have to edit the layout xmls of the systemui.apk to tell it not to draw those icons
So basically I follow the tutorial linked above with the section "Switching the icons around with the notification icons (optional)"? Or is there another way to do it? Also, do I need root access to continue with that tutorial?
PapaGanoosh said:
So basically I follow the tutorial linked above with the section "Switching the icons around with the notification icons (optional)"? Or is there another way to do it? Also, do I need root access to continue with that tutorial?
Click to expand...
Click to collapse
I dont think you need root access unles you try to adb push the file back onto the device and you cant du to root permissions. But you could always slip the .apk into a flashable zip and go from there.
How 2 arrange statusbar icons and change colour of statusbar icons on android 4.0 ics
Hey guys
I m having samsung galaxy s duos gt-s7562 and i m on cosmic rom but having stock status bar...
can any one plz help me and tell me "How to rearrange status bar icons and change colour of status bar icons on android 4.0.4 ICS".....?

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

Hide a Notification Icon without Hiding the Actual Notification

Does anyone know if it's possible to hide just the notification icon without hiding the notification itself from pulldown?
Use case: Yahoo Weather app, the persistent notification in the pulldown is beautiful. I want it to always be there. However, the little temperature notification icon is pretty ugly, and I want to hide/disable it.
Using JB's "disable notifications" won't work since it will disable the entire notification, not just the icon.
Any ideas?
Maybe decompile systemui.apk or farmework-res.apk or where the icon is and turn it into a blank icon as in matches the background of status bar?
Or try to decompile Google now and dig through some xml files to figure out how they do it.
Off hand I can't say I've ever tried and don't have a great answer but may give you a start
Sent from my Nexus 4 using Tapatalk 2

[Q] Hiding Navigation Keys

Hi there, noob question, just checking - is there any way to hide navigation keys and make the status bar transparent without the root? /I think not/. I'll do a root for this purpose if I have to, but could anyone please navigate me as what to do next? Don't want to go custom rom, so I guess once rooted I go for some app that hides the navigation keys and makes the status bar transparent? Sorry if this is really basic, don't have any experience with this.
Root needed
a_hadada said:
Hi there, noob question, just checking - is there any way to hide navigation keys and make the status bar transparent without the root? /I think not/. I'll do a root for this purpose if I have to, but could anyone please navigate me as what to do next? Don't want to go custom rom, so I guess once rooted I go for some app that hides the navigation keys and makes the status bar transparent? Sorry if this is really basic, don't have any experience with this.
Click to expand...
Click to collapse
Ya you need to root your phone to hide the nav bar.
After you're rooted, use this app to configure which application you want to go fullscreen
Use this application to hide the nav bar on google play : Full!screen
When 4.4 is available for Sony Xperia Z Ultra, you can make the navigation bar and/or status bar transparent. Numerous launchers offer now the ability to hide the status bar. No root required.
You can do as I do. Use the Xposed module Tinted Statusbar. This is how my statusbar and navbar looks like.
Or you can use one of several other modules that also does the job just fine.
Sent from my C6833 using Tapatalk
LordManhattan, How where u able to do that to ur Xperia ZU???
Deve21 said:
LordManhattan, How where u able to do that to ur Xperia ZU???
Click to expand...
Click to collapse
- Nova Launcher (Prime)
- ClickUI icons
- DashClock Widget
- Blurred wallpaper using "Blurone"
- Used "Tinted Statusbar" module for Xposed Framework to make the statusbar and navbar transparent.
Sent from my C6833 using Tapatalk

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