Magisk/docs/README.md

35 lines
1.3 KiB
Markdown
Raw Normal View History

2017-08-13 20:37:48 +02:00
# Magisk Documentations
2019-02-04 05:37:38 +01:00
(Updated on 2019.2.3)
2017-08-14 20:27:07 +02:00
2019-02-04 05:37:38 +01:00
- [Installation](install.md)
- [Prerequisite](install.md#prerequisite)
- [Custom Recovery](install.md#custom-recovery)
- [Boot Image Patching](install.md#boot-image-patching)
- [Huawei](install.md#huawei)
2018-10-16 00:04:51 +02:00
- [Tutorials](tutorials.md)
2018-10-15 10:33:42 +02:00
- [OTA Installation](tutorials.md#ota-installation)
2018-10-16 00:04:51 +02:00
- [Best Practices for MagiskHide](tutorials.md#best-practices-for-magiskhide)
2018-01-08 15:33:55 +01:00
2018-10-16 07:55:28 +02:00
The followings are for developers
2018-01-08 15:33:55 +01:00
- [Magisk Details](details.md)
2018-10-15 06:46:37 +02:00
- [File Structure](details.md#file-structure)
- [Magisk Booting Process](details.md#magisk-booting-process)
- [Resetprop](details.md#resetprop)
- [Magic Mount](details.md#magic-mount)
- [Simple Mount](details.md#simple-mount)
- [Miscellaneous](details.md#Miscellaneous)
2019-02-04 05:37:38 +01:00
- [Deployment](deploy.md)
- [Systemless](deploy.md#systemless)
- [System Only](deploy.md#system-only)
- [Exploits](deploy.md#exploits)
2018-10-15 06:46:37 +02:00
- [Magisk Tools](tools.md)
2018-10-15 10:33:42 +02:00
- [Developer Guides](guides.md)
- [Magisk Modules](guides.md#magisk-modules)
2019-03-28 09:48:46 +01:00
- [Magisk Module Installer](guides.md#magisk-module-installer)
- [Submit Modules](guides.md#submit-modules)
- [Notes on Partitions](guides.md#notes-on-partitions)
- [Boot Scripts](guides.md#boot-scripts)
2018-10-15 10:33:42 +02:00
- [Remove Files](guides.md#remove-files)
- [Remove Folders](guides.md#remove-folders)