chmod 0777 /data/local/bin/transfer.sh
mkdir /system/sd/cache
cd /system/sd/cache
mkdir /system/sd/cache/files
rm -R /data/data/com.android.vending/cache
mkdir /system/sd/cache/marketCache
ln -s /system/sd/cache/marketCache /data/data/com.android.vending/cache
rm -R /data/data/com.android.browser/cache/webviewCache
mkdir /system/sd/cache/webviewCache
ln -s /system/sd/cache/webviewCache /data/data/com.android.browser/cache/webviewCache
rm -R /data/data/com.google.android.street/cache
mkdir /system/sd/cache/streetCache
ln -s /system/sd/cache/streetCache /data/data/com.google.android.street/cache
rm -R /data/data/com.google.android.apps.maps
mkdir /system/sd/cache/files/maps
ln -s /system/sd/cache/files/maps /data/data/com.google.android.apps.maps/files
mkdir /system/sd/cache/files/myspace
busybox cp -a /data/data/com.myspace.android/files /system/sd/cache/files/myspace
rm -R /data/data/com.myspace.android/files
ln -s /system/sd/cache/files/myspace/files /data/data/com.myspace.android/files
Bookmarks