[Q] Insufficient space error (only Whatsapp)... but plenty of it in all partitions - General Questions and Answers

Long time reader at XDA and long time Android user...
Anyway, here is the issue: I'm trying to update Whatsapp Messenger on my Samsung S Plus (i9001), with CM 10.1 on it.
I got the infamous "insufficient storage" error...
Here's what I did:
- I cleared the cache;
- I uninstalled whatsapp and tried to install it again: now I cannot install it anymore, same error;
- I tried both to download from play store and to install the apk downloaded from wa website;
- I've no problems to update all the other apps or install new ones!
- I checked the partions: more than 600MB on /data, more than 3GB on internal sd and more than 10GB on external sd... plenty of space everywhere.
I would really like to avoid doing a factory reset... any help appreciated!

I attach the screenshot of the partitions...

alb3rto said:
I attach the screenshot of the partitions...
Click to expand...
Click to collapse
I think i might be due to junk files in the /data partition which might not be accesible to whatsapp.. A randonm guess though..
Download CCleaner and scan for junk files.. Remove the files.. Then try see if that works..

shubhojit89 said:
I think i might be due to junk files in the /data partition which might not be accesible to whatsapp.. A randonm guess though..
Download CCleaner and scan for junk files.. Remove the files.. Then try see if that works..
Click to expand...
Click to collapse
Thank you for the input! :victory:
Long story short: I didn't install CCleaner, but actually looked for junk files in /data... I found two files left in /data/app-lib/com.whatsapp-1, deleted the whole com.whatsapp-1 folder with CM file manager (root mode), and I've been able to reinstall Whatsapp without problems!
Thank you dude :good:

Related

[Q] how to resolve "Installation Error - Insufficient Storage Available"

I just got my wife a new Samsung Infuse. Successfully rooted with the SuperOneClickv1.9.1. I was then able to restore some of her old apps with Titanium Backup.
My problem now is that when she goes to install a few additional apps she gets the following error:
Installation Error - Insufficient Storage Available
However the SD Card and Phone Storage pages show plenty of space!!
Available Phone Storage = 1.46GB
I realized the problem after she had installed some simple stuff like Handcent and MyFitnessPal and they just disappeared. So I went to install ES File Explorer and RomManager to do some troubleshooting and that installed successfully. But another weird thing was that those two didn't show up in the app draw. So I went back to the Market thinking I would try and install again and the market showed it was already installed. So I was able to open the ES File explorer and rommanager programs from the market with the "open" button.
does anyone recognize something like this? I can't explain it?! I'm using the stock rom.
i read something about installing more than 50 apps?
i read that i should try to wipe the dalvik cache? but i can't figure out how to get into cwm recovery to do that?!
http://forum.xda-developers.com/showthread.php?t=909213
http://forum.xda-developers.com/showthread.php?t=1091465
I found both of these and I think of my self capable of doing this stuff, but i can't figure out the exact steps to get all the way to wipe the Dalvik Cache.
i'm open to all suggestions..
Please help
SlyDogJeff77 said:
I just got my wife a new Samsung Infuse. Successfully rooted with the SuperOneClickv1.9.1. I was then able to restore some of her old apps with Titanium Backup.
My problem now is that when she goes to install a few additional apps she gets the following error:
Installation Error - Insufficient Storage Available
However the SD Card and Phone Storage pages show plenty of space!!
Available Phone Storage = 1.46GB
I realized the problem after she had installed some simple stuff like Handcent and MyFitnessPal and they just disappeared. So I went to install ES File Explorer and RomManager to do some troubleshooting and that installed
successfully. But another weird thing was that those two didn't show up in the app draw. So I went back to the Market thinking I would try and install again and the market showed it was already installed. So I was able to open the ES File explorer and rommanager programs from the market with the "open" button.
does anyone recognize something like this? I can't explain it?! I'm using the stock rom.
i read something about installing more than 50 apps?
i read that i should try to wipe the dalvik cache? but i can't figure out how to get into cwm recovery to do that?!
http://forum.xda-developers.com/showthread.php?t=909213
http://forum.xda-developers.com/showthread.php?t=1091465
I found both of these and I think of my self capable of doing this stuff, but i can't figure out the exact steps to get all the way to wipe the Dalvik Cache.
i'm open to all suggestions..
Please help
Click to expand...
Click to collapse
This phone auto-copies your apps to your microSD card (external_sd). Try going to Settings -> Applications ->Manage Applications -> On SD Card -> Click an application -> Move to Phone.
Rinse, Lather, Repeat for each application.
Thats not happening with mine. All my apps are installing to the internal sd card. Nothing seems to want to go to my 32gb external sd card except pics and videos. Game data, navionics maps and all that load onto the internal sd
I am still getting this...sometimes I get it sometimes I don't...but there are a few apps that never install because of this...any ideas?
garak0410 said:
I am still getting this...sometimes I get it sometimes I don't...but there are a few apps that never install because of this...any ideas?
Click to expand...
Click to collapse
Me too there's no fix
Sent from my SAMSUNG-SGH-I997R using XDA Premium App
I had this problem and I just kept trying to install. Did a reboot and tried again and it installed. Not sure of a real fix though.
Sent from my SAMSUNG-SGH-I997R using XDA Premium App
Try this if you have the new market with the book and movie categories. Uninstall the market update and you'll be able to download your apps using the older market. There is a bug with the new market.
Settings>Applications>Manage Applications>Downloaded>Market>Uninstall Updates
I had this problem a while back. After hours (i mean hours) of googling, I found that the Market saves the app into the /cache partition. Samsung unfortunately made this partition only 30MB in size. Now, if you rooted and installed a custom rom that has the voodoo lagfix (ext4 partitions), 5 MB will be used as a journal for the filesystem. This means that if you try to download an app thats greater than 25 MB, the market will say that you have no space available! (cue expletives!)
The easiest way to fix this is to temporarily bind the cache partition to a location on your sdcard. For example, lets say you have a folder on your sdcard called syscache.
you would bind /cache to this directory with (run this in terminal or adb. run su first)
Code:
#umount /cache
#mount -o bind /sdcard/syscache /cache
Unfortunately i can't seem to find out how to unbind the directory after i am done. Found this solution on the internet. Use at your own risk :]

Insufficient storage google play.

So yeah insufficient storage available when installing anything in Google play..
Wiped cache
Manually deleted dalvik cache. (dont have a recovery and not getting it.)
I have 20 gb on internal storage if the app partition this small this is seriously ****ing stupid.
I don't plan to wipe data nor install any app since I use all I got and don't have that many -.-
It would be a pain in the ass having to each app to external SD to be installing apps... seriously WTF ASUS/Google
deathskater said:
So yeah insufficient storage available when installing anything in Google play..
Wiped cache
Manually deleted dalvik cache. (dont have a recovery and not getting it.)
I have 20 gb on internal storage if the app partition this small this is seriously ****ing stupid.
I don't plan to wipe data nor install any app since I use all I got and don't have that many -.-
It would be a pain in the ass having to each app to external SD to be installing apps... seriously WTF ASUS/Google
Click to expand...
Click to collapse
Well... I noticed I could install any other app regardless of size file.. went to the folder where apps are being installed and found out there where apps with the same name as what I was trying to install. I had this installed previously and uninstalled it seems the system created these .odex files that for some reason prevent me from installing the app with its name.
so just delete the .Odex and it works...
Oh well hope this help for other people. I was about to Rage RAAAAWRRRR
deathskater said:
Well... I noticed I could install any other app regardless of size file.. went to the folder where apps are being installed and found out there where apps with the same name as what I was trying to install. I had this installed previously and uninstalled it seems the system created these .odex files that for some reason prevent me from installing the app with its name.
so just delete the .Odex and it works...
Oh well hope this help for other people. I was about to Rage RAAAAWRRRR
Click to expand...
Click to collapse
YES! I looked all over and nobody seemed to have the answer until I found your post! I had the same problem. I could install other apps, but I couldn't install 1 specific app that I had already installed/uninstalled, no matter what my download source for the app was. Then I found where the backup .apk and .odex files were (/data/app/), deleted that .odex file, and it reinstalled perfectly after that. Thanks!!!
can confirm before smashing my phone doing a factory reset i found a .odex file in /data/secureapp/ or some thing like that deleted thia and BINGO WAS HIS NAMEO whoop whoop thx
deathskater said:
So yeah insufficient storage available when installing anything in Google play..
Wiped cache
Manually deleted dalvik cache. (dont have a recovery and not getting it.)
I have 20 gb on internal storage if the app partition this small this is seriously ****ing stupid.
I don't plan to wipe data nor install any app since I use all I got and don't have that many -.-
It would be a pain in the ass having to each app to external SD to be installing apps... seriously WTF ASUS/Google
Click to expand...
Click to collapse
Environment: Galaxy S3
App: MX player
OS: JB
issue: as title.
but i cannot located the .odex for this app.
could anyone please help?

