Romain Vimont
Romain Vimont
`adb` must be accessible from your `PATH`, so add `C:\path\to\your\android\sdk\platform-tools` to your Windows `PATH`. EDIT: random video explaining how to do: https://www.youtube.com/watch?v=EmimicZd6tI
> thread 'main' panicked at 'Not an Ipv4 packet, version=0', src/relay/ipv4_packet_buffer.rs:38:13 See https://github.com/Genymobile/gnirehtet/issues/69. Several users reported it, but I never reproduced it myself, so it's hard to debug. Does it...
IIUC, you don't need _gnirehtet_ for that. The reason you can't connect from another computer is that `adb forward tcp:1234 tcp:1234` only listens on `127.0.0.1`: ``` $ ss -no state...
Ref: #685
In theory, I'm not against. In practice, there are a lot of questions to be discussed. For example (non exhaustive): - How do you detect that this is the same...
OK, I'm ok with that. :+1: There is a preliminary change to make: currently, scrcpy handles the connection in the main thread, then starts the UI event loop once connected....
Not yet. I have it in mind, but I have more refactors to do beforehand.
I have to move server to a separate thread first :)
Run `scrcpy -Vverbose --no-mouse-hover` to see if the scroll events are correctly forwarded. It's probably either a device issue (there was a bug on some Android devices where mouse wheel...
> This appears to work, but not on all parts of the screen, usually on the left half. #3598