Recentemente ho aggiornato il mio MBP Retina 2013 a Sierra GM e oggi si è fermato per connettere i dispositivi Android.
Ho installato Android SDK e molti dispositivi sono disponibili con diverse versioni del sistema operativo. Ma quando li collego al mio MacBook, si caricano solo, ADB non funziona e non li vedo affatto collegati a USB:
$ 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>
Quando collego il mio 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>
Ho già provato:
- Windows way (riavvia MacBook, riavvia i dispositivi).
- Utilizza un cavo USB diverso.
- Connessione a una porta diversa (2 disponibili).
- Utilizza dispositivi diversi (già provato con 3 dispositivi Samsung, 1 Asus e 1 HTC).
Tutto andava bene per alcuni giorni dopo l'aggiornamento, ma oggi non funziona.
Qualche suggerimento?