Miscellaneous files?

I still havent seen an answer for this issue, but I have over 6GB of Miscellaneous Files in Setting->Storage. nothing in there shows that much info, so I know its from loading different ROMs. I have no idea how to get rid of these files. I've been looking all around CWM for something to clear, but I'm not too confident about messing with that.
Does anyone have an idea of how to clear up this stuff?
Do you have a few nandroid backups? Those will register there. If you're using TWRP, there's a TWRP folder and you can remove them or archive them off. Clockwork is the same, I just don't remember offhand where it stores them.
If this isn't it, you can install busybox, and then either adb shell, or use a terminal emulator on the phone and run `du /mnt/sdcard -hl -d 1` you can then drill down to the directories which are the biggest offenders. Changing the 1 to another number increases the depth that it reports.
Coop9 said:
Do you have a few nandroid backups? Those will register there. If you're using TWRP, there's a TWRP folder and you can remove them or archive them off. Clockwork is the same, I just don't remember offhand where it stores them.
If this isn't it, you can install busybox, and then either adb shell, or use a terminal emulator on the phone and run `du /mnt/sdcard -hl -d 1` you can then drill down to the directories which are the biggest offenders. Changing the 1 to another number increases the depth that it reports.
Click to expand...
Click to collapse
Okay. I finally managed to get this started. I went through terminal emulator and found that the /sdcard is only 7.6GB while the number in the main settings says over 10. /android has 2GB from some games, but I can't find anything showing where the 6GB of miscellaneous file is at. Even cwm is only 1.7GB from the one backup I have.
Sent from my SCH-I535 using xda app-developers app
I've been fiddling with this for the last day or so and found that under miscellaneous file, System Memory now shows up as taking 3.67 GB of data. I've been looking everywhere to see where that much info could be, but I'm kinda stuck now.
I now know where that extra space has gone, but I have no idea how to free it up.
Sent from my SCH-I535 using xda app-developers app
Galaxy S4 Miscellaneous Files: what and where are they?
So I'm getting a warning that the internal SD is out of memory, I've moved all movable apps to external SD, photos, music too.
Rooted and have TWIP as recovery *BUT* before I install a custom ROM, I want a backup *BUT* there's no room as the backup wants to use internal SD (not external)
Somehow Miscellaneous Files show over 8GB but in My Files it only shows about 200MB addressable (erasable). I deleted all Dropbox files and saved 200MB.
Where the heck are the other 7.8GB of files? How can I see them please?
Thanks in advance.
greenja said:
So I'm getting a warning that the internal SD is out of memory, I've moved all movable apps to external SD, photos, music too.
Rooted and have TWIP as recovery *BUT* before I install a custom ROM, I want a backup *BUT* there's no room as the backup wants to use internal SD (not external)
Somehow Miscellaneous Files show over 8GB but in My Files it only shows about 200MB addressable (erasable). I deleted all Dropbox files and saved 200MB.
Where the heck are the other 7.8GB of files? How can I see them please?
Thanks in advance.
Click to expand...
Click to collapse
I am in the same boat with no solution
I fixed it
jinan said:
I am in the same boat with no solution
Click to expand...
Click to collapse
backup *everything* and reformat *internal* SD card
http://forum.xda-developers.com/showthread.php?p=44217580#post44217580
hope it helps
greenja said:
backup *everything* and reformat *internal* SD card
http://forum.xda-developers.com/showthread.php?p=44217580#post44217580
hope it helps
Click to expand...
Click to collapse
I did this but didn't solve the problem for me. However, I did find a solution which worked for me. I used CWM, went in to the >Backup and Restore>Delete> and chose to delete all backups in the internal SD. Solved my problem
jinan said:
I did this but didn't solve the problem for me. However, I did find a solution which worked for me. I used CWM, went in to the >Backup and Restore>Delete> and chose to delete all backups in the internal SD. Solved my problem
Click to expand...
Click to collapse
WOW!!!!
i am so happy i found your tip. finally i managed to clean the mysterious 9Gb in my storage.
thank you very much!!!
Clean Data folder
DaemonAshra said:
I still havent seen an answer for this issue, but I have over 6GB of Miscellaneous Files in Setting->Storage. nothing in there shows that much info, so I know its from loading different ROMs. I have no idea how to get rid of these files. I've been looking all around CWM for something to clear, but I'm not too confident about messing with that.
Does anyone have an idea of how to clear up this stuff?
Click to expand...
Click to collapse
Yes its kinda simple, at least it worked for me. Don't forget to thank me
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
A lot of that is cached data for apps. If you use apps like gmusic, it caches music files to the device and that cache folder will grow. Root access will allow you to clear all your data es, including hidden files and that size will drop.
Adjetey Boye said:
Yes its kinda simple, at least it worked for me.
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
There's nothing in that folder.
So not that simple.
If you're rooted, get Cache Cleaner NG and let it wipe all that unnecessary data. I run it weekly.
With roms like gummy, you can click on Misc and see which app has all the data... It's likely something like Vine (it had a huuuuuuuge cache) or another app like gmusic.
beepea206 said:
If you're rooted, get Cache Cleaner NG and let it wipe all that unnecessary data. I run it weekly.
With roms like gummy, you can click on Misc and see which app has all the data... It's likely something like Vine (it had a huuuuuuuge cache) or another app like gmusic.
Click to expand...
Click to collapse
Sir (or madam).
I need you to fully understand exactly how amazing of a person you are. I don't know where the data was or what ate it all, but this app got it all back and you are awesome for recommending it.
Adjetey Boye said:
Yes its kinda simple, at least it worked for me.
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
It worked for me, I have deleted the folder /data/media entirely。
Tks very much.
I recently ran into a similar issue with my rooted nook tablet. It was killing my sd cards. When I put the sd cards in my laptop, I erased all partitions and that fixed them.
I used to be a moderator in a forum that helped people with car trouble. I have accumulated some good karma. please help me
Eastsun said:
It worked for me, I have deleted the folder /data/media entirely。
Tks very much.
Click to expand...
Click to collapse
glad to be of help
Adjetey Boye said:
Yes its kinda simple, at least it worked for me. Don't forget to thank me
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
Six and a half years later on XIAOMI redmi note 8T I habe finally found 6GB of data in orangenfox folder that I dont need ( for miui ota ). Thank you.

