21

In "Settings" > "SD card & phone storage settings" under "Internal Phone Storage" it lists "Available Space" as 13.78MB. I'm trying to install an app that is 2.38MB. Why do I get the "Insufficient storage available" error message? I clearly have enough space.

If it's relevant, my phone is an LG Optimus V.

Izzy
  • 91,166
  • 73
  • 343
  • 943
jumpnett
  • 438
  • 1
  • 6
  • 12

2 Answers2

6

Android devices actually have several different buckets of storage that can fill up independently, any one of them can cause an "insufficient storage" error. This question: Why is "insufficient storage" wrongly reported when installing an .apk via adb? seems to cover the details and options best.

P.T.
  • 1,639
  • 1
  • 13
  • 14
  • I already do the things mentioned in that link. It seems rooting is the only option I haven't tried. But I don't want to void my warranty... – jumpnett Jul 03 '12 at 05:30
  • So, I removed all the apps no don't use or can live without, and even though they were on my SD card, I now have 52.7MB of space. What gives? – jumpnett Jul 03 '12 at 05:41
  • 1
    the move to sd feature leaves stuff behavind, yoi can see this in the app overview in the settings when you move. Plus: I think Android reserves some free space, so that you can do updates. The biggest app counts for this calculation. – ce4 Jul 03 '12 at 06:05
  • 3
    moving an app to the sdcard only moves the apk. All the data for the app still goes in /data/data. This location, or even /cache, is probably one of your reason for the low storage message. These tend to fill up a lot faster then the app install location /data/app. Especially with apps like twitter, facebook, and google+. They tend to write a lot of data to the /data/data folder. – Ryan Conrad Jul 03 '12 at 16:34
3

I had the same issue....

I tried the whole remove updates thing, I tried the delete apps, turn off gmail, gtalk etc. etc. etc.

What you need to try before all of that is to confirm that Media background data is not turned off. Download Manager is a component of Media.

Settings>Usage>Media make sure Media is not ticked. I ticked this when I was tinkering with the settings... and for 3 weeks I couldn't work out why I couldn't download apps via 3g/4g.

smitzer6
  • 39
  • 2