You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@
61
61
* PowerShell for the Toolkit
62
62
63
63
## Enable Developer Options & USB Debugging:
64
+
<details>
65
+
<summary>Click to expand</summary>
66
+
64
67
1. Install the USB Driver for your Phone or Universal Adb Driver
65
68
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options
66
69
3. Now enter System > Developer Options and find "USB debugging" and enable it
@@ -73,8 +76,12 @@ adb devices
73
76
```
74
77
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.)
2. Switch Device from "Charging" to "File Transfer" Mode
80
87
3. Install the latest Device Driver or Universal USB Driver
@@ -84,7 +91,8 @@ adb devices
84
91
and once it says "waiting for device" plug in your USB Cable
85
92
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
86
93
8. Try another PC
87
-
94
+
</details>
95
+
88
96
## Installer:
89
97
1. Download ADB-and-Fastboot++_vXXX.exe
90
98
2. Follow the Installers Instructions and select where you would like to install ADB & Fastboot++
0 commit comments