Search found 78 matches

by Scotty
08 Dec 2016 00:09
Forum: General
Topic: Location based flow
Replies: 1
Views: 8214

Re: Location based flow

One way to do it would be to build in a loop to re-check the location condition every so often until it returns "True". So, the flow starts when you're near the cell mast. It turns on GPS, and then checks to see if you're within 100m of the church. This returns either false or true. If false, sleep ...
by Scotty
07 Dec 2016 23:18
Forum: User Help / Bug Reports
Topic: How to link a trigger to another trigger
Replies: 4
Views: 10755

Re: How to link a trigger to another trigger

I'm not quite sure what you're aiming for, but to make a start.... you know that a flow can have more than one trigger, right? So you can have a single flow containing both of the triggers that you mention.
by Scotty
05 Dec 2016 16:42
Forum: User Help / Bug Reports
Topic: Date time addition and subraction
Replies: 2
Views: 9608

Re: Date time addition and subraction

To reply to P-chu's question: getDate returns the time in milliseconds (not seconds). The value returned shows the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 GMT. Therefore the calculated variable (timedifference) also is reported in milliseconds. BTW, @whenevere: for f...
by Scotty
19 Oct 2016 17:17
Forum: User Help / Bug Reports
Topic: Triggering a flow at 2 minutes to every hour
Replies: 2
Views: 8250

Re: Triggering a flow at 2 minutes to every hour

Try this: Trigger: Periodic Timer Interval 1h Wake device.... yes Limit time range....yes Weekdays - probably check every day Set "From" value so the minutes is set at 58 (e.g., 5:58AM -- the value for hour depends how early in the morning might you be driving) Set To time to whatever seems reasonab...
by Scotty
18 Oct 2016 15:12
Forum: User Help / Bug Reports
Topic: Possible to "ungroup" Automagic notifications on Android 7?
Replies: 2
Views: 8605

Re: Possible to "ungroup" Automagic notifications on Android

colabi wrote:You must set a GROUP in "Notification on Statusbar" action.
Thanks - that worked!
by Scotty
17 Oct 2016 17:28
Forum: User Help / Bug Reports
Topic: Possible to "ungroup" Automagic notifications on Android 7?
Replies: 2
Views: 8605

Possible to "ungroup" Automagic notifications on Android 7?

I have a flow that activates when I'm driving, and I have set it to display several persistent status bar notifications (mobile data status, GPS status, and a couple of other things). Worked perfectly on marshmallow, but in Android 7, these notifications are combined (grouped, bundled, whatever) int...
by Scotty
29 Aug 2016 21:35
Forum: User Help / Bug Reports
Topic: Extract MMS sender's phone number?
Replies: 2
Views: 7741

Re: Extract MMS sender's phone number?

Hi, You could check if the variable content_uri of the triggger is populated and then use an action Query Content Provider to read the values. Unfortunately I'm not experienced using the MMS provider but it looks that an URI like content://mms/{id}/addr could contain the values you are looking for ...
by Scotty
29 Aug 2016 14:39
Forum: User Help / Bug Reports
Topic: Extract MMS sender's phone number?
Replies: 2
Views: 7741

Extract MMS sender's phone number?

Hi New poster, looking for a bit of advice. I have set up a flow that activates when I am driving. When I receive an email or SMS, it auto-responds only to a specific set of email addresses, or to specific SMS senders. It works perfectly. However, I'd like to add the ability to autorespond to specif...