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
666 views
in Technique[技术] by (71.8m points)

android - ADB + Samsung Galaxy

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 appreciated! Thanks!

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)
  1. Install Samsung New PC Studio that comes with the CD. It includes Windows drivers

  2. Make sure that in your phone settings:
    "Settings > Applications > Development > USB Debugging" is checked
    "Settings > About phone > Additional Settings > Mass store" is NOT checked

  3. In android-sdk-windowsusb_driverandroid_winusb.inf add the following lines under [Google.NTx86] if you're using a 32-bit operating system. Otherwise add them under [Google.NTamd64] if you have a 64-bit operating system:
    ; Samsung galaxy
    %CompositeAdbInterface% = USB_Install, USBVID_04E8&PID_6640&MI_00
    %SingleBootLoaderInterface% = USB_Install, USBVID_04E8&PID_6640&MI_04
  4. Connect your phone, in device manager you should see an Unknown device. Right click and say update driver, select android-sdk-windows/usb_driver directory. Android Bootloader Interface will be installed.

  5. If your device isn't listed when you say adb devices in command prompt, type adb kill-server


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

...