Romain Vimont
Romain Vimont
> You right, but add ru lang only 3 strings, i think this very small change. Each independent change should be in separate commit, so that they can be merged,...
Yes, it coud not work as a hotspot. #95
Are there any relevant logs in `adb logcat`?
https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#device-unauthorized
But device unauthorized is an adb error, not related to scrcpy or gnirehtet. > 78KNW19C02004323 device OK so now your device is authorized. What's the problem now?
> adb server version (32) doesn't match this client (41); killing... https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#conflicts-between-adb-versions (again, it's an adb issue, not gnirehtet or scrcpy)
> Address already in use There is already something listening on this port (another gnirehtet instance?) What is the result of: ``` adb reverse --list adb reverse tcp:31416 tcp:31416 ```
Oh, that's great, thank you! :+1: I'll review as soon as I have time to work on gnirehtet. :wink:
Hi, Sorry for the delay. I quickly looked at it today, but I have this issue: ``` $ ./gnirehtet uninstall error: The argument 'port' wasn't found ``` This is weird,...
I don't know, but you would need `adb` on the device too. One possibility would be to adapt the java version of the server, and use an adb library, like...