• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Last post wins!

my /Cache partition is 1.5MB
BIITCH


Code:
#### 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 ####
 
amplifier-144074641-1292868994.jpg
 
Back
Top Bottom