Device memory is full - Galaxy S II Q&A, Help & Troubleshooting

Since I got the new version of 4.1.2 the device memory is completely full and I can barely do anything with the phone.
The apps are only taking 400MB and I have no idea what's taking the rest.
Please advise.
Thank you
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

hi...
i had a similar problem on my sgs2 (with cm 10.1-20130710-NIGHTLY-i9100). it turned out to be a bug that was filling the folder /data/log with log files because of connection problems with the cellular network. the log files were using up more than 1 gb of space. if you have root you could take a look if that's using up your space.
f

flipmess said:
hi...
i had a similar problem on my sgs2 (with cm 10.1-20130710-NIGHTLY-i9100). it turned out to be a bug that was filling the folder /data/log with log files because of connection problems with the cellular network. the log files were using up more than 1 gb of space. if you have root you could take a look if that's using up your space.
f
Click to expand...
Click to collapse
I don't have root, but I tried to connect it to the computer and find this file - the file doesn't exists..

guyman20 said:
I don't have root, but I tried to connect it to the computer and find this file - the file doesn't exists..
Click to expand...
Click to collapse
Seems /data partition is full. It's unaccessible without root.
I have looking similar situation 2 times, and solved with root magiic.
First time my external sdcars got a corrupted file with strange name - nobody knows how it was, but then media indexer gone mad - it consumes cpu for a days, and fill /data volume with kind of incomplete indexes.
Happy end was - to fix extenal sdcard filesystem, then clear media indexer data.
second case was caused with flickr uploader program. because of error in program (now it fixed) it writes a tons of data into log file, pllaced inside /data. Was fixed by removing program with all application data.
Both of that cases was fixed technically without a root, but first step was running "Storage Analyser" in root mode - to find folder with abnormal large size on /data partition.

iav said:
Seems /data partition is full. It's unaccessible without root.
I have looking similar situation 2 times, and solved with root magiic.
First time my external sdcars got a corrupted file with strange name - nobody knows how it was, but then media indexer gone mad - it consumes cpu for a days, and fill /data volume with kind of incomplete indexes.
Happy end was - to fix extenal sdcard filesystem, then clear media indexer data.
second case was caused with flickr uploader program. because of error in program (now it fixed) it writes a tons of data into log file, pllaced inside /data. Was fixed by removing program with all application data.
Both of that cases was fixed technically without a root, but first step was running "Storage Analyser" in root mode - to find folder with abnormal large size on /data partition.
Click to expand...
Click to collapse
So can't I find such file by browsing through the computer? Won't it be visible there?

guyman20 said:
So can't I find such file by browsing through the computer? Won't it be visible there?
Click to expand...
Click to collapse
Run check disk on ur computer.i had similiar problem before..
Sent from my GT-I9500 using xda premium

guyman20 said:
So can't I find such file by browsing through the computer? Won't it be visible there?
Click to expand...
Click to collapse
paranoidisc tell truth. I run a filesystem check and fix on my PC, because error was at SD card.
you still can run a check filesystem on a PC unil filesystem is FAT and volume can be exported via USB as block deice ("usb storage").

or u can try this method suggested by @esd from NeatRom
Install this on your PC
http://www.filehippo.com/download_unlocker/
connect your phone in mass storage mode and delete it using unlocker.
Good morning everyone. I'm here.
Sent from my GT-I9500 using xda premium

Related

[Q] Overcome the large file limit of FAT32?

