Skip to content

Commit 072add0

Browse files
authored
Update README.md
1 parent d4edfde commit 072add0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
* PowerShell for the Toolkit
6262

6363
## Enable Developer Options & USB Debugging:
64+
<details>
65+
<summary>Click to expand</summary>
66+
6467
1. Install the USB Driver for your Phone or Universal Adb Driver
6568
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options
6669
3. Now enter System > Developer Options and find "USB debugging" and enable it
@@ -73,8 +76,12 @@ adb devices
7376
```
7477
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.)
7578
9. Succesful enabled USB Debugging
79+
</details>
7680

7781
## Unable to connect to ADB:
82+
<details>
83+
<summary>Click to expand</summary>
84+
7885
1. AMD Bug - [XDA Thread](https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/)
7986
2. Switch Device from "Charging" to "File Transfer" Mode
8087
3. Install the latest Device Driver or Universal USB Driver
@@ -84,7 +91,8 @@ adb devices
8491
and once it says "waiting for device" plug in your USB Cable
8592
7. Windows: Click "Change advanced power setting" on your chosen Plan and expand "USB Settings". Under "USB Settings" Section, expand "USB selective suspend setting" and change it to "Disabled" for On Battery and Plugged In
8693
8. Try another PC
87-
94+
</details>
95+
8896
## Installer:
8997
1. Download ADB-and-Fastboot++_vXXX.exe
9098
2. Follow the Installers Instructions and select where you would like to install ADB & Fastboot++

0 commit comments

Comments
 (0)