Licenses & Third-Party Components
Super ADB Manager bundles the open-source components listed below unmodified inside its application package. Each component remains under its own license. This page fulfils the attribution and notice obligations of those licenses.
scrcpy, samtp) can run.
Components
| Component | Version | License | Source |
|---|---|---|---|
| scrcpy (+ scrcpy-server) | 3.3.4 | Apache-2.0 | github.com/Genymobile/scrcpy |
| adb (Android Debug Bridge, AOSP) | 1.0.41 | Apache-2.0 | android.googlesource.com |
| FFmpeg (libavcodec, libavformat, libavutil, libswresample) | 8.x | GPL-2.0-or-later | ffmpeg.org |
| x264 | 165 | GPL-2.0-or-later | videolan.org |
| x265 | 216 | GPL-2.0-or-later | bitbucket.org/multicoreware |
| LAME (libmp3lame) | 3.100 | LGPL-2.1-or-later | lame.sourceforge.io |
| libusb | 1.0 | LGPL-2.1-or-later | libusb.info |
| libmtp | 1.1.23 | LGPL-2.1-or-later | libmtp.sourceforge.net |
| SDL2 | 2.x | Zlib | libsdl.org |
| dav1d | 1.x | BSD-2-Clause | code.videolan.org |
| libvpx | 1.x | BSD-3-Clause | chromium.googlesource.com |
| Opus | 1.x | BSD-3-Clause | opus-codec.org |
| SVT-AV1 (libSvtAv1Enc) | 4.1.0 | BSD-3-Clause-Clear + AOM Patent 1.0 | gitlab.com/AOMediaCodec |
| OpenSSL (libcrypto, libssl) | 3.x | Apache-2.0 | openssl.org |
Full license texts are included in the application package under Contents/Resources/licenses/ (GPL-2.0.txt, LGPL-2.1.txt, Apache-2.0.txt) and can be opened from Settings → About → Licenses.
GPL / LGPL — Written offer for source code
FFmpeg, x264 and x265 are licensed under GPL-2.0-or-later; LAME, libusb and libmtp under LGPL-2.1-or-later. These licenses require that the corresponding source code be made available with binary distribution.
These components are distributed without any modification, as built via Homebrew. Their corresponding source code is available from the official addresses in the table above.
In addition, pursuant to GPL-2.0 §3(b) and LGPL-2.1 §6: for at least three years from the date you received this distribution, we offer to provide you with the complete corresponding source code of the distributed versions of these components, for a charge no more than the cost of physically performing the distribution — or, if you prefer, electronically at no cost.
To request: e-mail [email protected] with the subject "Super ADB Manager — GPL source request" and the app version you are using.
Notes
- LGPL-licensed libraries are linked dynamically and ship as separate
.dylibfiles inContents/Resources/libs/, so they can be replaced with modified versions as required by LGPL-2.1 §6. samtpis a small helper program written for Super ADB Manager's MTP support; it uses libmtp (LGPL-2.1+) dynamically.- Android is a trademark of Google LLC. This application is not affiliated with or endorsed by Google.