Problem when connecting my device to PC?

后端 未结 3 427
清歌不尽
清歌不尽 2020-12-11 13:09

I can\'t connect my device Samsung Galaxy SII to my pc. I\'m using Windwos XP 32-bit Operating System. I\'ve also installed Samsung Kies. And, in eclipse i\'ve

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-11 13:25

    get the device "Hardware Ids" from the device manager and add them to the android_winusb.inf file in "...\android-sdk_r11-windows\android-sdk-windows\extras\google\usb_driver" like

    ; HTC Desire HD

    %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0CA2&MI_01

    %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0CA2&REV_0226&MI_01

    these are the values for htc desire hd,

    UPDATE: the values for the galaxy sII are

    ; Samsung Galaxy S II

    %SingleAdbInterface% = USB_Install, USB\VID_04E8&PID_685E&MI_03

    %CompositeAdbInterface% = USB_Install, USB\VID_04E8&PID_685E&REV_0400&MI_03

提交回复
热议问题