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:

### After:
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
Command Name
Change and read the current system quick tiles
ADB Command
adb shell settings get secure sysui_qs_tilesadb 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 themactually 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 themthis 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:
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