Reputation: 2310
To enable USB debugging(android development using eclipse on ubuntu), we need a USB vendor ID of the device. Does anyone know for Aakash(manufacturer: Datawind), because Datawind is not there on the list by Google.
Upvotes: 1
Views: 688
Reputation: 65314
4 Steps:
lsusb
and note outputlsusb
againthe output will differ by one line - this gives you VendorID and DeviceID of the tablet
Upvotes: 2