"Request" how to hide soft keys - OnePlus 5T Questions & Answers

Does someone know how to hide the soft keys completely yes I am rooted and already tried to set qemu.hw.mainkeys=1 in the build prob but it doesn't work so is there another way ? I don't want "auto_hide" it has to be removed completely in order to use the app "LMT".
I hope someone can help me.
Thanks
Edit: also some lines in buildprob are greyed out including the "qemu.hw.mainkeys=1" one.

Haha we literally posted the same thing at the same time
Sent from my ONEPLUS A5010 using Tapatalk

Guitarfreak26 said:
Haha we literally posted the same thing at the same time
Click to expand...
Click to collapse
Lol in the same time I posted on your thread ?

I am facing the same issue. Has anyone stumble on any solution?

There is an flag in framework-res.apk:
framework-res.apk\res\values\bools
<bool name="config_showNavigationBar">true</bool>
Setting it to false should hide the navbar
Edit: added an zip (untested) to try: MAKE BACKUP FIRST

From where to set it false?

Related

A possible working soultion to hide softkeys!

Ok, I understand there are many threads as to softkey management. I, for one would love to hide these soft keys and I think I might have stumbled upon a way that it might work, but because I am not a Dev I myself don't totally understand, how Android works, so hopefully one of the Dev here could help understand what is going on here. So I have been doing a lot of searches to find a way to hide these keys, along the way I stumbled across a few threads where users were loosing their softkeys after using some of the softkey mods, I remember reading some where a user lost his softkeys do to flashing the Deodexed version of the mod while running on a Odexed Rom. I thought I would give this a try I downloaded Deodexed version of the softkey mod from this post:
(http://forum.xda-developers.com/showthread.php?t=1394639&highlight=soft+key) and installed it on my ARHD 2.1.3 Odexed Rom. Behold upon reboot I had full screen! Great! Just a few problems though, I lost not only my softkeys, but also my notification bar at the top. I also could not set any wallpaper but only a live wallpaper. I was able to navigate without any issues as I downloaded and installed Button Savior from the market before installing the modification. Any suggestions from Dev's as to why, how, or if this could work would be great.
Not a dev but I made mine disappear when I was manually editing pngs in SystemUI.apk to mod my softkeys. I must have did something wrong.
I believe adr and his Bamf team are including this in their upcoming rom
I think they are mapping it to power and vol up or down
That would be great! I like the full screen it just looks amazing! I don't mind using Button Savior.
So you suggest removing the softkeys by breaking them and the notification bar..
joshnichols189 said:
So you suggest removing the softkeys by breaking them and the notification bar..
Click to expand...
Click to collapse
No not by breaking them, I was hoping that a Dev would be able to see how or why they get removed and in doing so find a solution to hiding the keys altogether.
Eventually. Took Honeycomb a while. Supposedly the tricks in Honeycomb were patched.
They just need time. They already have abilities to rearrange and select which keys are visible plus themes and all that.
LTE EX Galaxy Nexus - AOSP KANG
Asus Transformer - 3.2.1 OC/UV
Rockstar52 said:
No not by breaking them, I was hoping that a Dev would be able to see how or why they get removed and in doing so find a solution to hiding the keys altogether.
Click to expand...
Click to collapse
They get removed because they are broken
Rockstar52 said:
Ok, I understand there are many threads as to softkey management. I, for one would love to hide these soft keys and I think I might have stumbled upon a way that it might work, but because I am not a Dev I myself don't totally understand, how Android works, so hopefully one of the Dev here could help understand what is going on here. So I have been doing a lot of searches to find a way to hide these keys, along the way I stumbled across a few threads where users were loosing their softkeys after using some of the softkey mods, I remember reading some where a user lost his softkeys do to flashing the Deodexed version of the mod while running on a Odexed Rom. I thought I would give this a try I downloaded Deodexed version of the softkey mod from this post:
(http://forum.xda-developers.com/showthread.php?t=1394639&highlight=soft+key) and installed it on my ARHD 2.1.3 Odexed Rom. Behold upon reboot I had full screen! Great! Just a few problems though, I lost not only my softkeys, but also my notification bar at the top. I also could not set any wallpaper but only a live wallpaper. I was able to navigate without any issues as I downloaded and installed Button Savior from the market before installing the modification. Any suggestions from Dev's as to why, how, or if this could work would be great.
Click to expand...
Click to collapse
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron
gogodu5sU said:
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
Click to expand...
Click to collapse
Thanks, I will give this a shot. One last question why would the wallpaper stop working?
ChongoDroid said:
I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron
Click to expand...
Click to collapse
I could dig that.
Sent from my Galaxy Nexus using Tapatalk
ChongoDroid said:
I don't want to hide my nav bar, I wanna make it transparent.
sent from my googletron
Click to expand...
Click to collapse
Actually seems like a pretty nice idea. Does the OS continue to draw behind the buttons, or does the screen effectively stop where they begin?
I would rather a gesture on the softkey bar (flick up/down) to show/hide it. That way you still retain the functionality of the keys, but at the same time you can utilise the full screen when you want to. Remapping these to the hard buttons sounds horrible (unless I misunderstood that?).
If it was transparent and you wanted to click something at the bottom of an app, android wouldn't know whether you wanted to click the app or the buttons.
Jleagle said:
If it was transparent and you wanted to click something at the bottom of an app, android wouldn't know whether you wanted to click the app or the buttons.
Click to expand...
Click to collapse
we already have a transparent status bar successfully mod over in the themes section. and no you dont lose any function. the bar is still there, its just see-thru. so it functions identically to current usage.
anyway hiding the softkeys is something i would love. and google could have been creative, perhaps 3 finger swipe to make them appear, etc. that way 2 finger pinch to zoom wouldnt confuse it with a 3 finger swipe, twist, etc.
Krijs said:
I would rather a gesture on the softkey bar (flick up/down) to show/hide it. That way you still retain the functionality of the keys, but at the same time you can utilise the full screen when you want to. Remapping these to the hard buttons sounds horrible (unless I misunderstood that?).
Click to expand...
Click to collapse
This would be great. I use ADW Ex on my Galaxy Tab 10.1 LTE, and that has a swipe for its lower dock bar works great. When you don't want just swipe down, when needed swipe up.
gogodu5sU said:
- Decompile your framework-res.apk
- Open framework-res.apk\res\values\bools.xml
- Change
Code:
<bool name="config_showNavigationBar">true</bool>
to
Code:
<bool name="config_showNavigationBar">false</bool>
- Recompile, push it to your phone and reboot
Code:
adb push framework-res.apk /system/framework/framework-res.apk
Code:
adb reboot
Click to expand...
Click to collapse
Why Can't i find values in my framework-res.apk? Im on 4.0.4
Im very familiar with android but am stumped on this one.

[MOD] [Sprint] [LG2] [TouchWiz] Add/Remove ICS On Screen Navigation Buttons

I present to you a mod that enables on screen navigation buttons
TouchWiz Only
Downloads
!! Make sure you're not using Cyanogenmod or another AOSP-based ROM !!
!! Make sure you're on an LG2 ROM !! If not, you will need to flash stock again.
Add Buttons
Remove Buttons/Reverse Mod
Flash the zip of your choice in recovery like you would for any ROM
HolySmokesBatty's Disabled Capacitive Button Lights And Home Key Remapped Version
!! Not made by me, made by HolySmokesBatty !!
Add Buttons
Remove buttons/Reverse Mod
Nice and first! Downloading now...
Very nice!
Sent from Mr. Z's Galaxy S3.
yousefak said:
I present to you a mod that enables on screen navigation buttons
TouchWiz Only
Download
!! Make sure you're not using Cyanogenmod or another AOSP-based ROM !!
Add Buttons
Remove Buttons
Flash the zip of your choice in recovery like you would for any ROM
Disable Capacitive Button Lights
If you'd rather have the capacitive button lights off:
Download "Night Mode" from play store
Set slider to 100% and start service
Go to settings
Disable "Minimum brightness" and "notification"
Now it won't mess with your brightness but disable capacitive button backlights
Click to expand...
Click to collapse
Correct me if I'm wrong, but couldn't you just choose the option "always off" in system>display>touch key light duration in order turn off the capacitive button lights?
Sent from my SPH-L710 using xda premium
swampy67 said:
Correct me if I'm wrong, but couldn't you just choose the option "always off" in system>display>touch key light duration in order turn off the capacitive button lights?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
For some reason, that option disappears after turning on On-screen buttons.
yousefak said:
For some reason, that option disappears after turning on On-screen buttons.
Click to expand...
Click to collapse
Interesting
Sent from my SPH-L710 using xda premium
you can just disable d lights before flashing....works great looks even better...can we get different looks 2 the buttons
joselb said:
you can just disable d lights before flashing....works great looks even better...can we get different looks 2 the buttons
Click to expand...
Click to collapse
I've tried, but the PNG's don't appear to be in res/drawable-hdpi. I'll look through the other folders tomorrow to see if I can find anything.
If I can, I plan on making another mod for Gnex style buttons.
yousefak said:
I've tried, but the PNG's don't appear to be in res/drawable-hdpi. I'll look through the other folders tomorrow to see if I can find anything.
If I can, I plan on making another mod for Gnex style buttons.
Click to expand...
Click to collapse
They are there. I they are in a weird folder but just search for them. Its called like ic_sysbar_home_normal.png but i already tried changing look. And couldnt pull it off. If u do please pist how-to
Sent from my SPH-L710 using XDA App
Edited to remove my douchebaggery.
holysmokesbatty said:
I like how this guy posted our work as his. Oh woe is XDA.
Click to expand...
Click to collapse
Your work?
I followed a guide to do the edits and you probably did too so its none of our works really.
I spent hours figuring out how to successfully recompile framework-res.apk. Then I had to figure out how to get it to boot. Then I had to change the height and figure out how to disable capacitive backlight.
Instead of being selfish, I released my mod to public.
I guess releasing my own work to public was a mistake.
(Oh, and I'll make a video of me decompiling, editing, and building/testing if you don't believe me)
Edit: lol, do you even have a link to your work or do claim I somehow stole your private work?
Sent from my Sprint SGS3
monstaX said:
They are there. I they are in a weird folder but just search for them. Its called like ic_sysbar_home_normal.png but i already tried changing look. And couldnt pull it off. If u do please pist how-to
Sent from my SPH-L710 using XDA App
Click to expand...
Click to collapse
Go to freezas system apk thread and use that to figure out how to decompile/recompile system apps.
Decompile framework-Res.apk. do all of your editing. Then you can recompile and push to /system/framework and boot the phone. If you did everything correctly, the bar at the bottom should reflect the edits.
Sent from my Sprint SGS3
Anybody can do this btw. Decompile framework-res.apk, look for the Navigation bar bool and set it to "true"
If you want different pngs for the buttons you need to look in SystemUI.apk
Here's a blank zip you can use
http://db.tt/mmOQPE5Z
Extract it and add a system folder then add an app folder within it (if modifying anything in /system/app or a /system/framework folder if you modified anything in /system/framework) and place your modified apk's in the appropriate folders
Zip up the META folder and system folder and flash in recovery
Sent from my SPH-L710 using xda premium
fergie716 said:
Anybody can do this btw. Decompile framework-res.apk, look for the Navigation bar bool and set it to "true"
If you want different pngs for the buttons you need to look in SystemUI.apk
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Yeah, I'm in no way a dev or modder. It just got me annoyed how someone claimed this was his work.
Sent from my Sprint SGS3
yousefak said:
Yeah, I'm in no way a dev or modder. It just got me annoyed how someone claimed this was his work.
Sent from my Sprint SGS3
Click to expand...
Click to collapse
Well it's no one's "work"
Bools are like switches. Anyone can turn them off/on. But yea anyone with the power of Google could do it. No ones specific property
Sent from my SPH-L710 using xda premium
Sweet. Can you disable capacitive buttons though? I heard cm10 can do this.
Can you please post a screenshot?
yousefak said:
Your work?
I followed a guide to do the edits and you probably did too so its none of our works really.
I spent hours figuring out how to successfully recompile framework-res.apk. Then I had to figure out how to get it to boot. Then I had to change the height and figure out how to disable capacitive backlight.
Instead of being selfish, I released my mod to public.
I guess releasing my own work to public was a mistake.
(Oh, and I'll make a video of me decompiling, editing, and building/testing if you don't believe me)
Edit: lol, do you even have a link to your work or do claim I somehow stole your private work?
Sent from my Sprint SGS3
Click to expand...
Click to collapse
Sorry, man. Was half asleep when I saw this, and wasn't exactly rational.
To be fair though, monstaX and I were going back and forth on this over in Themes & Apps over the last couple days, and all progress was very visible there.
http://forum.xda-developers.com/showthread.php?t=1771908
I was gonna package it and post it here (with an additional edit to the /keylayout folder to turn off capacitive keys and remap home to be a camera key) but my wife's car broke down yesterday and I had to deal with that.
Again, I apologize for being a douche. I need to stop using the internet when I'm tired.
holysmokesbatty said:
Sorry, man. Was half asleep when I saw this, and wasn't exactly rational.
To be fair though, monstaX and I were going back and forth on this over in Themes & Apps over the last couple days, and all progress was very visible there.
http://forum.xda-developers.com/showthread.php?t=1771908
I was gonna package it and post it here (with an additional edit to the /keylayout folder to turn off capacitive keys and remap home to be a camera key) but my wife's car broke down yesterday and I had to deal with that.
Again, I apologize for being a douche. I need to stop using the internet when I'm tired.
Click to expand...
Click to collapse
No problem. I apologize for also being hostile in my post too.
Sent from my Sprint SGS3
Just a little reminder: ANDROID IS OPEN SOURCE. I dont like it when people call crap "their own work". All anybody is doing is tweaking the things that are already there.
Sorry, it just frustrates me.

How to hide navbar?

I'm currently running CM10. I have some major screen burn in from the navbar. I found an app called "dead pixel detect and fix" that can fix my problem, but I need to be able to hide the navbar. Is this possible?
Yes, use a rom that allows it. For now, cm X doesn't.
Sent from my i9250
There might be a no nav mod somewhere if you google it. Otherwise you will have to grab the framework-res.apk and decompile it with many of the tools out there, edit the appropriate files (bools.xml and all plural.xml files) recompile, and then either stick it in a flashable zip or push it back in and chmod 644 it.
download paranoid, as far as I know, is the only rom that let you switch between full and regular screen, I have it and use lmt launcher and love it.
Try Fullscreen toggle apk.
Just search Google.
No need to flash a whole new different ROM.
Hit the thanks button if it worked for you. ^__^
--------------------------------------------------
If I have helped you.... hit that sexy thanks button. ^_^
i didn't want to create another thread for this .. this thread is kinda sorta related to it so imma ask here .. anyone find a way to make the nav bar transparent? like in Moto Atrix HD
Edit...
Dragn4rce said:
Try Fullscreen toggle apk.
Just search Google.
No need to flash a whole new different ROM.
Hit the thanks button if it worked for you. ^__^
--------------------------------------------------
If I have helped you.... hit that sexy thanks button. ^_^
Click to expand...
Click to collapse
I installed v2 of the app which is supposed to work with JB, but it didn't do anything when I tried to disable the navbar. I'll have to try something else tomorrow when I have time.
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Jubakuba said:
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Click to expand...
Click to collapse
I'll have to try that. Unfortunately, I won't have access to a computer for the next few days. I'll keep looking for a mod in the meantime. Everything I've found so far only works for ICS or other ROMs.
Jubakuba said:
decompile framework-res.apk
/res/values/dimen.xml
Edit the nav height vertical/horizontal/portrait all to 0.0
This will not only remove your nav bar, but will make ICS+ optomized apps think you have one...so they show the native menu buttons in-app.
Click to expand...
Click to collapse
Does this or something similar also work in Jellybean?
strumcat said:
Does this or something similar also work in Jellybean?
Click to expand...
Click to collapse
Exactly the same, yeah.
Send me your framework-res.apk if you don't know how to decompile/recompile...
It'll take me like 10 minutes.
Jubakuba said:
Exactly the same, yeah.
Send me your framework-res.apk if you don't know how to decompile/recompile...
It'll take me like 10 minutes.
Click to expand...
Click to collapse
Hey, thanks! It's in the attached zip. At your convenience.
strumcat said:
Hey, thanks! It's in the attached zip. At your convenience.
Click to expand...
Click to collapse
Are you on a custom rom?
Jubakuba said:
Are you on a custom rom?
Click to expand...
Click to collapse
Yep, rasbeanjelly. I guess that's not a good thing?
strumcat said:
Yep, rasbeanjelly. I guess that's not a good thing?
Click to expand...
Click to collapse
No, it is.
It wouldn't have worked if you weren't deodexed.
Building...up in like 4 minutes.
Remove nav:
http://www.mediafire.com/download.php?cc1cla3unfk66js
Enable nav:
http://www.mediafire.com/download.php?7rwit7mi3aathdw
Jubakuba said:
No, it is.
It wouldn't have worked if you weren't deodexed.
Building...up in like 4 minutes.
Remove nav:
http://www.mediafire.com/download.php?cc1cla3unfk66js
Enable nav:
http://www.mediafire.com/download.php?7rwit7mi3aathdw
Click to expand...
Click to collapse
Jubakuba, thank you so much. Now I get more screen real-estate. Guess I'd better learn how to use LMT fast. Really nice of you. I owe you one.
Could you help me out as well Jubakuba? Thank you.
Go Launcher Ex
I use Go Launcher Ex which allows me to hide my status/navigation and dock screens.
Maybe a launcher would help solve your problem.
/r
Anthony
RTNDO128 said:
Could you help me out as well Jubakuba? Thank you.
Click to expand...
Click to collapse
Sorry men, at work...I'll get it at 12:45 am MST if you still need it.

Is possible to reduce the NavBar

Hello boys!!! It wanted to ask if it is possible to reduce the NavBar. I would be interested to have it in 20 dpi.
Thank you :good:
Well, I have solved by half the matter. We go to it:
1º: To install Xposed of here http://dl.xposed.info/latest.apk (thanks to slass1990)
2º: To install Xblast Tools (1.6.1)
3º: To go to the module that we have just installed (Xblast)
4º: To go to bar of navigation / height sweeps (I mark 24dpi)
5º: To mark above the color of the bar and 6 to take it to the transparent one (this me has not worked)
6º: To go to framework and to restart.
I hope that you like
-Harkan- said:
Well, I have solved by half the matter. We go to it:
1º: To install Xposed of here http://dl.xposed.info/latest.apk (thanks to slass1990)
2º: To install Xblast Tools (1.6.2)
3º: To go to the module that we have just installed (Xblast)
4º: To go to bar of navigation / height sweeps (I mark 24dpi)
5º: To mark above the color of the bar and 6 to take it to the transparent one (this me has not worked)
6º: To go to framework and to restart.
I hope that you like
Click to expand...
Click to collapse
nice tips..thanks +rep
cool it weorks
-Harkan- said:
Hello boys!!! It wanted to ask if it is possible to reduce the NavBar. I would be interested to have it in 20 dpi.
Thank you :good:
Click to expand...
Click to collapse
I hide it and use LMT (which you can find in XDA forum)
And I just get to know the "ultimate dynamic navbar", I think you might also be interested
Hi, Do you have screenshot? will it work on MIUI? Thanks!
on the b117 firmware you can enable the option to hide the navbar (and bring it back up by sliding up from the bottom) at any time
I could not
Zahidow said:
I could not
Click to expand...
Click to collapse
you have to enable it in the settings menu
infin1ty_13 said:
you have to enable it in the settings menu
Click to expand...
Click to collapse
Ok. Thanks. i working
Desire HD cihazımdan Tapatalk 2 ile gönderildi
-Harkan- said:
Well, I have solved by half the matter. We go to it:
1º: To install Xposed of here http://dl.xposed.info/latest.apk (thanks to slass1990)
2º: To install Xblast Tools (1.6.2)
3º: To go to the module that we have just installed (Xblast)
4º: To go to bar of navigation / height sweeps (I mark 24dpi)
5º: To mark above the color of the bar and 6 to take it to the transparent one (this me has not worked)
6º: To go to framework and to restart.
I hope that you like
Click to expand...
Click to collapse
Been trying this for days now, cant seem to get this working??
has anyone been able to do this please explain how it works.
infin1ty_13 said:
on the b117 firmware you can enable the option to hide the navbar (and bring it back up by sliding up from the bottom) at any time
Click to expand...
Click to collapse
where can I fing biold verzion and please, where can I find this option?
geert000 said:
Been trying this for days now, cant seem to get this working??
has anyone been able to do this please explain how it works.
Click to expand...
Click to collapse
your phone has to be rooted
geert000 said:
Been trying this for days now, cant seem to get this working??
has anyone been able to do this please explain how it works.
Click to expand...
Click to collapse
My phone is rooted and this still does not work. This app seems to be hit or miss, I have never actually gotten anything in this app to work. Perhaps only the mainstream (Samsung, HTC, etc..) are supported ?? I'm not sure.
LL13-
infin1ty_13 said:
your phone has to be rooted
Click to expand...
Click to collapse
Is rooted but app is not working at all
Hello, if p6 this root, the app works, insurance. Some step is not realized well.
stanley_opt said:
I hide it and use LMT (which you can find in XDA forum)
And I just get to know the "ultimate dynamic navbar", I think you might also be interested
Click to expand...
Click to collapse
Ho, how use lmt, in me Phone no Work. Im root

Any navbar apps that add menu? Returning Android newbie

I had an iPhone for a few years and the pixel brought me back. The progress android has made has been phenomenal but I see a few things missing that used to be here before. Honestly I think I'm overlooking it but who knows.
FYI I have an unlocked bootloader and am running magisk running stock rom and kernel.
1. I used to love my Note 1's navbar with the search and menu button in the navbar. I remember xposed being able to do it but the modules haven't been updated and just cause a bootloop on the pixel. The customnavbar by paphonb doesn't allow you to have the menu button on the bar. Is there a way to make this work with oreo?
2. What happened to the text notifications? I replaced Google's main text app with Textra but I recall there being custom notifications and ringers all being in the contacts app.
3. What happened to changing the apps notification sound? Back then it was really easy to set the sound of the apps but I hardly see that feature.
4. Can you change the lockscreen clock font? I changed my system font and the clock has a question mark where the colon used to be. I know I could find another font but I really like this one.
5. How do you get in and out of the phone quickly? I find myself double tapping on the display and most of the time it works. Is there a better way?
Note: I saw some of these tweaks were on substratum but I couldn't get it to work for me. I tried to use substratum but the themes won't take because I'm on stock or because I don't know what I'm doing. I would like a clean lockscreen or one where I could swipe to the left or right and start recording. I forget the name but there used to be an app that customized the lockscreen.
If anyone could help me figure out Oreo I would greatly appreciate it!
Sent from my Pixel 2 XL using Tapatalk
I don't have much time this morning but I can answer for 1,4 and 5 at least.
1."Custom Navigation Bar"
https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
4. https://forum.xda-developers.com/pixel-2-xl/themes/font-flashable-ubuntu-font-zip-pixel-2-t3710892
5. I believe finger print sensor is the fastest entry
ikenvape said:
I don't have much time this morning but I can answer for 1,4 and 5 at least.
1."Custom Navigation Bar"
https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner
4. https://forum.xda-developers.com/pixel-2-xl/themes/font-flashable-ubuntu-font-zip-pixel-2-t3710892
5. I believe finger print sensor is the fastest entry
Click to expand...
Click to collapse
Thank you so much for your help!
The font fix is exactly what I needed. I hated that square or question mark for the colon!
The custom nav bar app is the one I was talking about by php. I don't see a way to add the menu button to the nav bar on that app but I'll look and confirm.
I still use my iPhone silicone cases for this phone so the fingerprint won't work. That's disappointing I thought there might be a quicker way.
Thanks though!
Sent from my Pixel 2 XL using XDA Forums Pro.
GravityBox (xposed module) let's you put the menu on the navbar
beezar said:
GravityBox (xposed module) let's you put the menu on the navbar
Click to expand...
Click to collapse
It does but it doesn't let you add the menu to the navbar. And it also removes the battery percentage from the status bar for me. I wish it worked because that would be perfect for me with the navbar and customizable sounds [emoji21]
Sent from my Pixel 2 XL using Tapatalk
adrienned said:
Thank you so much for your help!
The font fix is exactly what I needed. I hated that square or question mark for the colon!
The custom nav bar app is the one I was talking about by php. I don't see a way to add the menu button to the nav bar on that app but I'll look and confirm.
I still use my iPhone silicone cases for this phone so the fingerprint won't work. That's disappointing I thought there might be a quicker way.
Thanks though!
Click to expand...
Click to collapse
Either get a new case or cut a hole for the fingerprint reader. Problem solved ?
PuffDaddy_d said:
Either get a new case or cut a hole for the fingerprint reader. Problem solved ?
Click to expand...
Click to collapse
When you have cases like these cutting them is NOT an option
adrienned said:
When you have cases like these cutting them is NOT an option
Click to expand...
Click to collapse
That's fair, but they aren't meant for the pixel phones. Sell them and get a new one with a proper cut out for the fingerprint reader.
adrienned said:
It does but it doesn't let you add the menu to the navbar. And it also removes the battery percentage from the status bar for me. I wish it worked because that would be perfect for me with the navbar and customizable sounds [emoji21]
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
If you are stock flash this in TWRP and enable systemui tuner to get menu on navbar without apps.
Tulsadiver said:
If you are stock flash this in TWRP and enable systemui tuner to get menu on navbar without apps.
Click to expand...
Click to collapse
Okay I will try this asap and let you know. Thanks!
Tulsadiver said:
If you are stock flash this in TWRP and enable systemui tuner to get menu on navbar without apps.
Click to expand...
Click to collapse
So I installed it but I'm not sure what to do next. System tuner was already activated but I don't see any other options. Do you have the original thread this was posted in? I don't want you to spoon feed it to me but I'm lost after the flash
adrienned said:
So I installed it but I'm not sure what to do next. System tuner was already activated but I don't see any other options. Do you have the original thread this was posted in? I don't want you to spoon feed it to me but I'm lost after the flash
Click to expand...
Click to collapse
My bad. I forgot an edit. Here is one for January update and February update. Hopefully they will work.
Edit: should look like this.
Tulsadiver said:
My bad. I forgot an edit. Here is one for January update and February update. Hopefully they will work.
Edit: should look like this.
Click to expand...
Click to collapse
Wow..looks like you added more options than just Menu button..do we need to be rooted for this?
Tulsadiver said:
My bad. I forgot an edit. Here is one for January update and February update. Hopefully they will work.
Edit: should look like this.
Click to expand...
Click to collapse
Am I missing a setting? I don't see the menu option for the navbar
adrienned said:
am i missing a setting? I don't see the menu option for the navbar
Click to expand...
Click to collapse
Hit extra right button, select keycode, then menu.
Tulsadiver said:
View attachment 4412511View attachment 4412512
Hit extra right button, select keycode, then menu.
Click to expand...
Click to collapse
Do we need to have root to flash this?
ram4ufriends said:
Do we need to have root to flash this?
Click to expand...
Click to collapse
Yup.
Badger50 said:
Yup.
Click to expand...
Click to collapse
What if I flash magisk, flash this mod, uninstall magisk? Will that keep this mod intact?
ram4ufriends said:
What if I flash magisk, flash this mod, uninstall magisk? Will that keep this mod intact?
Click to expand...
Click to collapse
I'll let the Dev weigh in on that. It's his mod and wouldn't want to give any misinformation with it's installation after the February update :good:
Tulsadiver said:
Hit extra right button, select keycode, then menu.
Click to expand...
Click to collapse
So this adds the button that looks like the menu but it doesn't function like the menu at all. It disappears and I think it has to do with the 66 being set as the code. I don't think that's the right code for the menu button to actually work. I took a screenshot.
Either way I'm giving up for now

Categories

Resources