adb can't find ViewSonic ViewPad 7

awolf

Member
Feb 5, 2011
1
0
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 devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
$ adb version
Android Debug Bridge version 1.0.26


Anyone have any idea what else I can try?
 

americandane

Member
Oct 27, 2011
47
9
It appears your USB driver isn't properly set up OR you don't have USB debugging checked on your tablet. The latter is done through setup, applications, development, then check the box.
The former is more involved but there are posts around to walk you through it.
 
Top