any way to install scrcpy on AVL MXE?

For issues with MX that has been modified from the initial install. Example: adding packages that then cause issues.
Message
Author
User avatar
kmathern
Developer
Posts: 2523
Joined: Wed Jul 12, 2006 2:26 pm

Re: any way to install scrcpy on AVL MXE?

#11 Post 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

User avatar
IndioBlanco
Posts: 19
Joined: Sun May 25, 2025 3:23 am

Re: any way to install scrcpy on AVL MXE?

#12 Post 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
AVL MXE Enlightenment 23.5
AMD QuadCore Processor E2 3800
17" LCD AMD Radeon HD 8280
16GB RAM DD3 500GB SDD

User avatar
kmathern
Developer
Posts: 2523
Joined: Wed Jul 12, 2006 2:26 pm

Re: any way to install scrcpy on AVL MXE?

#13 Post 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?

Post Reply

Return to “MX Modified”