zjn0505
zjn0505
For me it only happens on baud rate 9600.
Hi, The error is initiated from https://github.com/zjn0505/adb-alfred/blob/0b971a0adb1a3e01c98372d5cff1a62107afc564/scripts/list_devices.py#L235-L236 As far as I know it is caused by workflow python 3 migration and the support library hasn't fully support background tasks. I...
Can you attach the logs?
It looks the workflow stopped when it runs the `show_device_options.py` script filter action. I don't know why it ends without any exception logs If you would like to help debugging...
Can you try this version? [adb-v1.13.2-x.alfredworkflow.zip](https://github.com/zjn0505/adb-alfred/files/8746270/adb-v1.13.2-x.alfredworkflow.zip) I took the advise from https://www.alfredforum.com/topic/18352-script-filter-action-not-executed/?do=findComment&comment=95363 It switched to another workflow library. I haven‘t got the chance to test it throughly.
In video clip 1, after you selected the device, alfred disappeared. So the issue remains the same after I switched to new library. I will keep looking into it. The...
Maybe you can delete the workflow, and delete `~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/xyz.jienan.adb/` folder, and re-import [1.13.3 version](https://github.com/zjn0505/adb-alfred/releases/tag/v1.13.3) to see if it helps or not.
Hi, this time it is a configuration error. Please check the configuration. I think you are having `adb_path` configed wrong. It should be something like `~/Library/Android/sdk/platform-tools/adb` Currently I guess it...
> `os.path.isdir` seems not working with path with whitespaces Resolved after removing `pipe.quote`
> apksigner verify -v --print-certs should be run_in_background https://github.com/zjn0505/adb-alfred/pull/34