Removing navbar on Q - Google Pixel 2 XL Questions & Answers

I'm looking to remove my navbar on Android Q in favor of Edge Gestures which I've used since getting my Pixel. After the Q update, I've tried the old build.prop editor qemu.hw.mainkeys = 1 method but it's not letting me save the revision made despite granting Build.prop editor root access. Was wondering if anyone can shed some light on the process either via adb, a Magisk module, or any other method. TIA

J_awn said:
I'm looking to remove my navbar on Android Q in favor of Edge Gestures which I've used since getting my Pixel. After the Q update, I've tried the old build.prop editor qemu.hw.mainkeys = 1 method but it's not letting me save the revision made despite granting Build.prop editor root access. Was wondering if anyone can shed some light on the process either via adb, a Magisk module, or any other method. TIA
Click to expand...
Click to collapse
Fluid navigation let's you hide the nav bar
https://play.google.com/store/apps/details?id=com.fb.fluid

See

kevtrysmoddin said:
Fluid navigation let's you hide the nav bar
https://play.google.com/store/apps/details?id=com.fb.fluid
Click to expand...
Click to collapse
This, can't recommend Fluid navigation enough!

J_awn said:
I'm looking to remove my navbar on Android Q in favor of Edge Gestures which I've used since getting my Pixel. After the Q update, I've tried the old build.prop editor qemu.hw.mainkeys = 1 method but it's not letting me save the revision made despite granting Build.prop editor root access. Was wondering if anyone can shed some light on the process either via adb, a Magisk module, or any other method. TIA
Click to expand...
Click to collapse
This module hasn't been tested but you are welcome to try it.
https://www.androidfilehost.com/?fid=1899786940962611276

Related

On-screen buttons using buid.props results in an empty bar

So I have a Samsung tablet (SM-T800) and I have it rooted running the stock rom. I really want to enable on-screen buttons and disable the hardware buttons (I keep hitting them by accident all the time when I read comic books. I hate them).
So all the instructions I've see have invovled editing the
Code:
build.prop
and adding
Code:
qemu.hw.mainkeys=0
. When I do that and reboot, I get a black bar at the bottom of the screens in most of my apps with no buttons on it. I assume this is the on-screen nav bar, but for some reason, all the buttons (Home, back, app select) are missing. I know on my phone where I run Cyanogen, you can customize which buttons show up. I was wondering if this was configurable somewhere and if, in Samsung's stock rom, they disable all of them? Or is it something else entirely?
What am I missing?
If you have xposed there is a great app called Ultimate Dynamic Navbar 23.2 that will allow you to have the navbar in portrait or landscape.
To disable the hard keys you need to edit Generic.kl in system/usr/keylayout
ashyx said:
If you have xposed there is a great app called Ultimate Dynamic Navbar 23.2 that will allow you to have the navbar in portrait or landscape.
To disable the hard keys you need to edit Generic.kl in system/usr/keylayout
Click to expand...
Click to collapse
xposed says the framework isn't supported on my architecture. Surely this has to just be a setting somewhere in the stock rom?
djsumdog said:
xposed says the framework isn't supported on my architecture. Surely this has to just be a setting somewhere in the stock rom?
Click to expand...
Click to collapse
Wrong framework, you need Arter97 builds and a deodexed rom.
ashyx said:
Wrong framework, you need Arter97 builds and a deodexed rom.
Click to expand...
Click to collapse
Yea, I don't want to do that. I have the stock rom setup the way I want. I really don't want to wipe it. Surely there must be a way to get the on screen buttons working on the stock rom?

Removing Orange Status Bar

