Page 2 of 2

Re: any way to install scrcpy on AVL MXE?

Posted: Fri Jun 13, 2025 4:20 pm
by kmathern
IndioBlanco wrote: Fri Jun 13, 2025 12:17 pm Nada amigo, me sigue dando el mismo error que ayer tras ejecutar el ./install_release.sh ::)
Image
Create a new directory where you haven't tried building & installing scrcpy.

Maybe something like this

Code: Select all

random=$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 8); mkdir scrcpy.$random; cd scrcpy.$random

Then the steps below (same as the instructions from here: https://github.com/Genymobile/scrcpy/bl ... c/linux.md)

Code: Select all

git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh

Re: any way to install scrcpy on AVL MXE?

Posted: Sat Jun 14, 2025 4:32 am
by IndioBlanco
kmathern wrote: Fri Jun 13, 2025 4:20 pm
IndioBlanco wrote: Fri Jun 13, 2025 12:17 pm Nada amigo, me sigue dando el mismo error que ayer tras ejecutar el ./install_release.sh ::)
Image
Create a new directory where you haven't tried building & installing scrcpy.

Maybe something like this

Code: Select all

random=$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 8); mkdir scrcpy.$random; cd scrcpy.$random

Then the steps below (same as the instructions from here: https://github.com/Genymobile/scrcpy/bl ... c/linux.md)

Code: Select all

git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh

Well, I followed those steps and the installation worked, but it still doesn't work completely. Phone connected and adb activated and the terminal gives me this error message:

Code: Select all

$ scrcpy
scrcpy 3.3 <https://github.com/Genymobile/scrcpy>
ERROR: Device could not be connected (state=no)
ERROR: Server connection failed

Re: any way to install scrcpy on AVL MXE?

Posted: Sat Jun 14, 2025 11:40 am
by kmathern
IndioBlanco wrote: Sat Jun 14, 2025 4:32 am ...Well, I followed those steps and the installation worked, but it still doesn't work completely. Phone connected and adb activated and the terminal gives me this error message:

Code: Select all

$ scrcpy
scrcpy 3.3 <https://github.com/Genymobile/scrcpy>
ERROR: Device could not be connected (state=no)
ERROR: Server connection failed
You might consider closing this topic since you now have scrcpy installed, open a new topic on how to use scrcpy.
I've used scrcpy some, but mainly just to try it out, so I can't offer very much help in using it.

Just a thought, have you enabled USB debugging and/or Wireless debugging in Developer options on your phone?

Re: any way to install scrcpy on AVL MXE?  [Solved]

Posted: Sun Jun 15, 2025 7:37 am
by IndioBlanco
kmathern wrote: Sat Jun 14, 2025 11:40 am
IndioBlanco wrote: Sat Jun 14, 2025 4:32 am ...Well, I followed those steps and the installation worked, but it still doesn't work completely. Phone connected and adb activated and the terminal gives me this error message:

Code: Select all

$ scrcpy
scrcpy 3.3 <https://github.com/Genymobile/scrcpy>
ERROR: Device could not be connected (state=no)
ERROR: Server connection failed
You might consider closing this topic since you now have scrcpy installed, open a new topic on how to use scrcpy.
I've used scrcpy some, but mainly just to try it out, so I can't offer very much help in using it.

Just a thought, have you enabled USB debugging and/or Wireless debugging in Developer options on your phone?
Let's see, scrcpy is installed, but it won't start and I get that error, which I don't know how to fix. I'm coming from Ubuntu, where I didn't have too many problems getting it working, and my Linux knowledge isn't that great either. Yes, I have USB debugging enabled in developer mode.
I understand there are things I'm missing, and that's why I'm asking for advice, but I understand what you're saying. I'll write another post about its use.