Hello, I'd like to set a variable "test" to 7AM on the following day. The "following day" part is relative to today's date (+1) but the time (7:00 AM) should be fixed. The output should be in UNIX time (i.e. the default Automagic way). Example: If now is 17 Oct 13:40, "test" should be set to 18 Oct ...
I'm trying to find a way to read a webpage and display selected information from it using string variables. My attempts to parse the result of a HTTP GET Request using: evaluateXPathAsString failed. Later, I've come across a post on this forum where Martin said that this function only works with XML...
Would it be possible to have a functionality whereby individual flows (or sets of flows in a group that call each other and constitute a system) could be compiled to an app/APK file that would be able to work independently of Automagic as a standalone app? Tasker has this capability with Tasker App ...
Hi, I'd like to create a flow that would be triggered by change in system time. Obviously, Android automatically changes system time to reflect a change to the Daylight Saving Time or when again entering the Summer Time etc. This also happens when changing time zones. I also know that Automagic offe...
Thanks for your responses! Martin, I am still on Android 2.3.6 and have the correct WiFi sleep policy selected in Android's advanced settings, so everything should work fine. That said, I'm glad you did identify the bug with WiFi disconnect because my problem was actually relevant to WiFi disconnect...
It looks like the trigger "WiFi Disconnected" is erratic. I assume the trigger is an instant event reported by Android on WiFi disconnect, which in theory (and in my case, in practice) may cause Automagic to actually miss the event and not initiate the flow based on that trigger. Would it be possibl...