Hiding the nav bar remove the rounder corners - Moto G6 Questions & Answers

I wanted to use Fluid Navigation Gesture, but when i tick the box to get rid of the navigation bar, it also remove the software rounding of the corners, making the bottom corners look awfull. I tried a lot of different app and they all have the same problem.
I can hide it by enabling the one finger navigation, but it's pretty annoying because i often hit the fingerprint sensor while swipping up.
And "re-rounding" the corner with an app doesn't work on the lockscreen and on the notification shade, so it's pretty worthless.
Does anyone know a way to fix this ?

Same issue, bothering me a lot.

Oxeis said:
I wanted to use Fluid Navigation Gesture, but when i tick the box to get rid of the navigation bar, it also remove the software rounding of the corners, making the bottom corners look awfull. I tried a lot of different app and they all have the same problem.
I can hide it by enabling the one finger navigation, but it's pretty annoying because i often hit the fingerprint sensor while swipping up.
And "re-rounding" the corner with an app doesn't work on the lockscreen and on the notification shade, so it's pretty worthless.
Does anyone know a way to fix this ?
Click to expand...
Click to collapse
This sounds like an overlay conflict. Try setting the priority of the of the apps overlay to the lowest or highest rung. Then reboot and see if it works.
In terminal use these commands, each line is a new entry.
su
cmd overlay list
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here lowest
reboot
If that doesn't work, set it at the top. Just change out the word lowest for highest.
su
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here highest
reboot

Spaceminer said:
This sounds like an overlay conflict. Try setting the priority of the of the apps overlay to the lowest or highest rung. Then reboot and see if it works.
In terminal use these commands, each line is a new entry.
su
cmd overlay list
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here lowest
reboot
If that doesn't work, set it at the top. Just change out the word lowest for highest.
su
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here highest
reboot
Click to expand...
Click to collapse
Thanks for the answer !
I forgot i asked this question here so i never came back to this thread. Oops.
I couldn't find a way to set the priority of the apps overlay.
So i tried the second option in ADB, because i guess that's what you meant by "terminal" ?
In ADB, theres 3 overlay :
com.android.providers.partnerbookmarks
[x] com.android.providers.partnerbookmarksoverlay
com.android.systemui
[x] com.android.systemui.PixelTheme.Android80
com.motorola.android.providers.chromehomepage
[x] com.motorola.android.providers.chromehomepageoverlay
The PixelTheme is a Substratum theme, i only use the Navbar because i hate Oreo stock Navbar.
So i tried to set the other two higher and lower, but after 7 restart nothing change, the corners still look like garbage.
I'm pretty sure i made something wrong, i'm new to this.
Do you know where i went wrong ?
And sorry for the late reply.

Oxeis said:
Thanks for the answer !
I forgot i asked this question here so i never came back to this thread. Oops.
I couldn't find a way to set the priority of the apps overlay.
So i tried the second option in ADB, because i guess that's what you meant by "terminal" ?
In ADB, theres 3 overlay :
com.android.providers.partnerbookmarks
[x] com.android.providers.partnerbookmarksoverlay
com.android.systemui
[x] com.android.systemui.PixelTheme.Android80
com.motorola.android.providers.chromehomepage
[x] com.motorola.android.providers.chromehomepageoverlay
The PixelTheme is a Substratum theme, i only use the Navbar because i hate Oreo stock Navbar.
So i tried to set the other two higher and lower, but after 7 restart nothing change, the corners still look like garbage.
I'm pretty sure i made something wrong, i'm new to this.
Do you know where i went wrong ?
And sorry for the late reply.
Click to expand...
Click to collapse
I honestly don't think you did anything wrong. If ADB didn't give an error, then it worked. I'm going to download the app and try it myself. I want to see if I can come up with a fix. I normally use Termux on android for a terminal, but ADB should definitely work.

Spaceminer said:
I honestly don't think you did anything wrong. If ADB didn't give an error, then it worked. I'm going to download the app and try it myself. I want to see if I can come up with a fix. I normally use Termux on android for a terminal, but ADB should definitely work.
Click to expand...
Click to collapse
Termux doens't work.
When i type the first line (su) it tell me i need root access.
And "cmd" doesn't work (unknown command or something like that)

