Magisk/docs/README.md

35 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2017-08-14 02:37:48 +08:00
# Magisk Documentations
2019-05-02 04:41:59 -04:00
(Updated on 2019.5.1)
2017-08-15 02:27:07 +08:00
2019-02-03 23:37:38 -05:00
- [Installation](install.md)
- [Prerequisite](install.md#prerequisite)
- [Custom Recovery](install.md#custom-recovery)
- [Boot Image Patching](install.md#boot-image-patching)
2019-05-02 04:42:54 -04:00
- [Samsung (System-as-root)](install.md#samsung-system-as-root)
2019-02-03 23:37:38 -05:00
- [Huawei](install.md#huawei)
2018-10-15 18:04:51 -04:00
- [Tutorials](tutorials.md)
2018-10-15 04:33:42 -04:00
- [OTA Installation](tutorials.md#ota-installation)
2018-10-15 18:04:51 -04:00
- [Best Practices for MagiskHide](tutorials.md#best-practices-for-magiskhide)
2018-01-08 22:33:55 +08:00
2018-10-16 01:55:28 -04:00
The followings are for developers
2018-01-08 22:33:55 +08:00
- [Magisk Details](details.md)
2018-10-15 00:46:37 -04: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)
2019-03-28 07:03:38 -04:00
- [Miscellaneous](details.md#miscellaneous)
2018-10-15 00:46:37 -04:00
- [Magisk Tools](tools.md)
2018-10-15 04:33:42 -04:00
- [Developer Guides](guides.md)
- [Magisk Modules](guides.md#magisk-modules)
2019-03-28 04:48:46 -04: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 04:33:42 -04:00
- [Remove Files](guides.md#remove-files)
- [Remove Folders](guides.md#remove-folders)
2019-03-28 05:25:20 -04:00
- [Deployment](deploy.md)
- [Systemless](deploy.md#systemless)
- [System Only](deploy.md#system-only)
- [Exploits](deploy.md#exploits)