I am trying to connect to a Galaxy Tab 10.1 running Android 3.2
I have seen several similar questions, but they all seemed to be related to having the device setup incorrectly. I have it set to allow "Unknown Sources" and I also have "Usb Debugging" enabled. I am able to use adb on both linux and windows machines so my tablet would seem to be correctly setup and the cable is functioning correctly.
When I plug it in to my macbook pro the tab responds with a ping to show it is aware of the connection, but when I run adb devices no device is listed.
My OSX install is fairly new and I have not installed any type of tethering software.
Any ideas?
Be default adb is not setup for all device types. Please replace your current ~/.android/adb_usb.ini file with the one below, it will fix the issue. I had to do the same on my mac for the exact same device.
check to see if the device shows up under USB in the System Profiler (included in OS X). If it is showing up there, but not in ADB, try adding the USB Vendor ID of the phone to ~/.android/adb_usb.ini
This file can be created if it does not already exist.You will need galaxy tab 10.1 vendor id.
Please make sure the last line of the file is a Vendor ID, do not leave a blank line at the end.
Execute
The ~/.android/adb_usb.ini file is automatically updated. Restart adb or restart your machine.