Magisk/docs/README.MD

26 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-08-13 20:37:48 +02:00
# Magisk Documentations
2017-08-14 19:28:45 +02:00
#### (Updated on 2017.8.15 for Magisk v13.5+)
2017-08-13 21:20:31 +02:00
- Magisk Details
2017-08-14 19:28:45 +02:00
- [Introduction](#introduction)
2017-08-14 19:32:24 +02:00
- **(Important!)** [Procedure Diagram](https://cdn.rawgit.com/topjohnwu/Magisk/cc1809688299f1f8b5db494a234850852712c0c9/docs/procedures.html)
2017-08-14 19:28:45 +02:00
- [Available Applets](applets.md)
- [magisk](applets.md#magisk)
- [su](applets.md#su)
- [resetprop](applets.md#resetprop)
- [magiskpolicy](applets.md#magiskpolicy)
- [magiskhide](applets.md#magiskhide)
2017-08-13 21:46:23 +02:00
- [Modules and Repos](module_repo.md)
- [Modules and Templates](module_repo.md#magisk-module-format)
2017-08-14 19:28:45 +02:00
- [Submit Modules to Repo](module_repo.md#submit-your-module-to-magisk-modules-repo)
## Introduction
Magisk is a suite of open source tools for devices running Android version higher than 5.0 Lollipop (API 21). It provides an environment which covers most Android aftermarket customization like root, boot scripts, SELinux patches, and also acts as 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, and adding some files into `/data`.
## Document Changelog
- 2017.8.15
- Initial version