Skip to content

Instantly share code, notes, and snippets.

@v6ak
Created September 17, 2015 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v6ak/446891d72742b03861e8 to your computer and use it in GitHub Desktop.
Save v6ak/446891d72742b03861e8 to your computer and use it in GitHub Desktop.
#!/system/xbin/sh
swapoff /dev/block/zram0
echo -n 0 > /sys/block/zram0/disksize || true
echo -n 1 > /sys/block/zram0/reset
# cat /sys/block/zram0/disksize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment