linux连接手机(Debian)
记录chatGPT搜索给出的答案
libimobiledevice-utils
用于连接iOS设备的实用工具android-tools-adb
用于连接Android设备的ADB工具gnome-bluetooth
用于连接蓝牙设备的GNOME工具
可以通过如下命令来安装这些软件
sudo apt update
sudo apt install -y libimobiledevice-utils android-tools-adb gnome-bluetooth
安装完成后
- 可以通过
ideviceinfo
命令来查看iOS设备的设备信息 - 可以使用
adb devices
命令查看连接的Android设备的列表