Search found 2709 matches

by Desmanto
19 Aug 2017 07:57
Forum: User Help / Bug Reports
Topic: Help with navigation flow
Replies: 9
Views: 27562

Re: Help with navigation flow

If you use just {navi}, can it work? Because I can't see your other flow. If it works, just use {navi}. The accessibility service sometimes can be incompatible with ROM with other accessibility built-in. Try to disabled other service to see if the problem disappear. Or you can try to change the feed...
by Desmanto
19 Aug 2017 06:49
Forum: User Help / Bug Reports
Topic: get wifi channel for currently connected AP?
Replies: 5
Views: 18240

Re: get wifi channel for currently connected AP?

I never knew that we can get the detail wifi info from the condition : wifi available. I tested the trigger and action, turns out it is the condition which has the detail info. Thanks for pointing out, nice info. This is why i love to visit this forum, always learn something new. :idea: If you have ...
by Desmanto
19 Aug 2017 06:32
Forum: User Help / Bug Reports
Topic: How to retrieve Data
Replies: 8
Views: 25909

Re: How to retrieve Data

Use action HTTP request, input the URL. The result in in variable {response}. Parse the response. Html is just like a well formatted xml, but more flexible. No need to convert it, you probably can use Xpath to parse it as well. Or at least regex. You need to show us the url you wanna parse first. Or...
by Desmanto
19 Aug 2017 06:28
Forum: User Help / Bug Reports
Topic: Help with navigation flow
Replies: 9
Views: 27562

Re: Help with navigation flow

You have a lonely script global_navi = null. Do you use this GloVar in another flow? If not, there is no need to assign the value. GloVar will slow down your flow a bit. Your flow is in nested condition (series), while I prefer parallel style. I never check the difference in term of speed before. Bu...
by Desmanto
18 Aug 2017 16:30
Forum: User Help / Bug Reports
Topic: Time Based Actions
Replies: 13
Views: 37544

Re: Time Based Actions

Ok, so now we are on the same page again. :) - First, you need to make sure automagic is not in the optimize/kill list. Make sure you whitelist it also. Some ROM will optimize everything if you don't put them in whitelist. - Then if you have any kind of power saver, task killer, perfomance booster o...
by Desmanto
18 Aug 2017 13:25
Forum: User Help / Bug Reports
Topic: Help with navigation flow
Replies: 9
Views: 27562

Re: Help with navigation flow

I don't know with other. But using my style, I love to make it using seperated expression for each of the option. So I will create 3 expression, each evaluate the {value}. This is the variable which store the choice. Then if it is true as the expression stated, it will launch the app. Everytime exec...
by Desmanto
18 Aug 2017 12:15
Forum: User Help / Bug Reports
Topic: Kill Apps after they've started
Replies: 6
Views: 24198

Re: Kill Apps after they've started

Which part didn't work? I have finished my flow already and in the testing phase before I share it. You can try also to disable background app using the developer option. Enable developer option by tapping the kernel version 7 times in about phone (sometimes need to tap software version). Back and i...
by Desmanto
18 Aug 2017 05:20
Forum: User Help / Bug Reports
Topic: Time Based Actions
Replies: 13
Views: 37544

Re: Time Based Actions

Seems like we are not on the same page :) You said that it is about time interval (Trigger Time or Period Timer), but then stating the trigger is Power Source? If trigger is Power Source, then of coz the behaviour follow the event on Power source (when you plugged in or unplugged, depends on the set...
by Desmanto
17 Aug 2017 17:50
Forum: User Help / Bug Reports
Topic: Time Based Actions
Replies: 13
Views: 37544

Re: Time Based Actions

So it is the doze/power saver or whatever it is called at your phone. It is phone specific setting, so can't help much with that. You need to find system manager or any setting like that. Maybe asking at the infinix note 3 pro forum/thread for more information about how to set it. Doze only introduc...
by Desmanto
17 Aug 2017 16:27
Forum: User Help / Bug Reports
Topic: Time Based Actions
Replies: 13
Views: 37544

Re: Time Based Actions

I have several flows also regarding this time trigger. It always execute flawlessly even when holiday (I am lazy to put the holiday condition check). I am on android LP 5.1. When it triggerred at 2:05 pm, did the trigger also show 2:05 as the last execution time? If yes, most likely it is your doze ...