Question...

Hi all,
for some odd reason on my Tab, I am being stopped from doing any downloads. I was looking at my storage and i noticed that the download folder only has 192mb used with 10.15gb free. but it almost looks like that download folder can only hold 192mb of data. Is there a way to change this or do i constantly need to monitor the folder and move items as it fill towards that 192mb?
this is happening on both stock (previous install) and CM10 (currently installed). I just think its a little wierd...
thanks for the help in advance
May be try another browser and check setting/storage to see if the internal sd card ( not external) has space
Also in cm10 try to delete cash and dalvik cash no factory reset ( not to lose your apps) and fix permissions
Also try to delete data and cash of your browser and any app which is called download from setting/apps
If this does not work try format internal sd ( have not tried it) or try factory reset( will lose data) and clean install
Sent from my GT-P5100 using xda app-developers app
Mohamedselim said:
May be try another browser and check setting/storage to see if the internal sd card ( not external) has space
Also in cm10 try to delete cash and dalvik cash no factory reset ( not to lose your apps) and fix permissions
Also try to delete data and cash of your browser and any app which is called download from setting/apps
If this does not work try format internal sd ( have not tried it) or try factory reset( will lose data) and clean install
Sent from my GT-P5100 using xda app-developers app
Click to expand...
Click to collapse
Everything has plenty of space, it just won't save in the downloads folder. I used dolphin browser and it allowed me to select a different place to save and it worked fine. Now I am also noticing that i am being stopped from installing apps via amazon app store. I thing it may be due to this mystical "space Limit" that i seem to be experiencing... how would i go about formatting the internal sd card if needed?
I think found in mounts and storage in cwm but have not tried it afraid may cause serious problems
Or use stock firmware from www.samfirmware.com which has a pit file and check repartition in odin setting before flash (do not check if no pit file put in odin) but afraid may cause serious problems if done incorrectly
Use as last resort and read before applying may brick the tab permanently if done incorrectly
Try clearing cash from setting/apps for Amazon store and try also fix permissions and delete cash and dalvik from cwm (no or less risk)
Sent from Galaxy S2 or Galaxy Tab2
If you cannot install
onyx1898 said:
Hi all,
for some odd reason on my Tab, I am being stopped from doing any downloads. I was looking at my storage and i noticed that the download folder only has 192mb used with 10.15gb free. but it almost looks like that download folder can only hold 192mb of data. Is there a way to change this or do i constantly need to monitor the folder and move items as it fill towards that 192mb?
this is happening on both stock (previous install) and CM10 (currently installed). I just think its a little wierd...
thanks for the help in advance
Click to expand...
Click to collapse
If you cannot install from Google Play store, then the problem could not be related to phisical free space.
This is a way to get over with installation problem:
1) You need to be rooted
2) You need a root explorer, such as the one in Rom toolbox pro by Jrummy
3) Go to the "data/data" dir at the root of Adnroid filesystem
3) Locate the reference to the app you cannot download
4) Delete it
5) Search XDA forums for more detailed info
At this point you should be able - at least - to install
[edited] Look for instance at this thread, where a similar problem is discussed (cannot add link, remove spaces from URL)
http: // forum.xda-developers.com/archive/index.php/t-876582 . html
Thanks folks, I will check in to these options when I get home tonight.
Sent from a phone that is better than sliced bread...

