Skip to content

Commit d8a61dc

Browse files
authored
Update README.md
1 parent 3d48ade commit d8a61dc

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,27 @@
2626
* USB Driver for your Device or Universal ADB Driver
2727

2828
## 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
3535
7. Once you’re in the Command Prompt, enter the following Command:
3636
```
3737
adb devices
3838
```
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.)
40+
9. Succesful enabled USB Debugging
4141

4242
## Unable to connect to ADB:
43-
1. AMD Bug? - https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/
43+
1. AMD Bug - [XDA Thread](https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/)
4444
2. Switch Device from "Charging" to "File Transfer" Mode
4545
3. Install the latest Device Driver or Universal USB Driver
4646
4. Try another USB Cable
4747
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
5150
8. Try another PC
5251

5352
## Usage:
@@ -60,10 +59,10 @@ and once it says "waiting for device" plug in your USB Cable
6059
<br />
6160

6261
## Screenshots:
63-
<img src="https://i.ibb.co/g7RwMYY/Main.png" ></a>
62+
<img src="https://i.ibb.co/g7RwMYY/Main.png"></a>
6463
<br />
6564
<br />
66-
<img src="https://i.ibb.co/gj0W4DM/Stream.png" ></a>
65+
<img src="https://i.ibb.co/gj0W4DM/Stream.png"></a>
6766
<br />
6867
<br />
69-
<img src="https://i.ibb.co/VQNtvGP/Success.png" ></a>
68+
<img src="https://i.ibb.co/VQNtvGP/Success.png"></a>

0 commit comments

Comments
 (0)