Insufficient Storage Available, Re-partition? - Verizon HTC Droid Incredible 4G LTE

I'm running the latest CM snapshot. I've been getting the infamous "Insufficient Storage Available" error for a while not, usually with chrome. There are various solutions. The "delete /data/app-lib/<app>/lib" solution was working ok for me but I can no longer find chrome in there anymore for some reason. I've already moved every app that can be moved to the "internal" SD card. All the "solutions" are really just workarounds trying to clear space.
Is it possible to increase the size of the partition by re partitioning the internal storage?

enricong said:
I'm running the latest CM snapshot. I've been getting the infamous "Insufficient Storage Available" error for a while not, usually with chrome. There are various solutions. The "delete /data/app-lib/<app>/lib" solution was working ok for me but I can no longer find chrome in there anymore for some reason. I've already moved every app that can be moved to the "internal" SD card. All the "solutions" are really just workarounds trying to clear space.
Is it possible to increase the size of the partition by re partitioning the internal storage?
Click to expand...
Click to collapse
Move some apps to the SD card.

tj13 said:
Move some apps to the SD card.
Click to expand...
Click to collapse
I know that apps can be moved to the SD card. That isnt a solution nor my question.
I'm asking of the internal storage can be repartitioned

I'm having the same issue. I desperately need to reparation my phone.

i'm running viper rom with the sdcard swap mode.
i'm now back to getting insufficient memory messages when trying to update apps or sometimes run apps. it shows i still have plenty of free memory... i have been moving apps to sd card and that works for a little while.

j13smiley said:
i'm running viper rom with the sdcard swap mode.
i'm now back to getting insufficient memory messages when trying to update apps or sometimes run apps. it shows i still have plenty of free memory...
Click to expand...
Click to collapse
You need to look at internal storage, not SD card storage.

So I did system dump today to explore the files on my computer see what's hogging all of my space.
Background: I have only have 13 apps installed.
What I found is that my data/data is 346 MB and my data/delvik-cache is 452 MB.
So the files installed by CM are getting more numerous and of greater size. Not sure what to do to solve this problem.

articzap said:
So I did system dump today to explore the files on my computer see what's hogging all of my space.
Background: I have only have 13 apps installed.
What I found is that my data/data is 346 MB and my data/delvik-cache is 452 MB.
So the files installed by CM are getting more numerous and of greater size. Not sure what to do to solve this problem.
Click to expand...
Click to collapse
same issue here. davlik cache is similar to a cache of your applications so they start faster. So it doesnt matter if you move apps to SD, you'll still have davlik.
Also, many apps will still store data in internal memory eventhough the app itself is on SD. I wish there were a way to move the data.
Or as I initially suggested, re-partitioning.

enricong said:
same issue here. davlik cache is similar to a cache of your applications so they start faster. So it doesnt matter if you move apps to SD, you'll still have davlik.
Also, many apps will still store data in internal memory eventhough the app itself is on SD. I wish there were a way to move the data.
Or as I initially suggested, re-partitioning.
Click to expand...
Click to collapse
well, there isn't ANY easy re-partitioning tool for android out in the wild that i KNOW of ... but, (at least to let you know) ... I'm currently still trying to _hack_ something together similar to the internal storage-partition upgrades that the other HTC One devices with MSM8960 recieved ... where they officially unified the /user partition with the internal /sd-card (fat) partition! ... it might take a few weeks until i have something to show around (as work keeps me very busy throughout the week), but i'm working on it.
just as a quick question so CM currently DOES put it's dalvik to the /user partition??? i thought they put it to /cache??? (at least on CM10.1 and CM10.2) ................ so feedback would be highly welcome :laugh:

Related

APPS2SD