I want to be able to copy files >4Gb to my Touchpad. This is so I can watch HD movies on the device.
I already tried adding resizing the media partition and adding an ext3fs partition using "Tailor" (a webOS app). Although this is easy and it worked, I couldn't find any way to have this partition mount at boot time and be seen by my Android apps.
There are a couple of posts out there on the web from people claiming that they "reformated" the shared partition (/media/internal) to ext3fs successfully.
Has anyone here done that, and if so (a) how? and (b) were you able to have it mount and be visible from android apps?
Otherwise does anyone have any suggestions please?
cheers
Paul
+1
Sent from my HTC Desire HD using XDA App
Getting somewhere...
I tried again having found out that the ext3 partition I created in webOS is found at /dev/mapper/store-ext3fs
Under Android - everything below is done in Android
I am able to mount this partition to my fake sd card (I just created a folder there called "ext").
Code:
su
mount /dev/mapper/store-ext3fs /sdcard/ext
I found that copying files by USB doesn't work while my ext3 partition is mounted, which is a pain - would be good to get that fixed. Anyone have any ideas?
I am now testing copying over a >4Gb file to my ext3 partition using ftp client. Will take some time on my crappy wifi, hence the comment about fixing USB.
I found that in order to make the ftp process work, I had to give full permissions to this folder.
Code:
chmod /sdcard/ext
I am a noob, so if anyone can help me with a less insecure set of permissions I would be grateful.
I'll post an update later on.
Nah, didn't work. After a few hours of copying I went to bed, this morning the folder is empty. I'm not sure if there was an error or anything.
My suspicion is that it crapped out when it got to 4Gb because even though the partition is ext3, it is mounted at a mount point on a FAT32 partition.
I realised I can test this more easily and eliminate possible network errors or ftp client instability, I'm running
Code:
dd if=/dev/zero of=output.dat bs=1024 count=51200000
within my /sdcard/ext folder (my mount point), this should create a 5Gb file.
I'm expecting this to fail, again because even though the partition is ext3, it is mounted at a mount point on a FAT32 partition. If anyone can help me to mount the partition some other way so its not mounted in a FAT32 partition, or point to another method to overcome the file size limit, I would be grateful.
thanks
Paul
That worked!
dd-ing a large file worked. I think I got my calculations wrong so when it got to >7Gb I just stopped it.
Now it would be great to get this working such that I can use USB instead of ftp to get my movies across.... Anyone?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
USB transfers not working
Anyone help me identify partition number for my ext3 partition please?
My ext3 partition is all working except when mounted I cannot use USB transfer.
Believe this is because my vold.fstab mounts the first available partition as SD card.
So would like to know correct partition number for SD card and ext3 partition.
I gave up on this in the end. Assured by clearly very clever jcsullins over on the cm touchpad IRC that the partition doesn't get a number and I would not be able to get my USB file transfer working. I also found the available media players (or maybe CM itself at the moment?) unable to cope with my 720P movies.
All is not lost though. I'm having more luck over on webOS using touchplayer and an overclocked kernel.
Thanks to those who tried to help with this!

false low disk space notification?

i just received a low disk space notification and i can not get rid of it. Just yesterday I had about 6gb of free space and today it says that i have 12mb left. i have not installed anything, as a matter of fact, i deleted some apps last night. I received this false notification before and all i did was wipe cache. this time i wiped both cache and dalvik and the issue is still there. any suggestions?
How much memory do you have left this time?
slaphead20 said:
How much memory do you have left this time?
Click to expand...
Click to collapse
15mb
get the app "disk usage"........that is great for seeing what is using up disk space
Use Sdmaid which is available over play store and perform a system cleanup/app.
If youre getting the same error i have, gallery thumbnails are taking an insane amount of space without reason.
I use this app alot and it does wonders.
Hope it helps.
Inviato dal mio GT-I9300 con Tapatalk 2
sorry for bumping this but this issue is starting to annoy me. Since my last "Low on space" notification came on, i deleted a few games and that cleared the notification. ever since I have not installed any memory hogging apps then out of no where i get the "low on space" notification again, so i just left it and a couple of days the notification went away. it's happened a few times. Now the notification came back and my phone is acting up. I can not open Gallery, I can not receive SMS because it says no space. Viber force closes....arrrgh it's pissing me off. Not cool because i use this phone for work. I know for a fact that my internal memory should have free space because before the notifications i had 8-9gb of free memory. any suggestions or fixes?
i have had the same problem of missing disk space and used "Storage Analyser"
by LeveloKment, with root permissions it found what DiskUsage,Memory Map & DiskView could not find and that was thousands of logs located in system\data\log i deleted those logs and everything was fixed
this app gave the correct path size unlike the rest that i mentioned i hope that helped
iTK said:
i have had the same problem of missing disk space and used "Storage Analyser"
by LeveloKment, with root permissions it found what DiskUsage,Memory Map & DiskView could not find and that was thousands of logs located in system\data\log i deleted those logs and everything was fixed
this app gave the correct path size unlike the rest that i mentioned i hope that helped
Click to expand...
Click to collapse
thanks. but i've tried installing those apps and my phone tells me "insufficient memory". i've deleted a few files, which free'd up 125mb of space and still won't allow me to install those apps. Anyways, i checked system/data/log and i have a few files in there but not sure which to delete.
swift2fly said:
thanks. but i've tried installing those apps and my phone tells me "insufficient memory". i've deleted a few files, which free'd up 125mb of space and still won't allow me to install those apps. Anyways, i checked system/data/log and i have a few files in there but not sure which to delete.
Click to expand...
Click to collapse
i have erased the entire directory because most of it were RIL crash logs
iTK said:
i have erased the entire directory because most of it were RIL crash logs
Click to expand...
Click to collapse
i deleted more files and was able to install Storage Analyzer. It showed a hidden folder containing a lot of thumbnail pictures, so i deleted that folder. In the app it shows i now have 8.48gb but in system settings under storage it says i have 192mb free and i still have the Low Memory notification. 8.48gb is about right because i took the time to look at all the folders on my internal memory.
since i dont know what steps you took i will need you to do the following in order to get more info
i will assume you are rooted:
1. tap on the 3 dots [top right corner]
2. tap on preferences
3. tap on expert options
and the check both boxes [important!!!]
4. tap on the bottom left icon
5. tap on data, let it finish, take a screenshot
6. tap on system let it finish take a screenshot
7. tap on storage/sdcard0 let it finish take a screenshot
8. also take a screenshot of settings>storage
post the screenshots here
to take screenshots hold home+lock buttons
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here are my screen shots
just noticed that the SD card dropped another 2gb due to the hidden .thumbnail folder,(came back after i deleted it the first time) In Storage analyzer it said i had 8gib free now it's down to 6gib free and nothing the numbers didn't change in System/storage.
forgot to add Screen shot of Data
screen shot of data
swift2fly said:
screen shot of data
Click to expand...
Click to collapse
For a quick and pain free method, just factory reset the phone, and run it on a stock firmware if you use a custom firmware.
Skander1998 said:
For a quick and pain free method, just factory reset the phone, and run it on a stock firmware if you use a custom firmware.
Click to expand...
Click to collapse
As far as i know i'm using a ROM based on a stock firmware. I'm on ARHD v2.3.0 (ICS)
swift2fly said:
As far as i know i'm using a ROM based on a stock firmware. I'm on ARHD v2.3.0 (ICS)
Click to expand...
Click to collapse
your problem seems to be in "DATA"
tap on /data
then tap on folder data
take a screenshot
almost there

Deleting other files

Hi everyone,
I came here to ask some question with you guys. I have my S2 for a year now and I notice that my internal memory is getting low and low and low. So I downloaded airdroid just to see my files detail on where my memory is going.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
And based on the above image you can see a lot of my memories are going to others. So what can I do with this? Can I Delete those files? how? I love changing rom but I really don't know how to get back all these memory from "Others"
kimagure01 said:
Hi everyone,
I came here to ask some question with you guys. I have my S2 for a year now and I notice that my internal memory is getting low and low and low. So I downloaded airdroid just to see my files detail on where my memory is going.
And based on the above image you can see a lot of my memories are going to others. So what can I do with this? Can I Delete those files? how? I love changing rom but I really don't know how to get back all these memory from "Others"
Click to expand...
Click to collapse
It's probably used by programs you installed. If you don't care for those programs, try to uninstall them. That will free up some space.
kimagure01 said:
Hi everyone,
I came here to ask some question with you guys. I have my S2 for a year now and I notice that my internal memory is getting low and low and low. So I downloaded airdroid just to see my files detail on where my memory is going.
And based on the above image you can see a lot of my memories are going to others. So what can I do with this? Can I Delete those files? how? I love changing rom but I really don't know how to get back all these memory from "Others"
Click to expand...
Click to collapse
"Others" is just the collection of all not video, not picture and not music files on your sd card.
It could be downloads, backups, system/cache files, app data (e.g. local maps, offline information, etc.), emails, messages, contacts, calendar entries, etc.
So, "Others" gives you nearly no additional information about what it is really.
You should have a closer look at your sd card content with a file explorer, such as ES File Explorer (free app from Google Play store).
Then browse your files.
Some suggestions:
1. Maybe you can remove all unused apps in menu "Settings" > "Applications" first. Some apps need much storage on your sd card - especially those with local/offline data.
2. And check your email/messages. Maybe you can remove all old entries to get more free space on your internal storage.
3. Check your download/browser folder(s). Maybe there is a high internet "cache". In most browsers you can set an option to remove the internet cache.
Good luck !
Cenobite_ said:
It's probably used by programs you installed. If you don't care for those programs, try to uninstall them. That will free up some space.
Click to expand...
Click to collapse
Use es file explorer...its sd card analyst will show you specifically which files are taking space and how much...so you can manage them yourself
Using A5....if i helped you in any way then do click thanks
Sent by XDA Premium
Do we have an application who can delete all unnecessary files on our phone?
kimagure01 said:
Do we have an application who can delete all unnecessary files on our phone?
Click to expand...
Click to collapse
On your phone...no files are unnecessary other than cache files...use es task manager to clean them
Using A5....if i helped you in any way then do click thanks
Sent by XDA Premium

[Q] installed jellybean rom 4.1.2 e970

It wouldn't let me post this in the development forum since i'm a new member. Anyway i have one issue and its not reading my external sd card, anybody know a fix for this? I really like the rom but I have to have my sd card, dont want to go back to stock rom. Thanks for any help.
creed106 said:
It wouldn't let me post this in the development forum since i'm a new member. Anyway i have one issue and its not reading my external sd card, anybody know a fix for this? I really like the rom but I have to have my sd card, dont want to go back to stock rom. Thanks for any help.
Click to expand...
Click to collapse
Search is your friend.
It's in the posts.
http://forum.xda-developers.com/showthread.php?p=37869447#post37869447
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sd card
Zen-Dragon said:
Search is your friend.
It's in the posts.
http://forum.xda-developers.com/showthread.php?p=37869447#post37869447
Click to expand...
Click to collapse
I did search and only found couple people saying theirs is not working, my question was does anybody know how to fix? All that I seen was said was to download scan media and try that. Mine does not read at all won't pick up my pictures or music even if it scans and also no way to access it with file explorers. The page you linked me to only had wifi questions on it.
Check /storage
My external card showed up under /storage/external_SD. Did you check that location?
saratv said:
My external card showed up under /storage/external_SD. Did you check that location?
Click to expand...
Click to collapse
^This. Use something like ES or root explorer and go up a level and there should be a folder called storage with an External_SD folder inside (or something of the like) and another called sdcard0 that goes to the internal SD
This also should have been posted in the Q&A section, for future reference.
Deleted
hope this helps
is this what u meant? i've heard that some people were having this issue and that if u flashed the 2 files in this post that it fixed the sd card not being read. after i flashed these 2 fixes and ran scan media all my pix showed up in the stock gallery
http://forum.xda-developers.com/showpost.php?p=37877072&postcount=299
sd card
yes I did check under external_sd that directory is there, but doesn't take you to the card. It's just an empty folder, also the same from computer.
tried this also
vinniemac84 said:
is this what u meant? i've heard that some people were having this issue and that if u flashed the 2 files in this post that it fixed the sd card not being read. after i flashed these 2 fixes and ran scan media all my pix showed up in the stock gallery
http://forum.xda-developers.com/showpost.php?p=37877072&postcount=299
Click to expand...
Click to collapse
I ran those two zips, and everything is still the exact same. If you go to external_sd it just says this folder is empty. When you plug into computer and access it says "device has stopped or doesn't exist".
more info
I don't know if this is relevant to anything, but external_sd has the wrong date it was created it shows 1/2/1970. Just thought I should mention this.
have u tried putting the sd card in a different device and reformatting it to make sure its not the card? Or tried using a different card in the phone?
/storage/external_SD
creed106 said:
yes I did check under external_sd that directory is there, but doesn't take you to the card. It's just an empty folder, also the same from computer.
Click to expand...
Click to collapse
As I said earlier /sdcard/external_sd is empty for me as well. However /storage/external_SD is where the content shows up. If the card is empty when you mount it in the computer, it may well be empty or corrupt. Formatting (erasing all content) may be necessary.
sd card
saratv said:
As I said earlier /sdcard/external_sd is empty for me as well. However /storage/external_SD is where the content shows up. If the card is empty when you mount it in the computer, it may well be empty or corrupt. Formatting (erasing all content) may be necessary.
Click to expand...
Click to collapse
Yes I just looked there its empty as well, and media scanner can't find anything. and per vinniemac84 instructions, I removed the card put in adapter and put in computer everything is on it, I also just put the original 16gb card in phone which was removed from phone the day I got it and tried to create a folder in both places and it tells me could not create directory. Also in setting under storage it shows nothing about an external card no options to mount it or size or anything. usually even if you don't have a card in the phone it will show the option to mount a card.

