Onscreen Buttons always visible?? - Fire HD 8 and HD 10 General

Hello,
At first, my english is not so good, i use google translation, sorry.
I use a Fire HD 8 (7.Generation) non root.
Now the onscreen buttons are always visible. Where can i customize that?

Tuxy1 said:
Hello,
At first, my english is not so good, i use google translation, sorry.
I use a Fire HD 8 (7.Generation) non root.
Now the onscreen buttons are always visible. Where can i customize that?
Click to expand...
Click to collapse
Um, I don't think it's possible to customize them very much. If you want to change color, I think there are an app names "Navbar Apps" in the Play Store.
Or, if you want to disable it completely and use a third-party app for navigation, then install ADB, allow USB debugging, open a command prompt, and,
adb shell settings put global policy_control immersive.navigation=*
This should disable the Navigation Bar.
good luck,

A few days ago, the navbar closed by itself.
It has appeared again by tapping on the screen
now it is constantly on

Tuxy1 said:
A few days ago, the navbar closed by itself.
It has appeared again by tapping on the screen
now it is constantly on
Click to expand...
Click to collapse
So, do you want to disable it permanently?

Related

[Q] Is there a way to "TRULY" disable the "Navigation Bar"?

Greetings!
I know there's a way to put the device always in "Immersive Mode", that way you can hide the Navigation Bar:
Code:
settings put global policy_control immersive.navigation=*
But every time I swipe from the bottom to any place in the screen, the NavBar appears again (thats really frustrating >_<).
I use LMT Launched (pie), so... I don't need the NavBar to be there.
Is there a real way to truly disable the Navigation Bar???
On some roms, there's a way to do it from inside options (like in Pure Nexus rom for example), I'm currently using RenovateICE, but that option is not implemented yet.
Also, the old trick to disable the NavBar (qemu.hw.mainkeys=1) does not work on Android 7+.
Thank you for your time!!! =D
This is something I'd love to see a workaround for. I love the immersive mode feeling but I can't stand that you can't disable the nav bar completely. It hinders your ability to use swipe gestures whenever it comes back on screen and really it just defeats the purpose so I stopped using it for now.
I'll wait for a way to disable the nav bar completely on the stock ROM before I go back to "immersive mode" (if anything of the like ever comes along that is).
xeathpk said:
This is something I'd love to see a workaround for. I love the immersive mode feeling but I can't stand that you can't disable the nav bar completely. It hinders your ability to use swipe gestures whenever it comes back on screen and really it just defeats the purpose so I stopped using it for now.
I'll wait for a way to disable the nav bar completely on the stock ROM before I go back to "immersive mode" (if anything of the like ever comes along that is).
Click to expand...
Click to collapse
Yeah, or for example, when the keyboard pops out, the NavBar appears. D=
I'm pretty sure that there should be a way to do it!!!
Hi,
I was facing the same thing, and decided to take the plunge and root my phone, just for this since I have an exynos version.
From then you can edit the prop build file and remove the navbar permanently.
I use Swipe Gesture (app) to navigate around the phone with every apps full screen, it is a game changer. You can even customise actions (long press launching split screen, ect...)
lilolilo27 said:
Hi,
I was facing the same thing, and decided to take the plunge and root my phone, just for this since I have an exynos version.
From then you can edit the prop build file and remove the navbar permanently.
I use Swipe Gesture (app) to navigate around the phone with every apps full screen, it is a game changer. You can even customise actions (long press launching split screen, ect...)
Click to expand...
Click to collapse
What line did you added to build.prop???
qemu.hw.mainkeys=1 ????
Lilolilo27, if you could elaborate on which parameter(s) you had to change in the build prop I would be forever thankful! I didn't think there would be an easy fix for this so soon!
Hi,
Yes just add the qemu.hw.mainkeys=1 line to the end of the build prop file with a root explorer and reboot.
Just for precaution, make a backup of the prop file before hand AND set up Swipe Gesture or any other navigation app BEFORE making the change (or your keys will be gone and you wont be able to navigate around your phone)
Thanks lilolilo27. I'll have to give this a go when I have a few minutes and see how I come up. Thanks for the heads up btw.
lilolilo27 said:
Hi,
Yes just add the qemu.hw.mainkeys=1 line to the end of the build prop file with a root explorer and reboot.
Just for precaution, make a backup of the prop file before hand AND set up Swipe Gesture or any other navigation app BEFORE making the change (or your keys will be gone and you wont be able to navigate around your phone)
Click to expand...
Click to collapse
WOW, that worked now!!!
I tried this on the S7 Edge and Google Pixel (with android 7+) and I had a bunch of FC's.
I just applied this tweak to my S8+, and it worked smootly!!!
Thank you for the heads up!!! =D
enjoy!
I personally love it, don't see myself using a navigation bar ever again
shame we dont have the same option as windows phone , the swipe up to hide the nav bar , simple but perfect
lilolilo27 said:
Hi,
I use Swipe Gesture (app) to navigate around the phone with every apps full screen, it is a game changer. You can even customise actions (long press launching split screen, ect...)
Click to expand...
Click to collapse
Don t know if have tried https://play.google.com/store/apps/details?id=com.goodmooddroid.gesturecontroldemoGmd gesture app. It is one if the seminal apps that changed how u interact with android. There are many apps for gestures but it is still one of the best. Try it.
Couldnt find the swipe gesture app
Sent from my SM-G955W using Tapatalk
Techvir said:
Don t know if have tried https://play.google.com/store/apps/details?id=com.goodmooddroid.gesturecontroldemoGmd gesture app. It is one if the seminal apps that changed how u interact with android. There are many apps for gestures but it is still one of the best. Try it.
Couldnt find the swipe gesture app
Sent from my SM-G955W using Tapatalk
Click to expand...
Click to collapse
It is actually called Swipe Navigation (by a dev called Suphi)
lilolilo27 said:
It is actually called Swipe Navigation (by a dev called Suphi)
Click to expand...
Click to collapse
Thanks. That is the one that I am using in my non-rooted devices
Thanks lilolilo! I've been searching this feature for hours!
Any idea of how to do it on Snapdragon version? Its killing me
Kimbaroth said:
Greetings!
I know there's a way to put the device always in "Immersive Mode", that way you can hide the Navigation Bar:
Code:
settings put global policy_control immersive.navigation=*
But every time I swipe from the bottom to any place in the screen, the NavBar appears again (thats really frustrating >_<).
I use LMT Launched (pie), so... I don't need the NavBar to be there.
Is there a real way to truly disable the Navigation Bar???
On some roms, there's a way to do it from inside options (like in Pure Nexus rom for example), I'm currently using RenovateICE, but that option is not implemented yet.
Also, the old trick to disable the NavBar (qemu.hw.mainkeys=1) does not work on Android 7+.
Thank you for your time!!! =D
Click to expand...
Click to collapse
Check out this thread, disable nav bar with a layer.
https://forum.xda-developers.com/galaxy-s8+/themes/mods-small-collection-tweaks-t3657119
Thanks a lot!!! I'm currently using that mod. '3
anybody try this with the current oreo beta 2? I've had to pull and push the build.prop twice because it seems to break the touchwiz home and won't finish booting
MoBluey said:
anybody try this with the current oreo beta 2? I've had to pull and push the build.prop twice because it seems to break the touchwiz home and won't finish booting
Click to expand...
Click to collapse
Added it to my build.prop on Oreo b2, and had the same issue. Have you tried the layers solution? I would, but I haven't purchased the Samsung extension and don't really want to until I know it works (my hunch is that it only works on Nougat)

