Questions about virtual buttons and battery percentage - Google Pixel Questions & Answers

Hello.
I received the Google Pixel two days ago and I am having a hard time to find the setting for the percentage of the battery to appear and to change the positions of the virtual buttons (if this is possible at all).
I appreciate any help

swipe down on quick panel, hold gear icon for a few settings. You'll get a notification that system tuner has been enabled. You will see the system tuner near developer options at bottom in settings. From there its self explanatory.

Thanks. It works for percentage, but there is no way to change the position of the virtual buttons?

you just drag and drop them wherever you want

Hey there u can reverse the buttons I used this in on Verizon pixel. Worked great
http://forum.xda-developers.com/pixel/themes/mod-navbar-tuner-additional-qa-tile-rows-t3522314

Related

[Q] Expanding the notification window?

Anyone know if there's a way to expand the notification window? Or reduce the size of all the quick settings buttons? When I tap the lower-right corner to expand the notification window and see my notifications, 100% of the notifications are hidden below the bar (because the time, date, wifi status, battery status, quick setting buttons, brightness setting, and 'settings' item fill the entire window), which means I always have to swipe-scroll-up to see what notifications are waiting if any. Kind of awkward and doesn't seem at all what Google intended.
If the window notification window opened further (to a greater height on the screen), or the some of the settings could be collapsed (the clock?), it'd solve the problem...

[Q] Power Control Widget for Rooted Nexus 4??

