Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 committed Nov 23, 2019
2 parents 690a566 + aff65dc commit 7069c32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 9 additions & 3 deletions Latest-ADB-Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ if NOT %errorLevel% == 0 (
powershell start -verb runas '%0' am_admin & exit /b
)

echo Please connect your phone in USB Debugging Mode or Fastboot Mode
echo for Complete USB drivers installation, you can do this now, while the
echo the installation is running [Optional Step]
echo Please connect your phone in USB Debugging Mode / Fastboot Mode
echo for Proper USB drivers installation, you can do this now, while
echo the installation is running [Optional Step, Highly recommended]

:: Adding timout
:: Source: http://blog.bitcollectors.com/adam/2015/06/waiting-in-a-batch-file/
:: Source: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/start-sleep?view=powershell-6
PowerShell -Command "Start-Sleep -s 5" > nul 2>&1

echo.
echo Starting Installation

Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Windows 7 and above


**Steps:**
1. Download Latest-ADB-Installer.bat and double click on it to run the installation process.
1. Connect the phone in USB Debugging mode / Fastboot mode, for Proper USB Drivers Installation [Optional Step]
1. Double click on Latest-ADB-Installer.bat to start the installation process.
1. After the installation, Open Command Prompt( Go to Start Menu -> Type command Prompt -> Press Enter) and you can type adb and fastboot commands there.

**Note:** In Window 10, you will see Blue color box, during installation, click on More Info and click Run/Run anyway to start Installation.<br />
![Win 10 Screenshot 1](https://github.com/fawazahmed0/Latest-adb-fastboot-installer-for-windows/raw/master/Screenshots/Windows%2010%20Screenshot1.png)
Expand All @@ -22,16 +24,12 @@ Windows 7 and above
![Tool Screenshot](https://github.com/fawazahmed0/Latest-adb-fastboot-installer-for-windows/raw/master/Screenshots/Tool%20Screenshot.jpg)

------------
**Download Link:** [Click Here](https://github.com/fawazahmed0/Latest-adb-fastboot-installer-for-windows/releases/latest/download/Latest-ADB-Installer.bat "click here")

**XDA Thread**: [Click Here](https://forum.xda-developers.com/android/general/tool-adb-fastboot-installer-tool-windows-t3999445 "Click Here")

**Youtube Link:** [Click Here](https://www.youtube.com/watch?v=IZc9_S6JQpE "Click Here")

**Link to XDA Thread**:<br />
https://forum.xda-developers.com/android/general/tool-adb-fastboot-installer-tool-windows-t3999445



**Youtube Link:**<br />
https://www.youtube.com/watch?v=IZc9_S6JQpE

------------

Expand Down

0 comments on commit 7069c32

Please sign in to comment.