Oxeis said:
Termux doens't work.
When i type the first line (su) it tell me i need root access.
And "cmd" doesn't work (unknown command or something like that)
Click to expand...
Click to collapse
Are you rooted? If not, you need to be in order to use those commands from android. If you are rooted, you're probably using Magisk, and if this is the case, set Magisk to core mode only, then reboot, and try again.
That being said, I did find the source of the problem. You're going to have to message the app developer for this one. After looking at app, I've determined that this property needs to be added to,
/res/values/dimens.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="rounded_corner_radius">10.0dip</dimen>
<dimen name="rounded_corner_content_padding">4.0dip</dimen>
</resources>
The precise values may be different, but this is what the G6 Play uses to make the corners round. The dev needs to incorporate this property for it to work. Unfortunately, I can't make this change myself and give it to you. If I could, I would. The app has paid features and is licensed, therefore I can't modify and share it without their explicit permission. If the app developer needs to ask me anything, they are free to send me a message. I'd be happy to help them out.

Spaceminer said:
Are you rooted? If not, you need to be in order to use those commands from android. If you are rooted, you're probably using Magisk, and if this is the case, set Magisk to core mode only, then reboot, and try again.
That being said, I did find the source of the problem. You're going to have to message the app developer for this one. After looking at app, I've determined that this property needs to be added to,
/res/values/dimens.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="rounded_corner_radius">10.0dip</dimen>
<dimen name="rounded_corner_content_padding">4.0dip</dimen>
</resources>
The precise values may be different, but this is what the G6 Play uses to make the corners round. The dev needs to incorporate this property for it to work. Unfortunately, I can't make this change myself and give it to you. If I could, I would. The app has paid features and is licensed, therefore I can't modify and share it without their explicit permission. If the app developer needs to ask me anything, they are free to send me a message. I'd be happy to help them out.
Click to expand...
Click to collapse
I don't think it's worth it.
Pie, alongside stock navigation gestures are coming soon and i'll probably use these rather than Fluid N.G.
I gonna try to message the app devloppers, but i don't know if they gonna bother doing this for the very few people who have this problem.
Thanks a lot for the help, i wasn't expecting someone to go this deep to help me.

Oxeis said:
I don't think it's worth it.
Pie, alongside stock navigation gestures are coming soon and i'll probably use these rather than Fluid N.G.
I gonna try to message the app devloppers, but i don't know if they gonna bother doing this for the very few people who have this problem.
Thanks a lot for the help, i wasn't expecting someone to go this deep to help me.
Click to expand...
Click to collapse
Yeah, no problem. I don't like to give up easily.

Related

Non Root ADB Full Immersive Mode