Hello,
Is it possible to keep battery saving mode on Lineage OS all the time without having the ugly orange status bar at the top all the time?
If it helps, I'm rooted and using Magisk to keep Android Pay working. Anything I can do to remove the orange bar and keep battery saving mode on?
Thanks,
Jleoz.
Any suggestions?
use xposed module. http://repo.xposed.info/module/com.thefragen.xbatterytweaks
Xposed works for 7.0 now
https://forum.xda-developers.com/xposed/modules/mod-remove-battery-saver-warning-color-t3033038
Is there anything I can do without Xposed? I don't want have an unstable system or fail SafetyNet.
I'm new to Xposed so don't know all the ins and outs of security, stability and how it works with Magisk / SafetyNet
Jleoz said:
Is there anything I can do without Xposed? I don't want have an unstable system or fail SafetyNet.
I'm new to Xposed so don't know all the ins and outs of security, stability and how it works with Magisk / SafetyNet
Click to expand...
Click to collapse
You can't pass safetynet with Xposed installed. So look elsewhere.
tnsmani said:
You can't pass safetynet with Xposed installed. So look elsewhere.
Click to expand...
Click to collapse
That is why I was asking if there was a way without Xposed. I don't want to fail SafetyNet.
Jleoz said:
That is why I was asking if there was a way without Xposed. I don't want to fail SafetyNet.
Click to expand...
Click to collapse
decompile the framework with apk tools
go to res>values
open the colors.xml using notepad++
go to line 85 change the color code to what you what.
#ff000000 is black by the way
save it. recompile with apk tools
replace your framework.apk on your phone with the one you modified.
N.B becareful once you succeed with you womt want to stop.

[Help] Is there anyway to change height of status bar for notch device?

I've recently installed the Phh-Treble ROM on the Essential Phone but the status bar doesn't fit with the notch
Is there anyway to change the height of the status bar?
Did you try changing the display size?
Minh Dao said:
I've recently installed the Phh-Treble ROM on the Essential Phone but the status bar doesn't fit with the notch
Is there anyway to change the height of the status bar?
Click to expand...
Click to collapse
Did you find a fix for this? I'm having the same issue
LDP12 said:
Did you find a fix for this? I'm having the same issue
Click to expand...
Click to collapse
Until I sold the PH-1, I used stock rom instead of any others Treble rom because I couldn't change the status bar height
LDP12 said:
Did you find a fix for this? I'm having the same issue
Click to expand...
Click to collapse
I created a custom overlay to fix it. Extract the zip, and move the file and folder to /vendor/overlay with your favorite root explorer (I use MiXplorer)
After that reboot, enable developer options, go to developer options, and enable display cutout
It also enables adaptive brightness
https://drive.google.com/file/d/1-JnjyxTjsNtkukEq7i2F7r5bplLzmRIC/view?usp=sharing
The "proper" way to do it (i.e. if you want it to be integreated in GSIs), is doing a "GSI overlay":
https://forum.xda-developers.com/pr...guide-how-to-make-gsis-overlay-file-t3878974/
The specific values for status bar height are litteraly called status_bar_height (and _portrait and _landscape)
You'll want to define the notch layout also for apps to pick it up.
Here is an example:
https://github.com/phhusson/vendor_hardware_overlay/blob/master/OnePlus/OP6/res/values/notch.xml
phhusson said:
The "proper" way to do it (i.e. if you want it to be integreated in GSIs), is doing a "GSI overlay":
https://forum.xda-developers.com/pr...guide-how-to-make-gsis-overlay-file-t3878974/
The specific values for status bar height are litteraly called status_bar_height (and _portrait and _landscape)
You'll want to define the notch layout also for apps to pick it up.
Here is an example:
https://github.com/phhusson/vendor_hardware_overlay/blob/master/OnePlus/OP6/res/values/notch.xml
Click to expand...
Click to collapse
Hey phhusson, on a related note - are GSI overlays integrated into the system.img, or do I have to add it manually somehow? (I ask because I can see a ASUS Zenfone 5 overlay in the github repo, but none of the GSIs I tried seemed to respect the notch.)
Firnagzen said:
Hey phhusson, on a related note - are GSI overlays integrated into the system.img, or do I have to add it manually somehow? (I ask because I can see a ASUS Zenfone 5 overlay in the github repo, but none of the GSIs I tried seemed to respect the notch.)
Click to expand...
Click to collapse
It is in system.img
Open a bug on my github so we can look at your issue
is there any new solution to change the height of statusbar? o

