Guest Chura Posted June 26, 2010 Report Posted June 26, 2010 Hey All, I have MCRr3.1 with A2SD on my desire I'm trying to install 2 apk that need a little more space on internal memory and i get error because low space. (probably need space to expand before installation. (Asphalt 5 and iGo Motonav) I have apps installed at SD-EXT, however the internal also decrease. I've got some info that it might be the Dalvik. I've tried to wipe it and let it rebuild and i dropped from 48m to 28m. I see that MCR for nexus has moved Dalvik to /cache, why for desire it wont ? My df -h : # df -h Filesystem Size Used Available Use% Mounted on tmpfs 199.1M 0 199.1M 0% /dev tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals /dev/block/mtdblock3 250.0M 186.2M 63.8M 74% /system /dev/block/mtdblock5 147.6M 119.5M 28.1M 81% /data /dev/block/mtdblock4 40.0M 1.1M 38.9M 3% /cache tmpfs 8.0M 0 8.0M 0% /app-cache /dev/block/mmcblk0p2 718.8M 98.1M 584.2M 14% /system/sd /dev/block//vold/179:1 6.8G 1.7G 5.1G 25% /sdcard # What can i do here ? A2SD+ is my only option ? if so, will it slow my system ?
Guest Bokaj Posted June 26, 2010 Report Posted June 26, 2010 Hey All, I have MCRr3.1 with A2SD on my desire I'm trying to install 2 apk that need a little more space on internal memory and i get error because low space. (probably need space to expand before installation. (Asphalt 5 and iGo Motonav) I have apps installed at SD-EXT, however the internal also decrease. I've got some info that it might be the Dalvik. I've tried to wipe it and let it rebuild and i dropped from 48m to 28m. I see that MCR for nexus has moved Dalvik to /cache, why for desire it wont ? My df -h : # df -h Filesystem Size Used Available Use% Mounted on tmpfs 199.1M 0 199.1M 0% /dev tmpfs 4.0M 0 4.0M 0% /sqlite_stmt_journals /dev/block/mtdblock3 250.0M 186.2M 63.8M 74% /system /dev/block/mtdblock5 147.6M 119.5M 28.1M 81% /data /dev/block/mtdblock4 40.0M 1.1M 38.9M 3% /cache tmpfs 8.0M 0 8.0M 0% /app-cache /dev/block/mmcblk0p2 718.8M 98.1M 584.2M 14% /system/sd /dev/block//vold/179:1 6.8G 1.7G 5.1G 25% /sdcard # What can i do here ? A2SD+ is my only option ? if so, will it slow my system ? Did you try a cache cleaner?(And sorry if its a dumb soulution, but it helpt me)
Guest Chura Posted June 26, 2010 Report Posted June 26, 2010 No i didnt. I've moved Dalvik to SD, Installed the appz, and returned the Dalvik to internal :lol:
Guest Time Sheep Posted June 28, 2010 Report Posted June 28, 2010 I just installed A2SD+ from the beginning. Didn't notice any performance drops compared to how it was before :lol:
Guest tam1m Posted June 29, 2010 Report Posted June 29, 2010 (edited) Had the same problem this week. Look at /data/tombstones/ In my case there were about 7 files in it taking about 70mb. Just delete them! Those files are for debugging purpose i think. adb shell rm /data/tombstones/* Optional move /data/tombstones to sd-ext After that i linked this folder to my sd-ext partition. So if this folder i growing again, i won't get probs anymore. adb shell mkdir /system/sd/tombstones rm -r /data/tombstones ln -s /system/sd/tombstones /data/tombstones exit Edited June 29, 2010 by tam1m
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now