【问题标题】:Install ADB interface driver for android为android安装ADB接口驱动
【发布时间】:2013-01-11 15:44:11
【问题描述】:

我尝试通过设备管理器安装。将手机连接到笔记本电脑后,我在设备管理器的“其他设备”部分中获得了“Celkon 集成 GSM 手机”的链接。我右键单击并单击'uddate驱动程序'和'从指定位置安装'并找到'inf'文件(usb2ser_2kXP.inf),但消息是'无法安装此硬件,'向导找不到必要的软件'。 .

那么,我必须如何编辑“inf”文件?

【问题讨论】:

    标签: android device-driver


    【解决方案1】:
    STEP A:
    Get the MTK6573 ADB driver from
    h*t*t*p://chinamobiles.org/downloads/zap/MT6573ADBdrivers.zip
    And extract it to a folder. The MTK6573 ADB interface driver works fine on MTK6575 based devices.
    
    STEP B:
    Get the VENDOR and DEVICE Ids of your Celkon A97 phone.
    To get it,
    Connect the phone to your PC. Open Device Manager. Look for Celkon incorporated GSM handset under Other Devices
    Open 'Celkon incorporated GSM handset' -->Properties-->Details tab.
    Under property dropdown menu, Select Hardware IDs
    and note the 4 digit VID_XXXX and PID_YYYY values. These are the phones Hardware iDs.
    
    STEP C:
    Open the file android_winusb.inf using your favourite text editor.
    Add three lines after this line.
    
    [Manufacturer]
    %ProviderName% = Google, NTx86, NTamd64
    
    The three lines are
    ; CELKON A97
    %CompositeAdbInterface% = USB_Install, USB\VID_XXXX&PID_YYYY&MI_01
    ;
    
    Replace XXXX, YYYY with Vendor and Device IDs of your phone.
    Save the file.
    
    
    STEP D:
    Once you update these values, update the driver from the device manager by pointing to the folder of android_winusb.inf.
    Now you should see a ADB interface device in the device manager.
    

    【讨论】:

      【解决方案2】:

      我之前也遇到过同样的问题,但我通过以下步骤轻松解决了:

      *connect your android phone in a debugging mode
      

      (要启用调试模式,进入设置,向下滚动关于手机,向下滚动点击七次内部版本号,它会自动开启开发者选项,开启开发者选项,勾选USB调试)

      下载Universal ADB Driver Installer

      *选择 Adb 驱动安装程序(通用)

      *install it 
      *it will automatically detect your android device(any kind of brand)
      

      *选择设备并安装

      【讨论】:

        【解决方案3】:

        http://adbdriver.com/upload/adbdriver.zip

        • 下载adb​​驱动安装程序并打开
        • 将手机连接到 PC(确保 USB 调试已启用)
        • 无论是否安装,手机都会与驱动程序状态一起列出
        • 只需点击安装,如果有任何弹出窗口询问,请允许安装驱动程序并等待一段时间
        • 安装驱动后,将手机重新连接电脑

        注意:此驱动程序可以在任何 Android 设备上运行。

        【讨论】:

        • 很高兴知道它对您有帮助,
        【解决方案4】:

        右击我的电脑-->然后去管理-->然后右击 它并选择更新设备驱动程序 - >在其他中选择您的设备 设备管理器中的设备-->

        选择手动搜索设备而不是自动搜索 它。

        选择显示所有设备。

        要手动定位 ADB 接口的设备驱动程序,请单击 Have 磁盘。

        点击“浏览”

        去sdk-->extra-->google-->usb驱动-->然后点击 android_winusb.inf-->点击打开

        Check your SDK Manager whether your 'Google USB driver' is installed or not.
        Make sure that your environment variables are set up:
        
        ANDROID_HOME : %LOCALAPPDATA%\Android\Sdk
        
        PATH: ;%LOCALAPPDATA%\Android\Sdk\platform-tools;%LOCALAPPDATA%\Android\Sdk\tools
        

        Android ADB 接口将被识别。

        检查错误是否已消除,并且您的 ADB 设备接口现在应该可以工作了。

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 2017-04-26
          • 2011-09-03
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多