Skip to content

Commit 2ef9557

Browse files
authored
Update README.md
1 parent 4ceb64e commit 2ef9557

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,19 @@
6060
* USB Driver for your Device or Universal ADB Driver (Included in the Installer)
6161
* PowerShell for the Toolkit
6262

63-
## Developer Options & USB Debugging:
63+
## Enable Developer Options & USB Debugging:
6464
1. Install the USB Driver for your Phone or Universal Adb Driver.
6565
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
6666
3. Now enter System > Developer Options and find "USB debugging" and enable it.
6767
4. Plug your Phone into the Computer and change it from "Charge only" to "File Transfer" Mode.
68-
5. On your Computer, browse to the directory where you extracted the Portable Version or use Tiny ADB & Fastboot Shortcut.
69-
6. Launch a Command Prompt with Open CMD.bat or use Tiny ADB & Fastboot Shortcut.
70-
7. Once you’re in the Command Prompt, enter the following Command: adb devices
71-
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.).
72-
9. Succesful enabled USB Debugging.
68+
5. On your Computer, browse to the Directory where you extracted the Portable Version or use Tiny ADB & Fastboot++ Shortcut.
69+
6. Launch a Command Prompt with Open CMD.bat or use Tiny ADB & Fastboot++ Shortcut.
70+
7. Once you’re in the Command Prompt, enter the following Command:
71+
```
72+
adb devices
73+
```
74+
9. 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.).
75+
10. Succesful enabled USB Debugging.
7376

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

0 commit comments

Comments
 (0)