Hide Navigation Bar Buttons/Immersive Mode?

Hello,
Has anyone found a way to hide the navigation bar buttons or toggle immersive mode? By having the home key buttons slide out of the way when not in use, it makes the bezels appear much smaller and really takes advantage of more screen space. Both LG and Samsung have this feature built into their system options and I've noticed how much better many apps look when it's enabled. Plus, it may help with the apparent screen burn-in issue. I just tried loading the GMD Full Screen Immersive Mode app on a demo Pixel 2 XL at a Verizon store and it kind of worked, but not in all apps. It worked great in Chrome and Maps, but not in Twitter or the NFL Mobile app. In those apps, the buttons hid out of the way, but the black bar stayed. I'm considering purchasing a Pixel 2 XL, but this one feature has been holding me back. Any feedback or suggestions would be appreciated.
Have a great day!
theragtopman said:
Hello,
Has anyone found a way to hide the navigation bar buttons or toggle immersive mode? By having the home key buttons slide out of the way when not in use, it makes the bezels appear much smaller and really takes advantage of more screen space. Both LG and Samsung have this feature built into their system options and I've noticed how much better many apps look when it's enabled. Plus, it may help with the apparent screen burn-in issue. I just tried loading the GMD Full Screen Immersive Mode app on a demo Pixel 2 XL at a Verizon store and it kind of worked, but not in all apps. It worked great in Chrome and Maps, but not in Twitter or the NFL Mobile app. In those apps, the buttons hid out of the way, but the black bar stayed. I'm considering purchasing a Pixel 2 XL, but this one feature has been holding me back. Any feedback or suggestions would be appreciated.
Have a great day!
Click to expand...
Click to collapse
Custom Navigation Bar app in Play Store. Need to have adb set up to grant permission.
Ra6idr0y said:
Custom Navigation Bar app in Play Store. Need to have adb set up to grant permission.
Click to expand...
Click to collapse
Thank you sir this works perfectly, you can also enable immersive statusbar. Now my screen is seems a bit bigger and I don't have to worry about the burn in. Jesus this app just made me fall in love with this phone ?
Ra6idr0y said:
Custom Navigation Bar app in Play Store. Need to have adb set up to grant permission.
Click to expand...
Click to collapse
I've tried using this on my Pixel 2 a couple times. The grant permissions are given, but the app shows it is not compatible with the device.
**UPDATE** and now just letting it sit on the test screen (had to do something else) it shows it can.
krelvinaz said:
I've tried using this on my Pixel 2 a couple times. The grant permissions are given, but the app shows it is not compatible with the device.
**UPDATE** and now just letting it sit on the test screen (had to do something else) it shows it can.
Click to expand...
Click to collapse
Once you've granted permission the test screen seems to stall so you need to close the app and open it again
Can someone explain how to setup adb? Thank you.
erojas388 said:
Can someone explain how to setup adb? Thank you.
Click to expand...
Click to collapse
I just did this mod on my Pixel 2. I hid the navbar which gives me more screen space, very cool. Thanks.
would the 18:9 aspect ratio of the 2xl just hide the buttons or would it stretch the screen?
Ra6idr0y said:
Custom Navigation Bar app in Play Store. Need to have adb set up to grant permission.
Click to expand...
Click to collapse
This is amazing! Loving the look of my Pixel 2 with no nav bar or status bar.
Sent from my Pixel 2 using Tapatalk
Is there anyway to do this without the navbar showing up when i swipe? I want to use swipe navigation
1112ee said:
Is there anyway to do this without the navbar showing up when i swipe? I want to use swipe navigation
Click to expand...
Click to collapse
Nova Launcher
rajnallan said:
Nova Launcher
Click to expand...
Click to collapse
Could you explain how?
1112ee said:
Is there anyway to do this without the navbar showing up when i swipe? I want to use swipe navigation
Click to expand...
Click to collapse
Do you have root?
https://forum.xda-developers.com/nexus-6p/themes-apps/mod-navbar-gone-t3704708
Tulsadiver said:
Do you have root?
https://forum.xda-developers.com/nexus-6p/themes-apps/mod-navbar-gone-t3704708
Click to expand...
Click to collapse
Will this work on pixel XL?
1112ee said:
Will this work on pixel XL?
Click to expand...
Click to collapse
No, that is for the 6P but This will work for the Pixel XL
https://forum.xda-developers.com/pixel-xl/themes/mod-navbar-gone-root-t3704916
Did anyone else have trouble getting the permission to work? I followed exactly but got nothing.
No, no problem.
You can also LeeDroid's Shortcutter app for this purpose - I've used that to put a toggle for immersive mode in my notification shade. Both that and Custom Navigation Bar work fine on my phone, but if you are having trouble with one you could try the other. You have verified that ADB is working (e.g. a quick "adb devices")? I had to update it on my laptop before it would work with my Pixel.
I finally got it all to work just took multiple times of opening and closing the app. Are we unable to completely get rid of the nav bar without root? Im using swipe navigation but the nav bar keeps coming up.
Why can't google make this an option like samsung?

