Recientemente he actualizado mi MBP Retina 2013 a Sierra GM, y hoy ha dejado de conectar los dispositivos Android.
Tengo el SDK de Android instalado y muchos dispositivos disponibles con diferentes versiones del sistema operativo. Pero cuando los conecto a mi MacBook, sólo se cargan, ADB no funciona y no los veo conectados a USB en absoluto:
$ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 17>
+-o Root Hub Simulation Simulation@1d000000 <class AppleUSBRootHubDevice, id 0x1000002c4, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1d100000 <class AppleUSBDevice, id 0x1000002c6, registered, matched, active, busy 0 (11 ms), retain 12>
| +-o IOUSBHostDevice@1d180000 <class AppleUSBDevice, id 0x1000002e8, registered, matched, active, busy 0 (11 ms), retain 13>
| +-o Apple Internal Keyboard / Trackpad@1d182000 <class AppleUSBDevice, id 0x100000309, registered, matched, active, busy 0 (162 ms), retain 15>
| +-o BRCM20702 Hub@1d181000 <class AppleUSBDevice, id 0x100000324, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o Bluetooth USB Host Controller@1d181300 <class AppleUSBDevice, id 0x100000352, registered, matched, active, busy 0 (12 ms), retain 17>
+-o Root Hub Simulation Simulation@1a000000 <class AppleUSBRootHubDevice, id 0x1000002cb, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1a100000 <class AppleUSBDevice, id 0x1000002cd, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o FaceTime HD Camera (Built-in)@1a110000 <class AppleUSBDevice, id 0x100000503, registered, matched, active, busy 0 (114 ms), retain 19>
+-o Root Hub Simulation Simulation@14000000 <class AppleUSBRootHubDevice, id 0x1000012c4, registered, matched, active, busy 0 (1 ms), retain 8>
Cuando conecto mi iPhone:
$ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 17>
+-o Root Hub Simulation Simulation@1d000000 <class AppleUSBRootHubDevice, id 0x1000002c4, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1d100000 <class AppleUSBDevice, id 0x1000002c6, registered, matched, active, busy 0 (11 ms), retain 12>
| +-o IOUSBHostDevice@1d180000 <class AppleUSBDevice, id 0x1000002e8, registered, matched, active, busy 0 (11 ms), retain 13>
| +-o Apple Internal Keyboard / Trackpad@1d182000 <class AppleUSBDevice, id 0x100000309, registered, matched, active, busy 0 (172 ms), retain 15>
| +-o BRCM20702 Hub@1d181000 <class AppleUSBDevice, id 0x100000324, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o Bluetooth USB Host Controller@1d181300 <class AppleUSBDevice, id 0x100000352, registered, matched, active, busy 0 (12 ms), retain 17>
+-o Root Hub Simulation Simulation@1a000000 <class AppleUSBRootHubDevice, id 0x1000002cb, registered, matched, active, busy 0 (11 ms), retain 9>
| +-o IOUSBHostDevice@1a100000 <class AppleUSBDevice, id 0x1000002cd, registered, matched, active, busy 0 (12 ms), retain 12>
| +-o FaceTime HD Camera (Built-in)@1a110000 <class AppleUSBDevice, id 0x100000503, registered, matched, active, busy 0 (122 ms), retain 19>
+-o Root Hub Simulation Simulation@14000000 <class AppleUSBRootHubDevice, id 0x1000012c4, registered, matched, active, busy 0 (1 ms), retain 9>
+-o iPhone@14200000 <class AppleUSBDevice, id 0x100001414, registered, matched, active, busy 0 (3 ms), retain 19>
Ya lo he intentado:
- De la manera de Windows (reiniciar el MacBook, reiniciar los dispositivos).
- Utilice un cable USB diferente.
- Conéctate a un puerto diferente (2 disponibles).
- Utilizar diferentes dispositivos (ya he probado 3 dispositivos Samsung, 1 Asus y 1 HTC).
Todo fue bien durante unos días después de la actualización, pero hoy no funciona.
¿Alguna sugerencia?