Search found 23 matches

by Gen
01 Nov 2019 19:02
Forum: User Help / Bug Reports
Topic: Countdown widget
Replies: 9
Views: 19357

Countdown widget

Hi, Hoping someone can assist with a flow I'm struggling to make work. I've searched the forum but still haven't managed to make it work. I'm trying to create a widget overlay that displays a countdown, the duration of which will be pulled from a speech input value. For example speech input = "2 min...
by Gen
05 Sep 2019 07:03
Forum: User Help / Bug Reports
Topic: Successive SMS received trigger
Replies: 2
Views: 6297

Re: Successive SMS received trigger

Perfect, thanks!

Didn't know there was such a condition :)
by Gen
04 Sep 2019 13:34
Forum: User Help / Bug Reports
Topic: Successive SMS received trigger
Replies: 2
Views: 6297

Successive SMS received trigger

Hi, I'm trying to create a trigger that will execute a flow only when my phone receives 3 SMS messages within 5 seconds. At the moment I have a trigger of SMS received followed by a script action which increments a global variable by 1 and a separate branch that sleeps for 5 seconds and resets the v...
by Gen
27 Jun 2019 20:28
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

Thanks!

Works perfectly.

Executes flow 1 in car and flow 2 on stand.

I'll tweak the timings to make it more efficient :)

Thanks a lot for your help!
by Gen
27 Jun 2019 07:19
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

Ah, I realised why the command wasn't working. Had a syntax error in the execute root command action *facepalm*. The command and the expression are working now so I think after adding the 1s delay it should work. I'll check tonight as I'm not at home and let you know. Thanks a lot for your help! You...
by Gen
26 Jun 2019 20:45
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

I think we're almost there but not quite working yet. It always evaluates to true. I think there is something wrong with the command as I checked debug dialog and stdout is blank. Also, checking logcat I can see that the expression runs before the intent. I tried to fix this by adding a 1s sleep aft...
by Gen
25 Jun 2019 18:58
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

No consistent changes in any data/system files during placing the phone on the stand. I had more of a play around with logcat and I noticed some consistent logs that come up everytime the phone is placed on the stand and not when it's placed on the normal charger: 06-25 19:47:18.331 1201 2902 D Cond...
by Gen
19 Jun 2019 17:46
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

No setting changes before using the stand and while phone is on stand :( Awesome flow by the way - thanks! Regarding the previous post - why do you say we can't use that broadcast? I'm not that familiar with broadcasts. This is harder to achieve then it seems - there must be some kind of system chan...
by Gen
17 Jun 2019 18:30
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

logcat shows these lines when the pixel stand is connected: 06-17 19:23:37.134 1136 1152 I ActivityManager: Start proc 6788:com.google.android.apps.dreamliner/u0a209 for service com.google.android.apps.dreamliner/.DreamlinerControlService 06-17 19:23:37.255 1136 4848 W ActivityManager: Receiver with...
by Gen
16 Jun 2019 14:56
Forum: User Help / Bug Reports
Topic: Trigger/condition for pixel stand?
Replies: 13
Views: 23406

Re: Trigger/condition for pixel stand?

Tried dock state with all the options, false on the pixel stand :( likely not but maybe it'll be true on the car charger then I can differentiate it that way.

Might there be some root command I can run to check whether the stand device is connected?