Search found 9 matches
- 04 Mar 2014 19:05
- Forum: User Help / Bug Reports
- Topic: Editor fps
- Replies: 9
- Views: 18212
Re: Editor fps
There are not really "one step" possibilities for that. The solution you used in your flow is the best and most diverse in possibilities to use that in different situations. Sorry MURTUMA, I modified my post as you were replying. This is what I changed: Basically, the flow should be able to be modi...
- 04 Mar 2014 18:28
- Forum: User Help / Bug Reports
- Topic: Editor fps
- Replies: 9
- Views: 18212
- 04 Mar 2014 18:14
- Forum: User Help / Bug Reports
- Topic: Editor fps
- Replies: 9
- Views: 18212
Re: Editor fps
Thanks for the flow MURTUMA! I modified it to add another app that could benefit from the GPU acceleration. I was hoping to just have to modify the trigger, but found I also had to modify the condition. Is it possible to build an AND/OR condition in 1 step without having to specify an entirely new c...
- 01 Mar 2014 00:07
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Re: Self-sustaining WiFi Flow - need help please
Awesome Martin!
Thank you for taking the time to answer. I'll try out your suggestions (after I backup my currently *seems to be working* set of flows) and see where it takes me.
Thank you for taking the time to answer. I'll try out your suggestions (after I backup my currently *seems to be working* set of flows) and see where it takes me.
- 27 Feb 2014 23:47
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Re: Self-sustaining WiFi Flow - need help please
Yep, that's exactly what happened. I had modified the list manually (to delete bad/duplicate Cell ID's), and I guess that converted it to a string (or corrupted it for the purposes for which I was using it). So a question from that issue: Is there a way to modify a list manually without it being con...
- 26 Feb 2014 23:42
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Re: Self-sustaining WiFi Flow - need help please
I've run into an issue where the following expression errors out in my 3 trial flows: expression: containsElement(global_CellIDList, cid); error: <other error text> Could not execute expression 'containsElement(global_CellIDList, cid);'<other error text> Caused by: <other error text> Can not find el...
- 26 Feb 2014 20:13
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Re: Self-sustaining WiFi Flow - need help please
Edited: Fantastic, it works! Looks like my trailing ';' was causing the issue (had one on the {SSID} variable, not shown above). Is the proper use of semi-colons also documented? Just as a feature request, it would be nice if there was a global variable that was updated by AM when an SSID is connect...
- 26 Feb 2014 00:28
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Re: Self-sustaining WiFi Flow - need help please
Thank you Martin! No answer could be better than from the dev himself ;) . I'm almost complete with the new flow with your suggestions included. The last thing I needed was the name of the variable that contains the name of the currently connected WiFi access point. I use this to write the details t...
- 25 Feb 2014 05:08
- Forum: User Help / Bug Reports
- Topic: Self-sustaining WiFi Flow - need help please
- Replies: 9
- Views: 21777
Self-sustaining WiFi Flow - need help please
Hi there! I'm a heavy Tasker user, and thought I would try out AM, so am in trial mode while giving it a spin on my work phone. I'm trying to build a task I already have working in Tasker, on my personal phone. I've setup 2 flows to try and make an automated WiFi enabler/disabler based on GSM Cell I...