admin 管理员组

文章数量: 1086019

实现方法是使用一款开源软件scrcpy,将手机投屏到电脑,实现在电脑端控制手机。不需要root权限,不需要手机额外安装软件。截止2022/01/03,linux系统只能在 Debian (目前仅支持 testing 和 sid 分支) 和Ubuntu (20.04) 上使用。

一、安装软件

sudo apt install scrcpy

如若安装报错可尝试:

sudo apt install scrcpy --fix-missing

二、连接硬件

将手机通过USB线插入到手机,并打开手机开发者选项中的usb调试功能。

三、运行scrcpy

打开终端,执行命令"scrcpy",即可自动弹出投屏界面,鼠标操控投屏界面即可实现操控手机

scrcpy支持windows、linux、mac,其源代码在github上托管
https://github/Genymobile/scrcpy
Windows系统exe软件下载地址
https://github/Genymobile/scrcpy/releases/download/v1.21/scrcpy-win64-v1.21.zip

本文标签: 手机 系统 电脑 Linux Windows