Hi Kings and Queens of XDA.
Since updating to Oreo, the adb command that enables full immersive mode system wide, no longer works on the homepage, but still does in apps.
Question is, does anyone know of a workaround?
This is driving me nuts. Yes I know, 1st world problem, but all the same....
Thanks in advance for any input.
Check that
https://play.google.com/store/apps/details?id=com.zacharee1.systemuituner
Renovatio_ edi said:
Check that
https://play.google.com/store/apps/details?id=com.zacharee1.systemuituner
Click to expand...
Click to collapse
Tried this, doesn't work for me. I was getting glitches whereby the screen wasn't refreshing properly when going back and forth from the apps draw and some other weird stuff.
Had to uninstall the app and still the problem wasn't solved till I did a reinstall of the system.
But thanks anyway.
kxdaorbit said:
Tried this, doesn't work for me. I was getting glitches whereby the screen wasn't refreshing properly when going back and forth from the apps draw and some other weird stuff.
Had to uninstall the app and still the problem wasn't solved till I did a reinstall of the system.
But thanks anyway.
Click to expand...
Click to collapse
Nova Launcher Prime and Nougat/Oreo Quick Settings work for me. This will only hide the status bar if you use the stock launcher.
Misterxtc said:
Nova Launcher Prime and Nougat/Oreo Quick Settings work for me. This will only hide the status bar if you use the stock launcher.
Click to expand...
Click to collapse
Yeah, that's the thing, I actually like touchwiz /UI 9000.0, or whatever Sammy's calling it today.
Just want full immersive on homepages, status and navigation bars just distract from the minimalist look.
Thanks though.
you may wanna try this.
Credit to frankhuang2013 and luisshnyder
The way we used to set navigation bar's height to 0 DOES NOT work anymore!!!
Here I want to share a way that I use to remove the annoying nav bar WITHOUT ROOT.
If you are interested, you can try it. I currently have a SAMSUNG NOTE 8 UNLOCKED running Android 8.0
I discovered this method based on luisshnyder's method (https://forum.xda-developers.com/galaxy-s8/how-to/remove-oreo-navbar-completely-t3772217), but I did more to resolve some problems he didn't mention.
===========================================================================================================
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
===========================================================================================================
After using my method, what's working:
1. A full screen with no navigation bar in any circumstance even in landscape mode or input method pops up.
2. Hard press working all the time, including when the phone is locked, screen off or unlocked status.
3. Screen capture working and also scrolling screen capture working (many users want this!)
4. You can swipe or other gestures to perform go back, home, recent app or many other functions.
What's not working:
The lock screen shortcuts cannot be displayed correctly under WQHD resolution.
Overall, you need the following software
1) Android 8.0 Oreo installed
2) All in one gesture (Free, in PlayStore)
3) FloatingMenu 6.1.9 (Free, but Pro Version works much better, don't use PlayStore version, use the apk attached)
4) All necessary software needed to run adb commands. You may need to learn how to install and use adb command line.
Now let's start:
0. Go back to your phone's default settings if you tried any other methods before (ignore this if you didn't).
1. Go to Seetings -> Display -> Navigation bar, UNcheck "Show and hide button".
2. Install All in one gesture.
2.1. Configure this app's settings in the way you like. I use 12 Hotspots Straight Swipe and make Bottom, Left, Center to be Recent, Home and Back.
2.2. Go to Personalization -> Edge Preference, Leave Opacity as it is, we'll deal with it later. set other scrollbars the way you like, I use the following value: Edge Sensitivity 50px, Edge Width 100%.
3.3. Go back to Personalization, make sure Auto Rotation is checked, while Behind Keyboard is UNchecked. For me, to make it better, I also Unchecked Toast Message and checked Animation.
3. Install FloatingMenu 6.1.9, DO NOT use PlayStore version, use the apk attached.
3.1. Configure your bottom bar the way you like, but make sure the Height is more than 200. You may need to buy the Pro version to use all three bottom bars.
3.2. Go to Settings, make sure you UNcheck "Reposition when IME appears", and set "Auto hide when landscape" to "Hide all".
3.3. Go to Advanced settings, make sure you UNcheck "Max window level", and check "Cover softKeyboard".
4. Plug-in your phone to a computer with adb environment, make sure USB debugging is ON. (Learn more about adb if you don't know this before operating)
5. In the command line, run: adb shell settings put global policy_control immersive.navigation=apps,-com.samsung.android.app.smartcapture
6. In the command line, run: adb shell wm overscan 0,0,0,-168
7. Fully test your phone, then make the bottom bar transparent to make it more beautiful.
8. For users who use WQHD resolution only: Go to Settings -> Lock screen and Security -> App shortcuts, then turn off both shortcuts.
9. Sometimes you need to reboot your devices.
=========================================================================================
If you want to undo the effect you made by the above two adb commands, here are the two "Recover Commands":
adb shell settings put global policy_control null
adb shell wm overscan 0,0,0,0
=========================================================================================
Please reply below if you have any questions. I will come and answer regularly.
Thank you!
Download FloatingMenu: https://drive.google.com/drive/folders/1EG_m4ZL7hWhxMdqlbbAMUliHp_iEcPtZ?usp=sharing
Scroll Capture isn't working
SuttyaHout said:
Scroll Capture isn't working
Click to expand...
Click to collapse
what do you mean by not working? the bottom bar didn't show up?
Hello. I have question.
If i set gestures from bottom, will be delay between two swipes?
Now I use immersive mode via adb + andromeda to hide navbar and first "back" gesture work normally but if i want do fast second swipe - (2x back in browser) it not work. It acts like showing invisible bar and second gesture work when hide it.
Maybe I'm not understanding the issue so forgive me if what i recommend doesn't help. The way i get system wide immersive mode is by using the bxActions app and linking the Bixby button to enable immersion mode when pressed twice quickly, this way i can still use Bixby if need be. The immersion mode works on games, FB, other social media and the home screen.You'll have to get it working through ADB only once then you should be good to go after that.
zuli007 said:
Hello. I have question.
If i set gestures from bottom, will be delay between two swipes?
Now I use immersive mode via adb + andromeda to hide navbar and first "back" gesture work normally but if i want do fast second swipe - (2x back in browser) it not work. It acts like showing invisible bar and second gesture work when hide it.
Click to expand...
Click to collapse
Y0sHii said:
Maybe I'm not understanding the issue so forgive me if what i recommend doesn't help. The way i get system wide immersive mode is by using the bxActions app and linking the Bixby button to enable immersion mode when pressed twice quickly, this way i can still use Bixby if need be. The immersion mode works on games, FB, other social media and the home screen.You'll have to get it working through ADB only once then you should be good to go after that.
Click to expand...
Click to collapse
hi, please guide step by step bro, i think it's better others way i know!

Black Nav Bar

I used the following adb commands on my Note 8, and now on my Note 9 worked just fine. Just need to install adb on you pc, and enable USB debugging on your phone, also will not trip knox.
1. Enable developer mode:
a. Go to settings
b. Scroll down to about phone
c. Repeatedly tap "Build number" until developer access is granted
2. Get, and install ADB w/ drivers
3. Enable USB Debugging
a. Go to settings
b. Go down to developer options
c. Scroll down to USB Debugging and turn it on
d. Connect phone with USB to PC
e. When you see an alert on your Note 9 requesting permission to "Allow USB debugging," click OK.*On some devices there may be a delay of five or more seconds before you see the "Allow USB debugging?" alert.
4. ) Open administrator Command Prompt, or Administrator Power Shell on your PC
a. Go to you adb install directory, and enter adb shell
5.) shell settings put global navigationbar_color -16777216
6.) shell settings put global navigationbar_current_color -16777216
7.) shell settings put global navigationbar_use_theme_default 0
Do you remember the adb command to get rid of the navbar all together?
PhilPan said:
Do you remember the adb command to get rid of the navbar all together?
Click to expand...
Click to collapse
Sorry I don't.
Sent from my SM-N960U1 using Tapatalk
mardukeme said:
I used following adb commands on my Note 8, and now on my Note 9 and it worked just fine. Just need to install adb on you pc.
adb shell settings put global navigationbar_color -16777216
adb shell settings put global navigationbar_current_color -16777216
adb shell settings put global navigationbar_use_theme_default 0
Click to expand...
Click to collapse
Do i have to enable usb debugging for this and will it trip Knox, please some detailed steps
TIA
pankajgavri said:
Do i have to enable usb debugging for this and will it trip Knox, please some detailed steps
TIA
Click to expand...
Click to collapse
Updated first post with somewhat simpler instructions, and it will not trip Knox.
Sent from my SM-N960U1 using Tapatalk
mardukeme said:
Updated first post with somewhat simpler instructions, and it will not trip Knox.
Click to expand...
Click to collapse
Please help, why am i getting this error?
pankajgavri said:
Please help, why am i getting this error?
Click to expand...
Click to collapse
That's cause your doing it wrong should look like this.
pankajgavri said:
Please help, why am i getting this error?
Click to expand...
Click to collapse
Try this instead of minimal adb and fastboot...https://developer.android.com/studio/releases/platform-tools
Edit...Just do it like Venom did. Don't type "shell" before typing every line.
This is cool thanks
A way to remove it would be great. Thanks any way
Sent from my SM-N960F using Tapatalk
elmemyself said:
A way to remove it would be great. Thanks any way
Click to expand...
Click to collapse
I think just changing the color in settings resets it
This still works...
https://forum.xda-developers.com/galaxy-s8/themes/change-navigation-bar-colors-t3622626
I tried this last week on my Note 8, and it worked just fine. Now that I have my Note 9, I can't get it to work. All of the commands go through without error, but the color doesn't change. I did receive an OTA yesterday after setting up my Note 9, could that possibly be why this doesn't work?
Can someone post a pic of the end result of the navbar please
ianmb said:
Can someone post a pic of the end result of the navbar please
Click to expand...
Click to collapse
After running the adb commands in the OP, my Navbar seems to be black on some apps but white on others. I thought I remembered my Note 8 navbar being black all the time after running these commands. Is your Navbar white in the xda app?
Had my navbar black on my Note 8. After time, it made the white a different shade in the area where the navbar is when I hid the navbar. I would much prefer a clear navbar except for the buttons of course, and those can be nearly clear or maybe dark grey. Anyone know the color code for clear or almost clear? TIA.
The reason Samsung doesn't give us dark or deeper colors is literally to prevent screen burn in from dark colors, I had the Black Nav bar on my N8 since back in January and these days I can see the effects beginning to show from its use on the display, Its not terrible but its there.
Just keep in mind that it'll happen when using a black nav bar eventually, I'm still going to use it though.
lyall29 said:
After running the adb commands in the OP, my Navbar seems to be black on some apps but white on others. I thought I remembered my Note 8 navbar being black all the time after running these commands. Is your Navbar white in the xda app?
Click to expand...
Click to collapse
No its black in the xda app. I just went with a theme and chose to use the theme color for navbar in settings. Thanks for the uploaded pic
Critical Detox said:
The reason Samsung doesn't give us dark or deeper colors is literally to prevent screen burn in from dark colors, I had the Black Nav bar on my N8 since back in January and these days I can see the effects beginning to show from its use on the display, Its not terrible but its there.
Just keep in mind that it'll happen when using a black nav bar eventually, I'm still going to use it though.
Click to expand...
Click to collapse
Do you know of a dark color to prevent this burn tend to keep my phones for a long time
It would be really nice if Samsung would allow the clear navbar to not be hidden so quickly. Or allow us to make it stay up indefinitely. It would be nice if there were an ADB script to change the timeout of the hidden/clear stock navbar option. For me, that would be the ultimate/best option.
Since I had burn-in on my Note 8 from always having a black nav bar (used the adb script), I have decided not to go with the black navbar on my note 9. I am having the navbar hidden where you have to swipe up to get it to show. Just don't want another burn-in situation. Can't stand the stock whitish colors of the navbar options. I use material_black theme on my phone, and use all dark wallpapers, etc. Last thing I want is a white/bright navbar which does not go with my dark themes at all. So unless someone comes up with a script to change the timeout of the hidden stock navbar option, I guess I will be swiping up for my navbar all the time. Not that tough, but still a PITA that is should be user customizable.

