System UI Tuner - Apply System UI Tuner settings on any Android device.

StevenMattera

Member
Feb 5, 2012
45
90
0
30
Durham, NC
www.stevenmattera.com
I just received the Nougat update and realized that the big Samsung in the sky disabled System UI Tuner. So when faced with defeat I decided to spin up an Android emulator and using the some nifty ADB commands reverse engineer all the settings inside the System UI Tuner menu. I then confirmed you could just apply the same settings and they would work and then created an easy to use application to apply them.



To get started you will first want to enabled [Developer Options]:
  1. Go into [Settings]
  2. Tap on [About device]
  3. Repeatedly tap on the [Build Number] until a toast notification comes up stating you have enabled developer options.
  4. Go back
Next you will want to go into [Developer Options] and enable [USB Debugging]:
  1. Go into [Developer Options]
  2. Scroll down and tap on [USB Debugging]
Finally plug in your device to your computer accept any prompts that appear on your phone and run the application. The application will take a few seconds to load as it finds your phone, but after that you will be able to select the settings you want and see them instantly apply to your phone. Features I've noticed that do no work on the Galaxy S7 are: Battery Percentage in the icon, and Do Not Disturb features.

Download - Version 1.1.0
Source Code

Big thanks goes out to @regaw_leinad for AndroidLib (Thread) and @muniz_ri for DeOdexed Marshmallow Rom (Thread)

Release Notes

v1.1.0
  • Improved performance was doing a lookup of the user id when I could have just passed "current" to the settings executable.
  • Added NFC for Samsung Devices.

v1.0.0
  • Initial Release

Images


Power Notification Controls on the Galaxy S7


No alarm icon showing and long time.
 
Last edited:

bigkevbosky

Senior Member
Apr 13, 2012
402
185
0
This is a great app - warning for S7 users, though - when I tried to disable the alarm icon, the phone kept crashing system UI. I fixed it by relaunching the app and turning the alarm icon back on. So far, that's the only thing I've seen that doesn't work. I have time and battery icon turned off and so far the phone has rebooted a few times without any issues - it doesn't crash system UI and remembers my settings.

Nice work! Great way to hide time/battery without root.
 

StevenMattera

Member
Feb 5, 2012
45
90
0
30
Durham, NC
www.stevenmattera.com
This is a great app - warning for S7 users, though - when I tried to disable the alarm icon, the phone kept crashing system UI. I fixed it by relaunching the app and turning the alarm icon back on. So far, that's the only thing I've seen that doesn't work. I have time and battery icon turned off and so far the phone has rebooted a few times without any issues - it doesn't crash system UI and remembers my settings.

Nice work! Great way to hide time/battery without root.
That is strange. That is the one thing I have disabled and it's working for me on my S7 (SM-G930T). I did do a factory reset after getting the update so that may be the reason why it's working on my phone.
 
Last edited:

serio22

Senior Member
Jul 1, 2012
3,215
1,134
0
Houston
This is a great app - warning for S7 users, though - when I tried to disable the alarm icon, the phone kept crashing system UI. I fixed it by relaunching the app and turning the alarm icon back on. So far, that's the only thing I've seen that doesn't work. I have time and battery icon turned off and so far the phone has rebooted a few times without any issues - it doesn't crash system UI and remembers my settings.

Nice work! Great way to hide time/battery without root.
That is strange. That is the one thing I have disabled and it's working for me on my S7 (SM-G930T). I did do a factory reset after getting the update so that may be the reason why it's working on my phone.
I don't get errors disabling any icons, however, when I'm trying to enable the battery percentage in icon and nothing happens. Do you know any way to do this? Hiding icons is pretty nice without root. Good job.
 

StevenMattera

Member
Feb 5, 2012
45
90
0
30
Durham, NC
www.stevenmattera.com
I don't get errors disabling any icons, however, when I'm trying to enable the battery percentage in icon and nothing happens. Do you know any way to do this? Hiding icons is pretty nice without root. Good job.
That is correct. I did not see any changes with battery percentage, or with the Do Not Disturb features. (Should have probably included that in the original post.) I left them in the app, because maybe they will work on other phones.
 
  • Like
