Download ADB drivers for Windows 10, 7, 8 — (32 (видео)

Download ADB drivers for Windows 10, 7, 8 - (32 Важно знать

Этот способ предусматривает использование официального средства разработки и тестирования приложений Android Studio. Переходим на страницу https://developer.android.com/studio/index.html и находим заголовок «Get just the command line tools». Ниже скачиваем архив SDK tools для Windows (перед загрузкой соглашаемся с условиями использования).

Скачиваем SDK tools для Windows шаг 1

Скачиваем SDK tools для Windows шаг 2

Распаковываем архив на диск С. В нашем случае файлы были извлечены в папку sdk-tools-windows-3859397.

Папка sdk-tools-windows-3859397

Заходим в директорию, а потом переходим в каталог tools/bin. Здесь нас интересует файл sdkmanager, который и поможет установить ADB и Fastboot на компьютер.

Расположение файла sdkmanager

Далее все действия будут производиться в командной строке Windows. Запускаем ее от имени администратора.

Запуск командной строки от имени администратора

Теперь необходимо открыть папку с sdkmanager, для чего в консоли следует выполнить команду cd C:sdk-tools-windows-3859397toolsbin, где C:sdk-tools-windows-3859397toolsbin – путь к файлу sdkmanager.

Переходим в папку с sdkmanager через командную строку

Если вы распаковали Android SDK не на диск С, а в какое-то иное место, то полный адрес можно будет узнать с помощью верхней строки Проводника (кликаем по конечной папке правой кнопкой мыши и жмем «Копировать адрес»).

Получение адреса с помощью Проводника Windows

Итак, мы перешли в toolsbin и теперь нам нужно выполнить команду sdkmanager «platform-tools», которая установит пакет Platform-tools, содержащий файлы ADB и Fastboot.

Установка пакета Platform tools

В ходе установки ознакомьтесь с лицензионным соглашением и нажмите Y для завершения операции.

Согласие с условиями использования

Если все прошло как надо, в корневой папке Android SDK появится каталог platform-tools с необходимыми файлами adb.exe и fastboot.exe.

Каталог platform-tools

Файлы adb.exe и fastboot.exe

How to install ADB Drivers on Windows OS

Read the instructions given below to manually install ADB and Fastboot drivers on Windows XP, Windows Vista, Windows 7, Windows 8/8.1, Windows 10 32-bit, or 64-bit operating system. If you face any problem, then confirm the latest mobile drivers are installed on your computer or not.

Requirements

  1. Ensure to connect your Android device to your PC via USB cable.
  2. Also, enable USB debugging mode on your phone.
  3. Moreover, install the latest USB drivers on your PC.

Method 1: Using 15 seconds ADB Installer

Developed by Snoop05, this is an all-in-one ADB installer tool for Android. As its name suggests, this tool installs ADB, Fastboot, and Google drivers on your computer within 15 seconds. All you need to do is launch this tool on your PC and follow the instructions given.

Downloads

15 seconds ADB Installer

Not to be missed – Use Latest Android 12L on Windows PC and Mac | Install Chrome OS (with Play Store) and Dual Boot with Windows

Steps to install ADB Drivers

  • Download and extract 15 seconds ADB Installer on your PC.
  • Launch the 15 seconds ADB Installer.
  • To install ADB and Fastboot, type Y and press the enter key.
  • Then to install ADB System-wide, again type Y and press enter.
  • Now it’ll ask to install device drivers. Again type Y and press enter.
  • This will launch the Device driver installation wizard. Press next to install the device drivers.
  • That’s it! You’ve successfully installed ADB drivers using 15 seconds ADB Installer.

Method 2: Using Minimal ADB and Fastboot Setup wizard

Shimp208, a recognized contributor from XDA developers has compiled this setup wizard. Its main purpose is to install ADB drivers without having to enter any keys like in the previous method. Besides, the total installation of Minimal ADB and Fastboot is around 2 MB in size, thus making it very lightweight.

Downloads

Minimal ADB and Fastboot

Did you know? – You can install Android apps on Windows now.

Steps to install ADB Drivers

  • Download and Extract Minimal ADB and Fastboot Tool on your PC.
  • Launch it by giving Administrator privileges.
  • The installation Setup wizard will open as given below.
  • Read out the instructions and click Next to continue.
  • Furthermore, click on the Install option to begin the installation process.
  • As soon as you click on Install, the Minimal ADB and Fastboot installation process will start.
  • Finally, the Minimal ADB and Fastboot drivers will be successfully installed on your computer.

Method 3: Using ADB Driver Installer

ADB Driver Installer provides Universal Android ADB USB compatible drivers for Windows operating system.

Downloads

ADB Driver Installer

Fun thing to try – Set Video/Live Wallpaper on Windows PC

Steps to install ADB Drivers

  • Download and Extract ADB Driver Installer on your computer.
  • Then right-click and run it as Administrator.
  • Ensure that your Android device is connected to a PC with USB debugging enabled.
  • As soon as you launch the ADB Driver Installer, the following screen will appear:
  • The device status shows that the drivers are incorrectly installed. So we need to fix this.
  • For that click on the Install option. This will begin the installation of ADB and Fastboot drivers on your PC.
  • If you are prompted Windows can’t verify the publisher of this driver software, select the Install this driver software anyway option.
  • This will start the installation of the Universal Android USB driver.
  • Finally, the installation will complete a successful message.

Method 4: Using SDK Platform-tools

In this method, we’ll use ADB commands in a CMD window on your computer. Let’s get straight into it.

Downloads

platform-tools-latest-windows.zip

Steps to install ADB Drivers

  • Download and Extract the SDK Platform-tools zip file on your PC.
  • After extraction, you’ll see a folder named Platform tools.
  • Move this folder to an easily accessible folder such as C:adb.
  • In that folder, open a cmd window.
  • For doing so, hold the Shift button and right mouse click anywhere in that folder. You’ll see a list of options from which click on the Open command window here option. This will launch the command prompt window as given below.
  • To confirm the proper installation of ADB drivers, type the following command, and press the enter key.

adb devices

  • As soon as you press the enter key, you’ll see a message saying ‘List of devices attached’ along with some random numbers.
  • Moreover, this will confirm the successful connection of your device with the PC using ADB drivers.
  • Note: If such a thing doesn’t happen, then install USB drivers, enable USB debugging mode, and try again. If the problem persists, change the USB cable or the USB port.

Download Minimal ADB and Fastboot Drivers Installation Files

Please refer Android License regarding the software before downloading.

Windows

  • v1.1.2.zip
  • v1.2.zip
  • v1.3.zip
  • v1.3.1.zip
  • v1.4.zip
  • v1.4.3.zip (Latest)
  • Mac
  • Linux

Installation Instructions

I will explain the individual steps for Windows, Mac, and Linux. Based on your machine, choose the appropriate steps.

Pre-Requirement Steps

  • Enable USB Debugging Mode and OEM Unlock on your mobile. To do this; go to settings >>> about >>> Tap on the “Build Number” 7-10 times consistently to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. After this process, connect your mobile with a PC/Laptop. Unlock the screen unlock.

Install Minimal ADB in Windows

  • Download and extract the files. Select the adb setup file and run this as Administrator.
  • After the Run as select, It will Pop up with the usual Installation Window like other software. Select Next.In the Next step, It will ask where you want to install the files. Select Local Disk C or Where you installed your OS. When we install the data in the OS directory, there will be no permission issues.
  • After the successful installation, the adb and fastboot command prompt window will open with the installed directory path.
  • fastboot commands can only check on your mobile fastboot mode. We want to check the drivers are correctly installed or not. We can use ADB Commands for that.When the first command checked, It wants to create local hots, So, It will ask for Internet permission, If you use Protection programs. Allow permission.
  • Type the command “adb devices.” You should get the list of attached devices. If you get “Unauthorized,” allow USB debugging permission on your mobile.

Install ADB on Mac OS

  • Download the driver from the above download links and extract the files.
  • Open the terminal and type the following command.
  • cd /path/to/extracted/folder/ (Example: cd /Users/Selva/Desktop/platform-tools/)
  • Connect your mobile. When the first command is checked, It wants to create local hots, So, It will ask for Internet permission, If you use Protection programs. Allow permission.
  • Type the command “adb devices.” You should get the list of attached devices. If you get “Unauthorized,” allow USB debugging permission on your mobile.

All ADB Commands

There are various things you can do with ADB; this tool supports a lot of commands to trigger most functions. Most of them deal with the recovery mode. I try to cover some essential commands.

Note: you must activate “Developer Options” on the device and turn on “USB Debugging” on the Android device before running ADB commands.

Commands List

When you want to execute these commands on the terminal, Add adb before every command. Example- reboot> adb reboot.

  • reboot bootloader – Reboots Android device in bootloader mode
  • reboot – Reboots Android phone in normal mode
  • push – Move a file from the local system to an Android phone’s location
  • devices – Displays all connected ADB compatible devices
  • pull – Moves a file from Android to your PC
  • install – Installs an app from your system’s .apk file location to your Android device
  • connect – Use ADB commands over Wi-Fi Network
  • backup – Backs up the Android device
  • shell screencap – Captures a screenshot of the device
  • sideload file – Push the file to your mobile device and Install it.

Launching ADB requires you to know about CMD – Command Prompt. This is because you need to start CMD and use commands to access the folder where you extracted the Platform Tools and launch adb.exe.

All Fastboot commands

Fastboot installs alongside ADB when you extract the ZIP file. Fastboot allows you to run commands on an Android device that is in bootloader mode. There are, however, other ways to use an Android device in bootloader mode, but using Fastboot is the best option. Also, it is possible to unlock an Android device bootloader using Fastboot to install a custom system file.

However, before Fastboot commands can work on an Android device, you must activate “Developer Options” on the device and turn on “USB Debugging.” Fastboot commands will work only in your mobile fastboot mode. The key combinations to boot your mobile into fastboot may vary depending on the manufacturers.

Commands list

When you want to execute these commands on the terminal, Add fastboot before every command. Example- devices> fastboot devices.

  • oem lock – re-locks the bootloader of an unlocked device
  • devices – Shows the serial number of a connected Android device
  • flash recovery (filename) – Flash the file from PC
  • boot recovery (filename) – Boot the data from PC
  • oem unlock – Unlock the bootloader of the connected Android device

Видео

Поделиться или сохранить к себе:
Ваш гид | NokiaGid.ru