S10: How can I set the navigation bar to black or dark grey?

Hi, would like to color the navigation bar, except an app colors its own color.
Is there a way to do on S10/S10+?
Got it
Same way as on S8, S9 since Android 8 Oreo. Works.
How did you do it? ADB command? Samtweaks?
https://forum.xda-developers.com/galaxy-s8/themes/change-navigation-bar-colors-t3622626
Yes. You can do it also with Tasker, as long as Tasker has the adb-permissions.
Download the app "Status bar", it works perfectly and without root.
But "status bar" is not "navigation bar".
Oh yeah my bad, mixed up navigation and notification bar lol
Edit: "Navbar apps" seems to do the trick.
Best solution is via adb, see post #2 and #4
How do I do that? I'm a noob so need to know how I give adb permission, I want to try samtweak2.
Thanks
Edit: I figured it out but nothing changes when I change color, also when I use adb shell commands nothing happens, how did you change the navigation bar color?
I used the two adb commands (through Tasker, but this should not be important)
Thanks for the reply, can you share the exact commands you used, because whatever I use doesn't work. I did it via PC.
See here:
https://forum.xda-developers.com/galaxy-s8/themes/change-navigation-bar-colors-t3622626
I used the first two commands.
Before you can choose a color, see link in that tutorial.

Full Immersive Mode

