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
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,28 +26,27 @@
26
26
* USB Driver for your Device or Universal ADB Driver
27
27
28
28
## Enable Developer Options & USB Debugging:
29
-
1. Install the USB Driver for your Phone or Universal Adb Driver.
30
-
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
31
-
3. Now enter System > Developer Options and find "USB debugging" and enable it.
32
-
4. Plug your Phone into the Computer and change it from "Charge only" to "File Transfer" Mode.
33
-
5. On your Computer, browse to the Directory where you extracted the APK Bundle Installer Zip.
34
-
6. Launch a Command Prompt with Open CMD.bat.
29
+
1. Install the USB Driver for your Phone or Universal Adb Driver
30
+
2. On your Phone, go to Settings > About Phone. Find the Build Number and tap on it 7 times to enable Developer Options
31
+
3. Now enter System > Developer Options and find "USB debugging" and enable it
32
+
4. Plug your Phone into the Computer and change it from "Charge only" to "File Transfer" Mode
33
+
5. On your Computer, browse to the Directory where you extracted the APK Bundle Installer Zip
34
+
6. Launch a Command Prompt with Open CMD.bat
35
35
7. Once you’re in the Command Prompt, enter the following Command:
36
36
```
37
37
adb devices
38
38
```
39
-
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.).
40
-
9. Succesful enabled USB Debugging.
39
+
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
45
45
3. Install the latest Device Driver or Universal USB Driver
46
46
4. Try another USB Cable
47
47
5. Use another USB Port (USB 3.0 Port to USB 2.0)
48
-
6. Try to execute Fastboot Command without connecting your Phone,
49
-
and once it says "waiting for device" plug in your USB Cable
50
-
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.
48
+
6. Try to execute Fastboot Command without connecting your Phone, and once it says "waiting for device" plug in your USB Cable
49
+
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
51
50
8. Try another PC
52
51
53
52
## Usage:
@@ -60,10 +59,10 @@ and once it says "waiting for device" plug in your USB Cable
0 commit comments