Forumsregeln
This forum is intended for instructions and help.
PLEASE DO NOT OPEN A TOPIC HERE
PLEASE DO NOT ASK ANY QUESTIONS HERE
PLEASE DO NOT POST HERE
Please open questions as a topic in the appropriate forum.
Benutzeravatar
waldbursche
Beiträge: 1174
Registriert: Mo 29. Mär 2021, 15:14
Wohnort: SN - CZ - SK - HU - RO
Volla Phone mit: Volla OS 14
Volla Gerätetyp: VollaPhone Quintus
sonstiges Handy/iPhone mit Android Version/iOS Version: VollaPhone 1, VollaPhone 22, VollaTablet mit VollaOS und UbuntuTouch

Display your VollaOS-phone in Desktop

Desktop Application: scrcpy

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
Update:

Code: Alles auswählen

git pull

Code: Alles auswählen

./install_release.sh
Uninstallation:

Code: Alles auswählen

sudo ninja -Cbuild-auto uninstall
Using scrcpy via USB:
Start the application with the command:

Code: Alles auswählen

scrcpy
after connecting the phone via USB cable.

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
. A correct response would be: restarting in TCP mode port: 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
(replace "xxx.xxx.xxx.xx" with the correct Wi-Fi IP address from step 6). A correct response would be: connected to xxx.xxx.xxx.xx:5555.

Start with:

Code: Alles auswählen

scrcpy
.

Run scrcpy as usual.
Beste Grüße und eine gute Zeit - Best regards and a good time

Moderator des Forums
Hinweise? -> PN an mich

Mod of this forum
Notes? -> DM me

Zurück zu „Tutorials“