• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Android Infotech

Android Infotech

Android Tips, News, Guide, Tutorials

  • News
  • Root
  • Firmware
  • Applications
  • Knowledge
  • Tutorial
  • I’m Bored
  • Deals
  • Donate
  • 🔎Search
Home » Applications » Download Minimal ADB and Fastboot Drivers Windows (All versions)

Download Minimal ADB and Fastboot Drivers Windows (All versions)

by Selva Ganesh Leave a Comment

If you are an Android Developer, you know the adb and fastboot commands. Without the compatible drivers present on your PC, We can’t make those commands work. Most of the middle users who are using the adb commands for Rooting and flashing firmware don’t need Android Studio. The other choice is SDK platform tools; they also have more than 50MB, and configuration may be hard compared with this minimal adb and fastboot method. So, the software should be simple, like installing a driver. There should be no mess with the USB Port configurations and System Configurations. This is the place where you can use these drivers. When you are going to test the app or something, this will not suffice for you. You need other tools. When your work is Root and Flashing firmware, Yes, you can use this minimal method.
Windows Laptop with OnePlus 6T

Table of Contents

  • What are ADB and Fastboot?
  • Download Minimal ADB and Fastboot Drivers Installation Files
    • Windows
    • Other Download links
  • Installation Instructions
    • Pre-Requirement Steps
    • Install Minimal ADB in Windows
    • Install ADB on Mac OS
    • ADB on Linux
    • All ADB Commands
      • Commands List
    • All Fastboot commands
      • Commands list
  • Wrap Up

What are ADB and Fastboot?

Every mobile device has its own USB driver. This driver allows your mobile to communicate with the PC. Most of the time, you don’t have to install this driver. They came in-built with the PC suites. But, adb and fastboot drivers are for particular tasks. These drivers can help you to interact with the mobile at the core level. These are binaries that can directly communicate with your Mobile OS. We can define this as a General Language between PC and Android Mobiles. You can use these commands to return to the previous patch updates, flash new firmware, and Root.

Note

Buy Samsung Galaxy S22 Ultra from $6.46/mo for 24 Months with Eligible Trade-In.
Samsung Galaxy S23 available for $0.00/mo with T-Mobile Credit and Trade-in Deal
  • The ADB commands can control your mobile from the core level. Don’t experiment with the device, If you didn’t know what you are doing.
  • Keep Battery Percentage Above 50 during the process.
  • Backup Your Device.

Download Minimal ADB and Fastboot Drivers Installation Files

Please refer Android License regarding the software before downloading.

Also Read-  Google Pixel 7a will come with a 90Hz Display and Wireless Charging

Windows

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

Other Download links

  • 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 StepsOnePlus 6T OEM Unlock and USB Debugging

  • 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

ADB and Fastboot File Run As Adminsistractor

  • 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.

ADB Installation Directory Setup

  • 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.

Software Install Screen After Selecting Directory

  • After the successful installation, the adb and fastboot command prompt window will open with the installed directory path.

fastboot command screen

  • 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.

adb devices check command

  • 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.
Also Read-  Download Magisk 22.0.zip and Magisk Manager 22.0.apk

ADB on Linux

  • 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/)
  • You can also use the direct command to install the fastboot files. Type below command to install the file.
  • sudo apt install android-tools-fastboot

fastboot linux install command

  • 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.

Linux adb devices command

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.

Apply Update From ADB Screenshot

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.

Also Read-  Advanced Search Chips Filters like Gmail are now available in Google Drive

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.

fastboot boot recovery

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

Wrap Up

You can do a lot of things with the adb and fastboot commands. When we want to perform Powerful Rootless tasks, We can Remove Bloatware apps in Samsung. We can use Soli Without Restrictions in Pixel 4. From my knowledge, I gave only a limited amount of commands. Consider this as a starter. Based on your knowledge and experience, you can explore a lot of ideas using these commands. If I missed any crucial points, Or When you know useful adb task commands, comment below.

Source, (2), (3)

Selva Ganesh

Selva Ganesh is the Chief Editor of this Blog. He is a Computer Science Engineer, An experienced Android Developer, Professional Blogger with 8+ years in the field. He completed courses about Google News Initiative. He runs Android Infotech which offers Problem Solving Articles around the globe.

Related Posts:

  • Download Motorola Moto G53 Android 13 My UX Official Stock Firmware…
  • Download Motorola Moto G13 Android 13 My UX Official Stock Firmware…
  • Download Motorola Moto X40 Android 13 My UX Official Stock Firmware…
  • Download Motorola Moto G73 Android 13 My UX Official Stock Firmware…
  • Google hired God of War Head Shannon Studstill to Run Stadia Studio in…
  • Fix Samsung Galaxy M32 5G SM-M326B Stuck on Boot Start screen logo
Share This Post:

Filed Under: Applications Tagged With: Google

Primary Sidebar

Join With Us

Deal of the Day

Samsung Galaxy S22 Ultra For $6.95/mo at Samsung Online Store.

Recent Posts

Google Pixel 8 Video Editing

Video Unblur coming to Google Pixel 8

YouTube Shorts Thumbnail Edit Video

How to Change YouTube Shorts Thumbnails?

T-Mobile and Mint Mobile Merger Ryan Reynolds and CEO

No Change in the $15/mo Mint Mobile Plan after T-Mobile Acquire

POCO X5 5G Unlocked Home Screen

POCO X5 5G launched for $230 With 120Hz AMOLED, Snapdragon 695 and 48MP camera

iQOO Z7 Series Back Side

iQOO Z7 Series with 120W Support Launching on March 20, 2023

Advertisement

Footer

Copyright © 2023 AndroidInfotech.com, All Rights Reserved, Android is a trademark of Google Inc. All contents on this blog are copyright protected and should not be reproduced without permission.

  • Subscribe
  • Sitemap
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Our Image License
  • Hosted on Google Cloud
  • Ad Partner Ezoic
  • Corporate Office