Updated last night to the 8.1 Beta. My phone is rooted. I was using the custom navigation bar app to customize and hide my navbar. Upon update this no longer allows me to hide the navbar. It will let me customize it, but not hide it.
Also tried the navigation bar hider to no avail.
I know it's only a quarter of an inch, but man I want that screen space back! Any ideas what is causing it? Did I mess up somewhere? Other solutions?
jacobshollon said:
Updated last night to the 8.1 Beta. My phone is rooted. I was using the custom navigation bar app to customize and hide my navbar. Upon update this no longer allows me to hide the navbar. It will let me customize it, but not hide it.
Also tried the navigation bar hider to no avail.
I know it's only a quarter of an inch, but man I want that screen space back! Any ideas what is causing it? Did I mess up somewhere? Other solutions?
Click to expand...
Click to collapse
Same issue here. I wonder if the adb commands changed with Android 8.1. I hope the brilliant xda community figures this out because this phone and screen are absolutely beautiful and stunning.
Exactly my experience...
I did hide Navbar by command
ADB shell wm overscan 0,0,0,-150
Ok that command worked but there is no way to bring it back when shipping up. Had to enter ADB shell wm overscan 0,0,0,0 to have it back.. maybe doing something wrong.
dumeli_droid said:
Ok that command worked but there is no way to bring it back when shipping up. Had to enter ADB shell wm overscan 0,0,0,0 to have it back.. maybe doing something wrong.
Click to expand...
Click to collapse
No, that command pushes the navigation bar off screen. It is not auto-hide.
Related
Hey guys. So yesterday all of a sudden I just couldn't pull down the notification bar anymore. After factory resetting my phone it still didn't work so I assume the digitizer is broken.
Now I don't really have money to replace it and I don't want to break even more of my phone so I'm looking for an alternative way to pull down the notification bar which should be working system-wide (maybe through a softkey press or gesture?)
I'm running the latest AOSPA 4.6 Beta 2 if that's of any relevance.
I would be really thankful if someone could help me as it's really annoying to not being able to pull the notifications down.
Sent from my Nexus 4 using XDA Free mobile app
xSalamanderman said:
Hey guys. So yesterday all of a sudden I just couldn't pull down the notification bar anymore. After factory resetting my phone it still didn't work so I assume the digitizer is broken.
Now I don't really have money to replace it and I don't want to break even more of my phone so I'm looking for an alternative way to pull down the notification bar which should be working system-wide (maybe through a softkey press or gesture?)
I'm running the latest AOSPA 4.6 Beta 2 if that's of any relevance.
I would be really thankful if someone could help me as it's really annoying to not being able to pull the notifications down.
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
first, try flashing factory images then test.. if it still doesn't work, its the digitizer.
use a launcher that has a shortcut to pulldown the statusbar, or add a button on the navbar to do it (xposed and some ROMs like slimkat can do that)
rirozizo said:
first, try flashing factory images then test.. if it still doesn't work, its the digitizer.
use a launcher that has a shortcut to pulldown the statusbar, or add a button on the navbar to do it (xposed and some ROMs like slimkat can do that)
Click to expand...
Click to collapse
I've already tried that, doesn't seem to work for me. The notification bar can be pulled down when in landscape mode. However if the navigation bar is at the notification bars usual spot, it won't work either. So I'm pretty sure it's the digitizer.
I need a system-wide solution so the launcher isn't an option as it would only work on the homescreen. I already looked into xposed modules but I can't seem to find one which allows me to set a button for notification pull-downs.
xSalamanderman said:
I've already tried that, doesn't seem to work for me. The notification bar can be pulled down when in landscape mode. However if the navigation bar is at the notification bars usual spot, it won't work either. So I'm pretty sure it's the digitizer.
I need a system-wide solution so the launcher isn't an option as it would only work on the homescreen. I already looked into xposed modules but I can't seem to find one which allows me to set a button for notification pull-downs.
Click to expand...
Click to collapse
GravityBox module has navbar customization and if i remember right it has a button (or a tap and hold action) that pulls it down. check that module.
Thanks a lot! That did the trick. I was using Xblast previously and it didn't have such an option. Works just fine in GravityBox! It'll take a while to get used to it but you just made my day.
Sent from my Nexus 4 using XDA Free mobile app
Don't get me wrong, I love the app and the idea. It's just the description in the Google play store seems stupid to me. Here is what I'm talking about;
Code:
KNOWN LIMITATIONS:
Unfortunately, XDA isn't God. As such, we are limited in what we can and cannot do. Please read this!
- There is no way to make a space for the pill
- We cannot detect the presence of a keyboard
- We cannot directly detect changes in full screen mode
- Screen off and screenshot actions are only possible with root
My problem is with the first two "restrictions" which I feel like there are ways around.
First off the space for the pill....
Instead of disabling the nav bar with this adb command:
Code:
adb she'll am overscan 0,0,0,-202
You could leave it there and disable each individual button on the nav bar. I know this can be done because this is a feature of Custom Navbar app (Screenshots for proof). Then you could display the pill Navbar overtop of the empty space. You can display stuff over the Navbar. Rounded screen corner apps do this. If you did this the keyboard would display above the Navbar, and then you wouldn't have that issue either. It just seems like they don't want to try it....
And what's up with "this app doesn't work on Android P Dev preview? The command I listed earlier works fine when you turn off the gesture Navbar. Have they changed the way overlays work in Android P? I don't think so because all in one gestures still works.
I am honestly thinking of using Tasker scene to create my own pill Navbar above the blank Navbar as a proof of concept.
I tried to use it and these are my openions
It also overlapsthe screen content
Having a pill is pointless, it exists now only as a step to the no pill nav gestures that are going to be in Android Q. Can't alienate casual users by changing too much too fast unless your Apple after all. However that may be there are a half dozen apps on the market that do what they say can't be done; OnePlus gestures for example that costs you a buck fifty. Color me unimpressed with the XDA gestures.
Also got it to ignore that I was on Android P and let me set up the app. Screen shots of it working on Android P
Hello world~
I've been trying your XDA's Navigation Gesture on my Samsung Galaxy S8 (which is great ) but for some random reasons, it stopped working; like the pill was still here and I still could do the movement but it had no effect at all... so I thought just reinstalling the whole app thing would fix the bug... but no, it didn't! Instead, the Navigation Gesture still doesn't work and my initial NavBar just disappeared (Idk how to get it back). So now I have 2 problems! Can someone please help fix my phone, it getting really annoying.
Thx by advance.
To get the nav bar back disable hiding the nav bar and re enable it from the app
But first use root or adb to give it permission
AhmedHosny3 said:
To get the nav bar back disable hiding the nav bar and re enable it from the app
But first use root or adb to give it permission
Click to expand...
Click to collapse
So I need first to give all permission back (including adb one) before disabling `hide navbar` and then I can delete the app?
Rymfire said:
So I need first to give all permission back (including adb one) before disabling `hide navbar` and then I can delete the app?
Click to expand...
Click to collapse
I have seen the notification somewhere while enabling the gesture which says "Remember to unhide the navigation bar before uninstalling". Install the app, give the app permissions, unhide the navigation bar, and then install the app.
ahadbukhari said:
I have seen the notification somewhere while enabling the gesture which says "Remember to unhide the navigation bar before uninstalling". Install the app, give the app permissions, unhide the navigation bar, and then install the app.
Click to expand...
Click to collapse
Thanks ! It worked out pretty well! :good:
Rymfire said:
Hello world~
I've been trying your XDA's Navigation Gesture on my Samsung Galaxy S8 (which is great ) but for some random reasons, it stopped working; like the pill was still here and I still could do the movement but it had no effect at all... so I thought just reinstalling the whole app thing would fix the bug... but no, it didn't! Instead, the Navigation Gesture still doesn't work and my initial NavBar just disappeared (Idk how to get it back). So now I have 2 problems! Can someone please help fix my phone, it getting really annoying.
Thx by advance.
Click to expand...
Click to collapse
Now last problem is that for some reasons the pill stops working some time for no appearent reasons... anyone might know why?
Just like the title says I would like to hide the status bar by adb command. If anyone knows the command for it please post. The one for the 7pro doesn't work.
Aporzio said:
Just like the title says I would like to hide the status bar by adb command. If anyone knows the command for it please post. The one for the 7pro doesn't work.
Click to expand...
Click to collapse
Figured I'd update this
I found somewhat of a solution. There's an app in the playstore called fullscreen mode tool with keyboard support. It's the only app that enables the immersive status bar where the keyboard won't cut into the input box. The only catch is when bringing up the keyboard the input box does a slight jump. To me this is better than burn in from status bar icons. My 8 pro has had the image retention issue with the status bar and I don't want it to lead to burn in which is why I'm going through all this trouble. Hopefully OnePlus can push an update with burn in protection built into oos cause as far as I know there is none.
Hey there, did you get this to work on a Oneplus 8? I just got one and have been trying a few different methods but my status bar persists.
Aporzio said:
Figured I'd update this
I found somewhat of a solution. There's an app in the playstore called fullscreen mode tool with keyboard support. It's the only app that enables the immersive status bar where the keyboard won't cut into the input box. The only catch is when bringing up the keyboard the input box does a slight jump. To me this is better than burn in from status bar icons. My 8 pro has had the image retention issue with the status bar and I don't want it to lead to burn in which is why I'm going through all this trouble. Hopefully OnePlus can push an update with burn in protection built into oos cause as far as I know there is none.
Click to expand...
Click to collapse
If you want to prevent burn in by removing the status bar icons then just turn off all the toggles under status bar menu within settings. It's called icon manager.
Wouldn't immersive mode remove the status bar?
dladz said:
Wouldn't immersive mode remove the status bar?
Click to expand...
Click to collapse
Where is it ?
I tried system ui tuner it didn't work surprise surprise. Then I ended up just ( thank God that option is made available stock ) going into settings and turning off each status bar icon , so now there's nothing there.
Limeybastard said:
Where is it ?
I tried system ui tuner it didn't work surprise surprise. Then I ended up just ( thank God that option is made available stock ) going into settings and turning off each status bar icon , so now there's nothing there.
Click to expand...
Click to collapse
Used to be in developer options.
It's gone mate? Weird. Must have been removed
11.0.2.2 no way I find to hide it.
mordantly said:
11.0.2.2 no way I find to hide it.
Click to expand...
Click to collapse
Immersive is broken on 11 for OP8 series devices. I've done some digging and they do something weird in the systemui and it persists the statusbar.
Nova launcher canhid it on home screenonly.
Long story short, Q gestures is absolutely terrible. I use a third party app for navigation. however, EVERY single app I've ever tried seems to be unable to hide the nav bar due Google's screwery. in fact, even Fullscreen Qgestures magisk module does nothing on Ob1.
Does anyone know a definitive way to hide the stupid annoying navbar?
Google have removed the ability to over-scan the display in Android 11 (which is the trick all 3rd party apps used to hide the nav bar); so at the moment there's simply NO WAY to remove it,
I wouldn't mind the built-in gestures so much if there was the ability to turn off the "mini nav bar" which just shows a hide icon every time you use a keyboard. That's the biggest UI issue in my book, it just looks stupid!
Google needs to reverse it back to the way it was...
no updates on this? too bad google removed wm overscan
stephenjason89 said:
no updates on this? too bad google removed wm overscan
Click to expand...
Click to collapse
With magisk you can use module called Fullscreen/Immersive Gestures (Q-R).
Works great, no problems with missing toast notifications etc.
can confirm, that magisk module works perfectly. use your volume keys during install to set the settings. https://github.com/Magisk-Modules-Repo/HideNavBar
Has anyone done this to get fng working on an OP8 Pro with latest Android 11?
EDIT: Just read the github. Doesn't work with Oxygen OS.
stuclark said:
Google have removed the ability to over-scan the display in Android 11 (which is the trick all 3rd party apps used to hide the nav bar); so at the moment there's simply NO WAY to remove it,
I wouldn't mind the built-in gestures so much if there was the ability to turn off the "mini nav bar" which just shows a hide icon every time you use a keyboard. That's the biggest UI issue in my book, it just looks stupid!
Click to expand...
Click to collapse
I absolutely loathe that extra button.
But the slider at the bottom of the screen for gestures I've grown to love.
Knocking it left or right switches apps really quickly and I couldn't be without that now.
eovnu87435ds said:
can confirm, that magisk module works perfectly. use your volume keys during install to set the settings. https://github.com/Magisk-Modules-Repo/HideNavBar
Click to expand...
Click to collapse
The latest version works.
Nice one for this.
Have to keep the OnePlus launcher installed to retain gestures though
Sliding at the bottom still works
with novalauncher you can hide/recover top and bottombar with a swipe: easy to do
henk-jan.b said:
with novalauncher you can hide/recover top and bottombar with a swipe: easy to do
Click to expand...
Click to collapse
And on the keyboard??
dladz said:
And on the keyboard??
Click to expand...
Click to collapse
I don't understand what you mean: you can define swipes to hide or to reveal the top and/or bottom bars.
No keyboard necessary.
henk-jan.b said:
I don't understand what you mean: you can define swipes to hide or to reveal the top and/or bottom bars.
No keyboard necessary.
Click to expand...
Click to collapse
So on nova yes you can but the keyboard will still have the additional bar underneath it.
Nova can't fix that
Not with me
Now with a screenshot
henk-jan.b said:
Not with me
Now with a screenshot
Click to expand...
Click to collapse
Absolutely yes with you mate, what are you talking about lol.
@dliadz: I see what you mean. The space (and not specific the bottom bar) is there. I didn't even notice it because it doesn't bother me.
henk-jan.b said:
@dliadz: I see what you mean. The space (and not specific the bottom bar) is there. I didn't even notice it because it doesn't bother me.
Click to expand...
Click to collapse
Haha lol no worries.
Yea now you've noticed it, it'll start to
Personally I hate it, it's really estate I can't use for no reason, it hasn't always existed and I don't like it
Burt Squirtz said:
Long story short, Q gestures is absolutely terrible. I use a third party app for navigation. however, EVERY single app I've ever tried seems to be unable to hide the nav bar due Google's screwery. in fact, even Fullscreen Qgestures magisk module does nothing on Ob1.
Does anyone know a definitive way to hide the stupid annoying navbar?
Click to expand...
Click to collapse
Hi,
You can either use fullscreen Gesture magisk module or you can follow this guide below-
How to remove Nav Bar in Android 11
Works perfectly on OP8 Pro with latest Android 11 update. Thanks a lot.
forum.xda-developers.com
In oxygenOS 11 you can hide the bottom space between the keyboard and gesture .... you have that option in your settings under the language and input section.... you can simply search keyboard height adjustment in setting and you'll find it
thank you
Is there a way to auto-hide the nav bar? Ex. On my old phone you could swipe up to show it or tap a dot on the left to stop it from disappearing.
Looks like the only way is to use a different launcher? I tried adding the fullscreen / immersive module but I believe that's just for the keyboard.