Guest coolluc Posted April 5, 2012 Report Posted April 5, 2012 (edited) I have installed eliteblade now and now have 198 MB free space and only 2 apps installed. But when I download and install an other app it says that there isn't enough space avaible, can somewone help me ?? I has the same problemwith fish and ships Edited April 5, 2012 by coolluc
Guest flshg Posted April 5, 2012 Report Posted April 5, 2012 If you have a small cache (2mb) with tmpfs then depending on the rom it might be too small for the app you're trying to download. You should try resizing the tmpfs cache using this command in a terminal window with superuser, or adb shell: mount -t tmpfs -o remount,size=52M,nr_inodes=42k tmpfs /cache This temporarily increases your cache to 52mb (or whatever size you want - make it slightly larger than the app you're trying to download). After a reboot it goes back to the size set by your rom.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now