
Android-Anpassungssuite mit Root-Zugriff (MagiskSU), systemloser Modulinstallation, Entpacken/Wiederverpacken von Boot-Images und Zygisk-Laufzeit-Code-Injection für fortgeschrittene Gerätemodifikation.

Magisk ist eine Suite von Open-Source-Software zur Anpassung von Android und unterstützt Geräte ab Android 6.0.
Einige herausragende Funktionen:
Github ist die einzige Quelle, um offizielle Magisk-Informationen und Downloads zu erhalten.
Es werden nur Fehlerberichte von Debug-Builds akzeptiert.
Bei Installationsproblemen lade sowohl das Boot-Image als auch die Installationsprotokolle hoch.
Bei Magisk-Problemen lade boot logcat oder dmesg hoch.
Bei Magisk-App-Abstürzen zeichne das logcat auf und lade es hoch, wenn der Absturz auftritt.
Die Standard-String-Ressourcen für die Magisk-App und ihr Stub-APK befinden sich hier:
app/core/src/main/res/values/strings.xmlapp/stub-res/src/main/res/values/strings.xmlÜbersetze jede und platziere sie in den entsprechenden Verzeichnissen ([module]/src/main/res/values-[lang]/strings.xml).
Magisk, including all git submodules are free software:
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.