SystemUI Tuner icon

SystemUI Tuner for Android

362 MIT

view and modify hidden settings on Android devices

Download APK (17.1 MB)
Donate


Version
362 (360)
Update
Developer
Zachary Wander
Category
Theming
License
MIT
Source Code
Code Repository

SystemUI Tuner app

SystemUI Tuner is Theming tool that is open source under the MIT license.

For some reason, a lot of manufacturers seem to have a problem with us customizing our own devices, to the point where some disable the built-in Android System UI Tuner.


This app aims to fix that problem, by providing a replacement. For the most part, this is a replica of Android’s System UI Tuner; however, there are a few extra goodies that Android’s solution doesn’t include by default.


Using this app you can:


  • Control which icons appear in your status bar (not every toggle will work on every device).

  • Customize Demo Mode.

  • Control the importance level of notifications (7.0+; doesn’t work well on Samsung).

  • Enable some hidden features of Android.

  • Toggle Immersive Mode.

  • Change Quick Settings options (TouchWiz 7.0 users can change the grid size).

  • Customize animation speeds.

  • And so much more.

Most features should work on most devices. Heavily customized OEM versions of Android (such as TouchWiz/Samsung Experience/One UI, EMUI, MIUI, etc) will have fewer available. There is nothing that can be done about this.


If Night Mode gave you a black screen, run this ADB command: adb shell settings delete secure ui_night_mode


PLEASE READ THIS BEFORE INSTALLING!



  • SAMSUNG USERS ON ANDROID NOUGAT (7) and OREO (8) READ THIS

  • Add-on for writing to Settings.System without root or Shizuku

UNLESS YOU ARE ON ANDROID 11 OR HIGHER, USING ADB REQUIRES A COMPUTER!


SystemUI Tuner is not magic! It simply exposes some hidden options in Android. Different manufacturers may remove or change these options, which SystemUI Tuner CANNOT work around. You need to grant some permissions to the app via ADB. ADB Commands for more convenient copy-paste (ADB is not root):


adb shell pm grant com.zacharee1.systemuituner android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant com.zacharee1.systemuituner android.permission.PACKAGE_USAGE_STATS
adb shell pm grant com.zacharee1.systemuituner android.permission.DUMP


Old Versions