Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
K3V1991 authored May 25, 2022
1 parent 5adec2c commit d546c49
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@
* Windows OS
* USB Driver for your Device or Universal ADB Driver (Included in the Installer)

## Developer Options & USB Debugging:
## Enable Developer Options & USB Debugging:
1. Install the USB Driver for your Phone or Universal Adb Driver.
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
3. Now enter System > Developer Options and find "USB debugging" and enable it.
4. Plug your Phone into the Computer and change it from "Charge only" to "File Transfer" Mode.
5. On your Computer, browse to the directory where you extracted the Portable Version or use Tiny ADB & Fastboot Shortcut.
6. Launch a Command Prompt with Open CMD.bat or use Tiny ADB & Fastboot Shortcut.
7. Once you’re in the Command Prompt, enter the following Command: adb devices
8. System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.).
9. Succesful enabled USB Debugging.
5. On your Computer, browse to the Directory where you extracted the ADBKit Zip.
6. Launch a Command Prompt with Open CMD.bat.
7. Once you’re in the Command Prompt, enter the following Command:
```
adb devices
```
10. System is starting the ADB Daemon (If this is your first Time running ADB, you will see a Prompt on your Phone asking you to authorize a Connection with the Computer. Click OK.).
11. Succesful enabled USB Debugging.

## Unable to connect to ADB:
1. AMD Bug? - https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/
Expand Down

0 comments on commit d546c49

Please sign in to comment.