Reactions: indexmonkey

serio22

Senior Member
Jul 1, 2012
3,215
1,134
0
Houston
That is correct. I did not see any changes with battery percentage, or with the Do Not Disturb features. (Should have probably included that in the original post.) I left them in the app, because maybe they will work on other phones.
Yeah still good to leave there. At least I can hide the icon to save some room. Thanks man, good find

Sent from my SM-G935T using Tapatalk
 

ryanz999

Member
Mar 1, 2015
17
6
0
I just received the Nougat update and realized that the big Samsung in the sky disabled System UI Tuner. So when faced with defeat I decided to spin up an Android emulator and using the some nifty ADB commands reverse engineer all the settings inside the System UI Tuner menu. I then confirmed you could just apply the same settings and they would work and then created an easy to use application to apply them.



To get started you will first want to enabled [Developer Options]:
  1. Go into [Settings]
  2. Tap on [About device]
  3. Repeatedly tap on the [Build Number] until a toast notification comes up stating you have enabled developer options.
  4. Go back
Next you will want to go into [Developer Options] and enable [USB Debugging]:
  1. Go into [Developer Options]
  2. Scroll down and tap on [USB Debugging]
Finally plug in your device to your computer accept any prompts that appear on your phone and run the application. The application will take a few seconds to load as it finds your phone, but after that you will be able to select the settings you want and see them instantly apply to your phone. Features I've noticed that do no work on the Galaxy S7 are: Battery Percentage in the icon, and Do Not Disturb features.

Download - Version 1.0.0
Source Code

Big thanks goes out to AndroidLib - https://forum.xda-developers.com/showthread.php?t=1512685


is there anyway to remove the nfc icon with this ?
many thanks
 

StevenMattera

Member
Feb 5, 2012
45
90
0
30
Durham, NC
www.stevenmattera.com
is there anyway to remove the nfc icon with this ?
many thanks
Great idea! After digging through the android source code on how the icon_blacklist setting works. Then digging through a DeOdexed Marshmallow rom (Thanks @muniz_ri [thread=3415952]thread[/URL]) and de-compiling a few APK's, I was able to find the key Samsung uses on the NFC icon. (For anyone interested it's "nfc_on") A link to the new version has been updated in the original post.
 

ryanz999

Member
Mar 1, 2015
17
6
0
Great idea! After digging through the android source code on how the icon_blacklist setting works. Then digging through a DeOdexed Marshmallow rom (Thanks @muniz_ri [thread=3415952]thread[/URL]) and de-compiling a few APK's, I was able to find the key Samsung uses on the NFC icon. (For anyone interested it's "nfc_on") A link to the new version has been updated in the original post.
Absolute legend works a treat on my S7 !!!!:D
 

blankfaced