[Q] [Help] Insuficient Storage Available

Yes. I know you're going to tell me to use the search or google, etc. But believe me when I say I have tried a lot already.
I'm getting this error when I try to install or update almost every APK on my Android. SOME will install or update and I can tell you there's nothing to do with file size. The storages seem to have plenty of free space, apps install smoothly when I factory reset my phone, but after a few days I start getting this annoying error.
I'm running the latest Nightly build from CyanogemMod for LG p720h (Yea, it's not stable and I know I should expect some... erm... bugs). It's Android 4.1.2.
I know the Internal Storage is emulated and have tried many many many fixes I found in this very forum and all over the internet. I'm a game developer so I know a few things about adb shell/logcats but couldn't find/understand anything analizing those during an APK install. I can provide logs, etc.
Can anyone help me find out how to solve this problem? Any idea of what's going on?
LexHax said:
Yes. I know you're going to tell me to use the search or google, etc. But believe me when I say I have tried a lot already.
I'm getting this error when I try to install or update almost every APK on my Android. SOME will install or update and I can tell you there's nothing to do with file size. The storages seem to have plenty of free space, apps install smoothly when I factory reset my phone, but after a few days I start getting this annoying error.
I'm running the latest Nightly build from CyanogemMod for LG p720h (Yea, it's not stable and I know I should expect some... erm... bugs). It's Android 4.1.2.
I know the Internal Storage is emulated and have tried many many many fixes I found in this very forum and all over the internet. I'm a game developer so I know a few things about adb shell/logcats but couldn't find/understand anything analizing those during an APK install. I can provide logs, etc.
Can anyone help me find out how to solve this problem? Any idea of what's going on?
Click to expand...
Click to collapse
Is because your phone doesn't have enough ram(storage for apps) to hold those apps. If you have an sd card you can use AppMgr III (App 2 SD):
https://play.google.com/store/apps/details?id=com.a0soft.gphone.app2sd
You can move apps to either internal or external storage
Maurice5813 said:
Is because your phone doesn't have enough ram(storage for apps) to hold those apps. If you have an sd card you can use AppMgr III (App 2 SD):
https://play.google.com/store/apps/details?id=com.a0soft.gphone.app2sd
You can move apps to either internal or external storage
Click to expand...
Click to collapse
I was able to install this app but it didn't work, it says the primary external storage is emulated. The Storage manager says it has 548mb free space on my internal storage which should be plenty.
And even if I uninstall an app 50mb big I can't install other apps, even if they're 1MB or less. I don't think it has anything to do with "real" available storage.
LexHax said:
I was able to install this app but it didn't work, it says the primary external storage is emulated. The Storage manager says it has 548mb free space on my internal storage which should be plenty.
And even if I uninstall an app 50mb big I can't install other apps, even if they're 1MB or less. I don't think it has anything to do with "real" available storage.
Click to expand...
Click to collapse
apps don't use internal storage, they use a partition inside the internal, which is why you dont get all the storage on the box.
Maurice5813 said:
apps don't use internal storage, they use a partition inside the internal, which is why you dont get all the storage on the box.
Click to expand...
Click to collapse
So, how I check how big is this partition and what files are there so I can move them and free some space?
Edit: Found the df command and got this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LexHax said:
So, how I check how big is this partition and what files are there so I can move them and free some space?
Edit: Found the df command and got this:
Click to expand...
Click to collapse
the app tells you what you can and can't
Maurice5813 said:
the app tells you what you can and can't
Click to expand...
Click to collapse
It's not working for me, any better idea for debugging this problem?
It's not related to log files too, I can't even find the log folders.

Categories

Resources