Git Product home page Git Product logo

magisk-modules-template-ge20.4's Introduction

bc5c7a34fee614e08839b511a5840873.jpg

Magisk Module 模板

这是Magisk模块最基础的结构及说明

Magisk-Modules-Template(20.4+).zip
│
├── META-INF
│   └── com
│       └── google
│           └── android
│               ├── update-binary      <--- 这个文件你可以通过下载 module_installer.sh 得到
│               └── updater-script      <--- 这个文件应仅包含字符串 "#MAGISK"
│
├── customize.sh         <--- 这个文件包含 "SKIPUNZIP=0" 如需很多自定义操作 请把0改为1 
│                                                  customize.sh 由 update-binary 执行(sourced)
├── module.prop          <--- 这个文件是填写模块信息
│
├── post-fs-data.sh        <--- 这个文件可以填写系统启动前想要执行的命令
│
├── service.sh             <--- 这个文件可以填写系统启动后想要执行的命令
│
├── system.prop            <--- 这个文件将被resetprop读取 挂载改变系统build.prop对应值
│
├── ...  /* 模块文件的其余部分 */
│

SKIPUNZIP=0意味着除了重要的文件,其他的文件如果您不需要的话可以删除.

这是 Magisk 官方新模块模板 您也可以去看看

有关模块和存储库的更多信息 请查看 Magisk 官方文档

感谢 Pinkdoge 提供相关内容

magisk-modules-template-ge20.4's People

Contributors

petit-abba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.