Rounded corners default on pixel 4 xl - Google Pixel 4 XL Questions & Answers

Hello everyone,
Can someone with a pixel 4 xl please run these two commands using adb (their computer) and report the output? I changed the values and can't figure out the default values. I appreciate your help!
Code:
adb shell settings get secure sysui_rounded_size
adb shell settings get secure sysui_rounded_content_padding

madmack said:
Hello everyone,
Can someone with a pixel 4 xl please run these two commands using adb (their computer) and report the output? I changed the values and can't figure out the default values. I appreciate your help!
Code:
adb shell settings get secure sysui_rounded_size
adb shell settings get secure sysui_rounded_content_padding
Click to expand...
Click to collapse
Ran it, got "null" for both.

Same here.

The phone doesn't actually "round" the corners, the screen is just literally cut off at the corners. This becomes more obvious when you take a screenshot
Leave the value blank or at 0. Whichever makes the most sense in the context of that file.
Sent from my Pixel 4 XL using Tapatalk

thanks guys for your replies. Setting the padding value to 5 actually changed the behavior of the status bar icons and where they are in my phone and I was wondering how to revert it back to what it was.
Maybe I should just unset or set them to null.

Related

Remove entire lockscreen

I want to use the fire (ford) as a photoframe.
Even after rooting and removing the ads it requires a swipe (or password) to unlock the screen.
Is there any way to disable the lockscreen entirely so that the device can boot up into my dayframe app directly and show pictures?
I already tried the nova launcher and several apps (e.g. "no lock") without success.
Any luck removing the lock screen.
fireFanCM said:
I want to use the fire (ford) as a photoframe.
Even after rooting and removing the ads it requires a swipe (or password) to unlock the screen.
Is there any way to disable the lockscreen entirely so that the device can boot up into my dayframe app directly and show pictures?
I already tried the nova launcher and several apps (e.g. "no lock") without success.
Click to expand...
Click to collapse
madfarm said:
Any luck removing the lock screen.
Click to expand...
Click to collapse
Custom ROM.
I know this is an older post but I found a way to achieve this 90% of the way. I have tested a lot of methods; apps, tasker tasks, adb input swipes and keyevents, sqlite mods but so far only this nets a consistent and reliable result. I use these devices as Home Automation panels so I gotta get this thing out of my life so I'll continue to look but like it was mentioned before its probably gonna require customizing Android (likely the manifest). If I figure out something more or better I'll be sure to post.
Install Xposed and the Lockscreen Disabler module (http://repo.xposed.info/module/com.lr.keyguarddisabler)
You're going to have to unlock the screen after each boot but that is the only time so if your devices do not require multiple reboots like mine do then you will be okay.
EDIT: Apologies! I did this on my Fire HD, not Fire! (Too many tablets in this household.) It doesn't work on the Fire, but I'm gonna leave it in case it gives someone else some clues.
I disabled my lockscreen with sqlite3. Do not mistake me for someone who knows sqlite. I only figured this out by carefully testing commands I found online. From what I've read, you could mess things up pretty badly with sqlite, so there's your warning.
sqlite3 is in my /system/xbin. I don't know if it came stock or if busybox installed it.
I tested disabling/enabling a couple times. Been running with no lockscreen through multiple reboots for 2 days. Hope this works for others.
Code:
adb shell
su
cd /data/system
sqlite3 locksettings.db
UPDATE locksettings SET value = '1' WHERE name = 'lockscreen.disabled';
.quit
Exit out of su and reboot
To get the lockscreen back, change the '1' to '0'
.
Anyone know if there is a way to stop Fire OS 5.4.0.1 or 5.6 from going to Lock Screen? I want my HD 10 and HD 8 tablets to stay wake 100% of the time - using them for wall mounted home control.
thx
LivinOne said:
Anyone know if there is a way to stop Fire OS 5.4.0.1 or 5.6 from going to Lock Screen? I want my HD 10 and HD 8 tablets to stay wake 100% of the time - using them for wall mounted home control.
thx
Click to expand...
Click to collapse
Not possible on unrooted FireOS short or pegging the CPU or simulating touchscreen activity.
DoLooper said:
EDIT: Apologies! I did this on my Fire HD, not Fire! (Too many tablets in this household.) It doesn't work on the Fire, but I'm gonna leave it in case it gives someone else some clues.
I disabled my lockscreen with sqlite3. Do not mistake me for someone who knows sqlite. I only figured this out by carefully testing commands I found online. From what I've read, you could mess things up pretty badly with sqlite, so there's your warning.
sqlite3 is in my /system/xbin. I don't know if it came stock or if busybox installed it.
I tested disabling/enabling a couple times. Been running with no lockscreen through multiple reboots for 2 days. Hope this works for others.
Code:
adb shell
su
cd /data/system
sqlite3 locksettings.db
UPDATE locksettings SET value = '1' WHERE name = 'lockscreen.disabled';
.quit
Exit out of su and reboot
To get the lockscreen back, change the '1' to '0'
.
Click to expand...
Click to collapse
Unfortunately for OS 6.xxx, "sqlite3" does not exist in /system/xbin.
Any idea how to remove lock screen for Fire7 (2019) , which is on OS 6.x.x.x.?
Edit : I found a solution for Fire7 (2019):
To Remove LockScreen entirely:
(1). Install SQLite Datebase Editor by Supertommino
(2). Launch SQLite Editor → File explorer → data → system → locksettings.db → locksettings
(3). Edit the value of “lockscreen.disabled“ to “1”
(4). Reboot
https://www.xda-developers.com/sqlite-database-editor-free-android-app/
Fire 7 2019 you can also do:
After rooting install Actitivty Manager from the play store, run com.android.settings$ScreenLockSuggestionActivity under the settings app (which takes you to the default lock screen options) and then selecting "none"
whittssg said:
Fire 7 2019 you can also do:
After rooting install Actitivty Manager from the play store, run com.android.settings$ScreenLockSuggestionActivity under the settings app (which takes you to the default lock screen options) and then selecting "none"
Click to expand...
Click to collapse
Would you please provide the link to Activity Manager, as there are a few apps with similar sounding names.
Thanks.
@Dan_firehd
play.google.com/store/apps/details?id=com.andrefrsousa.tools.activitymanager

Black Nav Bar

I used the following adb commands on my Note 8, and now on my Note 9 worked just fine. Just need to install adb on you pc, and enable USB debugging on your phone, also will not trip knox.
1. Enable developer mode:
a. Go to settings
b. Scroll down to about phone
c. Repeatedly tap "Build number" until developer access is granted
2. Get, and install ADB w/ drivers
3. Enable USB Debugging
a. Go to settings
b. Go down to developer options
c. Scroll down to USB Debugging and turn it on
d. Connect phone with USB to PC
e. When you see an alert on your Note 9 requesting permission to "Allow USB debugging," click OK.*On some devices there may be a delay of five or more seconds before you see the "Allow USB debugging?" alert.
4. ) Open administrator Command Prompt, or Administrator Power Shell on your PC
a. Go to you adb install directory, and enter adb shell
5.) shell settings put global navigationbar_color -16777216
6.) shell settings put global navigationbar_current_color -16777216
7.) shell settings put global navigationbar_use_theme_default 0
Do you remember the adb command to get rid of the navbar all together?
PhilPan said:
Do you remember the adb command to get rid of the navbar all together?
Click to expand...
Click to collapse
Sorry I don't.
Sent from my SM-N960U1 using Tapatalk
mardukeme said:
I used following adb commands on my Note 8, and now on my Note 9 and it worked just fine. Just need to install adb on you pc.
adb shell settings put global navigationbar_color -16777216
adb shell settings put global navigationbar_current_color -16777216
adb shell settings put global navigationbar_use_theme_default 0
Click to expand...
Click to collapse
Do i have to enable usb debugging for this and will it trip Knox, please some detailed steps
TIA
pankajgavri said:
Do i have to enable usb debugging for this and will it trip Knox, please some detailed steps
TIA
Click to expand...
Click to collapse
Updated first post with somewhat simpler instructions, and it will not trip Knox.
Sent from my SM-N960U1 using Tapatalk
mardukeme said:
Updated first post with somewhat simpler instructions, and it will not trip Knox.
Click to expand...
Click to collapse
Please help, why am i getting this error?
pankajgavri said:
Please help, why am i getting this error?
Click to expand...
Click to collapse
That's cause your doing it wrong should look like this.
pankajgavri said:
Please help, why am i getting this error?
Click to expand...
Click to collapse
Try this instead of minimal adb and fastboot...https://developer.android.com/studio/releases/platform-tools
Edit...Just do it like Venom did. Don't type "shell" before typing every line.
This is cool thanks
A way to remove it would be great. Thanks any way
Sent from my SM-N960F using Tapatalk
elmemyself said:
A way to remove it would be great. Thanks any way
Click to expand...
Click to collapse
I think just changing the color in settings resets it
This still works...
https://forum.xda-developers.com/galaxy-s8/themes/change-navigation-bar-colors-t3622626
I tried this last week on my Note 8, and it worked just fine. Now that I have my Note 9, I can't get it to work. All of the commands go through without error, but the color doesn't change. I did receive an OTA yesterday after setting up my Note 9, could that possibly be why this doesn't work?
Can someone post a pic of the end result of the navbar please
ianmb said:
Can someone post a pic of the end result of the navbar please
Click to expand...
Click to collapse
After running the adb commands in the OP, my Navbar seems to be black on some apps but white on others. I thought I remembered my Note 8 navbar being black all the time after running these commands. Is your Navbar white in the xda app?
Had my navbar black on my Note 8. After time, it made the white a different shade in the area where the navbar is when I hid the navbar. I would much prefer a clear navbar except for the buttons of course, and those can be nearly clear or maybe dark grey. Anyone know the color code for clear or almost clear? TIA.
The reason Samsung doesn't give us dark or deeper colors is literally to prevent screen burn in from dark colors, I had the Black Nav bar on my N8 since back in January and these days I can see the effects beginning to show from its use on the display, Its not terrible but its there.
Just keep in mind that it'll happen when using a black nav bar eventually, I'm still going to use it though.
lyall29 said:
After running the adb commands in the OP, my Navbar seems to be black on some apps but white on others. I thought I remembered my Note 8 navbar being black all the time after running these commands. Is your Navbar white in the xda app?
Click to expand...
Click to collapse
No its black in the xda app. I just went with a theme and chose to use the theme color for navbar in settings. Thanks for the uploaded pic
Critical Detox said:
The reason Samsung doesn't give us dark or deeper colors is literally to prevent screen burn in from dark colors, I had the Black Nav bar on my N8 since back in January and these days I can see the effects beginning to show from its use on the display, Its not terrible but its there.
Just keep in mind that it'll happen when using a black nav bar eventually, I'm still going to use it though.
Click to expand...
Click to collapse
Do you know of a dark color to prevent this burn tend to keep my phones for a long time
It would be really nice if Samsung would allow the clear navbar to not be hidden so quickly. Or allow us to make it stay up indefinitely. It would be nice if there were an ADB script to change the timeout of the hidden/clear stock navbar option. For me, that would be the ultimate/best option.
Since I had burn-in on my Note 8 from always having a black nav bar (used the adb script), I have decided not to go with the black navbar on my note 9. I am having the navbar hidden where you have to swipe up to get it to show. Just don't want another burn-in situation. Can't stand the stock whitish colors of the navbar options. I use material_black theme on my phone, and use all dark wallpapers, etc. Last thing I want is a white/bright navbar which does not go with my dark themes at all. So unless someone comes up with a script to change the timeout of the hidden stock navbar option, I guess I will be swiping up for my navbar all the time. Not that tough, but still a PITA that is should be user customizable.

Removing Status Bar

Does anyone know how to remove the status bar? I managed to do this on my S8(G950U) and I don't remember how. It disappeared until I swiped down like I was looking at notifications.
Dreadsta5889 said:
Does anyone know how to remove the status bar? I managed to do this on my S8(G950U) and I don't remember how. It disappeared until I swiped down like I was looking at notifications.
Click to expand...
Click to collapse
I use system ui tuner to enable immersive mode for that.
Sent from my SM-N960U1 using Tapatalk
Thanks
Easy Fix No Root
Go to the Galaxy Apps store. Find Good Lock 2018. Then through that install QuickStar. All Samsung Apps that finally provide more control. Just got my Note 9 and hate the status bar on such a gorgeous screen. This was simple with no bugs.
Dreadsta5889 said:
Does anyone know how to remove the status bar? I managed to do this on my S8(G950U) and I don't remember how. It disappeared until I swiped down like I was looking at notifications.
Click to expand...
Click to collapse
Easier solution I got from one of the threads was using Bxactions. I already have that installed for the dreaded Bixby button, so I just remap one of the clicks of the option of hiding the navigation and status bar. Works like a charm and a click again brings you back to your status bar!
https://forum.xda-developers.com/ga...te-9-debloat-customization-t3833217?nocache=1
Post #1. You have to do ADB commands per the procedure outlined in the links. That's what I did with my Note 9. I just never have the need to see my status bar always, all the time, everytime.
Sent from my crownlte using XDA Labs
try changing your wallpaper, that did it for me.
You can install an app called fluid (app store)
Then you can disable the status bar with ADB commands... In the app you have the instructions
Substratum System Mods is The best way to do it.
Nova Launcher will allow you to hide it, no bs with adb commands and such. Just one of many options I see suggested.
Try to hide the top bar according to this guide:
https://forum.xda-developers.com/galaxy-note-9/themes/removing-status-bar-t3834180
Code:
C:\adb>adb shell settings put global policy_control immersive.status=*
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

Hiding the nav bar remove the rounder corners

I wanted to use Fluid Navigation Gesture, but when i tick the box to get rid of the navigation bar, it also remove the software rounding of the corners, making the bottom corners look awfull. I tried a lot of different app and they all have the same problem.
I can hide it by enabling the one finger navigation, but it's pretty annoying because i often hit the fingerprint sensor while swipping up.
And "re-rounding" the corner with an app doesn't work on the lockscreen and on the notification shade, so it's pretty worthless.
Does anyone know a way to fix this ?
Same issue, bothering me a lot.
Oxeis said:
I wanted to use Fluid Navigation Gesture, but when i tick the box to get rid of the navigation bar, it also remove the software rounding of the corners, making the bottom corners look awfull. I tried a lot of different app and they all have the same problem.
I can hide it by enabling the one finger navigation, but it's pretty annoying because i often hit the fingerprint sensor while swipping up.
And "re-rounding" the corner with an app doesn't work on the lockscreen and on the notification shade, so it's pretty worthless.
Does anyone know a way to fix this ?
Click to expand...
Click to collapse
This sounds like an overlay conflict. Try setting the priority of the of the apps overlay to the lowest or highest rung. Then reboot and see if it works.
In terminal use these commands, each line is a new entry.
su
cmd overlay list
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here lowest
reboot
If that doesn't work, set it at the top. Just change out the word lowest for highest.
su
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here highest
reboot
Spaceminer said:
This sounds like an overlay conflict. Try setting the priority of the of the apps overlay to the lowest or highest rung. Then reboot and see if it works.
In terminal use these commands, each line is a new entry.
su
cmd overlay list
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here lowest
reboot
If that doesn't work, set it at the top. Just change out the word lowest for highest.
su
cmd overlay set-priority --user 0 com.overlay.package.name.goes.here highest
reboot
Click to expand...
Click to collapse
Thanks for the answer !
I forgot i asked this question here so i never came back to this thread. Oops.
I couldn't find a way to set the priority of the apps overlay.
So i tried the second option in ADB, because i guess that's what you meant by "terminal" ?
In ADB, theres 3 overlay :
com.android.providers.partnerbookmarks
[x] com.android.providers.partnerbookmarksoverlay
com.android.systemui
[x] com.android.systemui.PixelTheme.Android80
com.motorola.android.providers.chromehomepage
[x] com.motorola.android.providers.chromehomepageoverlay
The PixelTheme is a Substratum theme, i only use the Navbar because i hate Oreo stock Navbar.
So i tried to set the other two higher and lower, but after 7 restart nothing change, the corners still look like garbage.
I'm pretty sure i made something wrong, i'm new to this.
Do you know where i went wrong ?
And sorry for the late reply.
Oxeis said:
Thanks for the answer !
I forgot i asked this question here so i never came back to this thread. Oops.
I couldn't find a way to set the priority of the apps overlay.
So i tried the second option in ADB, because i guess that's what you meant by "terminal" ?
In ADB, theres 3 overlay :
com.android.providers.partnerbookmarks
[x] com.android.providers.partnerbookmarksoverlay
com.android.systemui
[x] com.android.systemui.PixelTheme.Android80
com.motorola.android.providers.chromehomepage
[x] com.motorola.android.providers.chromehomepageoverlay
The PixelTheme is a Substratum theme, i only use the Navbar because i hate Oreo stock Navbar.
So i tried to set the other two higher and lower, but after 7 restart nothing change, the corners still look like garbage.
I'm pretty sure i made something wrong, i'm new to this.
Do you know where i went wrong ?
And sorry for the late reply.
Click to expand...
Click to collapse
I honestly don't think you did anything wrong. If ADB didn't give an error, then it worked. I'm going to download the app and try it myself. I want to see if I can come up with a fix. I normally use Termux on android for a terminal, but ADB should definitely work.
Spaceminer said:
I honestly don't think you did anything wrong. If ADB didn't give an error, then it worked. I'm going to download the app and try it myself. I want to see if I can come up with a fix. I normally use Termux on android for a terminal, but ADB should definitely work.
Click to expand...
Click to collapse
Termux doens't work.
When i type the first line (su) it tell me i need root access.
And "cmd" doesn't work (unknown command or something like that)
Oxeis said:
Termux doens't work.
When i type the first line (su) it tell me i need root access.
And "cmd" doesn't work (unknown command or something like that)
Click to expand...
Click to collapse
Are you rooted? If not, you need to be in order to use those commands from android. If you are rooted, you're probably using Magisk, and if this is the case, set Magisk to core mode only, then reboot, and try again.
That being said, I did find the source of the problem. You're going to have to message the app developer for this one. After looking at app, I've determined that this property needs to be added to,
/res/values/dimens.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="rounded_corner_radius">10.0dip</dimen>
<dimen name="rounded_corner_content_padding">4.0dip</dimen>
</resources>
The precise values may be different, but this is what the G6 Play uses to make the corners round. The dev needs to incorporate this property for it to work. Unfortunately, I can't make this change myself and give it to you. If I could, I would. The app has paid features and is licensed, therefore I can't modify and share it without their explicit permission. If the app developer needs to ask me anything, they are free to send me a message. I'd be happy to help them out.
Spaceminer said:
Are you rooted? If not, you need to be in order to use those commands from android. If you are rooted, you're probably using Magisk, and if this is the case, set Magisk to core mode only, then reboot, and try again.
That being said, I did find the source of the problem. You're going to have to message the app developer for this one. After looking at app, I've determined that this property needs to be added to,
/res/values/dimens.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="rounded_corner_radius">10.0dip</dimen>
<dimen name="rounded_corner_content_padding">4.0dip</dimen>
</resources>
The precise values may be different, but this is what the G6 Play uses to make the corners round. The dev needs to incorporate this property for it to work. Unfortunately, I can't make this change myself and give it to you. If I could, I would. The app has paid features and is licensed, therefore I can't modify and share it without their explicit permission. If the app developer needs to ask me anything, they are free to send me a message. I'd be happy to help them out.
Click to expand...
Click to collapse
I don't think it's worth it.
Pie, alongside stock navigation gestures are coming soon and i'll probably use these rather than Fluid N.G.
I gonna try to message the app devloppers, but i don't know if they gonna bother doing this for the very few people who have this problem.
Thanks a lot for the help, i wasn't expecting someone to go this deep to help me.
Oxeis said:
I don't think it's worth it.
Pie, alongside stock navigation gestures are coming soon and i'll probably use these rather than Fluid N.G.
I gonna try to message the app devloppers, but i don't know if they gonna bother doing this for the very few people who have this problem.
Thanks a lot for the help, i wasn't expecting someone to go this deep to help me.
Click to expand...
Click to collapse
Yeah, no problem. I don't like to give up easily.

Full Immersive Mode

For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
truckerdewd said:
For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
Click to expand...
Click to collapse
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
knives of ice said:
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
Click to expand...
Click to collapse
Oh my god thank you. I'm looking for the same thing. I want to remove the navigation bar entirely. I use fluid navigation gestures right now, because I absolutely hate the OnePlus navigation gestures animation you get. (Flingy shrinking square effect)It feels like it's slowing down the phone.
But when you use the fingerprint sensor with fluid gestures, for a brief moment, the system has to shoot the navigation bar back down again. it's annoying and glitchy. It feels like I can't win, there's always a stupid animation I don't want to see
Burt Squirtz said:
Oh my god thank you. I'm looking for the same thing. I want to remove the navigation bar entirely. I use fluid navigation gestures right now, because I absolutely hate the OnePlus navigation gestures animation you get. (Flingy shrinking square effect)It feels like it's slowing down the phone.
But when you use the fingerprint sensor with fluid gestures, for a brief moment, the system has to shoot the navigation bar back down again. it's annoying and glitchy. It feels like I can't win, there's always a stupid animation I don't want to see
Click to expand...
Click to collapse
edit /system/build.prop:
Code:
qemu.hw.mainkeys=1
untested
knives of ice said:
is there a code to disable the nav bar permanently? for instance, with the code above it basically hides the nav bar. it is still available if you swipe up. i'd like to completely disable it so it never shows and use LMT with gestures instead.
Click to expand...
Click to collapse
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
truckerdewd said:
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
Click to expand...
Click to collapse
yes, but the nav bar still comes up when you swipe from bottom to top or when you open the keyboard to type something.
i have it set to hide both bars and thats what it does now
---------- Post added at 02:17 AM ---------- Previous post was at 02:15 AM ----------
Heisenberg420 said:
edit /system/build.prop:
Code:
qemu.hw.mainkeys=1
untested
Click to expand...
Click to collapse
unless there is something specifically different with oneplus - this build prop edit no longer works since going to Pie.
there definitely is some way to hide it because some custom roms like Resurrection Remix still remove it completely if you want.
gonna keep trying and see if i can get rid of it all together
Hi
I love to use the phone in full immersive mode, but I have problem with the keyboard. Let's say I have kb up in the browser. Somebody sends me a msg, I have the popup (which I'd also like to be able to disable btw, in case if you know a trick), and it brings back the statusbar for the time of the pop up, and that causes the reloading of the kb. Very annoying. Plus in whatsapp it breaks the ui, the top bar with the name of the contact disappears, and the type bar also covered by the kb for a few pixel widht. If the kb is not up, there's no problem. Am I the knly lucky with these issues?
truckerdewd said:
I just go into settings and then into buttons & gestures and then navigation bare and gestures and set it for gestures and viola, nav bar gone.
Click to expand...
Click to collapse
you're right - this is the way to do it. when you have it turned on the keyboard doesn't come up. that combined with the adb code to hide both bars seems to work
knives of ice said:
yes, but the nav bar still comes up when you swipe from bottom to top or when you open the keyboard to type something.
i have it set to hide both bars and thats what it does now
---------- Post added at 02:17 AM ---------- Previous post was at 02:15 AM ----------
unless there is something specifically different with oneplus - this build prop edit no longer works since going to Pie.
there definitely is some way to hide it because some custom roms like Resurrection Remix still remove it completely if you want.
gonna keep trying and see if i can get rid of it all together
Click to expand...
Click to collapse
This worked for me:
Requirements: ADB and Fastboot installed on PC or Mac.
Instructions: Type without quotations in CMD or Windows PoweShell (use "."before command in PowerShell):
"adb shell wm overscan 0,0,0,-202"
---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------
And for full, semi, etc. immersive; EdExposed with GravityBox P --> Display Tweaks --> Expanded Desktop Mode settings. In addition, GravityBox adds the Expanded Desktop mode change button to the Power Menu
adb shell settings put global policy_control immersive.full=
hides it completely, been using since I got the phone, I love the impressiveness of full screen mode, only thing is the round corners sometimes partially obstruct screen elements, my previous Mi Mix was much squarer and didnt have this (minor) issue.
I only use the code for the status bar and not the one for the the nav bar or full since I use gestures. I did try it with it with full and had no issues with the buttons popping up when I swipe up or down nor did I have a y keyboard issues.
Skenderbeggar said:
This worked for me:
Requirements: ADB and Fastboot installed on PC or Mac.
Instructions: Type without quotations in CMD or Windows PoweShell (use "."before command in PowerShell):
"adb shell wm overscan 0,0,0,-202"
---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------
And for full, semi, etc. immersive; EdExposed with GravityBox P --> Display Tweaks --> Expanded Desktop Mode settings. In addition, GravityBox adds the Expanded Desktop mode change button to the Power Menu
Click to expand...
Click to collapse
"adb shell wm overscan 0,0,0,-202"
this code moved it a bit too much. any idea what number stock is? trying different values and its not working
EDIT - i kept messing with this so the keyboard was at the very bottom and the number i needed was -75
Is there an easy way to enable per app nav bar immersive mode? On stock LG Oreo, there was a toggle on the nav bar that you could enable / disable per app to show / hide the nav bar (nothing for status bar .. but I like having the status bar).
If not I think I found something to work on
Edit : So I see that Renovate Ice offers per app, but I am not going to pay for a feature that I can fix myself. I run xxx no limits, and I think I will get in touch with that dev to see if he will let me work with him to get it added in.
-- Brian
I cheesed out and paid for Renovate. It is nice that you can run Renovate with xxx No Limits at the same time .. the only issue being the timeout of the AOD . Way too fast with both installed.
Again, I have only had this phone since Friday, but I will be tearing through the code, and fixing all these little issues that bug the sh*t out of me without someone having to pay for it
-- Brian
Hi
Is anybody there uses full immersive mode on 10?
Before on 9 I had some issues, when the keyboard was active. After it was fixed. (I was on havoc).
Now as I swapped to 10 some months ago, I have the same issue. I was waiting all these months to be fixed, but still the keyboard breaks the ui. You can see in whatsapp chat, substratum, even in xda app, when you write a post.
This only happens, when I hide statbar, as navbar is always hidden, that doesn't give problem, so I did a blacklist for the statbar for tgese apps. I use system ui tuner app.
Do you know any way to fix this?
I wrote a couple of times to the forum of the rom I use, but no answer. I know, not so popular the full immersive mode, but I really like it, please share if you know a fix, thanks.
BTW @truckerdewd I recommend putting a "" around the *
The * is a wildcard character and also sometimes treated as a regex
Code:
adb shell settings put global policy_control immersive.navigation="*"
That should prevent headaches for anyone using shells that auto fill the *
anupritaisno1 said:
BTW @truckerdewd I recommend putting a "" around the *
The * is a wildcard character and also sometimes treated as a regex
That should prevent headaches for anyone using shells that auto fill the *
Click to expand...
Click to collapse
I copied and pasted the exact commands from a web page that I have saved in my email. I have used the same exact commands all the way back to when the Galaxy S8 came out without incident. Best way to prevent the * from bring auto entered in command prompt is to not use Windows shell but to actually make windows use command prompt. Windows shell sucks and I detest it.
truckerdewd said:
For those that want to take advantage of this beautiful screen and all it's glory. These commands will remove the status bar, the navigation bar, or both. They must be run using ADB. I did not create this, these commands have been around for quite a while and I have been using them as far back as the Galaxy S8.
They do the same thing as immersive mode in System UI Tuner but without having to install another app and run commands for that app to work and yes before you ask, I have used that same app on some of the recent phones I have had. These commands are just for those that want the full screen experience.
Without further ado here are the commands to be placed into ADB.
To hide the Status bar:
adb shell settings put global policy_control immersive.status=*
To hide the Navigation bar:
adb shell settings put global policy_control immersive.navigation=*
To hide both Status and Navigation bars:
adb shell settings put global policy_control immersive.full=*
To revert:
adb shell settings put global policy_control null*
Hope Y'all enjoy it.
Click to expand...
Click to collapse
thanks! it worked!
A11 broke immersive mode it seems

Categories

Resources