Known Issues on Android Q

Post your questions and help other users.

Moderator: Martin

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: Known Issues on Android Q

Post by colabi » 13 Mar 2020 13:14

A working solution based on anuraag post:
(requires root acces)

Flow1 (set flow options to "Skip execution when an instance is already executing")
Trigger: Command Output
- Command: logcat ClipboardService:E *:S -T 15
- contains text: ch.gridvision.ppam.androidautomagic
Action1: Set Default Imput Method
- Input Method: Automagic
Action2: Copy Text from Clipboard
- Variable: global_clip_data
Action3: Set Default Imput Method
- Input Method: Gboard

Flow2
Trigger: Global Variable
- Global Variable: global_clip_data

You can set "Hide Automagic input method" in Automagic General settings

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: Known Issues on Android Q

Post by anuraag » 13 Mar 2020 14:01

colabi wrote:
13 Mar 2020 13:14
(set flow options to "Skip execution when an instance is already executing")

You can set "Hide Automagic input method" in Automagic General settings
These option not required as this process is so fast that you don't even notice input dialog or any parallel execution problem.

Root access isn't required in EAP.

You also need Clipboard Changed trigger. It is required when automagic is foreground.

Post Reply