Ok, I know this has been asked many times in various different formats but I am writing this because I haven't found a definitive answer.
I am using MCR 3.0. My SD card is partitioned correctly. I have 18 apps installed which has left me with 105mb available on internal storage.
From what I have read, people that say APPS2SD work, have 100's of apps installed and are sitting on about 120mb available on internal.
So, I can only assume that APPS2SD isn't doing what it's supposed to.
So my question is, is having 105mb free on internal with 18 apps installed normal?
Can someone please confirm the correct order to do things. Lets assume I am rooted and have recovery and just bought a new SD card and I want to install MCR 3.0. What is the order to do things? Partition card 1st? Install MCR 1st? Wipe (What wipe)?
Thanks in advance
I have 85mb of internal left with apps2sd. I think each program must put something onto the internal memory as. I maybe wrong, but what other explanation is there?
Bear in mind though that peep, google maps, browser, email all use space with their cache. Try clearing them all see if you regain any more memory..
P.S i have about 140 apps installed.
At one point I had 507 apps installed on my phone with 35Mb free.........
I have since cleared it down and now have 74 installed with 85Mb free. So yes, it seems there are still SOME files that are loaded to the phone.
Amdathlonuk said:
At one point I had 507 apps installed on my phone with 35Mb free.........
I have since cleared it down and now have 74 installed with 85Mb free. So yes, it seems there are still SOME files that are loaded to the phone.
Click to expand...
Click to collapse
Mmm yes thats what i thought too...
So it would seem I'm ok with only 18 apps installed and 105mb free? I don't have google maps or any really big apps installed so I still think that I should have more free space on internal.
It kind of sucks a bit if apps2sd still stores info on internal memory. My last phone was a diamond and it was simple, you had the choice of where you wanted to install apps (internal or sd), would be handy with the hero.
I have about 110 apps installed and 35mb free. I see no problem with my Hero yet, maybe I'm just lucky!?
But, as a customer I'd like to see a phone were I take the SIM and memory card with me to a new phone and nothing changes. I mean iPhone comes close to this with OTA updates, but SERIOUSLY, this is how Linux is supposed to work, right!? Your home directory is where ever you wan't it to be and whatever happens to the system is irrelevant. So I wonder what Google did to complete **** UP with this idea in Android
Come on.. all I wan't is to take my SIM and memory card to a new phone and everything should be just like in the old phone!! Technically this is trivial!
whenever a application is installed, it will generate a .dex in /data/dalvik-cache ,
and lib, user preference etc. into /data/data,
also, google map, market etc. those stuff store cache in /data partition,
so storage size decrease as applications are installed to sd is just a normal habit.!
You may move data/data to ext3 /4 partition as well as dalvik cache by symlink
but not suggested, it would just make the phone running slower.
tempo10 said:
whenever a application is installed, it will generate a .dex in /data/dalvik-cache ,
and lib, user preference etc. into /data/data,
also, google map, market etc. those stuff store cache in /data partition,
so storage size decrease as applications are installed to sd is just a normal habit.!
You may move data/data to ext3 /4 partition as well as dalvik cache by symlink
but not suggested, it would just make the phone running slower.
Click to expand...
Click to collapse
Ok, I'm guessing data/data and dalvick cache is read only. So could you explain exactly how to move these folders over to ext3 and to symlink dalvick cache? Would like to try this to see how it runs, I can always do a restore if it's no good.

[APP]Final Fantasy 3 insufficient storage space...

