Search found 2709 matches

by Desmanto
30 May 2018 09:50
Forum: User Help / Bug Reports
Topic: Script inside widget script
Replies: 4
Views: 9231

Re: Script inside widget script

Usually it is because part of the string doesn't quoted properly or the format of the datetime is wrong. I just tried with {getDate(),dateformat,HH:mm}, it is working properly. Probably if you can post the full string, then we analyze the problem. Try to use the same script and test in other flow, u...
by Desmanto
30 May 2018 09:48
Forum: User Help / Bug Reports
Topic: Keypressed Trigger??
Replies: 5
Views: 12702

Re: Keypressed Trigger??

Yeah, google hold us too long without any further confirmation. The latest issue tracker status was "won't fixed". It has been 2,5 months and no further scary email/news from google yet about accessibility. It seems they purposely put this on hold, so new dev won't even try to use accessibility if t...
by Desmanto
29 May 2018 19:01
Forum: General
Topic: GPS Prüfung
Replies: 1
Views: 7083

Re: GPS Prüfung

Add a new action/condition and change the connection to catch the exxeption error. To change to exception, check here : viewtopic.php?f=5&t=7314#p20955

You might want to use sleep 5 seconds (example) to wait before looping back to the init variable location.
by Desmanto
29 May 2018 09:06
Forum: General
Topic: Automagic Flow Editor?
Replies: 21
Views: 60688

Re: Automagic Flow Editor?

scrcpy is updated to 1.2 today . Horray! Double click now is working already. There are some additional feature. Since the last time I posted this, I have managed to sorted out some limitation by combining it with Automagic. I use the adb broadcast in eventghost and put some parameter to pass the a...
by Desmanto
29 May 2018 08:44
Forum: General
Topic: Wearable Device
Replies: 18
Views: 45283

Re: Wearable Device

But we don't know yet the spec, need to wait for the launch. I think it still won't have NFC yet. :(
by Desmanto
29 May 2018 04:18
Forum: User Help / Bug Reports
Topic: Keypressed Trigger??
Replies: 5
Views: 12702

Re: Keypressed Trigger??

Must use root and use Trigger Command output. Example is here : https://automagic4android.com/forum/viewtopic.php?f=4&t=3245 Other method also need root + xposed, using xposed addition. BTW, Autoinput has the ability to detect the key press down and up as the trigger, without root. I wonder if Autom...
by Desmanto
28 May 2018 16:35
Forum: Feature Requests
Topic: notification on statusbar removed direction
Replies: 3
Views: 10224

Re: notification on statusbar removed direction

While it maybe a little more hassle, maybe you can add another condition confirmation dialog. The yes and no will allow you to pick which one you need.

But I usually just use Input Dialog Single Choice Menu (my favourite) to split these kind of choice.
by Desmanto
27 May 2018 12:40
Forum: User Help / Bug Reports
Topic: Wifi tethering on Android Oreo not working
Replies: 8
Views: 18153

Re: Wifi tethering on Android Oreo not working

Oh, probably you also need to grant Automagic the write secure permission in adb. Martin has integrated that app's method in this 1.35.0 : https://automagic4android.com/forum/viewtopic.php?f=5&t=6943. So if Automagic can't do it, most likely that app can't either. Or maybe you need to grant root per...
by Desmanto
27 May 2018 11:03
Forum: User Help / Bug Reports
Topic: Wifi tethering on Android Oreo not working
Replies: 8
Views: 18153

Re: Wifi tethering on Android Oreo not working

Automagic 1.35.0 should have fixed this. Check the playstore for update.
by Desmanto
25 May 2018 17:13
Forum: User Help / Bug Reports
Topic: Change settings of other apps
Replies: 4
Views: 11280

Re: Change settings of other apps

No root, you can only use Control UI, as stated by digitalstone. But it will cause UI distraction, since you can't use the app during the automatic control. And you can only change one settting at one time. If the app exposed the setting to tasker/automagic, either by direct plugin or intent broadca...