Romain Vimont
Romain Vimont
I am a bit worried about security implications though. If someone manage to make you install a malicious app having package `com.genymobile.scrcpy`, then the next time the scrcpy client is...
> Sorry for asking but is there any progress of this PR? Due to https://github.com/Genymobile/scrcpy/pull/3517#issuecomment-1265000612, I think it would be better to use a companion app instead. This PR is...
> It's sad when an other approach of injecting non-ASCII text goes nowhere... [HID keyboard](https://github.com/Genymobile/scrcpy#physical-keyboard-simulation-hid) (over USB) should work pretty well.
Now, there is audio, camera and HID without the need for an app. Closing.
> > > this is when I use the zipped binary instead Which zipped binary for macOS?
Could you try with a minimal sample (an hello world) to execute a .jar with `app_process`? https://blog.rom1v.com/2018/03/introducing-scrcpy/#run-a-java-main-on-android
This is not expected. USBaudio just sends a request to change the mode: https://source.android.com/devices/accessories/aoa2 But then, it should be "reset" on unplug. What is the result of `lsusb` for your...
That would be great, but that's not possible in the scrcpy executable itself: the fact that there is a console or no console is determined before running the executable.
You could probably modify `scrcpy-noconsole.vbs` to forward the command-line arguments, so `scrcpy-noconsole.vbs` would behave the same way as the old `scrcpy-noconsole.exe`.
> `scrcpy.exe --noconsole ...` What does it do? Please show the diff.