Search found 10 matches

by rubaboo
05 Nov 2019 23:20
Forum: User Help / Bug Reports
Topic: bluetooth connection for media
Replies: 1
Views: 7461

bluetooth connection for media

How can I check that a Bluetooth device is connected for media (as opposed to "for calls only")?
by rubaboo
03 Nov 2019 07:27
Forum: Flow Sharing Area
Topic: Automagic Backup
Replies: 5
Views: 23854

Re: Automagic Backup

Could you make it possible to run the backup manually from Automagic by selecting "Execute". I'd rather not have a shortcut in my launcher just for this. Thanks a lot!
by rubaboo
25 Oct 2019 07:51
Forum: User Help / Bug Reports
Topic: text matching is not triggered
Replies: 22
Views: 50283

Re: text matching is not triggered

Also, if the phone is locked, click('OK') doesn't work. When I unlock the phone, the dialog is still there. The log shows the flow was executed.
by rubaboo
25 Oct 2019 07:06
Forum: User Help / Bug Reports
Topic: text matching is not triggered
Replies: 22
Views: 50283

Re: text matching is not triggered

Maybe I just need to add some delays? How do I do that?
Because I've tried it again, and noticed two things different this time:
1. The text was "Attention".
2. The dialog did not disappear, although the log shows start and end of click('OK')
by rubaboo
23 Oct 2019 05:14
Forum: User Help / Bug Reports
Topic: text matching is not triggered
Replies: 22
Views: 50283

Re: text matching is not triggered

Added the Write as you suggested. The logged text is just two words - "MTP application", without quotes. But the dialog I'm trying to catch is https://images.app.goo.gl/PY24viChNDvMFz2N6.
PM'd you the log and the flow.
by rubaboo
21 Oct 2019 06:07
Forum: Feature Requests
Topic: triger for Auto-rotate change
Replies: 1
Views: 9666

triger for Auto-rotate change

I don't see a trigger for Auto-rotate state change, only a Condition. Can it be implemented? Could you suggest a workaround in the meantime? I want to perform an action when Auto-rotate is enabled or disabled.
by rubaboo
21 Oct 2019 05:51
Forum: User Help / Bug Reports
Topic: Connected/disconnected to one of a list of bluetooth devices
Replies: 2
Views: 7907

Re: Connected/disconnected to one of a list of bluetooth devices

I solved it. Here is the flow and the script. The "False" branch is mainly for clarity. The flow will work correctly if both "True" and "False" are pointing to the same script, the one on the left (full source listed under the pic). Screenshot_20191020-224732.jpg if (isList(connected_devices_names))...
by rubaboo
20 Oct 2019 23:26
Forum: User Help / Bug Reports
Topic: Connected/disconnected to one of a list of bluetooth devices
Replies: 2
Views: 7907

Re: Connected/disconnected to one of a list of bluetooth devices

Looked into it some more. Now I'm thinking it should be a trigger Bluetooth Device Connected (any), followed by a condition Bluetooth Device Connected, where I save connected_device_names to another variable, and then a script to find if connected device list and car device list intersect. What is t...
by rubaboo
20 Oct 2019 21:44
Forum: User Help / Bug Reports
Topic: Connected/disconnected to one of a list of bluetooth devices
Replies: 2
Views: 7907

Connected/disconnected to one of a list of bluetooth devices

The problem: I drive more than one car, and I'd like to set global_inCar=true; when I connect to any of the cars, and global_inCar = false; when I disconnect from any of the cars. So, I'm thinking I would trigger Bluetooth Device Connected (or Disconnected, accordingly) and then check if the device ...
by rubaboo
20 Oct 2019 20:19
Forum: User Help / Bug Reports
Topic: text matching is not triggered
Replies: 22
Views: 50283

text matching is not triggered

Hi there. Just started using this, although bought it years ago. Surprised to see flows animated if they are on screen and triggered. Very nice. Now to my question: I made a trigger UI Event - Window Opened, specified a package name, and entered the appropriate text under "contains text". The trigge...