如何解决传屏器配对失败问题?
传屏器插入无反应问题排查指南
现象描述
• 屏幕上没有任何弹窗提示
• 传屏器指示灯持续闪烁
排查步骤
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*注意事项
如果所有步骤都正常但问题仍存在,请联系技术支持联动技术人员进行深入排查
插入传屏器后,配对报错
3008 : 配对过程中,传屏器被拔除了
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” 服务