Page 1 of 1

Quicksettings tiles got the blues

Posted: 23 Aug 2018 10:16
by Wibbly
No matter how I build the icon, Automagic Quicksettings tiles are stuck blue (as if they're 'on'). Any way to change that? (Android Pie, for what it's worth)

Image

Re: Quicksettings tiles got the blues

Posted: 23 Aug 2018 11:55
by digitalstone
I posted about the same issue a couple of weeks ago:
viewtopic.php?f=5&t=7487

Re: Quicksettings tiles got the blues

Posted: 24 Aug 2018 05:48
by Desmanto
I finally can look unto this now. Last time when digitalstone create the thread, I am still at MIUI, all quicktiles setting doesn't work. Now I am at RR 6.1 Oreo 8.1, have created the flow since long. But only look at it yesterday. It is a nice one, I just thought about using it as a logcat toggle. But I have implemented it thru multi shortcut in the navbar, gotta to find way to sync both tile and the state.


I don't know how others understand it. But from my point of view, for the toggle to work, we should use some flow which capable of toggling. The easiest one is of course using condition execution count 2. 1st tap will run into the false branch, 2nd tap will will true. So the execution count will split between this 2 everytime it is tapped. Of course, use Update Quick settings tile to change the icon for both branch. For example,
false branch change it to Indoor - Active (icon solid, or maybe blue)
True branch changet it to Outdoor - Inactive (icon grey-out, or maybe no color)

The default icon of the tile will be determined by the Trigger Quick Settings Tile Selected. So we can set the icon to something else, different than the false/true branch. In case we change the state to Unavailable (not Active or Inactive), the tile will be rendered useless and only can be pressed again after the flow is disabled-enabled back.

For your case, you might need to use the update action and change the state to inactive, so the blue color disappear.

Toggle can be expanded to multiple (unlimited) states (example : "normal", "vibrate", "silent", "meeting") by using nested execution count, or much tidier : glovar + multiple parallel expression.

Re: Quicksettings tiles got the blues

Posted: 24 Aug 2018 08:54
by Wibbly
The issue is that however I design the icon, (even a different version for the toggle state) it's blue as in the screenshot.

Re: Quicksettings tiles got the blues

Posted: 25 Aug 2018 18:15
by Desmanto
At mine it always black white only, even if I use color version. So it seems to be ROM theme dependant.