Magisk/docs/README.MD

37 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-08-13 20:37:48 +02:00
# Magisk Documentations
2018-01-08 15:33:55 +01:00
(Updated on 2018.1.8) ([Changelog](changelog.md))
2017-08-14 20:27:07 +02:00
2017-09-27 23:39:10 +02:00
## Table of Contents
2017-08-14 20:27:07 +02:00
- [Introduction](#introduction)
2018-01-08 15:33:55 +01:00
- [Tips and Tricks](tips.md)
- [OTA Installation Tips](tips.md#ota-installation-tips)
The following are for developers
2017-08-16 18:41:50 +02:00
- [Procedure Diagram](https://cdn.rawgit.com/topjohnwu/Magisk/cc1809688299f1f8b5db494a234850852712c0c9/docs/procedures.html)
2018-01-08 15:33:55 +01:00
- [Magisk Details](details.md)
2017-08-15 04:11:10 +02:00
- [Boot Stages](details.md#boot-stages)
- [Magic Mount Details](details.md#magic-mount-details)
- [Simple Mount Details](details.md#simple-mount-details)
2018-01-08 15:33:55 +01:00
- [Available Tools](tools.md)
- [magiskboot](tools.md#magiskboot)
- [magiskinit](tools.md#magiskinit)
- [magiskpolicy](tools.md#magiskpolicy)
- [magisk](tools.md#magisk)
- [su](tools.md#su)
- [resetprop](tools.md#resetprop)
- [magiskhide](tools.md#magiskhide)
- [Modules](modules.md)
- [Modules and Templates](modules.md#magisk-module-format)
- [Submit Modules to Repo](https://github.com/topjohnwu/Magisk_Repo_Submissions)
2017-08-15 04:11:10 +02:00
- [Tips and Tricks](tips.md)
- [Remove Files](tips.md#remove-files)
- [Remove Folders](tips.md#remove-folders)
2017-08-14 19:28:45 +02:00
## Introduction
2018-01-08 15:33:55 +01:00
Magisk is a suite of open source tools for devices running Android version higher than 5.0 Lollipop (API 21). It establishes an environment which covers most stuffs you need for Android customization, such as root, boot scripts, SELinux patches, AVB2.0 / dm-verity / forceencrypt patches etc..
Furthermore, Magisk provides a **Systemless Interface** to alter the system (or vendor) arbitrarily while the actual partitions stay completely intact, all of which accomplished by only patching the boot image. With its systemless nature along with several other hacks, Magisk can hide modifications from nearly any existing system integrity verifications, one of the main target is to hide from [Google's SafetyNet API](https://developer.android.com/training/safetynet/index.html).