Search found 14 matches

by teiji
19 Dec 2018 22:54
Forum: User Help / Bug Reports
Topic: Flash LED cycling RGB colors when charging phone?
Replies: 2
Views: 6981

Re: Flash LED cycling RGB colors when charging phone?

Thanks. After various trials and errors, I gave up. The LED were flashing sporadically even after setting them seconds apart with my old idea. I've decided to change LED colors base on battery percentage now, and so far it has been working nicely. And more informatively also, since I'll know what % ...
by teiji
17 Dec 2018 15:49
Forum: User Help / Bug Reports
Topic: Flash LED cycling RGB colors when charging phone?
Replies: 2
Views: 6981

Flash LED cycling RGB colors when charging phone?

Hello, I'm trying to do a fun flow where the flash LED will cycle through the RGB colors (or at least these, in order: red, purple, blue, light blue, green, yellow) when charging the phone. The trigger is when power is connected. For action, I tried creating notification on statusbar (flash LED: red...
by teiji
11 Dec 2018 01:27
Forum: User Help / Bug Reports
Topic: Clear all notifications on statusbar except for certain apps
Replies: 5
Views: 11822

Re: Clear all notifications on statusbar except for certain

I figured it out. I was overcomplicating it. All I had to do was click the "Select all" checkbox when selecting the package names, and then unselect whatever I want to keep (System UI, Textra). And then glob filter content/title with "*". Edit: I finally understood what you meant Desmanto lol. I thi...
by teiji
10 Dec 2018 18:02
Forum: User Help / Bug Reports
Topic: Clear all notifications on statusbar except for certain apps
Replies: 5
Views: 11822

Re: Clear all notifications on statusbar except for certain

I just tried your regex with content title/text and neither work correctly. You are right about filtering with packagename, but I don't see that anywhere in "remove notification on statusbar." I can only select content title, content big title, text, and big text. Can we use regex on the package nam...
by teiji
09 Dec 2018 18:34
Forum: User Help / Bug Reports
Topic: Clear all notifications on statusbar except for certain apps
Replies: 5
Views: 11822

Clear all notifications on statusbar except for certain apps

Hello, I'm trying to make a flow that activate at night every day to clear all notifications on statusbar, EXCEPT for "System UI" and "Textra" (my messaging app). I tried the action "Remove notification on statusbar" and used some regex on content title, but this either doesn't remove any notificati...
by teiji
05 Dec 2018 03:00
Forum: User Help / Bug Reports
Topic: Is it possible to "dismiss" an alarm for Google Clock app?
Replies: 2
Views: 7772

Re: Is it possible to "dismiss" an alarm for Google Clock ap

Thank you anuraag. That totally works. You help me so much. :)
by teiji
04 Dec 2018 21:45
Forum: User Help / Bug Reports
Topic: Is it possible to "dismiss" an alarm for Google Clock app?
Replies: 2
Views: 7772

Is it possible to "dismiss" an alarm for Google Clock app?

I use this Google Clock app to set my alarms (https://play.google.com/store/apps/details?id=com.google.android.deskclock&hl=en_US). When an alarm is about to go off, it displays the alarm on the statusbar. What I'm trying to do is create a flow with.... trigger: "Notifications on statusbar displayed...
by teiji
02 Dec 2018 15:18
Forum: User Help / Bug Reports
Topic: How do I check for Do Not Disturb mode and disable it?
Replies: 7
Views: 23343

Re: How do I check for Do Not Disturb mode and disable it?

anuraag wrote:Yes. You are correct.
Thanks again. It works! You are awesome. :)
by teiji
02 Dec 2018 05:17
Forum: User Help / Bug Reports
Topic: How do I check for Do Not Disturb mode and disable it?
Replies: 7
Views: 23343

Re: How do I check for Do Not Disturb mode and disable it?

Yes Interruptions Mode is for setting DND. Use "Notification on Statusbar Displayed" as trigger and then "Interruptions Mode" as condition. Flow will be like this Trigger =>Notification on Statusbar Displayed Condition =>Interruptions Mode If true Action => Set Interruptions Mode But you want notif...
by teiji
01 Dec 2018 23:00
Forum: User Help / Bug Reports
Topic: How do I check for Do Not Disturb mode and disable it?
Replies: 7
Views: 23343

How do I check for Do Not Disturb mode and disable it?

Hello, I'm trying to write a flow that will check for a certain notification + if Do Not Disturb (DND) mode is on, then it will disable it. Which trigger do I use for DND check and which action to disable it? I search for it in the list but nothing comes close (unless I miss it). I see "Interruption...