Search found 109 matches

by ariloc
05 Mar 2020 03:39
Forum: User Help / Bug Reports
Topic: Send mp3 metadata to car via bluetooth
Replies: 11
Views: 49187

Re: Send mp3 metadata to car via bluetooth

I'm sorry it doesn't work, but I don't have a device at the moment that supports displaying metadata through Bluetooth. About @Wibbly's idea, it's totally possible. There is an app called Botifier that used to be able to display the notifications from the phone in the car stereo screen, but it's bee...
by ariloc
05 Mar 2020 03:20
Forum: User Help / Bug Reports
Topic: Seeking help automating app login
Replies: 6
Views: 18438

Re: Seeking help automating app login

You can maybe try out something like this in the Control UI action: while(NOT existsElementById(id)) { sleep(1); } It might not be ideal, but I found it reliable enough. So after you've done several actions and need to wait for the submit button to appear, as long as the button is not on screen, Aut...
by ariloc
04 Mar 2020 03:32
Forum: User Help / Bug Reports
Topic: Send mp3 metadata to car via bluetooth
Replies: 11
Views: 49187

Re: Send mp3 metadata to car via bluetooth

I think you mean to send the metadata of the song playing. I can't test it right now, but I found out that action Send Broadcast can help you. As it's said in a Stack Overflow thread ( Link ), it seems you can send a broadcast with metadata changed using (I believe would be) in the Action field, com...
by ariloc
27 Feb 2020 01:29
Forum: User Help / Bug Reports
Topic: Adwanced help for me please
Replies: 2
Views: 12408

Re: Adwanced help for me please

Can i run shell script form /system/bin foder named dbp.sh on automagic startup? I think you can do it using Run Root Command action, but it will work as long as you're phone is rooted (which you said it was) and you granted AM root permission. Trigger can be Automagic Startup . Can i export my flo...
by ariloc
27 Feb 2020 01:16
Forum: User Help / Bug Reports
Topic: Reply on " send SMS "
Replies: 5
Views: 17836

Re: Reply on " send SMS "

I tried to search for information about it and I couldn't find anything that explains it, other than there are many we error messages about SMS delivery report given by carriers, but as it's stated in the AM documentation like fixed ranges, it doesn't justify it. Maybe @Martin can answer that peculi...
by ariloc
05 Feb 2020 05:50
Forum: User Help / Bug Reports
Topic: Google weather data?
Replies: 3
Views: 10797

Re: Google weather data?

I looked up if there was some kind of integration that may allow you to do this, and it seems not so long ago there was an available API to get Google Weather data. But it was just deprecated on Jan 31 of this year, and the documentation says that there's no provided alternative by Google ( Link ). ...
by ariloc
05 Feb 2020 05:41
Forum: User Help / Bug Reports
Topic: get a variable from another flow
Replies: 3
Views: 11126

Re: get a variable from another flow

As long as I know, the only other way to pass variables from one flow into other is that, if you execute one flow with Execute Flow action, you can check Wait called flows to finish , which enables you to check Return variables from the calling flow . So that way, if you call a flow, all variables g...
by ariloc
30 Jan 2020 23:57
Forum: Flow Sharing Area
Topic: Delete location EXIF data when sharing images
Replies: 1
Views: 11664

Delete location EXIF data when sharing images

I recently needed to write some EXIF data into images as I wanted to fix an issue I had with GCam in my phone, because the photos taken with it will have the manufacturer tag as "Google" while in my case would be "Xiaomi". While searching for information to do it, I stumbled across @gollyzila's thre...
by ariloc
30 Jan 2020 04:56
Forum: User Help / Bug Reports
Topic: Reply on " send SMS "
Replies: 5
Views: 17836

Re: Reply on " send SMS "

Couldn't quite understand the <31 thing in the help provided. You can check out the help of an action, condition or trigger if you click the '?' icon to the left of the action type, inside the UI for editing it. There, it specifies that the value written to the variable I mentioned before, which ge...
by ariloc
28 Jan 2020 04:36
Forum: User Help / Bug Reports
Topic: Reply on " send SMS "
Replies: 5
Views: 17836

Re: Reply on " send SMS "

Included in the Send SMS action, there's an option called Request delivery report , which when enabled, will return a delivery message back to the sender when it is received by the receiver. In order to detect this, when that report is activated, you can choose Synchronous with timeout , that will k...