Page 1 of 1
Request MX23 - scrcpy 2.1.1
Posted: Thu Aug 03, 2023 3:56 pm
by MXMUX
SCRCPY (or Screen Copy) is a free and open-source application that allows you to display and control your Android device from your computer. It uses an ADB connection over USB and does not require rooted devices.
Re: Request MX23 - scrcpy 2.00
Posted: Fri Aug 04, 2023 5:16 am
by asqwerth
Please read the guidelines for package requests:
viewtopic.php?p=455532#p455532
Please provide a link to the source code location of the packages you are asking to be built. Be considerate to the packaging team so they don't have to do all the looking up for each request made.
Re: Request MX23 - scrcpy 2.00
Posted: Fri Aug 04, 2023 12:29 pm
by MXMUX
Apologies to all involved. Here is a link and hope it is what you're requesting.
https://github.com/Genymobile/scrcpy/releases/.
Re: Request MX23 - scrcpy 2.00 [Solved]
Posted: Sun Aug 13, 2023 1:16 am
by MXMUX
I got scrcpy 2.1.1 working. It took a bit to do it but it works.
First install the depends:
Code: Select all
sudo apt install ffmpeg libsdl2-2.0-0 adb wget gcc pkg-config meson libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
Then Download scrcpy 2.1.1:
https://github.com/Genymobile/scrcpy/ar ... .1.tar.gz
Extract the downloaded file to desired location and then edit install_release.sh to get the correct scrcpy server installed. Change lines 5 & 6 to this.
Code: Select all
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-server-v2.1.1
PREBUILT_SERVER_SHA256=9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e
Now you can install it running install_release.sh
Re: Request MX23 - scrcpy 2.00
Posted: Wed Feb 12, 2025 8:50 am
by michaelbr
MXMUX wrote: Sun Aug 13, 2023 1:16 am
Extract the downloaded file to desired location and then edit install_release.sh to get the correct scrcpy server installed. Change lines 5 & 6 to this.
Code: Select all
PREBUILT_SERVER_URL=https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-server-v2.1.1
PREBUILT_SERVER_SHA256=9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e
Now you can install it running install_release.sh
@MXMUX I followed your steps but it failed at the end, gave this error
Code: Select all
meson.build:1:0: ERROR: Could not invoke sanity test executable: [Errno 13] Permission denied: '/media/data/backup/apps/Linux/utils/scrcpy/build-auto/meson-private/sanitycheckc.exe'.
What I'm doing wrong? exe is windows file, right, what it's doing here?
ps: I'm installing on a brand new install of 23.5
Re: Request MX23 - scrcpy 2.1.1
Posted: Wed Feb 12, 2025 10:16 am
by django013
Hm - scrcpy 2.x is pretty old.
I'm using scrcpy 3.1 and have no issues so far
Re: Request MX23 - scrcpy 2.1.1
Posted: Thu Feb 13, 2025 7:46 am
by michaelbr
django013 wrote: Wed Feb 12, 2025 10:16 am
Hm - scrcpy 2.x is pretty old.
I'm using scrcpy 3.1 and have no issues so far
thanks for this tip, I've managed to install it.