Search found 31 matches

by Martin!
15 Jan 2014 20:28
Forum: User Help / Bug Reports
Topic: extract the month, day, hour, minute from current time
Replies: 5
Views: 14496

Re: extract the month, day, hour, minute from current time

I can use {triggertime,dateformat,HH:mm:ss} as the displayed text in notification. For example it shows "21:30:30" I want to save "21:30:30" as a variable. So I create a script. myTime={triggertime,dateformat,HH:mm:ss} But Automagic reported error while executing the script. Is there anything wrong...
by Martin!
09 Jan 2014 20:24
Forum: User Help / Bug Reports
Topic: Location trigger modern style problem
Replies: 5
Views: 14846

Re: Location trigger modern style problem

Thanks for investigating! :) When I was having my problems I had "Scanning always available" disabled. Since then I have turned it on, and now my flows work just as they used to, even with location mode set to "Battery saving". My radiuses are set to 100 meters, and I guess that's far too small to w...
by Martin!
05 Jan 2014 18:37
Forum: User Help / Bug Reports
Topic: Location trigger modern style problem
Replies: 5
Views: 14846

Re: Location trigger modern style problem

I don't know if my problem is related, but it seems similar. I've been using Location triggers with the modern method on my old HTC One X, with no problems. Now I've switched to a Nexus 5, with the phone's location mode set to "Battery saving", which only uses wi-fi and mobile networks (no GPS). Loo...
by Martin!
03 Jan 2014 13:12
Forum: User Help / Bug Reports
Topic: Input Dialog as variable
Replies: 9
Views: 23386

Re: Input Dialog as variable

According to the help documents, the value from the input dialog is saved to a variable named value, which you can then use elsewhere in your flow.
by Martin!
27 Dec 2013 14:40
Forum: User Help / Bug Reports
Topic: Using mic as sensor
Replies: 3
Views: 10279

Re: Using mic as sensor

There's an app called Sound Detector which claims to have support for Automagic. Maybe it can accomplish what you're looking for?
by Martin!
27 Dec 2013 14:33
Forum: Flow Sharing Area
Topic: Pebble Flows
Replies: 7
Views: 29034

Re: Pebble Flows

A suggestion: When a meeting starts, check the current ringer mode, and only set it to vibrate if it is currently set to normal. You usually don't want to go from silent to vibrate. Similarly, at the end of a meeting, only set the ringer to normal if it was set to normal before. Interesting choice ...
by Martin!
20 Dec 2013 22:29
Forum: User Help / Bug Reports
Topic: Some small spelling errors (and German) in the documentation
Replies: 1
Views: 6788

Some small spelling errors (and German) in the documentation

I noticed some spelling errors and German words in the English documentation. Most of the errors are small and insignificant, but I thought I should mention them anyway. I really hope this doesn't come across as nitpicking. :oops: I have highlighted the errors in red below. ACTION: Set Lock Pattern ...
by Martin!
07 Dec 2013 12:16
Forum: User Help / Bug Reports
Topic: Vibrate Off, Everything Else On
Replies: 2
Views: 8087

Re: Vibrate Off, Everything Else On

Can't you do this with a combination of "Set Audio Volume" and "Set Vibrate on Ring State"?
by Martin!
28 Nov 2013 10:39
Forum: User Help / Bug Reports
Topic: Answering machine
Replies: 6
Views: 17413

Re: Answering machine

It looks like the Speech Output action (for text-to-speech) is able to play sounds on the voice call stream. However, the Sound action doesn't have this capability. Maybe you could add a feature request for it?
by Martin!
25 Nov 2013 11:36
Forum: User Help / Bug Reports
Topic: GPS split in latitude and longitude
Replies: 7
Views: 21765

Re: GPS split in latitude and longitude

The script seems to contain some errors. Try this instead: http://automagic4android.com/flow.php?id=c190e4f0dae649d8439701894a6c60862e287485 I'm using the following script to get latitude and longitude from the location variable: loc = split("{location,locationformat,decimal}", ","); latitude = getE...