Search found 6 matches

by RinaldiMe
01 Jun 2015 22:48
Forum: Feature Requests
Topic: Make "Add WiFi Access Point" not return error
Replies: 2
Views: 9338

Re: Make "Add WiFi Access Point" not return error

Thanks! I've used you Exception trick and it worked flawlessly.
by RinaldiMe
25 May 2015 14:12
Forum: Feature Requests
Topic: Make "Add WiFi Access Point" not return error
Replies: 2
Views: 9338

Make "Add WiFi Access Point" not return error

Hi,

Is it possible to make the "Add WiFi Access Point" action not return error when the AP is already registered?

The problem is that you can't check if it is already registered and the flow stops when the action returns error.

Thanks.
by RinaldiMe
06 Apr 2015 10:50
Forum: Feature Requests
Topic: BUTTON Pressed-Trigger
Replies: 8
Views: 32262

Re: BUTTON Pressed-Trigger

Hi, Please try following flow: http://automagic4android.com/flow.php?id=770e645c72a3db3cf9ae183c3b047524bd50e3a8 The flow imports to a flow group called _test . Please note that this flow requires a rooted device. The trigger uses command getevent to listen for input events and executes a vibrate a...
by RinaldiMe
06 Apr 2015 05:59
Forum: Feature Requests
Topic: BUTTON Pressed-Trigger
Replies: 8
Views: 32262

Re: BUTTON Pressed-Trigger

Hi, I think it's not possible to do this in general on an unmodified version of Android. You could try to use root with trigger Command Output: while true; do getevent -c 1 -l; sleep 1; done to react to input in general. You would still have to filter for the right output (like matches glob *KEY_VO...
by RinaldiMe
16 Aug 2014 00:47
Forum: Feature Requests
Topic: Trigger / Condition GPS lock
Replies: 2
Views: 9000

Re: Trigger / Condition GPS lock

Thnaks Bobo, I'll try something like that.
by RinaldiMe
04 Jun 2014 18:59
Forum: Feature Requests
Topic: Trigger / Condition GPS lock
Replies: 2
Views: 9000

Trigger / Condition GPS lock

Hi all, Is it possible to have in Automagic triggers or conditions to perform actions when the phone has a GPS fix and also when the GPS fix is lost? The task I'm trying to accomplish is to have audible warnings every time my phone's GPS fix is lost and also when said fix is restored. I would use th...