ADB + Samsung Galaxy

前端 未结 6 1972
故里飘歌
故里飘歌 2020-12-15 01:01

Has anyone been successful with hooking up a Samsung Galaxy with ADB running on Win XP Pro SP3? Links to already existing threads or tutorials related to this would be much

6条回答
  •  -上瘾入骨i
    2020-12-15 01:47

    (For the following steps, I assume that you are using Google Android SDK 1.5 R3 or above)

    In order to get your Windows XP recognize the Samsung Galaxy Android phone so you can develop on device , you have to do the following:

    refer to http://developer.android.com/guide/developing/device.html

    Add the following to your android-sdk-windows\usb_driver\android_winusb.inf:

    under [Google.NTx86] add:

    ; Samsung galaxy
    %CompositeAdbInterface%     = USB_Install, USB\VID_04E8&PID_6640&MI_00 
    %SingleBootLoaderInterface% = USB_Install, USB\VID_04E8&PID_6640&MI_04
    

    under [Google.NTamd64] add:

    ; Samsung galaxy
    %CompositeAdbInterface%     = USB_Install, USB\VID_04E8&PID_6640&MI_00 
    %SingleBootLoaderInterface% = USB_Install, USB\VID_04E8&PID_6640&MI_04
    

提交回复
热议问题