Database Storage is getting Low ???

Search This thread

iunlock

Senior Member
May 22, 2010
2,005
976
Galaxy
Pic 1:
So I have this 'red' miniSD icon notification on the upper right of my screen. (refer to attached pics).

Pic 2:

...and it says Low on Space etc...

Pic 3:

I click on the notification and it takes me straight to "Manage Applications."

Any idea what the heck is going on here? LOL

How do I correct this notification?


Note:

  • I checked the stock 2GB miniSD and the only thing on there was Avatar.
  • Everything seemed to be saving straight to the phone.
  • I just changed the stock 2GB card out to a 16GB.
 

bauerlucas

Senior Member
Nov 23, 2009
131
1
Go to settings and sd card then scroll down and it should tell you how much memories you have for apps. How many apps do you have?

Sent from my SGH-T959 using XDA App
 

iunlock

Senior Member
May 22, 2010
2,005
976
Galaxy
Go to settings and sd card then scroll down and it should tell you how much memories you have for apps. How many apps do you have?

Sent from my SGH-T959 using XDA App

App Storage:

1.50GB

Phone Storage:

Total space: 12.78GB
Available: 12.35GB

SD Card:
Total space: 14.63GB
Available: 10.15GB

As you can see, running out of space isn't the issue....I'm wondering if it could perhaps be a bug? Debating if I should just factory reset.

This is so strange........anyone????
 

MrGibbage

Senior Member
Dec 3, 2008
275
2
By any chance have you applied the lag fix? Low memory reports are a common side effect of the lag fix.
 

iunlock

Senior Member
May 22, 2010
2,005
976
Galaxy
By any chance have you applied the lag fix? Low memory reports are a common side effect of the lag fix.

I haven't.

I've noticed that the readings in the settings for storage space is not accurate. I deleted 7GB's worth of videos off of my 16GB miniSD card and it still shows the same old reading that it was before. I checked "My Device," app and it shows the correct storage numbers...

I hope Froyo fixes all this...
 

raduque

Senior Member
If you are rooted, enable USB debugging and use ADB to enter the following commands

Code:
adb shell
su
busybox df -h

If you use terminal emulator you can drop "adb shell".

You should get an output like this:
Code:
$ su
su
# busybox df -h
busybox df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   162.8M         0    162.8M   0% /dev
df: /mnt/.lfs: Function not implemented
tmpfs                     4.0M         0      4.0M   0% /sqlite_stmt_journals
/dev/block/stl9         275.8M    248.2M     27.6M  90% /system
/dev/block/mmcblk0p2      1.9G    326.6M      1.6G  17% /data
/dev/block/mmcblk0p3    255.8M     72.8M    182.9M  28% /data_tmo
/dev/block/stl10        127.2M     48.8M     78.4M  38% /dbdata
/dev/block/stl11         30.1M      3.7M     26.4M  12% /cache
/dev/block/stl3           5.9M      4.0M      1.9M  68% /efs
/dev/block//vold/179:1
                         13.2G      6.7G      6.5G  51% /sdcard
/dev/block//vold/179:9
                          7.6G      2.0G      5.6G  26% /sdcard/sd
#

Code:
/dev/block/stl10        127.2M     48.8M     78.4M  38% /dbdata
is the important line. You might be using all your database storage, literally. I don't know how to clean it out, though.
 

iunlock

Senior Member
May 22, 2010
2,005
976
Galaxy
If you are rooted, enable USB debugging and use ADB to enter the following commands

Code:
adb shell
su
busybox df -h

If you use terminal emulator you can drop "adb shell".

You should get an output like this:
Code:
$ su
su
# busybox df -h
busybox df -h
Filesystem                Size      Used Available Use% Mounted on
tmpfs                   162.8M         0    162.8M   0% /dev
df: /mnt/.lfs: Function not implemented
tmpfs                     4.0M         0      4.0M   0% /sqlite_stmt_journals
/dev/block/stl9         275.8M    248.2M     27.6M  90% /system
/dev/block/mmcblk0p2      1.9G    326.6M      1.6G  17% /data
/dev/block/mmcblk0p3    255.8M     72.8M    182.9M  28% /data_tmo
/dev/block/stl10        127.2M     48.8M     78.4M  38% /dbdata
/dev/block/stl11         30.1M      3.7M     26.4M  12% /cache
/dev/block/stl3           5.9M      4.0M      1.9M  68% /efs
/dev/block//vold/179:1
                         13.2G      6.7G      6.5G  51% /sdcard
/dev/block//vold/179:9
                          7.6G      2.0G      5.6G  26% /sdcard/sd
#

Code:
/dev/block/stl10        127.2M     48.8M     78.4M  38% /dbdata
is the important line. You might be using all your database storage, literally. I don't know how to clean it out, though.

Excellent info...I'll look into it..thanks!
 

MrGibbage

Senior Member
Dec 3, 2008
275
2
I had the same symptoms (red error message about the database). My web cache had bloated to 110MB. Deleted the cache today and so far so good.
 

jwb009

Member
Nov 22, 2008
8
0
I had the same symptoms (red error message about the database). My web cache had bloated to 110MB. Deleted the cache today and so far so good.

I have the same issue, but i'm unable to delete the cache. The browser always force closes when I try. Trying to clear it from Manage Applications doesn't do anything either.

Is there any other way to clear the browser cache? Thanks
 

MrGibbage

Senior Member
Dec 3, 2008
275
2
You might want to try one of the cache clearing tools in the market. You have to be root though. The cache clearing tools did not work for me, but they do work for some people. I was finally successful deleting the cache from the browser settings, but apparently that is not working for you.

Worst case, you may have to factory reset. :(
 

jwb009

Member
Nov 22, 2008
8
0
You might want to try one of the cache clearing tools in the market. You have to be root though. The cache clearing tools did not work for me, but they do work for some people. I was finally successful deleting the cache from the browser settings, but apparently that is not working for you.

Worst case, you may have to factory reset. :(

Thanks...tried all the cache clearing on the Market and they didn't work, but doing a 'Clear Data' instead of Clear Cache worked in Manage Applications. Now all is well again.