Search found 56 matches
- 27 Aug 2014 13:53
- Forum: Feature Requests
- Topic: Give same flexibility to normal widgets
- Replies: 2
- Views: 9091
- 10 Nov 2013 04:34
- Forum: General
- Topic: stock check flow fails
- Replies: 1
- Views: 8361
stock check flow fails
Now that igoogle is gone the stock check flow in the catalog fails. It should either be removed or fixed to use a different website.
- 08 Oct 2013 03:43
- Forum: General
- Topic: PLUGIN - Passing values to the "Zooper Widget"?
- Replies: 5
- Views: 19327
Re: PLUGIN - Passing values to the "Zooper Widget"?
I think you need to edit what is passed and remove the quotes from the Variable name.
- 18 Sep 2013 12:49
- Forum: User Help / Bug Reports
- Topic: Detecting how BlueTooth is turned on
- Replies: 2
- Views: 9768
Re: Detecting how BlueTooth is turned on
Create a flow that triggers on Bluetooth on or off. Have it check the value of a global you create (global_was_set_by_flow) in your automatic flow. If that is set, ignore the change. If not set then it is manual so either disable the auto flow or set another variable to tell the auto flow to do noth...
- 12 Sep 2013 13:33
- Forum: General
- Topic: PLUGIN - Passing values to the "Zooper Widget"?
- Replies: 5
- Views: 19327
Re: PLUGIN - Passing values to the "Zooper Widget"?
Here is a flow that gets cell data and then sets two variables foe zipper. In zipper you can access the Tasker variables. In the flow I had to modify the strings being passed.
http://automagic4android.com/flow.php?i ... 7cbe9650f5
http://automagic4android.com/flow.php?i ... 7cbe9650f5
- 24 Aug 2013 17:01
- Forum: Feature Requests
- Topic: free RAM memory
- Replies: 5
- Views: 16722
Re: free RAM memory
After issuing three command Martin suggests, this code will calculate the free ram. mem=split(stdout, "kB"); memfree=getElement(mem, 1); memcached=getElement(mem, 3); memfree=substring(memfree, indexOf(memfree, ":")+1, length(memfree)); memcached=substring(memcached, indexOf(memcached, ":")+1, lengt...
- 04 Aug 2013 19:13
- Forum: Feature Requests
- Topic: sleep interval should be dynamic
- Replies: 0
- Views: 6318
sleep interval should be dynamic
I love the new pram for the sleep action allowing the device to deep sleep. Can we add that to the sleep() script function. Also can the interval in the action be {dynamic_variable}.
- 29 Jul 2013 13:53
- Forum: EAP - Early Access Program
- Topic: EAP version 1.18.0-dev
- Replies: 20
- Views: 71598
Re: EAP version 1.18.dev
I have resolved the hang up problem by disabling a few flows. The problem seems to occur in the flows that use the battery updates, and the widgets being updated as well as flows being enabled and disabled. Here are the flows and widgets involved. http://automagic4android.com/flow.php?id=f745c54e9fb...
- 05 Jul 2013 14:27
- Forum: EAP - Early Access Program
- Topic: EAP version 1.18.0-dev
- Replies: 20
- Views: 71598
Re: EAP version 1.18.dev
I have been trying to track down some strangeness with the wap builds. It seems as though am is going unresponsive and unloading even though it still says it is loaded. It restarts at least 6 times a day and when I see my widgets are not responding and I try to start the am app it loads and is froze...
- 10 May 2013 01:48
- Forum: Feature Requests
- Topic: Action: Turn screen off
- Replies: 5
- Views: 17906