adb shell pm path com.mahub.screenshare.serveradb shell pm path com.screenshare.serveradb shell pm path com.screenshare.platformadb shell getenforceadb shell setenforce 0adb shell getenforce 获取状态adb shell ls -ls /dev/hidraw*adb shell ifconfig ,查看是否有usbx网卡设备是否生成,并且 ip 为 192.168.244.253。若无,则不满足adb shell ping 192.168.244.253 ,ping 通,则满足。adb shell getenforce 查看是否为 Enforcing,若是,则adb shell setenforce 0 修改成Permissive,使其生效。重新配对验证,若验证配对成功,则按照最后附上的适配文档给系统负责人适配。adb shell ps -ef | grep uevent 查看是否有 “uevent_misc_vendor” 服务