Skip to content

Commit 04674ca

Browse files
authored
Update README.md
1 parent 00cf9a3 commit 04674ca

File tree

1 file changed

+30
-20
lines changed

1 file changed

+30
-20
lines changed

README.md

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## NFO:
1818
* Versions: Installer & Portable
19-
* Android Debug Bridge & Fastboot updated to latest v1.0.41 (Version 33.0.1-8253317, March 2022)
19+
* Android Debug Bridge & Fastboot updated to latest v1.0.41 (Version 33.0.2-8557947, May 2022)
2020

2121
## Features:
2222
* Installation Folder chooseable (Installer)
@@ -61,48 +61,58 @@
6161
* PowerShell for the Toolkit
6262

6363
## Enable Developer Options & USB Debugging:
64-
1. Install the USB Driver for your Phone or Universal Adb Driver.
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-
3. Now enter System > Developer Options and find "USB debugging" and enable it.
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.
64+
1. Install the USB Driver for your Phone or Universal Adb Driver
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+
3. Now enter System > Developer Options and find "USB debugging" and enable it
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
7070
7. Once you’re in the Command Prompt, enter the following Command:
7171
```
7272
adb devices
7373
```
74-
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.).
75-
9. Succesful enabled USB Debugging.
74+
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.)
75+
9. Succesful enabled USB Debugging
7676

7777
## Unable to connect to ADB:
78-
1. AMD Bug? - https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/
78+
1. AMD Bug - [XDA Thread](https://forum.xda-developers.com/t/fix-fastboot-issues-on-ryzen-based-pcs.4186321/)
7979
2. Switch Device from "Charging" to "File Transfer" Mode
8080
3. Install the latest Device Driver or Universal USB Driver
8181
4. Try another USB Cable
8282
5. Use another USB Port (USB 3.0 Port to USB 2.0)
8383
6. Try to execute Fastboot Command without connecting your Phone,
8484
and once it says "waiting for device" plug in your USB Cable
85-
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.
85+
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
8686
8. Try another PC
8787

8888
## Installer:
89-
1. Download ADB_&_Fastboot++_vXXX.exe
89+
1. Download ADB-and-Fastboot++_vXXX.exe
9090
2. Follow the Installers Instructions and select where you would like to install ADB & Fastboot++
9191
3. After the Installation Wizard has completed you can select to start ADB & Fastboot++
9292
4. You should see a Command Window open, now you can use ADB and Fastboot Commands
9393

9494
## Portable:
95-
1. Download ADB_&_Fastboot++_vXXX_Portable.zip
95+
1. Download ADB-and-Fastboot++_vXXX-Portable.zip
9696
2. Extract the Zip Archive
9797
3. Double click on Open CMD.bat
9898
4. You should see a Command Window open, now you can use ADB and Fastboot Commands
9999
<br />
100100
<br />
101101

102-
## Screenshots
103-
<img src="https://i.ibb.co/m5Zg8Jy/License.png" width="250"></a> &emsp;
104-
<img src="https://i.ibb.co/RTSDhrM/Information.png" width="250"></a> &emsp;
105-
<img src="https://i.ibb.co/0B0qKGt/Tasks.png" width="250"></a> &emsp;
106-
<img src="https://i.ibb.co/0GH7y6V/Completing.png" width="250"></a> &emsp;
107-
<img src="https://i.ibb.co/fqyY9jj/Toolkit-Main.png" width="250"></a> &emsp;
108-
<img src="https://i.ibb.co/zSvHqWM/Toolkit-Menu.png" width="250"></a> &emsp;
102+
## Screenshots:
103+
<img src="https://i.ibb.co/C893W7r/License.png"></a>
104+
<br />
105+
106+
<img src="https://i.ibb.co/DY3J282/Information.png"></a>
107+
<br />
108+
109+
<img src="https://i.ibb.co/bNVRZqW/Tasks.png"></a>
110+
<br />
111+
112+
<img src="https://i.ibb.co/T0jsgrf/Completing.png"></a>
113+
<br />
114+
115+
<img src="https://i.ibb.co/KVQWfvP/Toolkit-Main.png"></a>
116+
<br />
117+
118+
<img src="https://i.ibb.co/swGZZbj/Toolkit-Menu.png"></a>

0 commit comments

Comments
 (0)