possible to enable navigation bar for a720?

when my phone was nougat, it was possible to enable navigation bar with adding "qemu.hw.mainkeys=0", but in Oreo it isn't for at all.
how can I enable it.
++ I searched it and I know some xiaomi phones have same issue.
develoid user said:
when my phone was nougat, it was possible to enable navigation bar with adding "qemu.hw.mainkeys=0", but in Oreo it isn't for at all.
how can I enable it.
++ I searched it and I know some xiaomi phones have same issue.
Click to expand...
Click to collapse
use
Code:
qemu.hw.mainkeys=1
and install magisk and a module: this (click)
MaDaLiNoSt said:
use
Code:
qemu.hw.mainkeys=1
and install magisk and a module: this (click)
Click to expand...
Click to collapse
Thanx:laugh:

Increased status bar icon spacing after PIE update

After upgrading MI A2 Lite to android P i noticed that space betwen notification icons in status bar (to the left of notch) was increased.
As a result, the number of icons that can be displayed without the appearance of the point (that mean further incons hidden) was reduced from 3 to 2. thus, when i have 3 or more notifications, only one icon is displayed plus the point. that is very ugly for me.
I want to know if there are a way to edit that "value" changed. I was exploring the "systemui tuner" app, but there isnt an option for this setting.
Anyone have some idea? My device is not rooted but im considering to do it very soon.
Im attaching an image to compare.
Thank you!
Javtor said:
After upgrading MI A2 Lite to android P i noticed that space betwen notification icons in status bar (to the left of notch) was increased.
As a result, the number of icons that can be displayed without the appearance of the point (that mean further incons hidden) was reduced from 3 to 2. thus, when i have 3 or more notifications, only one icon is displayed plus the point. that is very ugly for me.
I want to know if there are a way to edit that "value" changed. I was exploring the "systemui tuner" app, but there isnt an option for this setting.
Anyone have some idea? My device is not rooted but im considering to do it very soon.
Im attaching an image to compare.
Thank you!
Click to expand...
Click to collapse
You are right. That, adding to those annoying arrows icons besides network, make status bar useless.
Mi a2 lite Status bar bugs
In addition, Android p experience is great so far on Mi A2 lite but there's still an issue with status bar.. Previously on oreo,The height of the notch and the status bar were equal but after pie update the status bar height overpasses the notch leaving a black space (of like 2 to 3 mm) in between the notch and the quick settings panel This is clear once you pull down the quick settings panel as shown in the attachment below??,, is this a bug or? Or is there a way to adjust that space without root
This is the most annoying thing I've found in Android P. You can't almost see any notification. Does anyone know if this is editable somehow?
Enviado desde mi Mi A2 Lite mediante Tapatalk
You can in the developer options -> "smallest width" the DPI screw.
I have it e.g. set to 512. Now, next to the clock, there are 4 more icons to match.
If the desktop is too small, most launcher users can set custom icon and font sizes.
Akku %
Simple Way To Get System UI Tuner On Android P Preview (Without Installing Nova Launcher Or Using ADB Commands)
1. Download QuickShortCutMaker
2. In the search bar (in the app) type in "Demo Mode"
3. Click on the "System UI" option
4. Click on the "System UI demo mode" option that appears after clicking on "System UI"
5. Click the "Try" button
There you go, you can now access the system UI tuner again, without having to install nova launcher
http://www.kepfeltoltes.eu/view.php?filename=469notch.jpg
5. A2Lite Settings, display, special, displayed size, minimum value
Best way to handle this
Hey guys i had the update yesterday and always had a tiny white dot popping up instead 4G symbol and the vibration mode symbol...extremely annoying as i first thought i have some hidden notifications!!
Forget about Nova Launcher or any **** just download and install UI Tuner Launcher from the PlayStore. Actually it is a shortcut to the system UI. Open it, go the status bar, battery - battery percentage only when loading (my system is in german so i don't know the exact words for this option). That's for now the best option! The problem are these silly down and upload arrows beneath the connection symbol! I found no option to remove them! If you pull down the status bar battery percentage is still shown at the top so you can always check if you want an accurate battery status!
Another option is maybe to set the font size to minimal as the battery percentage in standard font size is extremely huge
Let's hope for another update on this issue!
PS: ho to upload pictures here?
thanks for the tip "UI Tuner Launcher" but it doesn't solve the initial issue of this topic...
I have the same issue,, if someone know how to fix it please tell us
sorry
ah yeah sorry!
than actually change screen settings (font, depth etc...) to minimal or in the dev.opt. as described above! 512 dpi! theres nothing else in the moment!
i think there is a way... the space could be modified by editing the value in "status_bar_icon_padding" of the file SystemUI/res/values/dimens.xml
But for it is required to decompile SystemUI.apk > edit > recomplile and inject it to the system partition. my device is not rooted yet, but i will do it and test this soon.
I found a little solution for our problem, but only into rooting phone: download the apk file https://apkpure.com/disable-network-activity-indicator-rro-8-0-only/com.keypressure.disable_network_activity_indicator, rename the file in "com.keypressure.disable_network_activity_indicator.apk" ,put in system/app, edit the autorizzation in rw-r--r-- and reboot the phone.
After the boot the arrow keys they should missing. The apk is a little app "Disable Network Activity Indicator RRO (8.0 Only)" that you can find in the play store, only that are impossible installing to Pie because is working only for Oreo.
With to the system wich I described, it working also in Pie.
PC295 said:
You can in the developer options -> "smallest width" the DPI screw.
I have it e.g. set to 512. Now, next to the clock, there are 4 more icons to match.
If the desktop is too small, most launcher users can set custom icon and font sizes.
Click to expand...
Click to collapse
Thanks a lot. this works. my default was 360 and i changed it to 375 now i can see all my icons
liboriof said:
I found a little solution for our problem, but only into rooting phone: download the apk file https://apkpure.com/disable-network...ypressure.disable_network_activity_indicator, rename the file in "com.keypressure.disable_network_activity_indicator.apk" ,put in system/app, edit the autorizzation in rw-r--r-- and reboot the phone.
After the boot the arrow keys they should missing. The apk is a little app "Disable Network Activity Indicator RRO (8.0 Only)" that you can find in the play store, only that are impossible installing to Pie because is working only for Oreo.
With to the system wich I described, it working also in Pie.
Click to expand...
Click to collapse
for some reason the apk file disappears after rebooting the phone. i tryd different root browsers.
what could be the issue?
merlin.berlin said:
for some reason the apk file disappears after rebooting the phone. i tryd different root browsers.
what could be the issue?
Click to expand...
Click to collapse
Strange....the file manager that I use is Root Explorer 4.0.1
merlin.berlin said:
for some reason the apk file disappears after rebooting the phone. i tryd different root browsers.
what could be the issue?
Click to expand...
Click to collapse
It works! Thank you!
liboriof said:
I found a little solution for our problem, but only into rooting phone: download the apk file https://apkpure.com/disable-network-activity-indicator-rro-8-0-only/com.keypressure.disable_network_activity_indicator, rename the file in "com.keypressure.disable_network_activity_indicator.apk" ,put in system/app, edit the autorizzation in rw-r--r-- and reboot the phone.
After the boot the arrow keys they should missing. The apk is a little app "Disable Network Activity Indicator RRO (8.0 Only)" that you can find in the play store, only that are impossible installing to Pie because is working only for Oreo.
With to the system wich I described, it working also in Pie.
Click to expand...
Click to collapse
can you please upload the .apk file with correct name and permissions for me?
im try to push it through adb or something... thank you
merlin.berlin said:
can you please upload the .apk file with correct name and permissions for me?
im try to push it through adb or something... thank you
Click to expand...
Click to collapse
Yes with pleasure, but the authorization is possible set it only in destination directory, not before.
The file: http://www.mediafire.com/file/8tjcx9wxe3html0/com.keypressure.disable_network_activity_indicator.apk/file

Categories

Resources