-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After first reboot, pill not hidden when only using hide navigation bar option, but works after second reboot #95
Comments
Not sure why it needs a second reboot, might be some odd behavior of Graphene OS, like perhaps the overlays aren't fully installed until after the boot script has already ran, so the script only works on the second reboot Just a guess, Graphene does change some Android behavior significantly after all |
I'm also having this consistent white pill at the bottom of my screen, however a second reboot doesn't work for me. It appears whenever I choose yes for Also, because I'm experiencing the volume keys not detected error, I've had to race through the installation. I thought at first it was an option I wasn't reading quick-enough, but after seeing this post I don't think that's it. Device: OnePlus12 |
Yeah, hiding just the pill isn't working on Android 15 as of yet as it moved all navigation bar related resources to the system launcher and I haven't yet adapted the code of the hide pill function to create an appropriate overlay for the launcher. I can try to make one soon if you want to test. |
Definitely, I can be a test dummy 👍 |
See if this works |
I've had my phone in navbutton mode, since the goal was to have neither stock nav buttons nor stock gestures (I'm using a gesture app). I changed to gesture mode and this is the result; Home/Recent and Back gestures are still active (though I chose to disable them) and the pill is there too. Restarted a couple times just to make sure and it doesn't seem to have done anything. |
Ahh, I didn't account for the Oxygen OS launcher, send me the apk and I'll see what I can do to fix it |
I'm using Nova, but here's a link to the stock OxygenOS launcher. OnePlus System Launcher |
If all you want to do is disable the navigation bar entirely (with no gestures or buttons) this module should work much better on Oxygen OS |
Could you try the zip i sent above? |
Yes, I tried that zip with nav buttons enabled and it worked. Everything is hidden, no pill or keyboard nav buttons. Still unable to keep only the keyboard back/input-switch buttons while not getting the pill error. I then tried it with gesture navigation and it also worked. Everything is hidden while all built-in gestures remain functional. This isn't as practical for OxygenOS 15.0 because it has a native option to hide the gesture pill, but for other launchers it makes sense. |
Unfortunately I don't have a perfect solution for Oxygen OS, since its back gesture implementation is custom I can't disable it without disabling the navigation bar entirely (thus getting rid of the keyboard switcher button) |
When i say yes to
Hide the navigation bar?
and yes toHide gesture hint/pill but keep space under the keyboard?
but no to everything else, the pill is still present after the first reboot, but after the second one everything works. I guess this might not be something that is that fixable, but maybe it could be added as a note to the README.Device: Pixel 9 Pro
Android version: 15
OS: GrapheneOS 2024121200 (patched with pixincreate/Magisk and self-signed OTA server)
HideNavBar version: 27.5
Screenshots
After first reboot
After second reboot
The text was updated successfully, but these errors were encountered: