Question ADB to change button order of Navigation bar - Google Pixel 6

Hi,
I've tried all the ADB commands for previous android version but it is not working on the Pixel 6 android 12.
I've tried
adb shell settings put secure sysui_nav_bar 'space,recent;home;back,space'
adb shell
settings put secure sysui_nav_bar "space,contextual;home;back,space"
Anyone know if android 12 they changed something to make it not work?

bump. why did they remove this

Related

ADB Shell command Huawei EMUI 5.0

Hello guys.
I need a help with specific adb shell command because I don't want to root my phone, so if this is possible please do tell me.
I need to change in /system/emui/lite/prop/local.prop set ro.build.hw_emui_lite.enable to false
I tried with adb shell settings put system hw_emui_lite false but it doesn't work, can someone tell me how to do it?

Odd captive portal problem

Hi,
I am hoping someone may be able to assist me with an annoyance I have with my Mate 20 Pro
The wifi check URL is set to xxx.hicloud.com and hicloud.com is blocked on some WiFi networks I use (and the admins will not whitelist it).
I have tried to use the ADB commands to turn it off, change the check URL and change the mode. None seem to work.
Is there any way to permanently disable the captive portal or properly change the URL to a google one on the Mate 20 pro?
Below are the commands (amongst many others) that I have tried with no luck. I have tried setting it to Apples, Googles Microsofts etc.
adb shell settings put global captive_portal_http_url http://www.google.cn/generate_204
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_fallback_url http://www.google.cn/generate_204
adb shell settings put global captive_portal_other_fallback_urls http://www.qualcomm.cn/generate_204
settings get global captive_portal_detection_enabled 1

Autorotation enables automatically

Hi there,
I have the following issue on my Oneplus 6T and now on my Oneplus 8 Pro. Regularly I keep autorotation disabled, but it keeps enabling automatically, which is disgusting. Is there anything I can do to turn this off? I rebooted the device, I deleted the cache, I even did a factory reset, without any help. This is really annoying and disturbing, what am I missing? I am running on android 10 with all the latest updates.
Another sidefact: I am using a software called vysor pro to control my smart phone with my computer, as for I'm disabled and totally in need of that. Could that be the issue? I am using it via wireless ADB, but it is running on stock without any changes.
Greetings
Jensen
@Jensen12033
On the assumption that your device is rooted, there is a way you can force disabling Autorotation and the system to go by default into Landscape and/or Portrait mode by changing a value in Android's settings.db by means of ADB:
Set Landscape mode
Code:
adb shell settings put system accelerometer_rotation 0
adb shell settings put system user_rotation 1
Set Portrait mode
Code:
adb shell settings put system accelerometer_rotation 0
adb shell settings put system user_rotation 0
First of all, thank you for the fast response. Unfortunately it's not rooted. I have absolutely no clue why the phone is doing that.

Need Help Disabling the Multi User in Android 7

I wanted to disable the multi-user feature in Android in my both Motorola phones, one has Android 5.1 and other has Android 7. I have been successful in Android 5.1 phone through the CMD command using ADB tools, the command I ran is this to disable it:
Code:
db shell settings put global guest_user_enabled 0
And the result is this that the user icon under the notification swipe on the top right does not work now it does not do anything when tapped.
Now the same command I am running in my Android 7 phone is not working and the user panel is same as it is, this is where I need your help, what wrong am I doing or is there any change in the command that is need to be done. I just want it disabled like in Android 5.1.
@34v5
This setting doesn't exist in settings.db section global
https://developer.android.com/reference/android/provider/Settings.Global
jwoegerbauer said:
@34v5
This setting doesn't exist in settings.db section global
Click to expand...
Click to collapse
Is there any other command that can disable this multi-user thing. I don't want root.

Is it just me or we can not edit Notification Panel on Mi Note 10 Lite

Can anyone help? Can't seem to edit the notification parcel/quick settings. No screen recorder either
It's a bug. Use System UI Tuner and reset the notification shade to make it editable. No root needed, but you will need adb for permission.
Axeybaby said:
Can anyone help? Can't seem to edit the notification parcel/quick settings. No screen recorder either
Click to expand...
Click to collapse
This is a bug and i had to use adb to reset the settings to default. This happened because i was coming from a custom rom and my Google account synced and created this bug.
Probable Solution
Nope, you're not the only ones but update 11.0.8 should fix it, at least it worked for me
you can solve this problem with adb
open developer options
enable (usb debugging) and (usb debugging security)
in your platform tools directory open cmd or terminal
enter the following commands
adb devices
adb shell
settings put secure sysui_qs_tiles "$(settings get secure sysui_qs_tiles),edit"
adb reboot
I also notice that notification panel and quick settings tiles remains unchanged after applying themes. Any workaround...... Or its the way it is for now?

Categories

Resources