本文介绍了为Aakash平板电脑的USB供应商ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
要启用USB调试(使用Ubuntu的日食android开发),我们需要的设备的USB供应商ID。有谁知道Aakash(制造商:Datawind),因为Datawind是不存在的名单由谷歌上。
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.
推荐答案
4个步骤:
- 确保,平板电脑的不插电
- 运行
的lsusb
并注意输出 - 插件平板电脑
- 运行
的lsusb
再次
- make sure, tablet is unplugged
- run
lsusb
and note output - plugin tablet
- run
lsusb
again
输出将由一个行不同 - 这给你和厂商ID的的DeviceID平板电脑
the output will differ by one line - this gives you VendorID and DeviceID of the tablet
这篇关于为Aakash平板电脑的USB供应商ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!