Member
Dec 12, 2015
10
1
0
I've tried using this and it's Power Notification Control setting is very buggy on my S7. It works perfectly fine on my wife's. This lead me to believe that maybe it was an internal thing going on with mine because I was a beta tester for samsung and she wasn't, but we're both on 7.0, so I flashed stock 7.0 with odin to have a clean system and see if that was the problem, but I'm still having the same issue.
(It changes the ui, adds the option but when I go to activate it, I can not push the star to activate the bar and change the setting.
 
  • Like
Reactions: ^se7eΠ×

Patybello

Senior Member
Aug 22, 2007
115
34
0
I've tried using this and it's Power Notification Control setting is very buggy on my S7. It works perfectly fine on my wife's. This lead me to believe that maybe it was an internal thing going on with mine because I was a beta tester for samsung and she wasn't, but we're both on 7.0, so I flashed stock 7.0 with odin to have a clean system and see if that was the problem, but I'm still having the same issue.
(It changes the ui, adds the option but when I go to activate it, I can not push the star to activate the bar and change the setting.
I have the same problem with my s7 edge :(
 

hatdrc

Senior Member
Feb 17, 2012
200
75
48
Phoenix
I am happy to find this app. Hate that alarm and bluetooth icon always being there. Seems to be working great on my S7 edge. Is there a way to remove the AM/PM in the clock? I know when its morning or night.
 

metalfan78

Senior Member
Jan 30, 2010
5,009
2,476
0
Littleton, CO
I am happy to find this app. Hate that alarm and bluetooth icon always being there. Seems to be working great on my S7 edge. Is there a way to remove the AM/PM in the clock? I know when its morning or night.
I would love this as well. I know if it's am or pm. I was a beta tester for 3 months and I repeatedly asked samsung to remove it. Worthless and takes up space.
 

montajd

Senior Member
Apr 24, 2015
164
32
48
Los Angeles
I have tried using this app on my Galaxy s6 but it does not work. I do know however that the icon_blacklist adb commands do in fact work (as I have used them to hide my wifi and cellular icons in the status bar), so if this program is based on icon_blacklist, then it should. I researched androidlib.dll and made sure I have .NET framwork 3.5 or higher installed and enabled, and I do. Any help would be greatly appreciated. Also, it's a Samsung Galaxy S6 920v, MM 6.0.1. Not sure if this will work only on Nougat or not.
 
Last edited:

inspron

Senior Member
Apr 3, 2008
247
47
0
San Diego, CA
I just received the Nougat update and realized that the big Samsung in the sky disabled System UI Tuner. So when faced with defeat I decided to spin up an Android emulator and using the some nifty ADB commands reverse engineer all the settings inside the System UI Tuner menu. I then confirmed you could just apply the same settings and they would work and then created an easy to use application to apply them.
Incredible app.

Is there any way to activate the "Dark Theme" in the SYS UI Tuner? Especially useful for us S7 AMOLED users.
 

Attachments

Last edited:

RichBordoni

Senior Member
Dec 22, 2012
99
21
0
New York
Hi,

This is a great program! I'm just curious, will this work with other phones? We are experimenting with the same thing over on the LG V20 forums but only with the adb commands themselves, no front-end app or anything like that. So is it possible that this would work?

If not, would you mind sharing the adb command for enabling Power notification controls? That's the feature I want the most but after some quick Googling I can't find out how to do that.

Thanks!


EDIT: Whoops, I didn't see on GitHub that it says it will work on any Android device. I tested it out on the devices in my signature (LG V20 US Unlocked & LG G Pad III 8.0 Wi-Fi if you're on mobile and can't see my signature). The "Power notification controls" feature that I was mostly after doesn't work. I have the same problem as these guys:

I've tried using this and it's Power Notification Control setting is very buggy on my S7. It works perfectly fine on my wife's. This lead me to believe that maybe it was an internal thing going on with mine because I was a beta tester for samsung and she wasn't, but we're both on 7.0, so I flashed stock 7.0 with odin to have a clean system and see if that was the problem, but I'm still having the same issue.
(It changes the ui, adds the option but when I go to activate it, I can not push the star to activate the bar and change the setting.
I have the same problem with my s7 edge :(
Any ideas? I messed around with a few of the "Status Bar" icon settings and those seem to work.

EDIT 2: I figured out how to get Power notification controls working (kinda)! It's still a little wonky and sometimes it locks up, crashes, or just resets though. blankfaced and Patybello, let me know if this works for you. What you have to do is get a notification from the app you want to change into your notification shade. Then slowly pull it left or right just a little bit until the cog icon appears, and click on it. From there if you tap the star icon with the A in it you can set the app's notification priority level (some levels on certain apps cause the notification window to reset/crash when you select them though :confused:, so YMMV)! Just make sure you hit "Done" afterwards. Sometimes you can then go into Settings > Notification > Apps to change it from there but a lot of times it just completely freezes up or resets itself, so I would recommend not trying to make any changes in there. I can't reboot my phone right now but I did reboot my tablet and it appears that the priority levels stuck, so hopefully this lasts!
 
Last edited:
  • Like
Reactions: comptonhubbard