Usage: Scrcpy is an open-source application that can display Android devices on a desktop, enabling screen mirroring along with device control via mouse and keyboard.
Prerequisites: On a VollaPhone with VollaOS, enable Developer Options, activate USB Debugging, and establish a USB connection or Wi-Fi connection (for advanced users) with Wi-Fi Debugging enabled.
Installation:
Always install the latest version.
For Debian/Ubuntu
Open a terminal and execute the following commands:
Code: Alles auswählen
sudo apt install ffmpeg libsdl2-2.0-0 adb wget
gcc git pkg-config meson ninja-build libsdl2-dev
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev
libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
Code: Alles auswählen
git clone https://github.com/Genymobile/scrcpy
Code: Alles auswählen
cd scrcpy
Code: Alles auswählen
./install_release.sh
Code: Alles auswählen
git pull
Code: Alles auswählen
./install_release.sh
Code: Alles auswählen
sudo ninja -Cbuild-auto uninstall
Start the application with the command:
Code: Alles auswählen
scrcpy
Using scrcpy via Wi-Fi:
Prerequisite: Developer Options with Wi-Fi Debugging enabled.
Connect the phone to the computer via USB.
Open a terminal and verify the correct connection to the computer with
Code: Alles auswählen
adb devices
In the terminal, execute
Code: Alles auswählen
adb tcpip 5555
Disconnect the USB connection.
Ensure the device is connected to the same Wi-Fi network as the computer.
Determine the correct Wi-Fi IP address of the phone in the router settings (access the router’s web interface).
Connect to the phone using:
Code: Alles auswählen
adb connect xxx.xxx.xxx.xx:5555
Start with:
Code: Alles auswählen
scrcpy
Run scrcpy as usual.