If you are using a screen reader and are having problems using this website, please call (888) 226-0076 for assistance. Please note, this number is for accessibility issues and is not a ticketing hotline.

Disable Zram Magisk -

cat /proc/swaps zRAM should no longer appear.

swapoff /dev/block/zram0 echo 1 > /sys/block/zram0/reset To verify: disable zram magisk

#!/system/bin/sh sleep 2 swapoff /dev/block/zram0 echo 1 > /sys/block/zram0/reset Make it executable: cat /proc/swaps zRAM should no longer appear