All Projects → Pinkdoge → magisk-module-template

Pinkdoge / magisk-module-template

Licence: other
基于 https://topjohnwu.github.io/Magisk/guides.html 的 Magisk 20.3+ 模块模板

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to magisk-module-template

MI6 Optimization
MI6调教指南
Stars: ✭ 12 (-81.82%)
Mutual labels:  magisk
AdGuardHome magisk
去广告magisk模块,通过DNS层面过滤广告、防DNS劫持,本机流量数据或Wifi都支持,支持订阅过滤规则,可兼容VPN、免模块、翻模块、校园网、热点共享等特殊使用环境 。top大佬(酷安)
Stars: ✭ 34 (-48.48%)
Mutual labels:  magisk
LocationReportEnabler
Enable Google Location History in regions not available.
Stars: ✭ 41 (-37.88%)
Mutual labels:  magisk
mm
Magisk Manager for Recovery Mode
Stars: ✭ 30 (-54.55%)
Mutual labels:  magisk
symbit
A simple root manager for Android devices without TWRP
Stars: ✭ 29 (-56.06%)
Mutual labels:  magisk
ainur narsil
Sauron audiomod developed with many experimental tweaks to squeeze more from your device in terms of sound
Stars: ✭ 61 (-7.58%)
Mutual labels:  magisk
A71-Hidden-Mods
A magisk module adding some mods to your Galaxy A71 systemlessly.
Stars: ✭ 16 (-75.76%)
Mutual labels:  magisk
Fossapps-creator
Create Your own Fossapps Package from a wide range of Free and Open Source Apps
Stars: ✭ 21 (-68.18%)
Mutual labels:  magisk
magisk-pixel2-features
A magisk module that provides Pixel 2 Features like Google Lens, Google Camera w/ Motion Pictures and Ambient Sense w/ Music Matching
Stars: ✭ 27 (-59.09%)
Mutual labels:  magisk
NbInjection
PoC for inject zygote process by replacing system native bridge support
Stars: ✭ 70 (+6.06%)
Mutual labels:  magisk
AppSystemizer
AppSystemizer
Stars: ✭ 52 (-21.21%)
Mutual labels:  magisk
zram-swap-manager
A versatile zRAM swap manager with dynamic swappiness - for Android and GNU/Linux systems.
Stars: ✭ 43 (-34.85%)
Mutual labels:  magisk
MAGNETAR
Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario
Stars: ✭ 82 (+24.24%)
Mutual labels:  magisk
tether unblock
Hide tethering from your mobile network operator
Stars: ✭ 30 (-54.55%)
Mutual labels:  magisk
magisk-module-template-eviltheme
Magisk Module Template with built in EVilTheme Patcher
Stars: ✭ 25 (-62.12%)
Mutual labels:  magisk
FontManager-Module
Font Manager is the premier font and emoji management and changing solution for android.
Stars: ✭ 60 (-9.09%)
Mutual labels:  magisk
King-Tweaks
No description or website provided.
Stars: ✭ 46 (-30.3%)
Mutual labels:  magisk
migrator
A backup solution and data migration utility for Android
Stars: ✭ 56 (-15.15%)
Mutual labels:  magisk
fbind
A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.
Stars: ✭ 42 (-36.36%)
Mutual labels:  magisk
magisk-frida
You are probably looking for: https://github.com/ViRb3/magisk-frida
Stars: ✭ 47 (-28.79%)
Mutual labels:  magisk

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 官方文档

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].