Martin, I was wondering if I purchase the current version 1.28 of Automagic, are users entitled to free future updates (i.e. version 1.29, 2.00, etc.)? I see that your dev version 1.29 may be released soon. Also any special sale/discount coming anytime soon?
Thank you,
Data
Search found 8 matches
- 26 Oct 2015 15:50
- Forum: General
- Topic: Upgrading versions?
- Replies: 1
- Views: 7954
- 30 Jul 2015 13:27
- Forum: User Help / Bug Reports
- Topic: Need some assistance on Cell GSM flow
- Replies: 2
- Views: 8384
Need some assistance on Cell GSM flow
I have a Nexus 4 (with Android 5.1.1) and have used Automagic to automatically turn my WiFi on/off using a "Periodic Location Update" every 15m. If the location was at home, the flow would turn WiFi on (as long as battery was ok, etc.), else it would shut WiFi off to save my battery. Has worked grea...
- 19 Sep 2013 02:44
- Forum: User Help / Bug Reports
- Topic: Detecting how BlueTooth is turned on
- Replies: 2
- Views: 9768
Re: Detecting how BlueTooth is turned on
@bobchernow - Thank you! I had a manual flow trigger setup already, but was trying to mess with the variable(s) to prohibit the other flow, but the simple idea of disabling the flow worked perfect!
Best Regards,
DataCrypt
Best Regards,
DataCrypt
- 18 Sep 2013 05:42
- Forum: User Help / Bug Reports
- Topic: Detecting how BlueTooth is turned on
- Replies: 2
- Views: 9768
Detecting how BlueTooth is turned on
Hello. I have a flow that I created to turn bluetooth on/off depending on location or time. There are times though that I want to manually turn bluetooth off (or on) and don't want this flow to switch it on me again. I've tried setting a global variable to know when the flow has turned bluetooth on ...
- 31 Mar 2013 19:20
- Forum: User Help / Bug Reports
- Topic: Ringer status
- Replies: 1
- Views: 8217
Ringer status
UPDATE: I figured this out. I didn't know I had to declare global_ variables under the "manage" part of the application. Once I created it there, I could easily get and set it in my flow. That resolved my issue perfectly. However, I do have a question regarding global variables - do their values get...
- 21 Mar 2013 13:33
- Forum: User Help / Bug Reports
- Topic: Notification of WiFi state when it changes
- Replies: 5
- Views: 17605
Re: Notification of WiFi state when it changes
Thank you Martin. Would this also be allowed in an Expression action or only a script action? WiFi {if(wifi_state==3) "Enabled" else "Disabled"} One thing I noticed last night was that since this was running on a periodic timer trigger, I'd get this notification every time it ran. I only wanted it w...
- 21 Mar 2013 02:31
- Forum: User Help / Bug Reports
- Topic: Notification of WiFi state when it changes
- Replies: 5
- Views: 17605
Re: Notification of WiFi state when it changes
UPDATE: Figured it out! :D I went ahead and ran the output of the WiFi State (true and false) to a Script action. There I wrote my code and set a new variable which I called {state}. Lastly I created the Notification on StatusBar action and was able to get the variable {state} to display in the noti...
- 21 Mar 2013 00:53
- Forum: User Help / Bug Reports
- Topic: Notification of WiFi state when it changes
- Replies: 5
- Views: 17605
Notification of WiFi state when it changes
I have created a flow that changes my WiFi state based on location. I'd like to add a notification to the log as well as to the status bar telling me that the WiFi state changed to on or off. In the notification text area, I tried typing "WiFi {wifi_state}", but I get the notification that says WiFi...