For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
truckerdewd said:
For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
Click to expand...
Click to collapse
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
knives of ice said:
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
Click to expand...
Click to collapse
Oh my god thank you. I'm looking for the same thing. I want to remove the navigation bar entirely. I use fluid navigation gestures right now, because I absolutely hate the OnePlus navigation gestures animation you get. (Flingy shrinking square effect)It feels like it's slowing down the phone.
But when you use the fingerprint sensor with fluid gestures, for a brief moment, the system has to shoot the navigation bar back down again. it's annoying and glitchy. It feels like I can't win, there's always a stupid animation I don't want to see
Burt Squirtz said:
Oh my god thank you. I'm looking for the same thing. I want to remove the navigation bar entirely. I use fluid navigation gestures right now, because I absolutely hate the OnePlus navigation gestures animation you get. (Flingy shrinking square effect)It feels like it's slowing down the phone.
But when you use the fingerprint sensor with fluid gestures, for a brief moment, the system has to shoot the navigation bar back down again. it's annoying and glitchy. It feels like I can't win, there's always a stupid animation I don't want to see
Click to expand...
Click to collapse
edit /system/build.prop:
Code:
qemu.hw.mainkeys=1
untested
knives of ice said:
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
Click to expand...
Click to collapse
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
truckerdewd said:
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
Click to expand...
Click to collapse
yes, but the nav bar still comes up when you swipe from bottom to top or when you open the keyboard to type something.
i have it set to hide both bars and thats what it does now
---------- Post added at 02:17 AM ---------- Previous post was at 02:15 AM ----------
Heisenberg420 said:
edit /system/build.prop:
Code:
qemu.hw.mainkeys=1
untested
Click to expand...
Click to collapse
unless there is something specifically different with oneplus - this build prop edit no longer works since going to Pie.
there definitely is some way to hide it because some custom roms like Resurrection Remix still remove it completely if you want.
gonna keep trying and see if i can get rid of it all together
Hi
I love to use the phone in full immersive mode, but I have problem with the keyboard. Let's say I have kb up in the browser. Somebody sends me a msg, I have the popup (which I'd also like to be able to disable btw, in case if you know a trick), and it brings back the statusbar for the time of the pop up, and that causes the reloading of the kb. Very annoying. Plus in whatsapp it breaks the ui, the top bar with the name of the contact disappears, and the type bar also covered by the kb for a few pixel widht. If the kb is not up, there's no problem. Am I the knly lucky with these issues?
truckerdewd said:
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
Click to expand...
Click to collapse
you're right - this is the way to do it. when you have it turned on the keyboard doesn't come up. that combined with the adb code to hide both bars seems to work
knives of ice said:
yes, but the nav bar still comes up when you swipe from bottom to top or when you open the keyboard to type something.
i have it set to hide both bars and thats what it does now
---------- Post added at 02:17 AM ---------- Previous post was at 02:15 AM ----------
unless there is something specifically different with oneplus - this build prop edit no longer works since going to Pie.
there definitely is some way to hide it because some custom roms like Resurrection Remix still remove it completely if you want.
gonna keep trying and see if i can get rid of it all together
Click to expand...
Click to collapse
This worked for me:
Requirements: ADB and Fastboot installed on PC or Mac.
Instructions: Type without quotations in CMD or Windows PoweShell (use "."before command in PowerShell):
"adb shell wm overscan 0,0,0,-202"
---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------
And for full, semi, etc. immersive; EdExposed with GravityBox P --> Display Tweaks --> Expanded Desktop Mode settings. In addition, GravityBox adds the Expanded Desktop mode change button to the Power Menu
adb shell settings put global policy_control immersive.full=
hides it completely, been using since I got the phone, I love the impressiveness of full screen mode, only thing is the round corners sometimes partially obstruct screen elements, my previous Mi Mix was much squarer and didnt have this (minor) issue.
I only use the code for the status bar and not the one for the the nav bar or full since I use gestures. I did try it with it with full and had no issues with the buttons popping up when I swipe up or down nor did I have a y keyboard issues.
Skenderbeggar said:
This worked for me:
Requirements: ADB and Fastboot installed on PC or Mac.
Instructions: Type without quotations in CMD or Windows PoweShell (use "."before command in PowerShell):
"adb shell wm overscan 0,0,0,-202"
---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------
And for full, semi, etc. immersive; EdExposed with GravityBox P --> Display Tweaks --> Expanded Desktop Mode settings. In addition, GravityBox adds the Expanded Desktop mode change button to the Power Menu
Click to expand...
Click to collapse
"adb shell wm overscan 0,0,0,-202"
this code moved it a bit too much. any idea what number stock is? trying different values and its not working
EDIT - i kept messing with this so the keyboard was at the very bottom and the number i needed was -75
Is there an easy way to enable per app nav bar immersive mode? On stock LG Oreo, there was a toggle on the nav bar that you could enable / disable per app to show / hide the nav bar (nothing for status bar .. but I like having the status bar).
If not I think I found something to work on
Edit : So I see that Renovate Ice offers per app, but I am not going to pay for a feature that I can fix myself. I run xxx no limits, and I think I will get in touch with that dev to see if he will let me work with him to get it added in.
-- Brian
I cheesed out and paid for Renovate. It is nice that you can run Renovate with xxx No Limits at the same time .. the only issue being the timeout of the AOD . Way too fast with both installed.
Again, I have only had this phone since Friday, but I will be tearing through the code, and fixing all these little issues that bug the sh*t out of me without someone having to pay for it
-- Brian
Hi
Is anybody there uses full immersive mode on 10?
Before on 9 I had some issues, when the keyboard was active. After it was fixed. (I was on havoc).
Now as I swapped to 10 some months ago, I have the same issue. I was waiting all these months to be fixed, but still the keyboard breaks the ui. You can see in whatsapp chat, substratum, even in xda app, when you write a post.
This only happens, when I hide statbar, as navbar is always hidden, that doesn't give problem, so I did a blacklist for the statbar for tgese apps. I use system ui tuner app.
Do you know any way to fix this?
I wrote a couple of times to the forum of the rom I use, but no answer. I know, not so popular the full immersive mode, but I really like it, please share if you know a fix, thanks.
BTW @truckerdewd I recommend putting a "" around the *
The * is a wildcard character and also sometimes treated as a regex
Code:
adb shell settings put global policy_control immersive.navigation="*"
That should prevent headaches for anyone using shells that auto fill the *
anupritaisno1 said:
BTW @truckerdewd I recommend putting a "" around the *
The * is a wildcard character and also sometimes treated as a regex
That should prevent headaches for anyone using shells that auto fill the *
Click to expand...
Click to collapse
I copied and pasted the exact commands from a web page that I have saved in my email. I have used the same exact commands all the way back to when the Galaxy S8 came out without incident. Best way to prevent the * from bring auto entered in command prompt is to not use Windows shell but to actually make windows use command prompt. Windows shell sucks and I detest it.
truckerdewd said:
For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
Click to expand...
Click to collapse
thanks! it worked!
A11 broke immersive mode it seems

