Skip to content

arpiitjaiswal/UNIVERSAL-ADB-AND-FASTBOOT-DRIVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System-Wide Universal ADB and Fastboot Installer

A simple batch script for installing Android Debug Bridge (ADB) and Fastboot tools system-wide or for the current user. It also provides an option to install necessary device drivers for Android devices.

Features:

  • Install ADB & Fastboot: Easily install ADB and Fastboot tools either for the current user or system-wide.
  • Device Driver Installation: Install Android device drivers for 32-bit or 64-bit systems.
  • Clean Installation: Removes any existing ADB-related files to ensure a fresh installation.
  • Version Info: Install the latest version of ADB.

Requirements:

  • A Windows-based PC (Windows 7 or later).
  • Basic knowledge of Windows command prompt.
  • ADB and Fastboot tools packaged in the adb folder within this repository.