Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android USB Vendor IDs for unknown brand [closed]

Refer to http://developer.android.com/guide/developing/device.html#VendorIds, I want to buy a unknown brand Android device, such as http://app-4-android.blogspot.com/2011/09/ainol-novo-8-android-22-8-in-tablet.html, How can I get the USB Vendor ID? Can it be used to develop Android App?

Please advise.

like image 793
chow Avatar asked Sep 25 '11 19:09

chow


2 Answers

try lsusb command on linux terminal, this show you the vendor id

like image 157
Phill Avatar answered Oct 04 '22 07:10

Phill


you can use google vid 18d1. It worked for me.

like image 38
safik Avatar answered Oct 04 '22 08:10

safik