Skip to content

[ADB]: change the system Quick tiles and check the current one #402

Description

@UnknownKing407

Command Name

Change and read the current system quick tiles

ADB Command

adb shell settings get secure sysui_qs_tiles

adb shell settings put secure sysui_qs_tiles "wifi,cell,battery,flashlight,rotation"

What does this command do?

adb shell settings get secure sysui_qs_tiles: it will give you the current system quick tiles that you have been select them, note that this command doesn't give you all the quick tiles that are in the system, its just showing the tiles that you have been selected them
actually i don't know how to show all quick tiles in the system, this only that i know

adb shell settings put secure sysui_qs_tiles "wifi,cell,battery,flashlight,rotation": it will set the quick tiles that you want to add them
this command can bypass the system ui limited quick tiles, some roms doesn't let you to remove all quick tiles, like in my realme device has limits and you need to keep 11 tiles, but when you run adb command it will bypass this

Before:

Image ### After: Image

Category

System Settings

Requires Root?

No

Tested Android Version(s)

Android 14

Device / ROM (if tested)

Realme 10 4G, Android 14/Realme UI 5, 8GB/256GB

Risks / Side Effects

No response

Additional Notes

No response

Checklist

  • I have tested this command (or clearly marked it as untested)
  • I have mentioned any risks or side effects
  • I have confirmed this command does not already exist in aShellYou

Metadata

Metadata

Assignees

Labels

command examplesSuggestion of ADB command examples

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions