blkbeltkid17
Android Expert
i win
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#### START - Redirect cache partition to /data ####
mkdir /data/cache
chown system.cache /data/cache
chmod 770 /data/cache
rm /cache/*.apk
rm /data/cache/*.apk
mv /cache/* /data/cache/
mkdir /data/cache/recovery
chown system.cache /data/cache/recovery
chmod 770 /data/cache/recovery
mkdir /data/cache/lost+found
chown root.root /data/cache/lost+found
chmod 770 /data/cache/lost+found
ln -s /data/dalvik-cache /data/cache/dalvik-cache
umount /cache
rmdir /cache
ln -s /data/cache /cache
#### END - Redirect cache partition to /data ####


I got one, just don't pay for live
I win btw!