Is it just me or we can not edit Notification Panel on Mi Note 10 Lite - Xiaomi Mi Note 10 Lite Questions & Answers

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?

Related

adb Unauthorized except in 5.1.1

I currently have 5.1.1 installed on my honor 5x and am able to use adb automatically without accepting an RSA prompt (have installed twrp, rooted, etc.) but when I dload a MM stock rom and use usb debugging it is unauthorized and I get no RSA prompt I've even gone as far as to delete /data/misc/adb from my device and adbkey.pub from my desktop but there is still no pop up authorization in MM
Developer options -> Revoke authorisation (something like that), replug. If that doesn't help, change connection mode to file transfer and try again.
ShadySquirrel said:
Developer options -> Revoke authorisation (something like that), replug. If that doesn't help, change connection mode to file transfer and try again.
Click to expand...
Click to collapse
I actually don't have a "revoke authorization" button below usb debugging, odd I know but I've tried all those options to no avail
Tsunetoma said:
I actually don't have a "revoke authorization" button below usb debugging, odd I know but I've tried all those options to no avail
Click to expand...
Click to collapse
Tried toggling the debugging switch? I had issues like these on one of my previous devices, but usually these were fixed with a simple port change or debug off/on switch, if revoke->replug didn't work.
Have you checked drivers, or if dmesg says something about the device, if you're on Linux? Sometimes even running multiple adb instances (like one from terminal and one from Android Studio, for example) can cause this behviour.
Enable rsa key authentication

Can't install apk on 2.0 to save my life

Must be the ADB issue on 7.1.1 but it's driving me crazy. I've tried adb debugging then using "adb install appname.apk" it doesn't work . Someone had a working method on 2.0 when it was a beta build but i can't find the thread. Help me out peeps!
You need universal ADB drivers working and enable ADB Debugging in Developer Settings of the watch. Check the device manager for devices without any drivers and verify that ADB Debuggin is active. Of course you need to activate these first. Go to the settings menu, and scroll down to "About" Tap it. Scroll down to the bottom again, where you see "Build" something Tap it seven times. After the third tap, you'll see a playful dialog that says you're four taps away from being a developer. (If only it were that simple, eh?) Keep on tapping, and *poof*, you've got the developer settings back.

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.

Question ADB to change button order of Navigation bar

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

Categories

Resources