I try to move android market cache on my HTC desire (Cyanogen 7.1).
Here's what I did:
cd /data/data/com.android.vending
rm -R cache
mkdir /sdcard/cache/
mkdir /sdcard/cache/marketCache
ln -s /sdcard/cache/marketCache cache
But I always get the message: "The available space on the device is insufficient" when i want to update my app.
I check by ls -l:
#lrwxrwxrwx 1 root root 25 Feb 6 16:19 cache -> /sdcard/cache/marketCache
I do the same for the folder /cache/download.
It seems that the change is not taken into account
Can you help me please?
Thanks
Dark_Sebious
Edited by Dark_Sebious, 06 February 2012 - 04:19 PM.












