**android ADB命令集锦**
adb connect 192.168.0.11
adb remount
adb shell
ls
adb push c:/test.txt system\etc
ADB实用命令集锦
本文介绍了Android设备上常用的ADB命令,包括连接指定IP地址的设备、重新挂载系统分区、进入Shell并列出文件等操作,还展示了如何推送文件到设备的指定目录。
**android ADB命令集锦**
adb connect 192.168.0.11
adb remount
adb shell
ls
adb push c:/test.txt system\etc
5万+
3万+

被折叠的 条评论
为什么被折叠?