ZorinConnect mirror phone

On Windows i used the "Your phone" app a lot ,specialy the screen mirroring .
Will ZorinConnect get the same functionaly in the furure ?

Hello and welcome,
I don't think it will be available one day because since a long time users made requests to implement it in KDE Ccnnect (Zorin Connect is a clone).
So you can try to follow this guide

1 Like

i did a search on github and got and there were a ton of scrcpy downloads .
maybe it's me, but I'm used to installing apps via stores ( coming from Windows ), when you see so many resources to download scrcpy you still wonder which ones are safe.

go in software manager, search and install this "guiscrcpy"

Thank you , unfortunetly when i press start scrcpy button i doesn't find my device eventho they are on the same network.
When opening the network manager un scrcpy and add the phone ip in it , the guiscrcpy crash

it crash maybe because some dependencies are missing, leave the GUI you installed and do the install of the scrcpy backend (commands from officical scrcpy Github)
First, you need to install the required packages:

sudo apt install ffmpeg libsdl3-0 libusb-1.0-0 adb wget \
                 gcc git pkg-config meson ninja-build libsdl3-dev \
                 libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
                 libswresample-dev libusb-1.0-0-dev libv4l-dev

Then clone the repo and execute the installation script

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

i get this error
scrcpy 1.25 https://github.com/Genymobile/scrcpy
/usr/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 536.3 MB/s (41650 bytes in 0.000s)
[server] INFO: Device: samsung SM-S948B (Android 16)
[server] ERROR: Could not invoke method

When you do what ?

when i type scrcpy in terminal

Sow me the output of

adb devices

Ensure your Samsung device has the necessary settings enabled:

  • USB debugging is turned on in Developer Options
  • Install via USB permission is granted (check for any permission prompts on your device)
  • Your device is properly authorized for USB debugging

Try clearing the cached server and reinstalling:

adb shell rm -rf /data/local/tmp/scrcpy-server.jar

Then launch scrcpy again to force a fresh server installation.