Search found 14 matches
- 19 Dec 2018 22:54
- Forum: User Help / Bug Reports
- Topic: Flash LED cycling RGB colors when charging phone?
- Replies: 2
- Views: 7060
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 % ...
- 17 Dec 2018 15:49
- Forum: User Help / Bug Reports
- Topic: Flash LED cycling RGB colors when charging phone?
- Replies: 2
- Views: 7060
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...
- 11 Dec 2018 01:27
- Forum: User Help / Bug Reports
- Topic: Clear all notifications on statusbar except for certain apps
- Replies: 5
- Views: 11935
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...
- 10 Dec 2018 18:02
- Forum: User Help / Bug Reports
- Topic: Clear all notifications on statusbar except for certain apps
- Replies: 5
- Views: 11935
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...
- 09 Dec 2018 18:34
- Forum: User Help / Bug Reports
- Topic: Clear all notifications on statusbar except for certain apps
- Replies: 5
- Views: 11935
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...
- 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: 7841
Re: Is it possible to "dismiss" an alarm for Google Clock ap
Thank you anuraag. That totally works. You help me so much.
- 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: 7841
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...
- 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: 23485
Re: How do I check for Do Not Disturb mode and disable it?
Thanks again. It works! You are awesome.anuraag wrote:Yes. You are correct.
- 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: 23485
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...
- 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: 23485
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...