华为U8150(IDEOS)手机USB驱动安装

    技术2022-05-13  7

    最近为了学习Android开发,搞了一部华为U8150手机,操作系统是Android2.2,图便宜从淘宝上买的水货,没有驱动和安装手册之类的,只好从网上找了.搜了一通,找了一篇英文的.内容如下:

    IDEOS's ADB USB Driver for Windows

    UPDATE: Just found that when the IDEOS is connected, a 7M drive with title "Mobile Partner" will be mounted to the computer that contains the device driver of the phone. So just install the driver in the folder will be fine.If you want to use IDEOS as a development device, you will find that there is no device driver for this phone even you update the android SDK to the latest version. The IDEOS actually works on MacOSX or Linux as a development device.

    To make it works under Windows, I modify the android_winusb.inf in the usb_driver folder of android SDK. I added the usb device id of IDEOS to the inf file so that the system will recognize the driver.

    ;Huawei IDEOS%SingleAdbInterface% = USB_Install, USB/VID_12D1&PID_1038%CompositeAdbInterface% = USB_Install, USB/VID_12D1&PID_1038&MI_01

    To use it:

    1. Download the attached file.2. Extract file to the usb_driver folder of the android SDK, remember to backup the old inf file.3. Attach IDEOS to the computer, the system will prompt you for the device driver, select the usb_driver folder and now the driver can be install. The IDEOS will be recognized as "Android Composite ADB Interface" like other android development phone.

    It also works on using the ddms to capture the screen on the IDEOS.

     

    大致意思是把手机用USB线连到电脑,然后可以看到一个目录,里面有驱动.只是这个驱动是HTC的,不是华为的,看来是华为的开发人员比较懒,没有做修改就把HTC的拷过来了,直接用它这个驱动装就怎么也装不了.需要在驱动的android_winusb.inf文件增加一段,也就是上面红色的部分.增加后保存,再接着装就OK了.


    最新回复(0)