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-devCode: Alles auswählen
git clone https://github.com/Genymobile/scrcpyCode: Alles auswählen
cd scrcpyCode: Alles auswählen
./install_release.shCode: Alles auswählen
git pullCode: Alles auswählen
./install_release.shCode: Alles auswählen
sudo ninja -Cbuild-auto uninstallStart the application with the command:
Code: Alles auswählen
scrcpyUsing 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 devicesIn the terminal, execute
Code: Alles auswählen
adb tcpip 5555Disconnect 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:5555Start with:
Code: Alles auswählen
scrcpyRun scrcpy as usual.