mobi-nex
mobi-nex
Can you try to set the environment variable `ADB` pointing to the adb executable and then running `adborc consumer scrcpy `. So you might have to do the following: ```...
Can you copy paste the logs seen on the console?
Does seem like a scrcpy issue, but I don't have a mac M1 to reproduce the issue and confirm. I will try to get hold of one. Meanwhile, if possible,...
Ah. Thanks for trying this out. I will create a separate issue for this and try to get it fixed before next release.
This issue only affects Windows. This is because In addition to closing the scrcpy tunnels, we also kill the child scrcpy process. The problem is, the scrcpy window runs in...
See https://github.com/Genymobile/scrcpy/issues/3639 for more details on this issue.
Sure, I was thinking some of the files need refactor too. Do you have any specific files/refactor in mind?
Before addressing your suggested structure, I will explain the project structure and Rust packaging conventions in a nutshell. The AdbOrc project currently has two separate entities -- a binary (the...