The development system is Android Studio set up on Ubuntu 12.04 machine (however, this issue doesn't seem involving android studio; I am just working with android SDK so far to establish ADB connection.)
My problem is that "adb devices" command produces no output (expect serial number of the device.)
I have a Rockchip-based tablet (Xelio 7) which works OK on this same development system (unplug one, plug in the other); the two share the same Vendor ID (0x2207).
Here are specifics:
The MK808B is as-shipped, except that I have done "factory data reset" so there are no applications added (Apps says "No Apps.")
Settings are as follows:
USB -> Connect to PC: checked
Developer Options -> USB debugging: checked
Developer options -> Select debug app: No debug application set
Internet connection is via Ethernet (no wifi available) and that is working normally.
The MK808B main (type A) USB port is connected to a hub which in turn is connected to USB keyboard, mouse and Ethernet adanter.
The MK808B mini (type B) USB port (OTG) is connected to the development system.
On the MK808b's status area (bottom right of screen) icon indicates "USB debugging connected"
On the linux development system, lsusb shows Bus 001 Device 005: ID 2207:0010 which is the Rockchip device.
/etc/udev/rules.d/51-devices file contains:
SUBSYSTEM=="usb", ATTRS{idVendor}=="2207", MODE="0666"
$HOME/.android/adb_usb.ini file contains:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x2207
I am looking for troubleshooting advice,
Thank you!
Comment