[Q] adb won't find ViewSonic ViewPad 7 on Mac OS X 10.6
I can't get adb to recognize my device (ViewSonic ViewPad 7).
On my device under Settings/Applications/Development/ "USB debugging" is checked.
When I plug in my USB cable I see two ongoing items in the task bar: "USB debugging connected" and "USB connected".
However if I then go into my Mac' (Mac OS X 10.6.6) Terminal.app I can't find the device.
$adb version
Android Debug Bridge version 1.0.26
$adb devices
List of devices attached
$adb get-state
unknown
Anyone have any idea what else I can try?
|