`

android devices driver install and update

阅读更多
方法一


关于驱动的问题,应该是手机的VID、PID与驱动中的VID、PID不一致造成的。所以在驱动的inf文件里把VID、PID改成与手机的一样,就可以安装成功了。具体做法如下:

1. 连接手机,选择ADB(如果没有ADB,选择"同步")。
2. 此时计算机提示为新硬件安装驱动。在设备管理器里应该能看到其他设备里面有一个带叹号的设备,一般是ADB Interfce。然后查看其属性->详细。下拉列表框会默认选中Device Instance Id,在其下面的框中会有一行形如USB\VID_18D1&PID_0002\352082040022529的字串。其中VID 是Vendor ID的意思,即设备厂商ID。docs中给出所有Vendors的ID。如下图:



而PID_后面的4位16进制数,应该是代表型号的ID。
3. 到Ophone SDK的安装目录里找到OPhoneSDK_1.5\usb_driver\x86\android_usb.inf并打开,把其中USB\VID_xxxx&PID_xxxx全部替换为上一步你看到的设备的实际的VID、PID,保存文件。
4. 在驱动安装向导里把驱动的位置指向上一步提到的路径,应该就能安装成功了。




方法二
以上的步骤一般就能解决问题,但 三星的手机(例如I7680/I9008)就比较变态。如果按照上面的方法是不管用的。

你可以下载一个压缩包 shrewsbury-V5_02_0_2-with-ADB-customer-free.zip。

方法三



如果你是HTC的手机,安装HTC SYNC 也是个不错的选择。









安装好驱动后,打开cmd



1.执行 adb devices, 结果没看到设备










2.重启 server

执行 adb kill-server

执行 adb start-server








3.再执行adb devices,看到设备








PS: 当然 上面3个步骤也可以在  eclipse-->Devices视图-->Reset adb 搞定

  • 大小: 27.8 KB
  • 大小: 96.1 KB
分享到:
评论

相关推荐

    windows update logic

    Windows Update (WU) plays a crucial role in ensuring that devices running Microsoft Windows operating systems receive the latest updates, including drivers, security patches, and other critical ...

    Device Console (DevCon) Tool_01_源码修正编译通过,VS2013可调试.rar

    driverfiles List installed driver files for devices. drivernodes List driver nodes of devices. enable Enable devices. find Find devices. findall Find devices, including those that are not currently ...

    USB_LocalDisk

    11.Under Disk drives, locate and right click your "USB Flash Device" and select the option to Update Driver: 12.Select No, not at this time when prompted to Connect to Windows Update to search for ...

    Windows MicroXP 0.82[Microsoft Windows XP SP3原版加工成的微型XP系统,=99.9%个完整XP]

    Driver Install Tool (Easily install all your drivers, see ReadMe) Keyboard Settings (Quick access to Regional and Language options) Registry Backup (Make a complete backup of the registry in one click...

    联想旭日420AXP系统芯片组驱动

    detected devices are copied to the system. If the -A option is exercised, the files are not copied to the <Windows>\INF directory. Refer to Section 4 for more information. *****************...

    ethminer-0.16.0.dev3

    For Maxwell 2 GPUs: There is a way of mining ETH at Win7/8/Linux speeds on Win10, by downgrading the GPU driver to a Win7 one (350.12 recommended) and using a build that was created using CUDA 6.5. ...

    NTLite v1.5.0.5790 |

    NTLite 2017/11/28 最新版本: NEW Components-Win10: ‘Data Sharing Service’ Components-Win10: ‘Local Profile Assistant Service’ ...Components: ‘TPM’ removal, cumulative update install fix

    net-e1000e-3.1.0.2-glr2.x86_64.rar

    Please note that this driver is obsolete, because with ESXi 5.5 Update 3 VMware introduced a newer version of e1000e which supports the same set of devices plus Intel i219 adapters (PCI IDs 8086:156f,...

    数位板压力测试

    • The tablet driver must add minimal speed and memory overhead, so as many applications as possible can run as efficiently as possible. • The user should be able to control how applications use ...

    Bochs - The cross platform IA-32 (x86) emulator

    devices (currently only used to set the speed reported by device and to specify an alternative redolog file of USB MSD disk image modes) - hard drive - new disk image mode 'vvfat' - ported the ...

    pip安装tensorflow的环境配置.rar

    然后使用`sudo apt install nvidia-driver-XXX`(XXX代表驱动编号)进行安装。 4. **CUDA工具包**:下载并安装CUDA工具包。访问NVIDIA官网下载适合Ubuntu版本的CUDA工具包,安装时需要运行`..run`文件并遵循提示。...

    devcon设备管理器.rar

    4. **更新驱动**:如果想更新设备驱动,可以使用`devcon.exe update *driver_class*`命令,其中`driver_class`是设备驱动类别。 5. **禁用/启用设备**:`devcon.exe disable *deviceID*`或`devcon.exe enable *...

    8-07-14_MegaCLI for linux_windows

    LSIP200233314 (DFCT) Pcilinkspeedset and adpdowngrade cmds are not working and Need to update Help page LSIP200232870 (DFCT) Add a Gen2 to Gen3 toggle function and a check for the PCI speed to ...

    tensorflow-gpu-install-ubuntu-16.04:针对Ubuntu 16.04的Tensorflow GPU安装说明-深度学习

    sudo apt-get install nvidia-driver-XXX(替换XXX为当前稳定版本号) ``` - 重启系统,验证驱动安装成功。 4. **安装CUDA Toolkit**: - 访问NVIDIA官方网站下载CUDA Toolkit的.run文件。 - 给.run文件赋予...

    UHD安装教程

    UHD(Universal Hardware Driver)是Ettus Research为USRP系列软件无线电平台开发的一款通用硬件驱动程序。它支持多种操作系统环境下的USRP设备,包括Ubuntu等Linux发行版。本文档将详细介绍如何在Ubuntu环境下安装...

    Ubuntu上安装NVIDIA显卡驱动.zip

    sudo apt install nvidia-driver-460 ``` 安装过程中可能需要重新启动,按照提示操作即可。安装完成后,再次启动系统,NVIDIA驱动应该已经生效。 若要验证驱动是否安装成功,可以运行: ```bash nvidia-smi ``` ...

    liberrio文件, Ubuntu 18.04 下 uhd+gnuradio 安装指南,国产B210教程用

    在本文中,我们将深入探讨如何在Ubuntu 18.04操作系统上安装uhd(Universal Hardware Driver)和gnuradio,这两个是无线电通信领域的重要工具。liberrio文件提供了这方面的指南,特别是针对国内的B210硬件设备。让...

    ubuntu18.04安装显卡驱动

    - 查询并安装合适的驱动版本:`ubuntu-drivers devices`,根据推荐选择一个版本(例如460版),然后执行`sudo apt install nvidia-driver-460` - 安装成功后重启:`sudo reboot` 安装显卡驱动后,可以考虑安装...

    linux2.6.20.X内核升级办法

    - **Processor type and features**:处理器类型和特性,根据CPU选择合适的选项。 - **Memory technology driver**:内存技术驱动器,确保兼容性。 - **Block devices**:块设备驱动器,选择所需的存储设备支持。...

Global site tag (gtag.js) - Google Analytics