You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully run scrcpy on several different devices with different Android versions when they have been connected to my PC directly via USB or when setting the device's ADB server to TCPIP mode.
Now, I have a third case where I have a small linux computer in between my PC and the Android device. The Android device is connected directly to this small linux computer. So, on my PC I setup a local port forward using SSH to the small linux computer and I can verify that when running adb devices on my PC I do indeed see the correct Android device. However, when I run scrcpy I get this output and it just stays there (I've waited roughly 5 minutes - usually this step takes a few seconds only):
I am confident that the SSH tunnel itself is not the problem because I have a Java program that successfully does different operations on this device through this tunnel.
The device run Android Nougat. The ADB version used on both my PC and the small linux computer is 1.0.36 (this is not something I can change at the time unfortunately).
I have successfully run scrcpy on several different devices with different Android versions when they have been connected to my PC directly via USB or when setting the device's ADB server to TCPIP mode.
Now, I have a third case where I have a small linux computer in between my PC and the Android device. The Android device is connected directly to this small linux computer. So, on my PC I setup a local port forward using SSH to the small linux computer and I can verify that when running
adb devices
on my PC I do indeed see the correct Android device. However, when I run scrcpy I get this output and it just stays there (I've waited roughly 5 minutes - usually this step takes a few seconds only):I am confident that the SSH tunnel itself is not the problem because I have a Java program that successfully does different operations on this device through this tunnel.
The device run Android Nougat. The ADB version used on both my PC and the small linux computer is 1.0.36 (this is not something I can change at the time unfortunately).
Scrcpy is installed as a Snap. Version info:
This is currently a show stopper for me. Is there anything else I could try?
The text was updated successfully, but these errors were encountered: