Skip to content

4g Magisk Module 'link' Info

These modules typically work by modifying build.prop, editing the system/etc/init.d scripts, or adjusting system/etc/thermal-engine.conf and RIL (Radio Interface Layer) properties.

: An optional script that executes during installation to set permissions or check device compatibility. Installation & Troubleshooting magisk-module-template/README.md at master - GitHub 4g magisk module

#!/system/bin/sh # Wait for boot completion until [ "$(getprop sys.boot_completed)" = "1" ]; do sleep 5 done These modules typically work by modifying build

Many modules insert lines like these into your build.prop : editing the system/etc/init.d scripts