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
A simple GUI created in Python in effort to make ADB & Fastboot commands faster and easier for both beginners and experts.
5
7
6
8
## FEATURES
7
9
@@ -15,21 +17,30 @@ Fastboot section to reboot into different modes and checking getvar variables. S
15
17
16
18
Flashing section to flash 24 different partitions via fastboot. Supports ".img" and ".bin" files.
17
19
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)
19
23
## NOTES
20
24
21
25
**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.
22
26
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
+
24
35
25
-
This software uses ssut's payload-dumper-go for payload extraction functionality, which is licensed under the Apache License 2.0.
26
36
27
37
### [Buy Me a Coffee](https://buymeacoffee.com/fl0w)
0 commit comments