Magisk - Magisk是一套用于定制 Android的开源工具,支持高于 Android4.2的设备。涵盖了 Android定制的基本部分:root、引导脚本、 SELInux修补、移除AVB2.0/dm- verity/强制加密等。

Created at: 2016-09-08 20:42:53
Language: C++
License: GPL-3.0

下载

这不是官方支持的谷歌产品

介绍

Magisk是一套用于自定义Android的开源软件,支持高于Android 6.0的设备。
一些突出特点:

  • MagiskSU:为应用程序提供根访问权限
  • Magisk 模块:通过安装模块修改只读分区
  • MagiskBoot:用于解压缩和重新打包Android启动映像的最完整的工具
  • Zygisk:在每个Android应用程序的进程中运行代码

下载

Github是你可以获得官方Magisk信息和下载的唯一来源。

有用的链接

错误报告

仅接受来自调试版本的错误报告。

对于安装问题,请同时上传启动映像和安装日志。
对于 Magisk 问题,请上传引导日志或 dmesg。
对于 Magisk 应用程序崩溃,请在发生崩溃时记录并上传日志猫。

翻译贡献

Magisk 应用及其存根 APK 的默认字符串资源位于此处:

  • app/src/main/res/values/strings.xml
  • stub/src/main/res/values/strings.xml

翻译每个并将它们放置在各自的位置 ()。

[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/>.