Code Monkey home page Code Monkey logo

magisk-module-template's Introduction

bc5c7a34fee614e08839b511a5840873.jpg

Magisk Module 模板

这是Magisk模块最基础的结构

module.zip
│
├── META-INF
│   └── com
│       └── google
│           └── android
│               ├── update-binary      <--- 这个文件你可以通过下载 module_installer.sh 得到
│               └── updater-script     <--- 这个文件应仅包含字符串 "#MAGISK"
│
├── customize.sh                       <---  这个文件包含 "SKIPUNZIP=0" 如需更改权限 请把0改为1 
│                                           这个文件由 update-binary 执行(sourced)
├── module.prop
├── ...  /* 模块文件的其余部分 */
|

这意味着除了以上重要文件 其他的文件如果您不需要的话 可以删掉

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

Magisk 面具新版模板模块制作教程 感谢@碎念

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

magisk-module-template's People

Contributors

pinkdoge 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.