An alternative way to make 16MB swap file:
dd if=/dev/zero of=/mmc/mmca1/swapfile bs=512 count=32768
busybox mkswap /mmc/mmca1/swapfile
swapon /mmc/mmca1/swapfile
To turn off your swap file:
swapoff /mmc/mmca1/swapfile
You can also use EZXSysInfo to make sure swap is activated. But please remember, swap file on MMC sometimes slow down your system!
@naset
Since we have native SDK for E680i, this application look alien. Sorry...



2Likes




Reply With Quote