Remove oreo navbar completely ( workaround that works on this date 2nd april 2018)

I've tried every single method here, and nothing did the trick for me, so i found a work around for myself, and decided to share, cause i've been frustated trying and trying after updating to oreo.
Assuming you know your work around on ADB commands, and do the basics like turn on immersive status:
1. turn on immersive status bar;
2. go on ADB commands, and type: Adb shell wm overscan 0,0,0,-210
( 0,0,0,-x is the value that determines how much you wanna push the nav bar off the screen, on my galaxy s8 and s9 -210 is the sweet spot, but you can trial and error till you find your devices sweet spot) ( to revert to origianl just type Adb shell wm overscan 0,0,0,0
3. install all in one gestures, work well, and very customizable and easy to use: (search on playstore)
KNOKN ISSUES :
-depending on how lower you use nav bar, lockscreen shortcuts will be cut of or disappear;
-some apps lose de confirmation button, for instance the Google photos app, when deleting the "confirm" button to delete, doesn't show, but if you tap multiple times on de lower part of the screen it confirms ( tryed and works) ;
-scroll down print screen doesn't work anymore;
(LITTLE TO NO PROBLEMS, THAT MAKE UP FOR THE FACT IT TAKES NAVBAR AWAY. AT LEAST IN MY OPINION IT'S A GOOD COMPROMISE )
Does this work after reboot, or we need to reapply?
And also, can we just enter a smaller number to make navbar shorter, not hidden completely?
MrDusan said:
Does this work after reboot, or we need to reapply?
And also, can we just enter a smaller number to make navbar shorter, not hidden completely?
Click to expand...
Click to collapse
You can reboot as many times as you want. It will stick.
Also, the numbers you are entering don't change size at all. Only moves the nav bar, so short answer, low number only hide nav bar a little looking weird then
MrDusan said:
Does this work after reboot, or we need to reapply?
And also, can we just enter a smaller number to make navbar shorter, not hidden completely?
Click to expand...
Click to collapse
There is a nav bar overlay called thinner nav bar, if I'm not mistaken, that will put the nav bar slimmer. Go on substratum and look for it, then apply. Don't know if it works on oreo though... :good:
luisshnyder said:
There is a nav bar overlay called thinner nav bar, if I'm not mistaken, that will put the nav bar slimmer. Go on substratum and look for it, then apply. Don't know if it works on oreo though... :good:
Click to expand...
Click to collapse
I already have plenty of those half-nav apk's that work on nougat, but oreo is what's bothering me. I'm spending days online searching for a solution. -.-
Thank you anyway for help and a quick answer
MrDusan said:
I already have plenty of those half-nav apk's that work on nougat, but oreo is what's bothering me. I'm spending days online searching for a solution. -.-
Thank you anyway for help and a quick answer
Click to expand...
Click to collapse
Just disable nav bar like it's showcased and then use all in one gestures to create buttons the size you want ?... What about that?
MrDusan said:
Does this work after reboot, or we need to reapply?
And also, can we just enter a smaller number to make navbar shorter, not hidden completely?
Click to expand...
Click to collapse
Also try to use something like - 120 to see if the nav bar gets slimmer and still shows full button layout
luisshnyder said:
Just disable nav bar like it's showcased and then use all in one gestures to create buttons the size you want ... What about that?
Click to expand...
Click to collapse
I tried that one already, but then I had problem with keyboard It's too low when there is no navbar under it. It would be great if there was some kind of separator under the keyboard so it isn't so low. And also, does that disable the hard press function of home button?
I know, I'm very complicated! xD
MrDusan said:
I tried that one already, but then I had problem with keyboard It's too low when there is no navbar under it. It would be great if there was some kind of separator under the keyboard so it isn't so low. And also, does that disable the hard press function of home button?
I know, I'm very complicated! xD
Click to expand...
Click to collapse
My keyboard works well. Where we say - 210 use other values that fit your phone and try different scenarios. Like on the keyboard. Dashboard and browser. So you can find the sweet spot for you. The home button hard pressed works great on mine. And keyboard and everything else. Maybe post some pictures of keyboard so I can see what's wrong
Well done! Finally be able to get rid of the nav bar, thanks a lot
VincentGogh said:
Well done! Finally be able to get rid of the nav bar, thanks a lot
Click to expand...
Click to collapse
Glad I could help. Post your results here so people can see ?
Some pictures with the results
No nav bar even when keyboard is on.
Immersive status bar optional. I use it cause gives full immersive mode and more screen real-estate
luisshnyder said:
I've tried every single method here, and nothing did the trick for me, so i found a work around for myself, and decided to share, cause i've been frustated trying and trying after updating to oreo.
Assuming you know your work around on ADB commands, and do the basics like turn on immersive status:
1. turn on immersive status bar;
2. go on ADB commands, and type: Adb shell wm overscan 0,0,0,-210
( 0,0,0,-x is the value that determines how much you wanna push the nav bar off the screen, on my galaxy s8 and s9 -210 is the sweet spot, but you can trial and error till you find your devices sweet spot) ( to revert to origianl just type Adb shell wm overscan 0,0,0,0
3. install all in one gestures, work well, and very customizable and easy to use: (search on playstore)
Click to expand...
Click to collapse
Anyone know why this might mess with my Pie Control? It doesn't seem to be showing up all the time.. But it is like invisible?
Is there any way to get the caller image bigger via adb command as the substratum is not compatible in my device and the single apk for nougat dont work anymore
luisshnyder said:
Some pictures with the results
No nav bar even when keyboard is on.
Immersive status bar optional. I use it cause gives full immersive mode and more screen real-estate
Click to expand...
Click to collapse
I create a batch file for automatic install of immersive mode
following the advice of @luisshnyder, if someone can try this installer because in this moment my s8 is on service center.
Rergards
Ciccio80
badblood_antony said:
Is there any way to get the caller image bigger via adb command as the substratum is not compatible in my device and the single apk for nougat dont work anymore
Click to expand...
Click to collapse
Maybe with themes from the app store or something. I don't really know how to make things bigger. Not a good idea to mess with adb commands theme related. I only work with substratum. Sorry. Anyway, double check if substratum is compatible with your device.what phone you have?
https://forum.xda-developers.com/galaxy-s8/how-to/global-immersive-nav-bar-t3758330
Same thing here. Just a quick swipe up away.
set mine to
adb shell wm overscan 0,0,0,-60
because at adb shell wm overscan 0,0,0,-210 you cant see the emergency icon.
Also using this app: Gesture Control - Next Level Navigation
Edit: I changed mine to -80, navbar is completely hidden. I didn't use auto hide navbar option in the settings, so that the keyboard
and other UI don't sink in. Draw back is, you can't use 3D touch to go back home, but, since I have a gesture app set, I don't need it.
TheMadScientist said:
https://forum.xda-developers.com/galaxy-s8/how-to/global-immersive-nav-bar-t3758330
Same thing here. Just a quick swipe up away.
Click to expand...
Click to collapse
Actually it's quite different. You hide it with immersive, and we completely disable it. In your case of you swipe up, for instance with gestures to navigate, the nav bar appears and gets in the way. We get rid of it completely and constantly. No nav bar at all anywhere
r0k3t said:
set mine to
adb shell wm overscan 0,0,0,-60
because at adb shell wm overscan 0,0,0,-210 you cant see the emergency icon.
Also using this app: Gesture Control - Next Level Navigation
Click to expand...
Click to collapse
That's the idea. Awesome. Cheers

Disable navigation bar

If anyone is interested in completely disabling the navigation bar and prefers gestures, this method from the Note 8 thread works on our G7: https://forum.xda-developers.com/galaxy-note-8/how-to/to-remove-navigation-bar-android-8-0-t3779151.
See the original thread for more detailed info.
ADB Commands
Disable navbar commands
adb shell settings put global policy_control immersive.navigation=apps
adb shell wm overscan 0,0,0,-168
Recovery commands
adb shell settings put global policy_control null
adb shell wm overscan 0,0,0,0
Thanks for sharing. I have been looking to do this but was not able to find a comprehensive method. Works great by the way. :good:
Some aesthetic issues with this is it somewhat cuts off the bottom of the page. As in the keypad is slightly below the bottom of the screen, not much but enough to notice and the lock screen short cuts are cut off altogether and the text at the bottom of the fingerprint icon is cut off. Too bad it can not be resized.
phillymade said:
Some aesthetic issues with this is it somewhat cuts off the bottom of the page. As in the keypad is slightly below the bottom of the screen, not much but enough to notice and the lock screen short cuts are cut off altogether and the text at the bottom of the fingerprint icon is cut off. Too bad it can not be resized.
Click to expand...
Click to collapse
I just use System Ui Tuner. A few Adb commands for pe mission for the app to run and all is good. Nothing is cut off and I lose no functionality. When I tried the method in this thread on my S9, I ended up having to do a factory reset because it left a white strip on the edge of everything including the AOD. Going the System UI Tuner way just works so much better.
truckerdewd said:
I just use System Ui Tuner. A few Adb commands for pe mission for the app to run and all is good. Nothing is cut off and I lose no functionality. When I tried the method in this thread on my S9, I ended up having to do a factory reset because it left a white strip on the edge of everything including the AOD. Going the System UI Tuner way just works so much better.
Click to expand...
Click to collapse
Funny you should mention this, I did the same thing before I saw this post. Looks way better and functions just the same. Good find.
truckerdewd said:
I just use System Ui Tuner. A few Adb commands for pe mission for the app to run and all is good. Nothing is cut off and I lose no functionality. When I tried the method in this thread on my S9, I ended up having to do a factory reset because it left a white strip on the edge of everything including the AOD. Going the System UI Tuner way just works so much better.
Click to expand...
Click to collapse
Can u post how to do this with the method you used please
mccurt said:
Can u post how to do this with the method you used please
Click to expand...
Click to collapse
Download it from the Play Store. All the instructions are included within the app itself.
hi folks if I am not misunderstanding I can use systemUI instead of adb commands to disable the navigation bar? I can't find any option to do so. I know navbar navigation app offers such option without that we need to use their swipe Bar function. Unfortunately for navbar and the adb commands the screen ratio isn't correct and like that some parts of apps are cut off which sucks especially for the s8 edge panel
Sent from my SM-G950F using Tapatalk
Bma-Xda said:
hi folks if I am not misunderstanding I can use systemUI instead of adb commands to disable the navigation bar? I can't find any option to do so. I know navbar navigation app offers such option without that we need to use their swipe Bar function. Unfortunately for navbar and the adb commands the screen ratio isn't correct and like that some parts of apps are cut off which sucks especially for the s8 edge panel
Sent from my SM-G950F using Tapatalk
Click to expand...
Click to collapse
In system UI it's under Immersive Mode.
ohh I got it...I had to run adb commands as well as to setup immersive mode within system ui. I also made sure that notification bar is black to avoid a tinny bit of the navbar usually in white/gray. For evernote app I setup an exception as evernote has issues in immersive mode .thx mate
Sent from my SM-G950F using Tapatalk
Or just use Navigation Gestures and have it work perfectly on any phone.
I'm using Navigation Gestures and was wondering if you guys know how to move my dock in Nova above the navigation pill?
im using systemui tuner with edge gestures. Is it possible to not have the the navigation bar pop up each time the keyboard is activated?
Dear all,
If you want to disable default NAV BAR and use edge gestures then below app can help you in best way.
"https://play.google.com/store/apps/details?id=com.fb.fluid&hl=en_US"
I have tried a lot of other apps including XDA nav bar . None of other app works all good.
But , this app is just freaking amazing. I've using it since 2 months now. It's awesome. (No issue at all)

how? network speed in status bar / immersive display (similar to Gravitybox)

Back then, on my Nexus 5, I used Gravitybox via Xposed.
The most liked features have been the display of the actual network speed (DL/UL rates in kb/s) and the immersive display (fullscreen, no black bars top and bottom even for apps not made for it).
I'd like to get this back on my Pixel 3, but how?
Root & Magisk possible.
Thank you for ideas!
fronten said:
Back then, on my Nexus 5, I used Gravitybox via Xposed.
The most liked features have been the display of the actual network speed (DL/UL rates in kb/s) and the immersive display (fullscreen, no black bars top and bottom even for apps not made for it).
I'd like to get this back on my Pixel 3, but how?
Root & Magisk possible.
Thank you for ideas!
Click to expand...
Click to collapse
If you're pixel is from Google, then you can root it. But there's only an unofficial Xposed that will work. I'm not sure if that supports gravitybox.
jd1639 said:
If you're pixel is from Google, then you can root it. But there's only an unofficial Xposed that will work. I'm not sure if that supports gravitybox.
Click to expand...
Click to collapse
well, it is rooted with Magisk, but the Xposed you mentioned is beta unstable and does not yet support Gravitybox. Understable, with Gravitybox being a conglomerate of a whole lot of different mods.
I was wondering, if there are other possibilities to be explored. I am really wondering why there is no Magisk Module for the DL/UL speed in the status bar already - do other users not desire this or is it commonly fulfilled already, how?
The immersive display on the Pixel 3 is sort of a regress, - quite often i only see a contextually unused bar where the menu keys are.
Well, even chrome shows a white bar there, without using the area for website content display.
Did I miss some setting to toggle it?
@Tulsadiver 's mod in the themes section does it. It is also available on DU custom rom.
fronten said:
well, it is rooted with Magisk, but the Xposed you mentioned is beta unstable and does not yet support Gravitybox. Understable, with Gravitybox being a conglomerate of a whole lot of different mods.
I was wondering, if there are other possibilities to be explored. I am really wondering why there is no Magisk Module for the DL/UL speed in the status bar already - do other users not desire this or is it commonly fulfilled already, how?
The immersive display on the Pixel 3 is sort of a regress, - quite often i only see a contextually unused bar where the menu keys are.
Well, even chrome shows a white bar there, without using the area for website content display.
Did I miss some setting to toggle it?
Click to expand...
Click to collapse
You can use Tasker to do this. Just a matter of creating a task for immersive mode in tasker and then run the task. Also, you can create a task to turn immersive mode off and run that if you want it off. Easiest way though is to create both tasks and then add a widget to both of them on you home screen. Then just touch one widget to turn immersive mode on and touch the other to turn it off. Another option is to create a profile that will start immersive mode when you start one of the apps in the profile, such as your browser. Then, when you quit using the app, it reverts back to immersive mode off. Whatever the case, it works great. If you want to try it, I can help you with it. They are really pretty simple tasks to set up. Are you familiar with Tasker?
so far the Edxposed for me works well on my pixel 3 with these modules:
App Locale 2
Google Mpas SDK Drift Fix for China
GravityBox[P] beta 5: network speed indicator and immersive mode work great
Lataclysm
XprivacyLua
Should be more workable modules
fronten said:
well, it is rooted with Magisk, but the Xposed you mentioned is beta unstable and does not yet support Gravitybox. Understable, with Gravitybox being a conglomerate of a whole lot of different mods.
I was wondering, if there are other possibilities to be explored. I am really wondering why there is no Magisk Module for the DL/UL speed in the status bar already - do other users not desire this or is it commonly fulfilled already, how?
The immersive display on the Pixel 3 is sort of a regress, - quite often i only see a contextually unused bar where the menu keys are.
Well, even chrome shows a white bar there, without using the area for website content display.
Did I miss some setting to toggle it?
Click to expand...
Click to collapse
robocuff said:
You can use Tasker to do this. Just a matter of [..] pretty simple tasks to set up. Are you familiar with Tasker?
Click to expand...
Click to collapse
Funny thing - i purchased Tasker, but never used it. So no, I am not familiar with Tasker and would appreciate your help.
bush911 said:
so far the Edxposed for me works well on my pixel 3 with these modules:
[..]
GravityBox[P] beta 5: network speed indicator and immersive mode work great
[..]
Should be more workable modules
Click to expand...
Click to collapse
Great info! Thank you.
fronten said:
Funny thing - i purchased Tasker, but never used it. So no, I am not familiar with Tasker and would appreciate your help.
Click to expand...
Click to collapse
Open Tasker and touch the tasks tab at the top. Then, at the bottom right you'll see a plus symbol. Touch it and a small window for naming the task will open. Name it whatever you choose. In the next window, touch the plus at the bottom and then select code. Then select run shell. Then, where it says command, you simply type or copy and paste the code I give you. On that same page you'll see a line that says use root. Put a check mark in the box next to it and then use the back arrow at the top left to go back. This is the code you'll use in the command box.
This one is for turning immersive mode on.
Code:
settings put global policy_control immersive.full=*
This one is for turning off immersive mode.
Code:
settings put global policy_control immersive.full=
Create two tasks in the manner I mentioned, one task for immersive on and another for turning it off.
When you back out of the window where you typed the command, it takes you to the task edit window. At the bottom left you'll see a play button you can use to test the task. Touch it and, it'll turn on or off, depending of course which task it is you're in.
You can use that button to turn immersive mode on or off or you can add a Tasker widget for each task on your home screen. Then it's just a matter of touching them to turn it on and off. Also, if you prefer, you can add buttons for them in the quick settings you see when you drag down the status bar. Just open the quick settings, touch the edit button and add the Tasker buttons there. There are three of them, add two and assign the tasks to them.

Categories

Resources