Skip to content

Commit 3eaa507

Browse files
authored
Update README.md
1 parent 96330ca commit 3eaa507

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# QuickADB
21

3-
## a Python based GUI for ADB & Fastboot commands
4-
Simple GUI created in Python in effort to make ADB & Fastboot commands faster and easier for both beginners and experts.
2+
![logo](https://github.com/user-attachments/assets/70412b0d-d1f6-432e-aaf4-32e535f2f5f2)
3+
4+
5+
6+
A simple GUI created in Python in effort to make ADB & Fastboot commands faster and easier for both beginners and experts.
57

68
## FEATURES
79

@@ -15,21 +17,30 @@ Fastboot section to reboot into different modes and checking getvar variables. S
1517

1618
Flashing section to flash 24 different partitions via fastboot. Supports ".img" and ".bin" files.
1719

18-
[V2.0.0] Advanced tab. Automatic driver installers, payload dumper powered by [@ssut's payload-dumper-go](https://github.com/ssut/payload-dumper-go), ADB debloater, Magisk installer and more.
20+
**[V2.0.0]** Advanced tab. Automatic driver installers, payload dumper powered by [@ssut's payload-dumper-go](https://github.com/ssut/payload-dumper-go), ADB debloater, Magisk installer and more.
21+
22+
**[V3.0.0]** A fully automatic GSI Flasher, wireless ADB function, auto update checker for the tool and a super.img dumper powered by [unix3dgforce's lpunpack script](https://github.com/unix3dgforce/lpunpack)
1923
## NOTES
2024

2125
**Always** keep an eye on the logs while flashing an image. If you get a faulty output, please use the terminal and flash the image manually before rebooting your device.
2226

23-
Kaspersky and 6 unknown vendors flag QuickADB as trojan. This is a false-positive alert. It happens because the program was compiled with PyInstaller, so it doesn't have a signature.
27+
Kaspersky and 6 unknown vendors flag QuickADB as trojan. This is a false-positive alert. This happens because the program was compiled with PyInstaller, so it doesn't have a signature.
28+
29+
30+
This software uses [ssut's payload-dumper-go](https://github.com/ssut/payload-dumper-go) for payload extraction functionality, which is licensed under the Apache License 2.0.
31+
32+
This software uses [unix3dgforce's lpunpack](https://github.com/unix3dgforce/lpunpack) for super image unpacking, which is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0).
33+
34+
2435

25-
This software uses ssut's payload-dumper-go for payload extraction functionality, which is licensed under the Apache License 2.0.
2636

2737
### [Buy Me a Coffee](https://buymeacoffee.com/fl0w)
2838

2939
### [View XDA Thread](https://xdaforums.com/t/tool-quickadb-a-gui-to-execute-adb-fastboot-commands.4690673/)
3040

3141

32-
![toolV2 0 1](https://github.com/user-attachments/assets/d9c1230d-c6f3-490e-a609-c45251812038)
42+
43+
![toolV3 0 0](https://github.com/user-attachments/assets/6eab4ac9-cbe5-4f24-b218-ed5f68f753f6)
3344

3445

3546

0 commit comments

Comments
 (0)