我有一部手机在Mac上被adb检测到,但在我的机器上却没有."未检测到",我的意思是它确实出现在lsusb中,但"adb devices"报告了一个空白的设备列表:
adb devices
List of devices attached
我尝试过以下方法:
相关信息:
Bus 003 Device 003: ID 1782:5d01 Spreadtrum Communications Inc.
SUBSYSTEM=="usb", ATTR{idVendor}=="1782", MODE="0666", GROUP="plugdev"
Jul 17 18:40:12 josh-N56VJ kernel: [ 1289.390363] usb 3-2: new high-speed USB device number 7 using xhci_hcd
Jul 17 18:40:12 josh-N56VJ kernel: [ 1289.390439] usb 3-2: Device not responding to set address.
Jul 17 …