亚行+三星Galaxy [英] ADB + Samsung Galaxy

查看:185
本文介绍了亚行+三星Galaxy的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都已经成功的挂接一个三星Galaxy与在Win XP专业版SP3上运行ADB?链接到已经存在的与此相关的线程或辅导会大大AP preciated!谢谢!

解决方案
  1. 安装三星New PC Studio中附带的CD。它包括Windows驱动程序

  2. 请确保您的手机设置:
    设置>应用程序>开发> USB调试复选框
    设置>关于手机>其他设置>海量存储是不会检查

  3. Android的SDK-WINDOWS \ usb_driver \ android_winusb.inf :如果您使用的是32位操作系统下的[Google.NTx86]加上下面几行。否则,将它们添加在[Google.NTamd64]如果你有一个64位操作系统:

    ;三星Galaxy
    %CompositeAdbInterface%= USB_Install,USB \ VID_04E8和放大器; PID_6640&安培; MI_00
    %SingleBootLoaderInterface%= USB_Install,USB \ VID_04E8和放大器; PID_6640&安培; MI_04 

  4. 连接手机,在设备管理器中,你会看到一个未知设备。右击并说更新驱动程序,选择 Android的SDK-窗口/ usb_driver 目录。 Android的引导程序接口将被安装。

  5. 如果您的设备没有上市的时候,你说的 ADB设备在命令提示符下,键入 ADB杀死服务器

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!

解决方案

  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-windows\usb_driver\android_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, USB\VID_04E8&PID_6640&MI_00
    %SingleBootLoaderInterface% = USB_Install, USB\VID_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

这篇关于亚行+三星Galaxy的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