I have been having an issue with not being able to update the Maps app (insuficient space error) but after trying a few options have now managed to kill the market.
After trying to clear data cache etc I reflashed the ROM (Redux 1.2) to no avail.
I read on the XDA site about a possible cure through terminal monitor of moving the market cache to SD via terminal which I followed using :-
mount -o remount,rw /
rmdir /cache
mkdir -p /mnt/sdcard/cache
ln -sf /mnt/sdcard/cache
mount -o remount,ro /
This failed ( I didnt note the error message unfortunately) & now when accessing the market Downloading an app fails midway through the process.
Does anyone know how I can reverse this process ?
After trying to clear data cache etc I reflashed the ROM (Redux 1.2) to no avail.
I read on the XDA site about a possible cure through terminal monitor of moving the market cache to SD via terminal which I followed using :-
mount -o remount,rw /
rmdir /cache
mkdir -p /mnt/sdcard/cache
ln -sf /mnt/sdcard/cache
mount -o remount,ro /
This failed ( I didnt note the error message unfortunately) & now when accessing the market Downloading an app fails midway through the process.
Does anyone know how I can reverse this process ?