INQ 云触摸供应商 ID
有人知道该设备的 VendorID 吗? 这里的另一个答案 INQ Cloud Touch 调试提到将“2314”添加到 %userprofile%.android\adb_usb .ini 在 Windows 系统上,但我使用的是 Ubuntu,并且不确定该值是否实际上是供应商 ID。将其添加到 70-android.rules 似乎无法通过“adb devices”识别设备。任何信息将不胜感激,非常感谢!
Does anyone know the VendorID for this device?
Another answer here INQ Cloud Touch debugging mentions adding "2314" to %userprofile%.android\adb_usb.ini on Windows systems, however I am using Ubuntu and am unsure if this is value is actually the Vendor ID or not. And adding this to the 70-android.rules does not seem to get the device recognized via "adb devices". Any info would be greatly appreciated, thanks very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此命令:
在 Ubuntu 上将列出所有已连接的 USB 设备及其 ID。
This command:
on Ubuntu will list all the connected usb devices with their id.
INQ Cloud Touch(可能还有其他 INQ 设备)使用 adb 的替代版本,可在此处获取:
http: //www.fileserve.com/file/QV59ZeS/adb
使用它代替标准 adb 并遵循 Android 开发人员的教程:
http://developer.android.com/guide/developing/device.html#setting向上
The INQ Cloud Touch (and possibly other INQ devices) use an alternate version of adb, available here:
http://www.fileserve.com/file/QV59ZeS/adb
Use this in place of the standard adb and follow the tutorial from Android Developers:
http://developer.android.com/guide/developing/device.html#setting-up