zoukankan      html  css  js  c++  java
  • Delphi 调试连接 任意Android手机/平板/盒子(要安装Google USB Driver,并且还有USB的相关许多文章)

    Delphi有时候无法连接调试一些手机,解决方案:

    1.安装Google USB Driver

    2.通过设备管理器查看手机或平板USB的VID,PID

    3.修改你的电脑上的android_winusb.inf,将第2步找到的VID,PID加到inf中。

    例如:

    ;Samsung Galaxy S3 
    %SingleAdbInterface% = USB_Install, USBVID_04E8&PID_6860 
    %CompositeAdbInterface% = USB_Install, USBVID_04E8&PID_6860&MI_03

    详细请看:

    http://delphi.org/2014/01/custom-android-adb-usb/

    http://www.cnblogs.com/hezihang/p/5076606.html

    Delphi在Android下实现BroadcastReceiver功能(举例在Delphi下获取USB外设拔插消息)
    http://www.cnblogs.com/hezihang/p/3978434.html

    Delphi Android USB Interface with the G2
    http://www.cnblogs.com/hezihang/p/3678157.html

    Delphi Android USB声明文件
    http://www.cnblogs.com/hezihang/p/3976880.html

  • 相关阅读:
    jar包和war包的区别:
    tail
    redis
    查看Linux操作系统版本
    CentOS 7.0 systemd代替service
    周刊(三月最后一期)
    周刊第四期
    周刊第三期
    周刊第二期
    周刊(第一期)
  • 原文地址:https://www.cnblogs.com/findumars/p/6854496.html
Copyright © 2011-2022 走看看