- Feb 18, 2018
- 27
- 0
- 0
found this ...
https://forums.androidcentral.com/a...y-how-deal-insufficient-storage-warnings.html
To understand this kind of problem, it's important to understand how storage memory is allocated and used in Android. Older Android phones (ones that came with Android versions up to and sometimes including 4.0) typically break up storage memory into 3 main partitions (i.e., areas):
1. Application Storage: Where Android installs apps. This can range from as little as 256 MB to 3 GB, depending on the phone. Lower end phones usually have less storage, and therefore can have fewer apps installed at one time. Data that the apps generate and save on the phone may also be saved here, although they might also be saved in one of the 2 other areas below. When you start to approach the Application Storage limit, you start getting insufficient storage warnings. You can free up Application Storage by moving some apps to #2 below, but you can never move the entire app, because some key elements need to remain in Application Storage.
...
3. External SD Card: This is the physical microSD card that you can remove. Most of these older phones can handle up to a 32 GB card, which seems like it should greatly expand your phone's capabilities, but the problem is that the external SD card can really only be used to store media files (like photos, videos, and music), and as an ancillary storage area for some apps (but not all).
https://forums.androidcentral.com/a...y-how-deal-insufficient-storage-warnings.html
To understand this kind of problem, it's important to understand how storage memory is allocated and used in Android. Older Android phones (ones that came with Android versions up to and sometimes including 4.0) typically break up storage memory into 3 main partitions (i.e., areas):
1. Application Storage: Where Android installs apps. This can range from as little as 256 MB to 3 GB, depending on the phone. Lower end phones usually have less storage, and therefore can have fewer apps installed at one time. Data that the apps generate and save on the phone may also be saved here, although they might also be saved in one of the 2 other areas below. When you start to approach the Application Storage limit, you start getting insufficient storage warnings. You can free up Application Storage by moving some apps to #2 below, but you can never move the entire app, because some key elements need to remain in Application Storage.
...
3. External SD Card: This is the physical microSD card that you can remove. Most of these older phones can handle up to a 32 GB card, which seems like it should greatly expand your phone's capabilities, but the problem is that the external SD card can really only be used to store media files (like photos, videos, and music), and as an ancillary storage area for some apps (but not all).
Last edited: