• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Storage issues

Hey guys just wanted to give a quick update. After an extensive look at the internal card I found all kinds of things lurking in the shadows if you will. Lol

I've cleaned out most and moved anything I could to my sd card and gained 2gb. I'm sure I could do even more but until I get my 32gb card that should be fine. Thanks for the help again!

I'm still trying to hunt down where all the rest of that space is being taken up but I can't really find it. I'm really surprised I'm running into this problem only having the phone for 6 months. When it gives me the option to clean things out there is literally nothing there.

Do you think it's normal to only have 2gb out of 9gb free when I have no music, deleted all my photos and vids(backed to the cloud)? I just don't know what's taking up the space. :thinking:
 
Upvote 0
How many apps do you have installed?

Might that be eating up your space?


Honestly i dont have many. And the few games i have are simple ones. Nothing like shadowgun or anything like that. I keep looking and looking and it really seems like i have cleaned shop. But at the moment i only have 1.81 GB free internal. I have a 16gb card which i have moved everything i can to. So thats why im confused. My nands, titanium backups, roms, everythings is on the ext SD. I even backed all my photos and videos onto my laptop and deleted them from my phone. Didnt gain much there either. Could it be an issue with the rom im on?

I usually wouldnt care and be this picky. But its bad when you try and save a picture someone sends you and you cant because your out of memory. Thats no good. lol

Maybe ill restore an old nand and see if it changes. Or would that not make a difference? :thinking:
 
Upvote 0
For example: I had over a GB now I'm down to 688mb but idk why. It shows nothing there to clean out but a few photos. Internal storage is good. But the phone storage is where I'm having an issue.
 

Attachments

  • uploadfromtaptalk1351916672115.jpg
    uploadfromtaptalk1351916672115.jpg
    53.3 KB · Views: 31
  • uploadfromtaptalk1351916680343.jpg
    uploadfromtaptalk1351916680343.jpg
    40.7 KB · Views: 66
Upvote 0
Ok, we're going to get to the bottom of this right now, pretty quick and in a hurry.

If you don't have adb, please take this zip -

our forums' mini-sdk

If you unzip it to your c:\ drive, you should get a folder named sdk-tools - inside you'll find adb and fastboot for Windows, Mac and Linux. Ignore the stuff you don't care about.

Next - make sure you have USB debugging turned on. It's under Developer Options in your main phone settings.

Next - cd to the folder where you have adb, get a DOS window, do this:

cd c:\sdk-tools

(that will work if you unzipped as I suggested - doesn't really matter, just get a DOS window to where adb and its dll files are located)

Next - plug in your phone. Choose Charge Only.

Next - in the DOS window, copy/paste this command -

adb shell "cd /sdcard; ls -lFaR" > sd-contents.txt

When your DOS prompt comes back - do the dir command and you'll see the file, sd-contents.txt.

Next - use your normal way in your file explorer and zip that file.

Next - use the Go Advanced posting feature here, choose the paper clip to attach the file here, browse to the zip of sd-contents.txt.zip (or whatever it's called) and upload it here. Close the attach window (upper right) when it's up, then click the down arrow next to the paper clip to inline the file.

That will give us a recursive directory dump - with sizes - of everything on your sdcard partition.

Wait until one of us can check it properly (I'm not guaranteeing tonight for me, lol) and if all went well, we'll be able to tell you exactly where things are and what you're looking at.

After upload - ok for you to look at it with Wordpad.

No sensitive data can be transmitted this way.

BTW - I've tested this in unix, the syntax should be the same in Windows. If it barfs, give me until tomorrow to get to a Windows machine. ;) :)
 
Upvote 0
Ok, we're going to get to the bottom of this right now, pretty quick and in a hurry.

If you don't have adb, please take this zip -

http://androidforums.com/attachment...90-adb-guide-updated-12-05-2011-sdk-tools.zip

If you unzip it to your c:\ drive, you should get a folder named sdk-tools - inside you'll find adb and fastboot for Windows, Mac and Linux. Ignore the stuff you don't care about.

Next - make sure you have USB debugging turned on. It's under Developer Options in your main phone settings.

Next - cd to the folder where you have adb, get a DOS window, do this:

cd c:\sdk-tools

(that will work if you unzipped as I suggested - doesn't really matter, just get a DOS window to where adb and its dll files are located)

Next - plug in your phone. Choose Charge Only.

Next - in the DOS window, copy/paste this command -

adb shell "cd /sdcard; ls -lFaR" > sd-contents.txt

When your DOS prompt comes back - do the dir command and you'll see the file, sd-contents.txt.

Next - use your normal way in your file explorer and zip that file.

Next - use the Go Advanced posting feature here, choose the paper clip to attach the file here, browse to the zip of sd-contents.txt.zip (or whatever it's called) and upload it here. Close the attach window (upper right) when it's up, then click the down arrow next to the paper clip to inline the file.

That will give us a recursive directory dump - with sizes - of everything on your sdcard partition.

Wait until one of us can check it properly (I'm not guaranteeing tonight for me, lol) and if all went well, we'll be able to tell you exactly where things are and what you're looking at.

After upload - ok for you to look at it with Wordpad.

No sensitive data can be transmitted this way.

BTW - I've tested this in unix, the syntax should be the same in Windows. If it barfs, give me until tomorrow to get to a Windows machine. ;) :)

As soon as I get off work I am going to do this and I'll post my results. Thank you early :)
 
Upvote 0
Ok, we're going to get to the bottom of this right now, pretty quick and in a hurry.

If you don't have adb, please take this zip -

http://androidforums.com/attachment...90-adb-guide-updated-12-05-2011-sdk-tools.zip

If you unzip it to your c:\ drive, you should get a folder named sdk-tools - inside you'll find adb and fastboot for Windows, Mac and Linux. Ignore the stuff you don't care about.

Next - make sure you have USB debugging turned on. It's under Developer Options in your main phone settings.

Next - cd to the folder where you have adb, get a DOS window, do this:

cd c:\sdk-tools

(that will work if you unzipped as I suggested - doesn't really matter, just get a DOS window to where adb and its dll files are located)

Next - plug in your phone. Choose Charge Only.

Next - in the DOS window, copy/paste this command -

adb shell "cd /sdcard; ls -lFaR" > sd-contents.txt

When your DOS prompt comes back - do the dir command and you'll see the file, sd-contents.txt.

Next - use your normal way in your file explorer and zip that file.

Next - use the Go Advanced posting feature here, choose the paper clip to attach the file here, browse to the zip of sd-contents.txt.zip (or whatever it's called) and upload it here. Close the attach window (upper right) when it's up, then click the down arrow next to the paper clip to inline the file.

That will give us a recursive directory dump - with sizes - of everything on your sdcard partition.

Wait until one of us can check it properly (I'm not guaranteeing tonight for me, lol) and if all went well, we'll be able to tell you exactly where things are and what you're looking at.

After upload - ok for you to look at it with Wordpad.

No sensitive data can be transmitted this way.

BTW - I've tested this in unix, the syntax should be the same in Windows. If it barfs, give me until tomorrow to get to a Windows machine. ;) :)


This is probably a stupid question... but what is the dir command? I just Copied/pasted "adb shell "cd /sdcard; ls -lFaR" > sd-contents.txt" So that is where im at right now,
 
Upvote 0
I'm glad you got your storage issue sorted out. I periodically go through both the internal and external sd cards copying everything I want to my laptop. Then I format both to make sure I'm not getting things too cluttered.

And p.s. thanks for reminding me I have to delete the ROMs in my OTA-Update folder. I had 3 in there I forgot about.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones