Search found 78 matches

by Scotty
26 Apr 2017 17:33
Forum: Feature Requests
Topic: Geofencing - using detected but not connected WiFi?
Replies: 2
Views: 9046

Re: Geofencing - using detected but not connected WiFi?

It works fine for me. Every evening, my phone "knows" that I am approaching my home because (using the action WiFi Scan ) it detects neighbors' WiFi networks and then carries out actions based on their having been detected (even though the phone can't connect to them). However, my phone is rooted; a...
by Scotty
19 Apr 2017 20:51
Forum: Feature Requests
Topic: Speedometer
Replies: 5
Views: 15358

Re: Speedometer

AHA! I use that trigger all the time (to establish my location, which determines several aspects of my phone's behavior) but I was not aware that location_speed was one of the automatically-generated variables. I'll try it on my way home tonight, but I can't see any reason why it won't work; so, man...
by Scotty
19 Apr 2017 11:22
Forum: Feature Requests
Topic: Speedometer
Replies: 5
Views: 15358

Re: Speedometer

Thanks for the reply. That's the trigger that I was referring to. However, in its help file it says: The trigger Speed is executed when the measured speed of the GPS receiver rises above or declines below a certain level And... Example: Type: Declines below, Speed 40km/h, Threshold: 10km/h The trigg...
by Scotty
18 Apr 2017 11:25
Forum: Feature Requests
Topic: Speedometer
Replies: 5
Views: 15358

Speedometer

I'd like to make a speedometer widget. There's already a trigger that can be activated by GPS-based speed, so it looks like Automagic can detect how fast the phone is moving. Would it be possible to provide a similar action / condition, so that every so often (using a loop) I could query GPS to dete...
by Scotty
04 Apr 2017 15:30
Forum: User Help / Bug Reports
Topic: A little help on dealing with Map
Replies: 4
Views: 11509

Re: A little help on dealing with Map

Thanks Martin - I knew how to get all keys (or all values) using the getMapKeys (or getMapValues), and I knew that you could find the value of a key whose name you already know, using "KeyName"; but I didn't know that you could get the name / value of a key (without knowing its name) by its zero-bas...
by Scotty
03 Apr 2017 21:36
Forum: User Help / Bug Reports
Topic: A little help on dealing with Map
Replies: 4
Views: 11509

Re: A little help on dealing with Map

Let's say that your current script is: HuskyFlowStats=getFlowStatisticsDuration(); The variable HuskyFlowStats is a comma-separated map of every key/value pair (example: {FlowName1=45665, FlowName2=7534, FlowName3=....} ) The next lines in your script are determined by exactly what you want to extra...
by Scotty
31 Mar 2017 21:37
Forum: User Help / Bug Reports
Topic: Restore Audio after Store Audio returns one invalid data
Replies: 7
Views: 17468

Re: Restore Audio after Store Audio returns one invalid data

husky wrote: I was referring to the mail you sent me with the:
As an example, just tested (Nexus 7, Android 7.1.1, LineageOS):
- Notification + Ring + System
- DTMF + Music
- Alarm
- Voice Call
Bingwu sent you that email - not me :P
by Scotty
31 Mar 2017 20:17
Forum: User Help / Bug Reports
Topic: Restore Audio after Store Audio returns one invalid data
Replies: 7
Views: 17468

Re: Restore Audio after Store Audio returns one invalid data

husky wrote:Hi there Scotty,

Thank You for the quick reply.
You're very welcome. Except I didn't reply :D :D
by Scotty
30 Mar 2017 03:49
Forum: User Help / Bug Reports
Topic: Is it possible to change arrow orientation in a flow
Replies: 2
Views: 7951

Re: Is it possible to change arrow orientation in a flow

Yes, there is, but you do it only AFTER you have made a connection. So: 1. Drag the connector down from the + sign, and make the connection to the next action or condition, as usual. 2. Now, tap the connector line. Look at the two objects that are linked by the line. You'll see that there are little...
by Scotty
24 Mar 2017 20:57
Forum: User Help / Bug Reports
Topic: Query content issue, bad.
Replies: 6
Views: 15480

Re: Query content issue, bad.

but it doesn't fix the whole issue of query content getting 2 numbers I'm aware of that; as I wrote in my post, I was providing a simpler alternative to your lengthy code in your 2nd post. I'm not actually sure why you posted that code, because it doesn't seem directly relevant to your problem (whi...