[APP][6.0+] SystemUI Tuner

Search This thread

Zacharee1

Recognized Developer / Retired Forum Moderator
Yeah. I found the correct name for the rotation lock icon it's just rotate.
I ran the command above with all the icons I wanted hidden and now I don't need the app really lol. Thanks for the command!
Newest version of the app needs you to press the "I am rooted" button on the home page.

Yeah, this app is really just to make it easier to do all the stuff you can do with commands. If you're fine with the commands, use em :).
 

ginodp

Senior Member
Jan 3, 2009
160
33
Amsterdam
Nice app thanks.
Some sugestions.
-telegram
-when picked rooted/uprooted jump to status bar and hide window.
-create settings option in menu.

Important.
Exit button in menu

Great app keep up the good work.
 
  • Like
Reactions: Zacharee1

Zacharee1

Recognized Developer / Retired Forum Moderator
Nice app thanks.
Some sugestions.
-telegram
-when picked rooted/uprooted jump to status bar and hide window.
-create settings option in menu.

Important.
Exit button in menu

Great app keep up the good work.
Could you explain the first three suggestions? I'm not sure I understand.
 

Zacharee1

Recognized Developer / Retired Forum Moderator
Did the ADB commands and then restarted the app and it just seems to crash when i change one of the settings for example remove the NFC icon just force closes or dose nothing.

When it crashes, can you press the Send Feedback button in the crash dialog? That way, I can see the crash report.
 

Zacharee1

Recognized Developer / Retired Forum Moderator
Nope, just returns me to the launcher. Usually i get a message saying that an app crash send report to developer and huawei but i get nothing.
EMUI has that weird aggressive memory management, right? It might be something related to that. If you know how to grab a logcat with ADB, can you do that as well?
 

metaljr81

Senior Member
Jan 18, 2011
154
94
Samsung Galaxy S21 Ultra
Excellent!
NFC icon toggle didn't work for me, but everything else does.
Toggling the clock off and then on again makes the alarm clock reappear, which can be rectified by cycling the alarm clock toggle again.

T-Mobile S7 nougat 6.0.1 (Qualcom), rooted on ENG kernel. No other status bar apps or customizations.
 

metaljr81

Senior Member
Jan 18, 2011
154
94
Samsung Galaxy S21 Ultra
Excellent!
NFC icon toggle didn't work for me, but everything else does.
Toggling the clock off and then on again makes the alarm clock reappear, which can be rectified by cycling the alarm clock toggle again.

T-Mobile S7 nougat 6.0.1 (Qualcom), rooted on ENG kernel. No other status bar apps or customizations.

Systemui won't start after reboot :(
Not sure how to back out. Will try uninstalling app first, then will try reversing the changes through adb if that doesn't work.

I'm sure this is Samsung's mucking with the OS and not this app, however.
 

Zacharee1

Recognized Developer / Retired Forum Moderator
Systemui won't start after reboot :(
Not sure how to back out. Will try uninstalling app first, then will try reversing the changes through adb if that doesn't work.

I'm sure this is Samsung's mucking with the OS and not this app, however.
What did you modify? Did you use Demo Mode? If not, just run adb shell settings delete secure icon_blacklist.
 
  • Like
Reactions: metaljr81

Top Liked Posts

  • There are no posts matching your filters.
  • 163
    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 SystemUI Tuner.

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

    While I made this for my LG V20, since LG removed the stock SystemUI Tuner, I see no reason why at least the core features won't work on other devices. Even if you have the stock Tuner already, go ahead and try this app out. There are some extra features for you.

    Now for some notes:
    - This app does NOT require ROOT, but you will need to grant some permissions using ADB (instructions in app).
    - This app should work on any device running Android Marshmallow (6.0) or above.
    - This app is EXPERIMENTAL! Certain features may not work on your particular device. If they do not, that is unfortunately out of my control.

    I'm always looking for things to add, so if you have a suggestion, I'd love to hear it.

    SAMSUNG USERS:
    https://github.com/zacharee/SystemUITunerRedesign#troubleshooting

    ADB Instructions:
    Now part of the app itself.

    Translators:
    https://crowdin.com/project/systemui-tuner

    Telegram:
    http://bit.ly/ZachareeTG

    Play Store:
    https://play.google.com/store/apps/details?id=com.zacharee1.systemuituner

    Alpha Program:
    Download on Labs: https://labs.xda-developers.com/store/app/com.zacharee1.systemuituner
    Join Alpha Group: https://groups.google.com/d/forum/systemui-tuner-alpha

    Source Code:
    https://github.com/zacharee/SystemUITunerRedesign
    https://github.com/zacharee/Tweaker
    44
    Samsung users (touchwiz)

    TouchWiz 7.0 (Nougat) has a bug that causes System UI to crash on reboot in certain conditions. It has been confirmed to affect the S7 and Note 5, but most likely affects all Samsung Nougat devices, including the S8.

    Conditions:
    - `icon_blacklist` has been modified (Status Bar section in app)
    - System UI is restarted somehow (Reboot, crash, etc)

    Since version 1.9.6, my app has employed a workaround for Samsung devices (in the form of a toggle in the Settings page, turned on by default on Samsungs), which clears `icon_blacklist` on reboot and then restores it when boot has completed and System UI has had time to start. For the most part, it works well, but it has a few flaws. Namely, force rebooting, kernel panics, or killing System UI won't give my app a chance to perform the appropriate actions.

    I am working on a way for it to also avoid problems even after a force reboot, but it's still in early development, and restarting System UI won't be fixable; if you do that, you'll have to reboot normally somehow. If you get caught in the System UI crash loop, there are some things you can do to fix it:

    METHOD 0:
    - Reboot normally. Hold down the power button until the reboot menu comes up and reboot from there. System UI may be broken, but there's a good chance my app will be able to do what it needs, and you should be fine after boot completes.

    METHOD 1:
    - If you have ADB set up on your computer and a fingerprint trained on your device, this is pretty easy. Plug in your device and run `adb shell settings delete secure icon_blacklist`. System UI should start right up.

    METHOD 2:
    - If you don't have ADB, but have root access and TWRP, reboot into TWRP, connect your device to your computer and run `adb pull /data/system/users/0/settings_secure.xml`. PM me that file and I'll PM you back a fixed copy. Push that fixed copy back to your device with `adb push /location/of/fixed/settings_secure.xml /data/system/users/0/settings_secure.xml`. Reboot and you're good.

    METHOD 3:
    - Factory reset. It would be hard to get to this point, but if you managed, it's really the only option left.


    (This is for the app listing or anyone who needs it.)
    7
    Quick preview:

    OSjlZLO.png


    AAAMXN0.png


    XOTqm8b.png


    I obviously have to work out the colors and such, but what does everyone think of the layout itself?
    5
    Thank you, but i don't use Telegram ...
    Your loss - Many Developers are going to Telegram for support..

    Sent from my SM-G975W Running One UI Beta v2.0 ??
    5
    How'd you get rid of the battery icon? SystemUI Tuner won't do it for me on a T-Mobile S10+.

    As I said System UI Tuner Dev doesn't have a device running One UI v2.0 yet - So currently System UI Tuner is unable to remove the Battery Icon - I'm using HEX Theme in this screen shot which does have the ability to hide the Battery Icon - Please remember that One UI V2.0 is very new & Devs are working hard to up their applications for One UI V2.0 - I know that Zachary is in the process of getting a new device that runs One UI V2.0 ? ?

    Sent from my SM-G975U using XDA Labs