Search found 4468 matches

by Martin
16 Jan 2013 12:13
Forum: General
Topic: Automagic Premium Flows Disappeared
Replies: 5
Views: 22149

Re: Automagic Premium Flows Disappeared

Did your phone crash before this happened? Did Automagic show a dialog to restore the flows from an internal backup?
Please send the file containing the flows (/sdcard/Automagic/flows.xml) to info at automagic4android.com.
by Martin
15 Jan 2013 15:46
Forum: Feature Requests
Topic: Not screen orientation
Replies: 2
Views: 12870

Re: Not screen orientation

I will extend the trigger Device Orientation with an option to invert the check.
by Martin
15 Jan 2013 15:13
Forum: Feature Requests
Topic: No error messages
Replies: 9
Views: 25706

Re: No error messages

What kind of action is producing the unwanted error messages in your case?
Generally suppressing the error messages is a bit risky.
by Martin
15 Jan 2013 15:10
Forum: General
Topic: Control audio player
Replies: 10
Views: 36971

Re: Control audio player

There seems to be no official API to control jetaudio but you can try to use an action Send Broadcast and fill in one of the following actions: com.jetappfactory.jetaudio.musicservicecommand.next com.jetappfactory.jetaudio.musicservicecommand.previous com.jetappfactory.jetaudio.musicservicecommand.t...
by Martin
15 Jan 2013 15:01
Forum: General
Topic: Detection SMS
Replies: 2
Views: 12843

Re: Detection SMS

Detecting outgoing SMS using GO SMS Pro worked for me. Are you using a filter in the SMS receiver list or some kind of text filter? If the problem persists then please activate the Debug Log in the preferences, send an SMS to reproduce the problem and send the log and the flow definition to info at ...
by Martin
15 Jan 2013 14:49
Forum: General
Topic: Congratulations
Replies: 2
Views: 12646

Re: Congratulations

Thanks!

A french translation is not yet planned since our french is not very good.
by Martin
15 Jan 2013 13:18
Forum: General
Topic: Interrogating JSON from HTTP request
Replies: 2
Views: 14786

Re: Interrogating JSON from HTTP request

There is no built in way to handle a JSON response. You could use a script with a bunch of indexOf and substring functions.
The next version will extend the matches function with an optional parameter 'groups' to get the values of the capturing groups matched by the regex.
by Martin
14 Jan 2013 08:15
Forum: Feature Requests
Topic: Phone Cell Information
Replies: 1
Views: 10087

Re: Phone Cell Information

CID, LAC and PSC can be filled into variables using a condition Phone Cell GSM . The location (latitude and longitude) can be filled into a variable with an action Init Variable Location and location provider Network . This will determine the location using the Google location services. Signal stren...
by Martin
14 Jan 2013 08:01
Forum: Feature Requests
Topic: WiFi Information
Replies: 1
Views: 10142

Re: WiFi Information

You can use a condition WiFi Available to get access to the signal strength level and frequency in variables (also see the help page of the condition). The channel information is not directly available but can be determined using the frequency: http://en.wikipedia.org/wiki/List_of_WLAN_channels The ...
by Martin
14 Jan 2013 07:48
Forum: Feature Requests
Topic: Trigger for Notification on Screen Displayed
Replies: 1
Views: 10795

Re: Trigger for Notification on Screen Displayed

I will add this in the next update.