I just rooted my Nexus 4 and I am looking for a power control widget to place at the top of my pull down notification menu so that I can access various toggles quickly and easily. I have found a few apps on the Play Store such as "Power Toggles" and "Notification Toggles". The problem with these apps (and I know I'm being very picky) is their notification icon always shows on the notification panel. You can make it transparent but then there is just an empty space there.
Does anyone know of a similar app that would work on a rooted device and give me the toggles without the notification icon always being present? Any support would be greatly appreciated, as I am new to the world or rooting. Thanks!

Any way to get a brightness slider Notification Window?

If there is any apps that give this option or anyway to do it without to much modding I would greatly appreciate the info! Im stock rooted with FK no roms and dont really want to have Roms yet (waiting on full PA) I would really just like the quick option of pulling down the notification window and change brightness and be done instead of clicking through buttons to get to a slider or clicking through brightness profiles ala Power toggles which can be clunky.
Nocturnal86 said:
If there is any apps that give this option or anyway to do it without to much modding I would greatly appreciate the info! Im stock rooted with FK no roms and dont really want to have Roms yet (waiting on full PA) I would really just like the quick option of pulling down the notification window and change brightness and be done instead of clicking through buttons to get to a slider or clicking through brightness profiles ala Power toggles which can be clunky.
Click to expand...
Click to collapse
Well, not sure what you would consider too much modding. I'm stock rooted with stock kernel. The only tool I ever need is Xposed Framework + Gravity Box. It's super easy to do what you are looking for with regards to brightness in the status bar. In fact, it's even easier because you don't even have to pull down the notification bar. There's a setting in Gravity Box that allows you to just slide you finger along the status bar (without having to pull it down), and you can adjust your brightness quickly. I use this instead of auto-brightness, and it works flawlessly.
charesa39 said:
Well, not sure what you would consider too much modding. I'm stock rooted with stock kernel. The only tool I ever need is Xposed Framework + Gravity Box. It's super easy to do what you are looking for with regards to brightness in the status bar. In fact, it's even easier because you don't even have to pull down the notification bar. There's a setting in Gravity Box that allows you to just slide you finger along the status bar (without having to pull it down), and you can adjust your brightness quickly. I use this instead of auto-brightness, and it works flawlessly.
Click to expand...
Click to collapse
Yea I dont really know about xposed and all that Ive heard it can drain battery depending on modules and all that or in general. Maybe im wrong but even then not to sure about it. And there is an app that can do what you described but its not what im looking for because I can accidentally trigger it when pulling down notifications so I ditched it. Id rather have a brightness bar in the notification shade.
Nocturnal86 said:
Yea I dont really know about xposed and all that Ive heard it can drain battery depending on modules and all that or in general. Maybe im wrong but even then not to sure about it. And there is an app that can do what you described but its not what im looking for because I can accidentally trigger it when pulling down notifications so I ditched it. Id rather have a brightness bar in the notification shade.
Click to expand...
Click to collapse
Ah. I see. Maybe something like this would help: http://forum.xda-developers.com/showthread.php?p=49741707#post49741707? It's post #30 on that page. rootSU says he uses it with great success.
And for what it's worth, I don't see any significant battery drain from using Gravity Box. For example, I don't charge my phone overnight. So during that 9-hour period that my phone is "asleep," it only drains about 2-3% at the most. I have enabled quite a few mods using it as well. I'm thinking the people that see drastic drain are running another app that is keeping the phone awake, or something specific in Gravity Box that keeps the phone awake, or wakes it up often (something like keep the last screen on your phone queued up so when you put the phone to sleep, then wake it up later, the same screen will appear).

Broke the Nav Bar on Android 7

Just switched over to the H8. Took the Android 7 upgrade and did a boot loader unlock/TWRP/root.
I went on a quest to get the Nav Bar to hide. I tried a few things (apps out of the app store) none of which really worked. I also made a few changes to build.prop (I'll tell you about that in a second). At some point I realized the NAV bar was GONE. Sometimes I could get it to come back up and sometimes not.
Now I have it back but it has the "hide" button on the left which SHOULD be good except once you hide it, no amount of coaxing will reliably bring it back up. So either I don't know how to bring it up (just swipe up from the bottom, right?) or something is still broken. At this point, I'd be happy just to get rid of the hide button.
I did a few tries with (with both 0 and 1 values)
qemu.hw.mainkeys=1
ro.config.showNavigationBar=false
If you set mainkeys=1 the screen will go black after unlocking. The true/false seems to control the switch on the nav button menu, not the nav bar itself.
In addition in the global settings namespace there is:
navigationbar_is_min=0
policy_control=null*
If you hide the bar, is_min goes to 1 but changing it manually doesn't help. The policy control ought to hide bars if set right but seems to not have any effect.
Any ideas? What am I missing? Something is making it put that extra button on the nav bar.
Update:
Setting policy_control to "" brings the bar back but... it floats over the screen. It works but the app on the screen is "under" it, as though it were pulled up. So I suspect I need to google a different value of policy_control.
If someone has the same setup and could do from an adb shell:
settings get global policy_control
That would be interesting.
Update #2: Rebooting with the taskbar up seems to correct that, but there is still the hide button on the left hand side. Now if it works and I just don't know how to make it reappear that's exactly what I'm after. But as it is if you make a mistake and hide it, it is hard to recover (and yes I know about the floating dock).
Final Update (?)
Ok I think I got it, although I never got it back to stock. Instead of trying to get out of immersive mode I should have gone in for it. From ADB I did:
settings put global policy_control "immersive.full=*"
or
settings put global policy_control "immersive.navigation=*"
That seems to do what I want. The nav bar hides until you swipe up or bring the notifications down. If the keyboard or something else is under it you can use the hide button to push it away. Success! Well... maybe... it seems like I lost it again, but for awhile it was behaving exactly as you'd expect.... hmm..
I've tried to replace the navbar with gestures before, and the best I got was to completely hide the nav.
There are also some apps on the play store that let you do that, and work pretty well.
The problem is the modifications that Huawei made to the OS are so extensive, that messing with the navbar in ways that other devices work, may just break it completely.
It's a pain in the butt to do anything on this phone.
Well I had a few hours of success where the bar hid and would show. Sometimes a drag up would not work but bringing the status bar down would also bring the menu up and that's workable. But... this morning. it decided to hide all the time again. So I can eventually coax it back with settings changes, but that's really not handy at all.
Ok I think I have a better idea now. The build.prop has the
ro.config.showNavigationBar=false
This controls if the "Show navigation bar" shows up in settings (and that's all it controls). However... I had it turned ON and then removed that line from build prop. So having it on appears to control the hide button and that's all.
Meanwhile all the immersive mode stuff was just further confusing.
So the working config seems to be:
Set the nav bar to true in build prob.
the settings should have policy_control to null*
the settings should have navigationbar_is_min 0
then once rebooted, slide the Navigation Bar OFF on the Navigation Key setting (not sure where this is stored).
So it is confusing because Navigation Bar OFF must mean more "Navigation Bar hiding OFF"
Better idea is to leave the nav bar alone. However, if you had a 3rd party replacement (or you like using the floating dock which I don't) then setting the is_min setting to 1 might be just what you want. Just reboot and that sucker stays gone most of the time.
So once I had that sorted out: https://play.google.com/store/apps/details?id=com.gmd.immersive does what I wanted. What an adventure!
Hi,
I know this thread is kind of old, but I've also been trying to his the navy bar, only difference is I never want it to come back.
I've tried qemu.hw.mainkeys and got the black screen after locking, tried is_min setting but it hid the keys on the bar but lleft a bar at the bottom of the screen.
Any ideas on how I can make it vanish forever?
Thanks
Araytha said:
Hi,
I know this thread is kind of old, but I've also been trying to his the navy bar, only difference is I never want it to come back.
I've tried qemu.hw.mainkeys and got the black screen after locking, tried is_min setting but it hid the keys on the bar but lleft a bar at the bottom of the screen.
Any ideas on how I can make it vanish forever?
Thanks
Click to expand...
Click to collapse
Are you in EMUI 5 or 4?
Sent from my Honor 8 using XDA Labs

Why Isn't The Whole Status Bar Being Utilized By Android Or LineageOS?

I have a formerly mysterious notification dot on the status bar. I figured out what it was for when I was investigating why the wifi and data icons weren't appearing. The notification dot indicates that there are other icons that it can't show because (I guess) it thinks it doesn't have enough room. For some reason the OS is only allowing a very small portion of the status bar to be used(see screenshot) . Why? Is there a de-clutter setting I need to turn off somewhere? Is there any way to fix this? Is this an Android 10 issue or a LineageOS 17.1 issue?
If you want details of my investigation, ok: In the status bar settings when I disable the mobile data icon, the notification dot disappears and the wifi icon appears. When I disable the wifi icon, the alarm icon replaces the notification dot. When I move the clock to the left side or the center, the alarm and wifi icons appear. When I go into the clock settings and turn off the alarms, the notification dot is replaced with the wifi icon. But the alarm clock icon wasn't showing before I turned the alarms off. In between the disabling, what was previously disabled was re-enabled.
What idiot programmer thought it would be a good idea to have a notification dot appear in the status bar and not tell you what it means? When you google Android status bar notification dot, nobody has any idea what it means. The only answer I found is from someone who figured out what it was indicating for them (different than what was indicating for me) by investigating like I did. There's no general documentation, but even if there was, it wouldn't do you any good unless it told you where to go to view notification dot messages. I assume there is no such place.
Bump
I believe I have also seen it... LOS 17 on Moto Edge.
I think I figured out what the problem is. First here's an explanation of how the Status & Notification bar works from here:
The status bar and the notification bar are very similar, but in reality, they are two different things. The status bar is located at the top of the display, on the right. This is where you will see things like the current time, battery status, and current connections (Bluetooth, cellular network, and Wi-Fi). The Notification bar, on the other hand, is located on the upper left side, where you'll find app icons to alert you to new messages, updates to the Play Store, and other notifications.
Click to expand...
Click to collapse
It looks like the OS is allocating way to much space to the left side so the right side doesn't have enough space to display its icons. I assume its actually LineageOS doing this, not Android.
This is a known gripe for certain people. It's androids attempt to plan for folks with holepunch and notch cutouts. At default zoom settings you can fit maybe 4 or 5 notifications as well as your clock and status indicators before you're full.
This is compounded by the fact that some apps (mostly messaging apps, text, telegram, gmail) respect this and will show one icon to illustrate that you have unreads, which you can then expand to see all of your various chats/emails. Other apps (looking at you youtube) will show an individual icon for every single notification. 5 unseen videos because you're at work? I guess we don't really need to know about literally any other notification we've gotten.
The best solution I've found is to set a custom dpi so that the screen is as small as is still usable, and to install gravitrybox. It comes with a setting where it will try to increase the amount of notification icons you can view. (in my case its about 9)
N173M43R said:
This is a known gripe for certain people. It's androids attempt to plan for folks with holepunch and notch cutouts. At default zoom settings you can fit maybe 4 or 5 notifications as well as your clock and status indicators before you're full.
This is compounded by the fact that some apps (mostly messaging apps, text, telegram, gmail) respect this and will show one icon to illustrate that you have unreads, which you can then expand to see all of your various chats/emails. Other apps (looking at you youtube) will show an individual icon for every single notification. 5 unseen videos because you're at work? I guess we don't really need to know about literally any other notification we've gotten.
The best solution I've found is to set a custom dpi so that the screen is as small as is still usable, and to install gravitrybox. It comes with a setting where it will try to increase the amount of notification icons you can view. (in my case its about 9)
Click to expand...
Click to collapse
The notification side isn't the problem. That side is empty most of the time for me, but I'll try gravitybox.
Heat84 said:
The notification side isn't the problem. That side is empty most of the time for me, but I'll try gravitybox.
Click to expand...
Click to collapse
looks to me like your time font is a tad large.
besides that, seems to be the same issue. android/lineage is trying to prevent the notification bar from becoming cluttered, but it is being way too aggressive.
N173M43R said:
This is a known gripe for certain people. It's androids attempt to plan for folks with holepunch and notch cutouts. At default zoom settings you can fit maybe 4 or 5 notifications as well as your clock and status indicators before you're full.
This is compounded by the fact that some apps (mostly messaging apps, text, telegram, gmail) respect this and will show one icon to illustrate that you have unreads, which you can then expand to see all of your various chats/emails. Other apps (looking at you youtube) will show an individual icon for every single notification. 5 unseen videos because you're at work? I guess we don't really need to know about literally any other notification we've gotten.
The best solution I've found is to set a custom dpi so that the screen is as small as is still usable, and to install gravitrybox. It comes with a setting where it will try to increase the amount of notification icons you can view. (in my case its about 9)
Click to expand...
Click to collapse
I didn't do the custom dpi setting, but I did do the GravityBox setting(which I think only effects the status side) and now all of the icons are showing.
The version that LSPosed installed wasn't working. It was saying: "GravityBox system framework not responding. Exiting" while the module was trying to load. I had to install the latest version(which LDSposed notified me of but wouldn't download or install) from GitHub. I had to reboot for it to take effect.

Categories

Resources