Joined
·
2,739 Posts
Hi,What Im trying to do is mount the SD card before android boots so to use a Swapfile on it.This methold works for setting up and running a swapfile,
So is it possible or even having a script run this after the droid has booted ?Thanks in advance.# su# dd if=/dev/zero of=/sdcard/swapfile bs=1M count=128# mkswap /sdcard/swapfile# swapon /sdcard/swapfileIf I reboot for some reason, I type in BTEPro# su# swapon /sdcard/swapfile