Search found 43 matches

by rcfree
05 Jan 2018 10:32
Forum: User Help / Bug Reports
Topic: I can not list available networks using automagic
Replies: 2
Views: 9877

Re: I can not list available networks using automagic

I activated the location and did what was suggested and worked. Thank you!
by rcfree
04 Jan 2018 22:45
Forum: User Help / Bug Reports
Topic: I can not list available networks using automagic
Replies: 2
Views: 9877

I can not list available networks using automagic

I have a problem. I need to identify the networks that are available next to me and I tried to use the action "Init Variable WiFi Access Point List" but the list returns empty even if there are available networks. I tried using the "WiFi Scan" action together with the "WiFi Scan Results Available" t...
by rcfree
26 Jan 2017 09:49
Forum: User Help / Bug Reports
Topic: Refresh widget text
Replies: 6
Views: 16303

Re: Refresh widget text

refreshWidget(widgetName, reloadImages)

refreshWidget(String widgetName, Boolean reloadImages)
Refreshes the widget and optionally also reloads images.
by rcfree
11 Jan 2017 21:21
Forum: User Help / Bug Reports
Topic: Extracting information from Json
Replies: 5
Views: 17845

Re: Extracting information from Json

I had not copied the "[" and "]" from the beginning and the end of the content, so it made a mistake. Now it worked. Thank you! Is there a way to manipulate a json file as in the link plugin below? Average Sum Filtering Sorting Thank you again. http://forum.joaoapps.com/index.php?resources/autotools...
by rcfree
11 Jan 2017 11:33
Forum: User Help / Bug Reports
Topic: Extracting information from Json
Replies: 5
Views: 17845

Re: Extracting information from Json

I tested it here and it did not work this way.

Can someone help by demonstrating how to extract an information from a json file?

Thanks
by rcfree
31 Dec 2016 19:48
Forum: User Help / Bug Reports
Topic: Notification on status bar selected
Replies: 1
Views: 6770

Re: Notification on status bar selected

If it were possible to remove a Notification (not AM) using the AM we could replace the app notification with the AM notification, which could be handled as desired.

Following...
by rcfree
14 Dec 2016 10:56
Forum: User Help / Bug Reports
Topic: Behavior of the SORT function
Replies: 6
Views: 18016

Re: Behavior of the SORT function

Thanks for the clarification and guidance.
by rcfree
11 Dec 2016 15:14
Forum: User Help / Bug Reports
Topic: Behavior of the SORT function
Replies: 6
Views: 18016

Behavior of the SORT function

Hi, I noticed that the luck function has behavior that I consider strange, because when I apply the function to sort a list of numbers the following occurs: Case A ====================================================== ========= List before applying the SORT function (with numbers containing "."): 1...
by rcfree
11 Dec 2016 11:43
Forum: User Help / Bug Reports
Topic: How to extract all number occurrences in a string with REGEX
Replies: 7
Views: 18575

Re: How to extract all number occurrences in a string with R

Thanks for the help guys. I did some research here too and it seems to me that it is possible to do what I want with Java, as android is basically Java, I believe it is only necessary to implement in the Automagic function. Here are some links I found: http://www.java2novice.com/java-collections-and...