- Download Android USB Drivers for popular OEMs
- Purpose of Android USB drivers
- Download Android USB drivers for popular OEMs
- How to install Android USB drivers
- Manually install the driver for an unsupported device
- Download Google USB Drivers for Windows 10/8.1/7 [Latest]
- Download Google USB Drivers
- Direct Download
- Download via Android Studio
- How to Install Google USB Drivers
- On Windows 10
- On Windows 7 and Windows 8/8.1
- How to Modify Google USB Drivers to Support Other Android Devices
- Step 1: Get the VID and PID of your Android Device
- Step 2: Modify ‘android_winusb.inf’ file
- Step 3: Install the Modified USB Drivers
Download Android USB Drivers for popular OEMs
So you’ve got an Android device and want to dive deep into the world of modding? Be it rooting or installing a custom ROM like LineageOS, most of the aftermarket modding requires you to connect your Android smartphone to a computer using a USB cable so you can use tools like the Android Debug Bridge (ADB) and Fastboot to interact with the device. For an Android power user, you may also want to reinstall the factory firmware on your phone, which means you have to deal with the OEM-specific flashing utilities.
However, none of these tinkering jobs are possible if your PC can’t see the target device in the first place. As in the case of Windows, the operating system may require an additional piece of software known as the “driver” in order to properly recognize all the different connection modes exposed by the Android device. Below you can find a list of official OEM-provided Android USB driver packages and a generic driver installation guide. If you don’t see the maker of your device listed or you see a misplaced link, send a message to Skanda HazarikaВ (SkandaHВ on the forums) with the device details.
Table of Contents:
Purpose of Android USB drivers
The USB interface of an Android device is a pretty complex object. Depending on the configuration, it may expose the standard Android USB debugging interface, the fastboot interface, and various other SoC-specific diagnostic interfaces to the computer. Simultaneously maintaining more than one interface is supported as well, e.g. you can interact with your device with ADB while configuring the internal modem parameters.
Keep in mind the aforementioned scenarios are a bit different from connecting the device through the plain old Media Transfer Protocol (MTP) or Picture Transfer Protocol (PTP) mode. MTP enables the end-user to browse the internal memory on the device from a PC as if it’s an external storage drive. Microsoft ships a generic MTP/PTP driver with every edition of Windows since Windows XP, so you don’t need an external driver for that.
Download Android USB drivers for popular OEMs
Most Android OEMs offer official driver packages for their devices. Besides the ADB and Fastboot interfaces, these drivers also support proprietary flashing protocols designed by the corresponding device maker. For example, if you want to flash a Samsung Galaxy device, you must install the Samsung USB driver package beforehand.
Note that Microsoft has been shipping a generic ADB driver with Windows for a while, so installing the OEM driver just for the sake of USB debugging might not sound worthwhile anymore. Windows can also check and install the missing drivers on the fly through Windows Update. However, Microsoft-recommended drivers are not always the best choice for complex USB interfaces, so do check out the official driver pack whenever possible.
The inbox Android USB debugging driver of Windows in action
Get the appropriate driver for your device from the index below:
OEM | Android USB Driver |
---|---|
Acer | Download Link |
Alcatel | Download Link |
ASUS | Download Link |
Blackberry | Download Link |
Dell | Download Link |
Fujitsu | Download Link |
Download Link | |
HTC | Download Link |
Huawei | Download Link |
Intel | Download Link |
Kyocera | Download Link |
Lenovo |
|
LG | Download Link |
Motorola | Download Link |
MediaTek | Download Link |
NVIDIA | Download Link |
Samsung | Download Link |
Sharp | Download Link |
Sony | Download Link |
Toshiba | Download Link |
Vivo/iQOO | Download Link |
Xiaomi | Download Link |
ZTE | Download Link |
How to install Android USB drivers
Now that you’ve downloaded the suitable driver package for your device, it’s time for you to install it. Some OEMs offer standard installer executables, which means you can easily install the whole driver suite by double-clicking on the setup file and following the wizard.
However, Google and a few other vendors prefer to stick with the bare INF and associated binary files which are packed inside a zip or rar archive. Such packages need to be installed using Device Manager, but you have to extract the contents of the archive beforehand.
- Right-click on the Start button and select the Device Manager entry. You can also call the Microsoft Management Console snap-in named devmgmt.msc directly from Run to open Device Manager.
Device Manager under Windows 10
- Connect the Android device to your PC. Depending on the selected configuration, you may see one or more unknown devices popping up.
- (Optional) Right-click on the unknown device entry, select Properties, move to the Details tab, and finally select Hardware Ids from the dropdown menu. Now open your favorite search engine, paste the hardware identifier in the search box, and go through the search results. This is a crude way to determine the probable interface your device is currently exposing.
- Right-click on the unknown device entry and select Update drivers. Now select Browse my computer for drivers/driver software and point the wizard to the folder where you extracted the driver package.
- If everything goes right, you should see a confirmation page like the following.
Manually install the driver for an unsupported device
On some occasions, the OEM drivers aren’t enough. Perhaps you’ve stumbled upon a no-name generic tablet, or the flash mode interface of your shiny new phone has yet to get an official driver from its maker. In that case, you can forcibly install an existing driver package for a similar USB interface through Device Manager.
- Open Device Manager and locate the unknown device entry.
- Right-click on it and select Update drivers. Select Browse my computer for driver software and then choose the option named Let me pick from a list of available drivers on my computer.
- Now select Show All Devices and click Next. On the next screen, click on the Have Disk… button.
- At this point, you need to browse to the location where the extracted driver for a similar device is located. Pick the INF file from the list of files and select Open.
- Now carefully choose the driver model. For example, if you’re trying to install the Fastboot mode driver for a device, select the Android Bootloader Interface from Google’s driver set. Windows might show a warning related to compatibility, but you can ignore it and continue the installation process anyway.
This method lets you force-install a signed driver without breaking its digital signature, so you don’t need to turn off driver signature enforcement on a 64-bit Windows instance.
You’ve now got the correct USB driver installed on your computer and your Android device is ready to receive instructions. Now it’s time to put it all together and run your first ADB command!
Источник
Download Google USB Drivers for Windows 10/8.1/7 [Latest]
Google USB Drivers are required to connect Google Pixel or Nexus devices to Windows PC using a USB cable. You will need these drivers to transfer files or sync data on your Pixel/Nexus device, and especially when working with the Android ADB and Fastboot tools.
You can download the latest Google USB Drivers from here and follow the instructions on how to manually install them on your Windows PC. Furthermore, we have also provided instructions on how to modify the ‘android_winusb.inf‘ file included in the drivers to support other Android devices.
Normally, the said USB drivers come bundled with SDK Manager in the Android Studio IDE, which IS constantly updated with the latest available drivers. But if you’re an average Android user, chances are that you might not have the IDE set up on your PC. That’s because it is used mostly by experienced developers and enthusiasts. In that case, you can use the standalone USB drivers, which as provided directly by Google for users who might face issues of Windows not recognizing their phone over a USB connection.
Google USB drivers also act as ‘Android ADB and Fastboot Drivers‘. So you can install them on your PC to use ADB (Android Debug Bridge) for debugging apps and ROMs, or use Fastboot to unlock the bootloader or flash factory images on your Pixel/Nexus device.
To sum up, the drivers are useful in various situations. With that in mind, go ahead to download the latest version of the USB Drivers from below and follow the instructions on how to install them on your Windows PC.
Download Google USB Drivers
Now, there are two different ways/methods to download the USB driver on Windows. You can either download the Google USB Driver ZIP file manually. Or, you can use the SDK Manager in the Android Studio to download it.
The latter gives an added benefit, that is the SDK Manager will automatically notify you when a newer version is available. The former method, on the contrary, will require you to manually check if a newer driver version is available and download it again.
In our personal experience, downloading the ZIP package directly is easier than using the Android Studio. But the choice is solely up to you. We have covered both the methods below.
Note: If you’re using macOS or Linux, you would not need these drivers.
Direct Download
Just click on the link below to download the Google USB Driver ZIP file to your PC.
Once downloaded, extract the ZIP file to a suitable location on your computer. The extracted ‘usb_drivers’ folder should contain the required ‘android_winusb.inf’ driver file.
Download via Android Studio
First of all, make sure that you have downloaded and installed the latest version of Android Studio on your Windows PC. Once you have it installed, follow the instructions below:
- Launch ‘Android Studio’ on your PC.
- Click on ‘Tools’ and select ‘SDK Manager’.
- Go to the ‘SDK Tools’ tab.
- Select ‘Google USB Driver’ and click on ‘Ok’.
- Finally, click on ‘Ok’ when prompted with the ‘Confirm change’ message.
- You should see a ‘License Agreement’ message on the screen. Simply select ‘Accept’ and click on ‘Next’.
Android Studio will now download the Google USB drivers to ‘android_sdk\extras\google\usb_driver\‘ on your PC. Here ‘android_sdk’ is the folder where the Android SDK is installed on your PC.
How to Install Google USB Drivers
The Google USB Drivers come in the form of an ‘android_winusb.inf’ setup information file, rather than a Windows executable. So, you will need to manually install it on your Windows PC. The same steps can also be used to upgrade the existing drivers installed on your PC to the latest version available.
Now follow the installation guide below according to the Windows OS version you’re using. It’s quite easy and wouldn’t take more than a minute to install them.
On Windows 10
To install Google Android USB Drivers on Windows 10, follow the instructions below.
- First, connect your Android device to the PC’s USB port.
- Go to the ‘Control Panel‘ and click on ‘Device Manager‘.
‘Device Manager’ on your Windows 10 PC» width=»768″ height=»588″ srcset=»https://www.thecustomdroid.com/wp-content/uploads/2020/02/Install-Google-USB-Drivers-on-Windows-10-01.jpg 768w, https://www.thecustomdroid.com/wp-content/uploads/2020/02/Install-Google-USB-Drivers-on-Windows-10-01-300×230.jpg 300w» sizes=»(max-width: 768px) 100vw, 768px»/>
- Double-click on your device category to expand the list of connected devices.
- Right-click on your Android device’s name and click on ‘Update driver‘.
- Click on ‘Browse my computer for driver software‘ in the Hardware Update wizard.
- Click ‘Browse‘ and select the ‘usb_driver‘ folder.
- For example: If you downloaded the drivers using Android Studio, the folder should be located in ‘android_sdk\extras\google\’ on the PC. Or, if you downloaded the ZIP file, then just locate the extracted ‘usb_driver’ folder.
- For example: If you downloaded the drivers using Android Studio, the folder should be located in ‘android_sdk\extras\google\’ on the PC. Or, if you downloaded the ZIP file, then just locate the extracted ‘usb_driver’ folder.
- Finally, click ‘Next‘ to install the drivers.
On Windows 7 and Windows 8/8.1
To install Google Android USB drivers on Windows 7, Windows 8, and Windows 8.1 PC, follow the instructions below.
- First, connect your Android device to the Windows PC’s USB port.
- Then right-click on ‘Computer‘ and select ‘Manage‘.
- Select Devices in the left pane.
- Double-click on ‘Other device‘ in the right pane to expand it.
- Right-click on the device name (e.g. Google Pixel) and select the ‘Update Driver‘ option.
- Click on ‘Browse my computer for driver software‘ in the Hardware Update wizard.
- Click ‘Browse‘ and locate the ‘usb_driver’ folder.
- Finally, click on ‘Next‘ to install the USB drivers.
You should now have the Google USB Drivers installed. Your Windows PC should now detect and recognize your Android device over the USB connection.
Important Note
If the drivers fail to install even after following the steps, OR the ADB/Fastboot commands do no work even if the drivers are installed, then it could be because you’re using a USB 3.0/3.1/3.2 port or an AMD based PC. This is an issue faced by a lot of users recently.
To fix it, simply try using a USB 2.0 port (If it’s not available, you can also use a USB 2.0 hub) on your PC. Also, try using an Intel-based PC for especially when using ADB/Fastboot tools.
How to Modify Google USB Drivers to Support Other Android Devices
Like we mentioned above, Google USB Drivers also work as ‘ADB Drivers’. But by default, they only support the Google Pixel and Nexus devices.
While Android OEMs do provide their own drivers, but it’s more often than they miss to include the required ADB USB drivers in them. In such cases, you can easily modify the ‘android_winusb.inf’ file in Google USB Drivers to support any other Android device to use the ADB and Fastboot tools.
In order for the drivers to support your non-Pixel/Nexus device, you will first need to acquire the Vendor ID (VID) and Product ID (PID) of your device. Once you have them, the second step is to edit the ‘android_winusb.inf’ file and add a new device section with the VID and PID of your own device. And finally, the third and last step is to install the modified drivers.
Sounds confusing? It’s quite simple actually. Just follow the step-by-step instructions below.
Step 1: Get the VID and PID of your Android Device
- First, connect your Android device to the PC using the USB cable.
- Go to ‘Control Panel‘ > ‘Device Manager‘ on the PC.
- Locate your unrecognized Android device. An unrecognized device can normally be located under the ‘Universal Serial Bus controllers‘ OR ‘Other devices‘ sections in Device Manager. You would see a yellow-colored triangle warning icon beside the connected device.
- Right-click on the device name and click on ‘Properties‘.
- Go to the ‘Details‘ tab and select ‘Hardware Ids‘ from the dropdown menu.
- You should now see the Vendor and Product IDs of your Android device.
Step 2: Modify ‘android_winusb.inf’ file
Now that you have the required IDs, you can modify/edit the ‘android_winusb.inf’ file to add your device to the supported list.
- First, locate the ‘usb_driver‘ folder on your PC. Inside the folder, you should have the ‘android_winusb.inf‘ file.
- Open the file using a text editor and locate the ‘[Google.NTx86]‘ section if your Windows PC is 32-bit (x86) or the ‘[Google.NTamd64]‘ section if your Windows PC is 64-bit (x64).
- In the said section, you will see a number of items with the following format:
- You can copy the above lines into the respective section and edit it accordingly.
- The first thing to do is to replace the ‘[device name]‘ item with your actual device name (Nothing specific, it could be anything).
- Next, you have to add your device’s VID and PID values to the %SingleAdbInterface% and %CompositeAdbInterface% items.
- In case your device also has a REV_xxxx ID, you will need to add two lines for the %SingleAdbInterface% item. One without and another with the REV ID. The line with the REV ID should look like:
- For the %CompositeAdbInterface% item, you will further need to add ‘MI_01‘ ID towards the end. With the MI_01 ID, the line should look like:
- For example, my Xiaomi Mi A3 has a VID and PID as ‘USB\VID_18D1&PID_D00D’ & ‘USB\VID_18D1&PID_D00D&REV_0100’. In that case, the lines should look like the following:
Once you have added the lines under the proper section (depending on your PC’s architecture), save the file and exit.
Step 3: Install the Modified USB Drivers
You have now successfully modified the Google USB Drivers to support your Android device. The last step is to install these modified drivers for your device.
To do so, go to ‘Control Panel’ > ‘Device Manager’ and right-click on your device’s name. Then select ‘Update drivers’ to launch the Hardware Update wizard. Simply click on ‘Browse my computer for driver software’ and select ‘Browse’. Now locate the ‘usb_driver’ folder that contains the modified android_winusb.inf file and select it.
Finally, click on ‘Next’ to install the modified drivers for your device. That’s it! Your Windows PC should now recognize your Android device over ADB or Fastboot.
Installing the Google USB Drivers is the easiest solution to make your Windows PC successfully recognize your Android device. And while it should work for most other Android devices too, it’s not a hundred percent guaranteed. And if this happens, you may want to install your device’s OEM specific drivers from this page or by clicking your device manufacturer link below.
For low-level firmware flashing, you could also use MediaTek or Qualcomm USB drivers.
If you face any issues installing the drivers on your PC, feel free to ask us through the comments.
Источник