Run the adb shell command on Mac OSX of Android mobile phone to prompt device not found Solution
Some Android phones run adb shell on Mac OS X to prompt device not found. Refer to the online solution. The following describes how to use Samsung S3 as an example.
Enter the following command in the terminal command line:
#system_profiler SPUSBDataTypeUSB:USB Hi-Speed Bus: Host Controller Location: Built-in USB Host Controller Driver: AppleUSBEHCI PCI Device ID: 0x0d9d PCI Revision ID: 0x00a2 PCI Vendor ID: 0x10de Bus Number: 0x24 SAMSUNG_Android: Product ID: 0x6860 Vendor ID: 0x04e8 (Samsung Electronics Co., Ltd.) Version: 4.00 Serial Number: 4df1833b07dd5f1f Speed: Up to 480 Mb/sec Manufacturer: SAMSUNG Location ID: 0x24100000 / 3 Current Available (mA): 500 Current Required (mA): 96
From the USB list after the command is executed, find the Vendor ID (0x04e8) of Samsung S3 and add it ~ /. Android/adb_usb.ini file.
Run the following commands in sequence:
#adb kill-server#adb start-server
You can also go to the Apple icon in the upper left corner of mac OS> about local> System Report> hardware> usb to find the usb interface related to S3 and view the Vendor ID (vendor ID) then, perform the same operation.