Move clock/time to right side?.

Any way to move the clock/time to right side? Insert rant about android 9.
The usual samsung methods don't work. The SystemUI tuner app does not work either. TouchWiz is missing from the Beta+Rooted+adb permissions given version of the app. The custom entry keys (middle/right_clock_position) do nothing both on or off.
Also for the phone dialer, is there any way to change to one click to accept instead of the slide method?
ROG/ZenUI is really lacking in customization.
deltarz said:
Any way to move the clock/time to right side? Insert rant about android 9.
The usual samsung methods don't work. The SystemUI tuner app does not work either. TouchWiz is missing from the Beta+Rooted+adb permissions given version of the app. The custom entry keys (middle/right_clock_position) do nothing both on or off.
Also for the phone dialer, is there any way to change to one click to accept instead of the slide method?
ROG/ZenUI is really lacking in customization.
Click to expand...
Click to collapse
Don't think there is currently a way to move the clock. It bothered me too when I first got the phone, but now after a little over a week of use it's perfectly fine, I'm use to it. Not sure about the dialer tap to answer instead of slide, as I prefer slide to answer because it's less likely you'll accidentally answer an unwanted call.
bluegizmo83 said:
Don't think there is currently a way to move the clock. It bothered me too when I first got the phone, but now after a little over a week of use it's perfectly fine, I'm use to it. Not sure about the dialer tap to answer instead of slide, as I prefer slide to answer because it's less likely you'll accidentally answer an unwanted call.
Click to expand...
Click to collapse
Sent from my Blackshark SKR-H0 using XDA Labs
You can if you're rooted have xposed and use Flat status bar indicators
Cammarratta said:
You can if you're rooted have xposed and use Flat status bar indicators
Click to expand...
Click to collapse
Thanks, though now there's no way to show the 120HZ but not the auto-rotate indicator. Depending on if you have free or pro, it'll either show both or neither.
I guess nothing can work properly. It's about to be expected since it was never updated for android 9.
Thanks though.
EDIT: it's even more of a buggy mess, the temporary notifications don't disappear ever (message received, downloading item, etc .
Hrmm? Yes they do.
I've attached screenshots
It does not for me. The icons are stuck there after the notification ends. Are you using EdXposed and Flat status bar indicators v5.1.3?
I also have system tuner UI installed which may interfere with it.
EDIT: It turns out SandHook is more stable than YAHFA in this case.

Categories

Resources