[Q] "Insufficient storage space"

After upgraded to 4.1.1 on my rooted S3 every time I try to install a new app I get the messages "Insufficient storage space".
I have 6G free on basic and 9g free on SD card.
This issue showed up after doing the upgrade to 4.1.1. I removed the apps that I thought might be causing this problem, cleaned cache, cleaned tmp files, etc. but still having the issues.
Lucky Patcher won't install because of the insufficient storage space error,
Any suggestions?
On my old phone (Orig Droid Incredible), this message was related to the size of the data partition, not the entire storage. You may want to check for apps with high data costs, and I'd also recommend clearing the cache / dalvik in recovery.
Sent via SGS3 using Tapatalk
In other forum someone says if you have installed apps2sd app theres a big chance that the phone come up with this message..its maybe related on a bug that the app have
Enviado desde mi SAMSUNG-SGH-I747 usandoTapatalk 2
1seniorgeek said:
After upgraded to 4.1.1 on my rooted S3 every time I try to install a new app I get the messages "Insufficient storage space".
I have 6G free on basic and 9g free on SD card.
This issue showed up after doing the upgrade to 4.1.1. I removed the apps that I thought might be causing this problem, cleaned cache, cleaned tmp files, etc. but still having the issues.
Lucky Patcher won't install because of the insufficient storage space error,
Any suggestions?
Click to expand...
Click to collapse
Take a look in /system/app location, delete any ".odex"files in there then you should able to re install the app in question. Just a word of advice, Lucky patcher is the cause of this issue.
buhohitr said:
Take a look in /system/app location, delete any ".odex"files in there then you should able to re install the app in question. Just a word of advice, Lucky patcher is the cause of this issue.
Click to expand...
Click to collapse
I didn't have lucky patcher installed. I thought it might help with this issue.

Categories

Resources