|
60 | 60 | * USB Driver for your Device or Universal ADB Driver (Included in the Installer) |
61 | 61 | * PowerShell for the Toolkit |
62 | 62 |
|
63 | | -## Developer Options & USB Debugging: |
| 63 | +## Enable Developer Options & USB Debugging: |
64 | 64 | 1. Install the USB Driver for your Phone or Universal Adb Driver. |
65 | 65 | 2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options. |
66 | 66 | 3. Now enter System > Developer Options and find "USB debugging" and enable it. |
67 | 67 | 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. |
73 | 76 |
|
74 | 77 | ## Unable to connect to ADB: |
75 | 78 | 1. AMD Bug? - https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/ |
|
0 commit comments