Okay so I am having a most difficult time with getting Final Fantasy III installed on my i717 Note. I am running team perfection's UCLF5 4.0.4 ROM and have had no problems on my Note with installing or purchasing applications from Google Play. I have tried installing it multiple times and this is what happens:
When I go to download Final Fantasy 3, about ~180MB, it will complete downloading and start to install and then say "Insufficient storage." I have researched around and saw some fixes and have tried them all to no-avail. I have tried deleting all application's cache to gain space. Integrating system applications into ROM from Titan Backup. I have moved non-essential applications to a 32GB external sd. I have tried clearing RAM through Task Manager, the RAM is ~350MB utilized. Checking to see if it is Play store related, I have downloaded other applications most notably being Shadowgun after the initial FF3 download and installation failed. I have transferred all my games and big sized applications to the external sd card as well.
I have checked the following directories with Root Explorer and they all show substantial unused space:
/data 441.43MB used, 1.54GB free.
/sdcard 1.33GB used, 9.51GB free.
/system 827.52MB used, 180.38MB free.
Under settings->storage
Code:
internal storage: (Total space 1.97GB)
Apps 356MB used, and 1.54GB available.
USB Storage: (Total space 10.84GB)
Apps 1.45GB used,
Pictures and Videos 55.09MB used,
Audio 256KB used,
Downloads 5MB used,
MISC. 3.34GB used,
and available 9.51GB free.
SD Card: (Total space 29.23GB)
Available 25.89GB.
Okay well digging deeper I found that it might just be overfilling the cache...so I moved it to the external sd card and symbolically linked it.
http://forum.xda-developers.com/showthread.php?t=1329994
And that didn't work. Went into CWM Touch and wiped Dalvik cache and cache still have the problem.
So any other ideas would be greatly appreciated...
adramalech707 said:
Okay well digging deeper I found that it might just be overfilling the cache...so I moved it to the external sd card and symbolically linked it.
http://forum.xda-developers.com/showthread.php?t=1329994
And that didn't work. Went into CWM Touch and wiped Dalvik cache and cache still have the problem.
So any other ideas would be greatly appreciated...
Click to expand...
Click to collapse
Try Link2SD?
+1 Thank you sooo much! Worked like a charm. The option to install applications on external instead of internal sd really helped alot.
Was going to say , my ICS setup is running good with it here.
any other way?
i cant install on s3 mini , always pop up "out of space"

[Q] Insufficient space on phone?

Hey.
I have seen this issue pop up a lot with no real resolution.
My girlfriends S2 keeps trying to update applications such as Chrome and Whats App, and they keep on failing to update. It seems like it downloads the update but when it attempts to install it, it gives an error saying there is insufficient space. Also, I can download other applications fine it seems.
Here is the storage specs.
Internal Storage Total Space 1.97gb Available 160mb
Internal Storage Total Space 11.49gb Available 8.14gb
SD Card Total Space 1.84gb Available 1.82gb
USB storage doesn't show anything, it just says Storage Space is running out.
I deleted the log files and all but it still happens. Tried clearing the dalvhik cache but nothing seems to work!
Would appreciate any help please
1st of all
As this is a question, it would be more appropriate to put it in Q&A thread, don't you think?
2nd. Some options you can try:
Clear data of Google play and Google service framework. Reboot
Delete the google account, reboot and re-enter it.
Or go into CWM and wipe data/factory reset as your absolute last option. Don't for get to backup, if you try this option.
Good luck
Yeah true maybe a mod can move it sorry.
Do I do that by going into Applications and Clearing the data?
When you say delete the google account do you mean like remove her account from the phone and readd it?
EDIT
I deleted the data in Play and Google services and it still doesn't work.
I seen it mentioned before that doing a factory reset does not solve the problem
Not google services, google services framework
Yes you can do that in application manager
Yes remove account from settings, reboot and re-enter it.
TheGovernment said:
Not google services, google services framework
Yes you can do that in application manager
Yes remove account from settings, reboot and re-enter it.
Click to expand...
Click to collapse
Okay I did the account deletion and it seemed to fix it.
All the applications that couldn't previously update, updated.
Vine gave an insufficient space error but then I tried to update it again and it worked fine.
But Chrome wont install.
It was previously installed but couldn't update, so I deleted it. And now I can't install it.
Says insufficient space. Any recommendations?
AndyOHart said:
Okay I did the account deletion and it seemed to fix it.
All the applications that couldn't previously update, updated.
Vine gave an insufficient space error but then I tried to update it again and it worked fine.
But Chrome wont install.
It was previously installed but couldn't update, so I deleted it. And now I can't install it.
Says insufficient space. Any recommendations?
Click to expand...
Click to collapse
You probably should know that when the system storage (where apps are) get's "full" when it reaches something near 1.7 GB out of 1.9, mainly because the rest is needed for cache storage etc..
So i recommend keepng it below 1.65 GB, do you have below 1.65 GB?
Try to delete what you think is unnecessary apps. Install google chrome and if it works, means you don't have enough space..
TheGovernment said:
You probably should know that when the system storage (where apps are) get's "full" when it reaches something near 1.7 GB out of 1.9, mainly because the rest is needed for cache storage etc..
So i recommend keepng it below 1.65 GB, do you have below 1.65 GB?
Try to delete what you think is unnecessary apps. Install google chrome and if it works, means you don't have enough space..
Click to expand...
Click to collapse
Yeah I deleted some things and it works fine.
So the problem is the internal storage.
It says Internal Storage Total Space 1.97gb Available 500mb
However, apps are only taking up like 200mb and cache is like 1.3mb so where is the rest of the data being saved?
Her other storage space is like 8gb free so why aren't apps saving to that?
AndyOHart said:
Yeah I deleted some things and it works fine.
So the problem is the internal storage.
It says Internal Storage Total Space 1.97gb Available 500mb
However, apps are only taking up like 200mb and cache is like 1.3mb so where is the rest of the data being saved?
Her other storage space is like 8gb free so why aren't apps saving to that?
Click to expand...
Click to collapse
If you have 500mb available, you have more than enough free space..
Cache are in insternal storage, but mostly are in /data/data folder.
The other storage is where pictures, videos etc are stored.

