top of page

Magisk Free — Disable Zram

Note: The sleep command ensures the system has mounted the ZRAM device before the script tries to turn it off. If your device uses a specific path for ZRAM other than zram0 , you may need to adjust this.

If you prefer not to use a pre-made module, you can create a simple boot script. Magisk executes scripts placed in /data/adb/service.d/ during the boot process. disable zram magisk

Open your terminal emulator and type:

bottom of page