Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
228 views
in Technique[技术] by (71.8m points)

android - Problem when connecting my device to PC?

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 also change the run configurations to Manual also. Why it's not connected. Anyone help me to connect that please? Advance Thanks.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

get the device "Hardware Ids" from the device manager and add them to the android_winusb.inf file in "...android-sdk_r11-windowsandroid-sdk-windowsextrasgoogleusb_driver" like

; HTC Desire HD

%SingleAdbInterface% = USB_Install, USBVID_0BB4&PID_0CA2&MI_01

%CompositeAdbInterface% = USB_Install, USBVID_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, USBVID_04E8&PID_685E&MI_03

%CompositeAdbInterface% = USB_Install, USBVID_04E8&PID_685E&REV_0400&MI_03


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...