[Topic DIscussion] 使用deepin控制手机屏幕
Tofloor
poster avatar
HelloWorld!
deepin
2024-11-15 13:55
Author

Scrcpy是电脑通过ADB调试的方式将手机屏幕投到电脑上,并且可以通过电脑控制手机,它可以通过USB连接,也可以通过wifi远程控制,而且不需要root权限.

安装

github地址: https://github.com/Genymobile/scrcpy

安装文档: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md

# for Debian/Ubuntu
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
git clone https://github.com/Genymobile/scrcpy
cd scrcpy
./install_release.sh
git pull
./install_release.sh
第一种:有线连接

首先,打开开发者选项,然后打开USB调试

image.png

使用usb连接后,手机会弹出允许USB调试吗,打勾一律允许,点击允许

image.png

打开终端,执行scrcpy命令,就可以控制手机屏幕了

scrcpy

image.png

第二种:无线连接

在usb连接到手机的情况下,执行adb tcpip 5555, 然后执行adb connect 手机的ip地址:5555;

adb tcpip 5555 //出现restarting in TCP mode port: 5555后断开usb,
adb connect 手机的ip地址:5555; //出现connected to 192.168.0.103:5555说明连接成功
scrcpy //此时就可以无线控制手机屏幕

image.png

Reply Favorite View the author
All Replies
198******21
deepin
2024-11-15 14:16
#1

这个好这个好

Reply View the author
小小怪冲啊!
deepin
2024-11-15 23:43
#2

🐮🐮

Reply View the author
Oli
deepin
2024-11-16 01:20
#3

意义是?

Reply View the author
小鱼贝壳
deepin
2024-11-16 02:13
#4

不是什么事情都需要意义

Reply View the author
明月夜
deepin
2024-11-17 00:33
#5

like

Reply View the author