Expanding internal memory?

I'm a kind of a guy who wants atleast 250 apps on his phone which he actually had when he was on Kitkat (Link2SD linking did all the magic). After switching on to lollipop, the LP version of Link2SD is totally buggy and hardly works. Linked apps don't work, they force crash or show some other error. Link2SD is out of question and I think it's not getting any fixes because the dev says "v4 is is fully functional with LP" and v4.0.6 is already released but is still super duper buggy and it's working for no one, I'm not alone. I don't understand why does the dev still say it's "fully functional" when linked apps don't even work and neither do the mount scripts.
Anyways, link2sd is out of question now.
My query is, is there no way to "expand" the internal memory? I googled and found out some solutions like swapping internal and external memories (means internal would act as external and vice-versa, so if we have a 32GB card, system will see 32GB as internal and 2.1GB internal memory as external memory).
This appeared to be the best solution to all th problems of low internal memory and this is achieved by editing the /system/etc/vold.fstab file. But that file is not there at all on KK or LP! What the hell?! Why is Google "removing" "features" from the newer versions?!
Is there no way to swap?
nilanko said:
I'm a kind of a guy who wants atleast 250 apps on his phone which he actually had when he was on Kitkat (Link2SD linking did all the magic). After switching on to lollipop, the LP version of Link2SD is totally buggy and hardly works. Linked apps don't work, they force crash or show some other error. Link2SD is out of question and I think it's not getting any fixes because the dev says "v4 is is fully functional with LP" and v4.0.6 is already released but is still super duper buggy and it's working for no one, I'm not alone. I don't understand why does the dev still say it's "fully functional" when linked apps don't even work and neither do the mount scripts.
Anyways, link2sd is out of question now.
My query is, is there no way to "expand" the internal memory? I googled and found out some solutions like swapping internal and external memories (means internal would act as external and vice-versa, so if we have a 32GB card, system will see 32GB as internal and 2.1GB internal memory as external memory).
This appeared to be the best solution to all th problems of low internal memory and this is achieved by editing the /system/etc/vold.fstab file. But that file is not there at all on KK or LP! What the hell?! Why is Google "removing" "features" from the newer versions?!
Is there no way to swap?
Click to expand...
Click to collapse
XinternalSD is the only solution for you dude. I can confirm that it is working. It works flawlessly on lollipop, no issues at all.
I already use that but but apks, dex, lib, cache all go to internal only during installation.
I realised that even if I swap the internal (/mnt/emulated/0) and external (/mnt/media_rw/sdcard1), there still a magical "data" partition formatted in ext4 where everything goes-- dex, apks, libs, caches. So, that internal 2.17GB on Moto E which is free is actually shared by both the /mnt/emulated/0 and /data/ which is something I don't understand.
Can anybody explain how does this work? If I check in ES File explorer, 972MB of internal is shown as used up. When I open it and select all folder and files and see the properties, it shows 3 MB used up. This is so confusing.
Isn't there no way other than LINK2SD which would currently work and allow me to successfully link or directly install stuff to the second ext4 partition or SD card or *any* similar workaround? :'(
Android is so stupid :'( Why such a devastating limitation? :'(
Link2sd really works on lollipop also. After creating mount script for the first time reboot the phone , there will be a link2sd mount warning in the notifications after sometime , double click on it and choose the quick reboot option instead of recreating mount script. After quick reboot from the link2sd all the linked Apps will appear. You have to do this every time your phone boots .
Hit thanks If this helped you !
rkmiks said:
Link2sd really works on lollipop also. After creating mount script for the first time reboot the phone , there will be a link2sd mount warning in the notifications after sometime , double click on it and choose the quick reboot option instead of recreating mount script. After quick reboot from the link2sd all the linked Apps will appear. You have to do this every time your phone boots .
Hit thanks If this helped you !
Click to expand...
Click to collapse
It doesn't always work. Those apps which have lib files don't work after linking. Even if we don't link the lib files, it still doesn't work because the lib files kinda "vanish" and show 0 bytes after linking. And the apps either FC or complain about missing lib files.
nilanko said:
I realised that even if I swap the internal (/mnt/emulated/0) and external (/mnt/media_rw/sdcard1), there still a magical "data" partition formatted in ext4 where everything goes-- dex, apks, libs, caches. So, that internal 2.17GB on Moto E which is free is actually shared by both the /mnt/emulated/0 and /data/ which is something I don't understand.
Android is so stupid :'( Why such a devastating limitation? :'(
Click to expand...
Click to collapse
The internal 4GB is partitioned into /system, /data and internal sd.
/system is fixed and stores your ROM and system apps.
Back in the days /data/ used to be just like system. However now /data and internal sd are say dynamic. They grow as you install / copy stuff. This is much better than having fixed size partitions. This isn't a limitations instead consider it a flexibility.
All user apps are installed to /data by default which you cannot swap.
They don't seem to expand at all, for instance, /system/ which has a fixed size and once space is over, I can't copy anything to it!
nilanko said:
They don't seem to expand at all, for instance, /system/ which has a fixed size and once space is over, I can't copy anything to it!
Click to expand...
Click to collapse
Okay. Once again. /system/ is fixed in size for security reasons. You are not supposed to copy anything to it.
Its /data/ and internal sd that are dynamic.

System Memory?

Hi Guys!
Just wanted to get this straight once and for all from you, the experts.
I have bought this cheapo Chinese device (yeah, I know...)
The guy selling it swore on his life that the device had 12gb of storage for app installation.
I didn't quite believe that so I asked him to send me a benchmark screenshot to see what was the storage situation and he sent me this:
i.imgur.com/KAyugUv.jpg
So as it says, while it has 12.5 GB of "Internal Storage", it only has 0.68 GB available of System Storage...
And my understanding is that, lots of apps simply Won't install anywhere else besides the System Storage, and even if you can Move the app to the internal storage, it will Still take up some space on the system storage...
Am I understanding this correctly?
If that is so then, does that mean that after my apps use up that measly 680 MB of space on the device I am "SOL" and I won't be able to install anything else on the device??
Thanks for the help!
crodps said:
Hi Guys!
Just wanted to get this straight once and for all from you, the experts.
I have bought this cheapo Chinese device (yeah, I know...)
The guy selling it swore on his life that the device had 12gb of storage for app installation.
I didn't quite believe that so I asked him to send me a benchmark screenshot to see what was the storage situation and he sent me this:
i.imgur.com/KAyugUv.jpg
So as it says, while it has 12.5 GB of "Internal Storage", it only has 0.68 GB available of System Storage...
And my understanding is that, lots of apps simply Won't install anywhere else besides the System Storage, and even if you can Move the app to the internal storage, it will Still take up some space on the system storage...
Am I understanding this correctly?
If that is so then, does that mean that after my apps use up that measly 680 MB of space on the device I am "SOL" and I won't be able to install anything else on the device??
Thanks for the help!
Click to expand...
Click to collapse
You can set the setting to directly install to Internal Storage
AzrulHisyam said:
You can set the setting to directly install to Internal Storage
Click to expand...
Click to collapse
Thanks!
This unit has android 4.4.4
Could you post a walkthrough on how to do that so that no apps take space under System Storage?
crodps said:
Hi Guys!
Just wanted to get this straight once and for all from you, the experts.
I have bought this cheapo Chinese device (yeah, I know...)
The guy selling it swore on his life that the device had 12gb of storage for app installation.
I didn't quite believe that so I asked him to send me a benchmark screenshot to see what was the storage situation and he sent me this:
i.imgur.com/KAyugUv.jpg
So as it says, while it has 12.5 GB of "Internal Storage", it only has 0.68 GB available of System Storage...
And my understanding is that, lots of apps simply Won't install anywhere else besides the System Storage, and even if you can Move the app to the internal storage, it will Still take up some space on the system storage...
Am I understanding this correctly?
If that is so then, does that mean that after my apps use up that measly 680 MB of space on the device I am "SOL" and I won't be able to install anything else on the device??
Thanks for the help!
Click to expand...
Click to collapse
look ..if he means by system storage (the size of the ROM that will be installed) that mean you have 12 GB for your apps and that what i think it means(no android system can take 12gb !!)......and for moving your apps....you can try towelroot to root your device and install any app that can help you moving your apps....or try to go to settings>>apps>>and press the menu button and see if there is a option called...preferred installation bath or something like that>>>set it to removable sd card
flash- said:
look ..if he means by system storage (the size of the ROM that will be installed) that mean you have 12 GB for your apps and that what i think it means(no android system can take 12gb !!)......and for moving your apps....you can try towelroot to root your device and install any app that can help you moving your apps....or try to go to settings>>apps>>and press the menu button and see if there is a option called...preferred installation bath or something like that>>>set it to removable sd card
Click to expand...
Click to collapse
I found this on another page:
"System Storage" is where the OS and the System Applications are installed. This could also be considered where the User application are installed (based on your question). User installed applications are installed in /data/apps, settings and app data is stored in /data/data, and then application cache data is stored in /cache. These are all part of the "System Storage".
Internal Storage is an area that is used like an sdcard. As far as the Android OS is concerned, it is an sdcard. Some applications may save data to it, but it is mainly used as direct storage for your stuff. Like pictures taken with the camera, music, ringtones, things like that.
You cannot just adjust the size of system memory. Is it technically possible, yes. But doing so could require you to have knowledge of linux tool, rooting, custom roms, recoveries, and even possibly having to compile your own linux kernel and ROM or other information that I am not thinking of at the moment. Which is well beyond the scope of this site.
Click to expand...
Click to collapse
So that basically means is that all apps by default will install themselves or lots of info about them on the 1gb System Storage... And that translates to running out of space almost instantly if I start installing apps...
Perhaps the Root option could help alleviate some of this space constriction by forcing all apps to install in the Internal storage and leave the System storage completely alone?
crodps said:
I found this on another page:
So that basically means is that all apps by default will install themselves or lots of info about them on the 1gb System Storage... And that translates to running out of space almost instantly if I start installing apps...
Perhaps the Root option could help alleviate some of this space constriction by forcing all apps to install in the Internal storage and leave the System storage completely alone?
Click to expand...
Click to collapse
yeah that's right ..root can help...but i don't think 12 gb is gone like that just for system !> :cyclops:

Categories

Resources