Internal memory is FULL with NO APPS?! HELP - Verizon Samsung Galaxy S III

So i've been trying to research this problem for hours now. Ive jumped around a bunch of different roms since owning this gs3. MIUI 4.1 - Aokp 4.2.1 and currently synergy 4.1.2. I think since flashing aokp 4.2 that i get that "0" file when looking for files and such. I can tap "0" like 4-5 times to finally get into the files i want. I'm not sure if this is where my problem is coming from?
Let me say i don't have ANY backups. Im running clockwork and wiped,reset,cache all of that multiple times. I have ZERO apps installed and only a handful of pictures. My internal memory says its full and i get a warning at the top saying that my internal storage is to the max and that some programs might not respond. The bulk of GB used is in the "misc" folder. I've seen other people with this issue but it seems the only fix is to re-format the internal memory and LOSE EVERYTHING. I'm sure someone here can help :/

You delete all those roms you downloaded after flashing them?
Sent from my SCH-I535 using xda app-developers app

Install Disk Usage (if you have the space <grin>) and see what it says is taking up the space:

I feel as though it has something to do with the emulated "0" folders. I have literally 5 of them. I downloaded disk usage and it shows 5 different "0" folders.

Out of pure frustration, I went into the second "0" folder in file manager and deleted it. That in-turn must of deleted the other "0" folders? That free up 7 GB. My pictures and videos are still there but im wondering what else it deleted? It seemed like things would get stored in each of those "0" folders seperatly.

dincfool said:
I feel as though it has something to do with the emulated "0" folders. I have literally 5 of them. I downloaded disk usage and it shows 5 different "0" folders.
Click to expand...
Click to collapse
Ah, yes, the joys of 4.2. I've never flashed a 4.2 ROM, so take what I say with a grain of salt. It's my understanding that when you flash 4.2, it takes everything on the internal SD (/data/media/ folder) and puts it into that "0" folder (part of that whole separate user accounts "feature"). So, if you've installed, let's say five, 4.2 Roms, then that info will have been copied 5 times and put into nested "0" folders.
If it were me, I'd run a nandroid and put it on my external sd. I'd also run a TiBu (under preferences you can switch default location to external sd). Once you're sure you have those, I'd copy whatever data you want to save from the internal (DCIM folder, music, etc) and move it to computer or external sd.
Have a copy of synergy on the external and go into CWM and wipe the internal SD card (mounts -> wipe system, wipe data, wipe cache, wipe internal sd), then reinstall synergy, restore from TiBu and you should be golden.

^^
That sounds about right. Man this right here is enough for me to never want to go to 4.2 until I have too. Is the easiest way to transfer all my files to external SD through a computer? Where abouts in the phone do you transfer/or assign your files to an external SD?

dincfool said:
^^
That sounds about right. Man this right here is enough for me to never want to go to 4.2 until I have too. Is the easiest way to transfer all my files to external SD through a computer? Where abouts in the phone do you transfer/or assign your files to an external SD?
Click to expand...
Click to collapse
Have you installed Android SDK on your computer (ever used adb commands via command prompt)?
Edit: if you open up your phone in windows explorer, you should see 2 folders: Phone and Card (or something like that). You can drag the files from Phone to Card and they'll be on the external SD.

letinsh said:
Have you installed Android SDK on your computer (ever used adb commands via command prompt)?
Edit: if you open up your phone in windows explorer, you should see 2 folders: Phone and Card (or something like that). You can drag the files from Phone to Card and they'll be on the external SD.
Click to expand...
Click to collapse
Gotcha, i'll try that. I have a feeling once more people start running 4.2 they're going to run into this problem as well.

If you do have the SDK set up, a faster way to do it (if you're moving a butt-load of data) is to open a command prompt on the computer and navigate to where you want the data. For instance, I use C:\Backups. I'll then create a 2 folders within Backups (one for internal and one for external sd) and give them the date as a name. For instance, C:\Backups\Internal_2_5 and C:\Backups\External_2_5.
Then I'll be in C:\Backups and issue these commands:
Code:
adb pull /data/media/ Internal_2_5
adb pull /external_sd/ External_2_5
Depending on how much data you're moving, it could take awhile. Now, you could pick and choose what you want to pull:
Code:
adb pull /data/media/DCIM Internal_2_5/DCIM
would only pull that DCIM folder.
When I dump all of it, I'll wipe everything, install my rom, get it all up and going, then go through each of those backup folders and delete the stuff that's not "mine" (ie the Android folder(since your new rom built it's own folder), etc), then I'll push it back to the phone:
Code:
adb push Internal_2_5 /data/media/
adb push External_2_5 /external_sd/
Clean wipe, clean install, and all the data that I wanted back.
(fair warning, if your cards are full, that push pull commands could take several hours...)

Related

[Q] How do I safely clean the internal sd card?

Hi all,
How do I clean my internal sd card? I recently rerooted. I followed the steps where it is said to delete Dalvic cache 3 times etc etc before flashing the new rom.
I still have old apps/folders on my internal sd card before I rerooted. I backed up my stock rom before I rerooted.
I am now on this rom ([ROM][12-7]TPC v3 2.3.5 | Da_G OC Kernel | IMG Flash | ATT | Rogers |)...... I also backed this rom up and applications.
I have 9.1 GB with 2.2 GB free. I'm running a bit low in my opinion because I still do not have any music, movies, or pictures on my phone. I do however have about 100 apps, 10 of which are HD games. Is the 9.1 GB reasonable?
I do see some old apps on the sd card though. Is there a quick way to delete them all or do I need to go down 1 by 1 and check every crevice of my internal card?
I'm not that concerned about it, since I will eventually get a 32 gig external sd card, but I want my phone as clean and efficient as possible.
Once again,
thanks for everyone's help.
Vman7765 said:
Hi all,
How do I clean my internal sd card? I recently rerooted. I followed the steps where it is said to delete Dalvic cache 3 times etc etc before flashing the new rom.
I still have old apps/folders on my internal sd card before I rerooted. I backed up my stock rom before I rerooted.
I am now on this rom ([ROM][12-7]TPC v3 2.3.5 | Da_G OC Kernel | IMG Flash | ATT | Rogers |)...... I also backed this rom up and applications.
I have 9.1 GB with 2.2 GB free. I'm running a bit low in my opinion because I still do not have any music, movies, or pictures on my phone. I do however have about 100 apps, 10 of which are HD games. Is the 9.1 GB reasonable?
I do see some old apps on the sd card though. Is there a quick way to delete them all or do I need to go down 1 by 1 and check every crevice of my internal card?
I'm not that concerned about it, since I will eventually get a 32 gig external sd card, but I want my phone as clean and efficient as possible.
Once again,
thanks for everyone's help.
Click to expand...
Click to collapse
/data and /cache and /dalvik cache have nothing to do at all with the sdcard, internal or external.
Settings, mounts and storage (can't remember exact wording) unmount and format USB storage
That will wipe everything off the internal SD.
Sent from my SGH-I777
k so once i format the sd card storage, it will clean everything out and then I can just use rom toolbox and restore my latest backup with the apps I actually want on it?
thanks.
Once u format ur internal ur going to lose everything. Make sure to copy ur back up to ur external or a PC. That's if you have ur back up in internal. Do titanium back so you will have ur apps and system data.
Vman7765 said:
k so once i format the sd card storage, it will clean everything out and then I can just use rom toolbox and restore my latest backup with the apps I actually want on it?
thanks.
Click to expand...
Click to collapse
Rocketing on Sky IcsĀ”
appdroid said:
Once u format ur internal ur going to lose everything. Make sure to copy ur back up to ur external or a PC. That's if you have ur back up in internal. Do titanium back so you will have ur apps and system data.
Rocketing on Sky IcsĀ”
Click to expand...
Click to collapse
This! Titanium is the way to go.
Once you have your backup safely on a PC, you can also do it by going in to Settings/Privacy/Factory Data Reset, and if you check Format USB Storage it will clear everything off your phone (not sure if you're looking to do that--that would be all your pictures/videos/music--but these files can be large, especially video files)
I backed up my apps and settings, I do not have an external sd card though. When I connected my phone to the computer over wifi, using that aires application (forgot name). I copied the backup folder and pasted it on my computer. It stopped around 20% of the way through because I guess the phone was using some files.
Is there a way to copy to pc from internal sd card? Or should I just go out and buy the external sd card? thanks
I used rom toolbox pro to backup. Some reason I get errors with the lite version that came with the Da_g rom.
So my main goal should be copying that Backup_data folder that was created from the app and reloading that up after I delete the stuff in the internal storage.
Vman7765 said:
I backed up my apps and settings, I do not have an external sd card though. When I connected my phone to the computer over wifi, using that aires application (forgot name). I copied the backup folder and pasted it on my computer. It stopped around 20% of the way through because I guess the phone was using some files.
Is there a way to copy to pc from internal sd card? Or should I just go out and buy the external sd card? thanks
I used rom toolbox pro to backup. Some reason I get errors with the lite version that came with the Da_g rom.
So my main goal should be copying that Backup_data folder that was created from the app and reloading that up after I delete the stuff in the internal storage.
Click to expand...
Click to collapse
Kies is the name of the program (I haven't used it much personally).
I'm not familiar with Rom Toolbox, but assuming that it works the same as Titanium it should be placing your backup on your usb storage, which you can access just by plugging in to pc and opening the drive.
I just wiped my sd card and usb storage and restored everything with the Titanium and cwm folders that I placed on my mac (screen shot attached), and then brought back on to my phone when I was ready.
Yes, when I tried backing up the back up folder rom toolbox mde for me, my computer stopped copying the folder around 20% of the way and gave me an error message (The destination you have specified does not exist, It might be offline network location or an empty CD or DVD drive. Check the location and try again. .comgameloft.android.GAND.GLoftSD3H.apk, type: apk, size 4.13 mb, Date modified: 2/8/2012 11:20 pm.). It gave me the choice to try again, skip, or cancel (I just cancelled the entire thing).
Vman7765 said:
Yes, when I tried backing up the back up folder rom toolbox mde for me, my computer stopped copying the folder around 20% of the way and gave me an error message (The destination you have specified does not exist, It might be offline network location or an empty CD or DVD drive. Check the location and try again. .comgameloft.android.GAND.GLoftSD3H.apk, type: apk, size 4.13 mb, Date modified: 2/8/2012 11:20 pm.). It gave me the choice to try again, skip, or cancel (I just cancelled the entire thing).
Click to expand...
Click to collapse
Have you tried selecting the backup on your phone & then just copying it to a file on your p.c.? Just make a file on your desk top
If you use kies you can "see" the SD card on your phone from your p.c. Once you have an external card it comes in handy since you can see both
Sent from my SGH-I727R using xda premium
Vman7765 said:
Yes, when I tried backing up the back up folder rom toolbox mde for me, my computer stopped copying the folder around 20% of the way and gave me an error message. It gave me the choice to skip (but I was not going to do that).
Click to expand...
Click to collapse
EDIT: Oh, you're saying Kies froze up trying to back it up. I'm saying don't use Kies, just copy the folder to your desktop.
Yea for some reason I can't see the root files on my phone. I googled this android commander program that lets you connect your phone to your pc enabling you to see all the hidden files. That samsung program is more like just syncing contacts type of thing. I was even able to copy my backs to my pc in like 3 mins. Deleting my internal sd card now.

Cannot Resort Backups From d/l'd via ROM Manager After CM 10.1

So I was on CleanROM 5.6 and wanted to give 10.1 a shot. I made a backup and downloaded it to my computer via the ROMManager tool. I ran into 2 issues with 10.1 and decided I'd try again later, so I wanted to flash back to my CleanROM backup that I'd just made. Whether via ROMManager or going straight into recovery the process says it can't open the path to the file. I say the path, as this has occurred with the zip image on internal memory and when I've tried on the SD card.
Soooo, now I'm pretty stuck. Thoughts? I felt like it must have related to the new 4.2 file structure but again, this was an issue whether my zip was on internal memory or the card.
Thanks,
BH
The exact process is:
installing [path]
finding update package.
opending update package.
e: cant open [path] (bad)
installation aborted
CWM says it's leaving a log file but I am not seeing it.
Sounds like your filesystem is like this: "/sdcard/0" and if it is, then do the following:
use Root Explorer or a similar program and navigate to /sdcard/0/ press Menu should give you an option for Multi-Select, select all the folders/files in the /0/ directory, hit menu or down on the bottom choose Move (again depends on the browser) back up one level to the main /sdcard/ directory, and hit Paste. It will tell you there is files with the same information (because the ROM rebuilt the file structure) choose Merge, and let it do its thing. Depending on how many files you have, it may take a little while, just be patient.
Click to expand...
Click to collapse
taken verbatim from here:
http://rootzwiki.com/topic/37316-protip-42-and-recoveries/
I'm going to give it a shot now. I wouldn't have thought this would be an issue restoring since the zip was accessible and I even tried flashing from internal mem, but perhaps it's not as much as issue of reading the file as knowing where to extract the data? We'll see.
All in all, if I could just get 10.1 to stop giving me market errors (920) I'd probably just stick with that at the moment. Alas, have tried all of the interweb's solutions for that too.
Will update, thanks.
So I don't have a /0/ dir on the card, but I do have a /1/. Tried moving the contents of /1/ but it failed. May try another file explorer app (this was via CMs). Interestingly, I was able to flash a ClearnROM install zip, which is 4.1.1 based. Why would that work but the constructed backups wouldn't?
update: I can flash anything else regardless of location, and I am using the latest recovery. def seems like something specific to zip backups made/downloaded via the newest means in ROM Manager
monorailmedic said:
So I don't have a /0/ dir on the card, but I do have a /1/. Tried moving the contents of /1/ but it failed. May try another file explorer app (this was via CMs). Interestingly, I was able to flash a ClearnROM install zip, which is 4.1.1 based. Why would that work but the constructed backups wouldn't?
update: I can flash anything else regardless of location, and I am using the latest recovery. def seems like something specific to zip backups made/downloaded via the newest means in ROM Manager
Click to expand...
Click to collapse
Well if the rom zip is on /sdcard or /extsdcard then it will flash fine. If your backups are on /sdcard/1/ then that's literally the same as /0/. Recovery is looking for your Nandroid backup on /sdcard but it's not there, it's actually been unnecessarily moved to /sdcard/1/ if I'm understanding you correctly. You will not be able to restore a nandroid until you get those files moved back to the proper file path.
Sent from my SCH-I535 using xda app-developers app
SlimSnoopOS said:
Well if the rom zip is on /sdcard or /extsdcard then it will flash fine. If your backups are on /sdcard/1/ then that's literally the same as /0/. Recovery is looking for your Nandroid backup on /sdcard but it's not there, it's actually been unnecessarily moved to /sdcard/1/ if I'm understanding you correctly. You will not be able to restore a nandroid until you get those files moved back to the proper file path.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I have a similar problem with my file system after flashing from 4.2 back to 4.1 that has me confused.
I flashed to a TW rom after being on CM10.1, and I was using the most recent TWRP when I originally flashed CM10.1. I had the usual problem that everybody seems to have being that the "0" folder was located on my card. I copied the fold over to my normal sdcard folder (unfortunately I used root browser instead of root explorer, which made this much more painful as it does not have the "merge" ability. Root Explorer - accept no substitutes)
After doing the merge though, I have 2 problems.
#1 - My external SDcard is now listed under "storage."
#2 - There is an Sdcard there called "sdcard0 as well as a "extSdCard" in this storage folder with all the same information as the original "0" folder that was on the internal sdcard. Also a bunch of folders named UsbDriveA, UsbDriveB, etc.
Why did this happen? And how should I set up my folders so that it behaves properly? In other words, what does a normal file system look like?
SlimSnoopOS said:
...Recovery is looking for your Nandroid backup on /sdcard but it's not there, it's actually been unnecessarily moved to /sdcard/1/ if I'm understanding you correctly. You will not be able to restore a nandroid until you get those files moved back to the proper file path...
Click to expand...
Click to collapse
So this is where I am confused, does the zip not contain all of the appropriate backup data within itself, and it is looking elsewhere (in the wrong path) for backup data? This seems odd based on the whole idea as well as the size of the file. If this is not the case, when why is whatever scripting is included in the backup looking for an absolute and not a relative path to the data? It should always be relative to the location of the zip file itself.
I really want to try and understand this.
PeterGunz said:
I have a similar problem with my file system after flashing from 4.2 back to 4.1 that has me confused.
I flashed to a TW rom after being on CM10.1, and I was using the most recent TWRP when I originally flashed CM10.1. I had the usual problem that everybody seems to have being that the "0" folder was located on my card. I copied the fold over to my normal sdcard folder (unfortunately I used root browser instead of root explorer, which made this much more painful as it does not have the "merge" ability. Root Explorer - accept no substitutes)
After doing the merge though, I have 2 problems.
#1 - My external SDcard is now listed under "storage."
#2 - There is an Sdcard there called "sdcard0 as well as a "extSdCard" in this storage folder with all the same information as the original "0" folder that was on the internal sdcard. Also a bunch of folders named UsbDriveA, UsbDriveB, etc.
Why did this happen? And how should I set up my folders so that it behaves properly? In other words, what does a normal file system look like?
Click to expand...
Click to collapse
See my attached photo for what your file system should look like. I'm using ES File Explorer and that's my file system.
What do you mean your external SDcard is listed under Settings/Storage? Both of mine are listed, internal storage is first then my external sd card is second. Care to screenshot what you mean?
monorailmedic said:
So this is where I am confused, does the zip not contain all of the appropriate backup data within itself, and it is looking elsewhere (in the wrong path) for backup data? This seems odd based on the whole idea as well as the size of the file. If this is not the case, when why is whatever scripting is included in the backup looking for an absolute and not a relative path to the data? It should always be relative to the location of the zip file itself.
I really want to try and understand this.
Click to expand...
Click to collapse
If you're using CWM, it saves your backups for internal sd card in: /sdcard/CWM/backup and blobs. For your external sd card, it's saved /extsdcard/CWM/backups and blobs. If you flashed any AOSP 4.2 rom, it moves EVERYTHING from your /sdcard/ path to /sdcard/0. See the difference? Example, your music should be in this path /sdcard/Music but instead it's been moved to /sdcard/0/Music on AOSP 4.2. I get what you're saying how it should be looking for where the zip is BUT the multi-user support completely disrupts our entire thinking of how our file system should be because one user could be "rooted" whereas the other user would be completely stock depending on who signed in. It's too early to expect this to just work since Google introduced this in 4.2. It's a take it or leave it thing.
Sent from my SCH-I535 using xda app-developers app
For a standard backup that makes total sense. My confusion is how this happens with a zip, when all of the backup data is confined to that one archive file (or at least should be).
monorailmedic said:
For a standard backup that makes total sense. My confusion is how this happens with a zip, when all of the backup data is confined to that one archive file (or at least should be).
Click to expand...
Click to collapse
When you made a backup with Rom Manager, it saved to /sdcard, since flashing 4.2, everything on /sdcard moved to /sdcard/1/... Rom Manager and any app honestly would have issues when the file location has changed suddenly and without its express permission. It's not the fault of Rom Manager that it can't find the file to restore your backup. Having an updated TWRP or CWM is supposed to help prevent the /sdcard contents from being merged to /sdcard/0, its not supposed to continue looking for the "new" file destination.
SlimSnoopOS said:
See my attached photo for what your file system should look like. I'm using ES File Explorer and that's my file system.
What do you mean your external SDcard is listed under Settings/Storage? Both of mine are listed, internal storage is first then my external sd card is second. Care to screenshot what you mean?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Sorry, I can see what I said was confusing.
On the root of my device, among the usual folders, there is one named "sdcard" and another named "storage."
In the "sdcard" folder, all of the folders were empty; however, there is a folder named "0" which contained all of my sdcard contents from my internal sdcard.
In the "storage" folder from the root of my file system, it resembles what you have in your screenshot, except there are no asec and obb folders. In the sdcard folder is a replica of the 0 folder. It contains everything that was in my original internal sdcard. The extsdcard contains everything normally found on my external sd card.
When download something with the stock browser, it defaults to the sdcard folder on the root of file system.
I've attached some screenshots. Let me know what you think and thank you for the help.
PeterGunz said:
Sorry, I can see what I said was confusing.
On the root of my device, among the usual folders, there is one named "sdcard" and another named "storage."
In the "sdcard" folder, all of the folders were empty; however, there is a folder named "0" which contained all of my sdcard contents from my internal sdcard.
In the "storage" folder from the root of my file system, it resembles what you have in your screenshot, except there are no asec and obb folders. In the sdcard folder is a replica of the 0 folder. It contains everything that was in my original internal sdcard. The extsdcard contains everything normally found on my external sd card.
When download something with the stock browser, it defaults to the sdcard folder on the root of file system.
I've attached some screenshots. Let me know what you think and thank you for the help.
Click to expand...
Click to collapse
Oh! This is actually funny, we've been looking at the same thing from two different viewpoints. I see what you mean, /Storage and /sdcard are perfectly normal when you see them on the absolute root file system: "/". I always go to /mnt, that's where I have my file explorer default to open when I launch the app. Sdcard0 = sdcard, and various apps will use the names interchangeably. I have exactly the same paths /sdcard and /Storage, and I do see /Storage/sdcard0 and /Storage/extsdcard along with the same empty USB Drive folders. This is just how the "/" directory is split up. There isn't a duplication of files taking up more space than necessary, it's just showing you another path to get to those files. To reiterate, on "/" you can get to your sdcard contents in at least three paths: /mnt, /sdcard, and also /Storage/sdcard0
All that matters is the /sdcard/0 aka /Storage/sdcard0/0 is GONE. Which, in your original post you said no longer exists correct?
Sent from my SCH-I535 using xda app-developers app
I am still not understanding how there is a problem with executing a zip file that contains all the backup data. It doesn't matter where I move this zip file, as it seems it should be all inclusive of the backup data. Why does it matter the path of this file? What is the script looking for during restoration? Shouldn't it be looking within the archive?
I'm sorry, I feel like a tool, but again, I'm obviously missing some very basic part of what is happening when the file is accessed. As it is all inclusive, why is recovery looking for content anywhere outside of the archive?
monorailmedic said:
I am still not understanding how there is a problem with executing a zip file that contains all the backup data. It doesn't matter where I move this zip file, as it seems it should be all inclusive of the backup data. Why does it matter the path of this file? What is the script looking for during restoration? Shouldn't it be looking within the archive?
I'm sorry, I feel like a tool, but again, I'm obviously missing some very basic part of what is happening when the file is accessed. As it is all inclusive, why is recovery looking for content anywhere outside of the archive?
Click to expand...
Click to collapse
Backups cannot be flashed like other ZIP files. They need to be restored using the restore function of your recovery. The problem is that the CWM restore function is looking for its backups where it puts them (not surprisingly). Android 4.2 moved them to another location and you need to move them back.
SlimSnoopOS said:
Oh! This is actually funny, we've been looking at the same thing from two different viewpoints. I see what you mean, /Storage and /sdcard are perfectly normal when you see them on the absolute root file system: "/". I always go to /mnt, that's where I have my file explorer default to open when I launch the app. Sdcard0 = sdcard, and various apps will use the names interchangeably. I have exactly the same paths /sdcard and /Storage, and I do see /Storage/sdcard0 and /Storage/extsdcard along with the same empty USB Drive folders. This is just how the "/" directory is split up. There isn't a duplication of files taking up more space than necessary, it's just showing you another path to get to those files. To reiterate, on "/" you can get to your sdcard contents in at least three paths: /mnt, /sdcard, and also /Storage/sdcard0
All that matters is the /sdcard/0 aka /Storage/sdcard0/0 is GONE. Which, in your original post you said no longer exists correct?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Correct!
You helped me solve my problem. I was so confused for awhile there.
What should I rename my sdcard after copying everything over from "0"?
I just flashed back to 4.2.1 (AOLP) and I cannot find the contents of my internal sdcard anywhere. In fact, when I check storage on the system settings it only shows that I have a little over 12gbs total space on the internal sdcard. The 8gb I have on TW on the internal sdcard are not recognized by the rom. Any thoughts?

[Q] internal SD card file viewer? DIscrepancies b/w programs

Hi all,
I am trying to figure out whats taking all the space on my internal sd card. I switched to twrp recovery and deleted all clockworkmod related things, but it still says theres only 1 gb of free space left. I know for sure I could not possibly have used that much space. I store no music, very little photos.
I have tried using pc programs to visualize the space usage but none of them have been able to read the sd card, only the drives on the computer (spacesniffer for example).
Multiple apps installed (SDcard manager, Slim file manager) state i have 1 gb free space left, while another app (Storage Analyser) says I have 9gb free space.
Anyone have a program that will allow me to see whats taking up my space?
Thank you very much!
How many CWM backups did you have? When using CWM, after deleting your CWM backups did also you select the option to free up the space? How many TWRP backups do you now have?
Do you have any games installed? Have you checked file sizes or tried deleting leftover files under /sdcard/android? A lot of app data resides in the following three file paths:
/sdcard/android
/sdcard/data
/sdcard/Download
SlimSnoopOS said:
How many CWM backups did you have? When using CWM, after deleting your CWM backups did also you select the option to free up the space? How many TWRP backups do you now have?
Do you have any games installed? Have you checked file sizes or tried deleting leftover files under /sdcard/android? A lot of app data resides in the following three file paths:
/sdcard/android
/sdcard/data
/sdcard/Download
Click to expand...
Click to collapse
I had a few cwm backups. When using the "free up space" option in cwm about a week ago, it was such a small amount it said it would free up. I only have 1 twrp backup right now. I deleted all the CWM blob files and the file folder.
I'll take a look at the three file paths and come back. Thanks for your help
EDIT: nothing in /sdcard/data, sdcard/download is minimal, and sdcard/android is fairly minimal too
amotamatapia said:
I had a few cwm backups. When using the "free up space" option in cwm about a week ago, it was such a small amount it said it would free up. I only have 1 twrp backup right now. I deleted all the CWM blob files and the file folder.
I'll take a look at the three file paths and come back. Thanks for your help
EDIT: nothing in /sdcard/data, sdcard/download is minimal, and sdcard/android is fairly minimal too
Click to expand...
Click to collapse
No problem. Roughly 5 GB of data are set aside for the system, so as a reference:
-the 16 Gb GSIII would have at most 11.5 GB of free data
-the 32 GB GSIII would have at most 27.5 GB of free data
SlimSnoopOS said:
No problem. Roughly 5 GB of data are set aside for the system, so as a reference:
-the 16 Gb GSIII would have at most 11.5 GB of free data
-the 32 GB GSIII would have at most 27.5 GB of free data
Click to expand...
Click to collapse
Yeah, the weird thing though is that about a month ago i ran into the same issue of running out of space. and found that the CWM blob files were taking up about 5gb. And i had thought this was the same issue again, so I flashed TWRP and deleted the CWM files, but they arent the ones taking up the space this time
That's weird but like I said those are the main directories where app data resides on /sdcard. Which GSIII do you have 16GB or 32GB?
SlimSnoopOS said:
That's weird but like I said those are the main directories where app data resides on /sdcard. Which GSIII do you have 16GB or 32GB?
Click to expand...
Click to collapse
I have the 16gb version. I thought for sure I used "spacesniffer" last time to view the files on my sd card, which gave me a visual on whats taking up space. But I just cannot pinpoint it this time since no program ive downloaded views the internal sd card
Your best bet may be to copy over all your important files to a pc, nandroid to your external sd, then Wipe data or Factory reset in TWRP (the one that warns that it will format /sdcard. With those folders on your pc, you should be able to see their files sizes then do the math once it's back onto your phone. Maybe even do a screenshot of all the /sdcard folders first then do the above steps. You may be able to see which folder that is missing is the culprit once you put the folders back onto your phone.
Sent from my SCH-I535 using xda app-developers app

Files I can't see on my device are taking up space

So the other day while flashing from AOKP to CM11, it came to my attention that there are files on my phone that I can seemingly only see from my recovery. While finding the zip to flash in CWM(Which was in my downloads folder) , I noticed that I have to go through another /0/ folder to get to my actual downloads folder. Before that, there's another Downloads folder, along with a whole bunch of other stuff I must have downloaded a while back. It looks like an old version of my phone's data. There was even a flashable early CM10 rom on there.
I get the feeling this stuff is part of the reason my phone always seems to only have around a gig or two of space open despite it's 16GB capacity and the fact that all of my 40-some apps are under 100MB. It's irritating me to no end to know there are folders I can't access and delete on my phone. Anybody have any suggestions as to how to get rid of this stuff. The several times I've reset and deleted cache to flash a rom seems not to have done anything.
On a side note, really enjoying CM11!
You can thank Google for your troubles. With the 4.2 update Google introduced Multi-User. Basically its like it is Windows where you can have multiple user accounts and each user gets their own profile folder. This is what Google did essentially. The 0 folder is "User1" basically. The files are fine where they are at. They want cause any issues. But if you would like just hook your phone to your PC. Take everything out of the "0" folder and move the file to the root of your internal SDcard. Notice I said Internal SDCard (aka SDCard0) not root of system.
Sent from my SCH-I535 using Tapatalk

Confused about (internal) storage

Hello,
I am little confused about phones storage. Hope someone can help me.
OK, When I first configured my phone I installed TitaniumBackup and restored all my apps and data from my former phone HTC Sensation. Then I copied Sensations SD Card data to Nexus' internal storage via Windows. For example also the folder "WhatsApp".
When I connect the phone to my PC I can see its internal storage. In the folder "WhatsApp/Database" I can find some files like "msgstore-2014-01-17.1.db.crypt" or "msgstore-2014-01-16.1.db.crypt".
Now I open ES FileExplorer, go to device/sdcard: there I can see mainly the same folders I copied from Sensation to Nexus. WhatsApp is also there. When I look inside I can't find any files like "msgstore-2014-01-17.1.db.crypt" I see on "internal storage" via PC. but I see others like "msgstore-2014-01-24.1.db.crypt". What?! I don't understand that.
OK, next Test: Via PC I copy a file named 123test.txt to the Whatsapp Folder. Again I look via ES FileExplorer on the phone, what happens. Ola, I can see 123test.txt in device/sdcard. But not e.g. "msgstore-2014-01-17.1.db.crypt". Aha... strange.
And while writing this question I had to copy the filename of "msgstore-2014-01-17.1.db.crypt" from Windows explorer to paste it here. And now I can see also "msgstore-2014-01-17.1.db.crypt" in device/sdcard on my phone, but not the ohers like "msgstore-2014-01-16.1.db.crypt". I touch a file in Windows Explorer on "internal storage" and after that it's copied to device/sdcard?
This can't be normal?! That's zero transparent... and weird...
Can someone please clear it up for me?!
THANKS!
dbsoundz said:
Hello,
I am little confused about phones storage. Hope someone can help me.
OK, When I first configured my phone I installed TitaniumBackup and restored all my apps and data from my former phone HTC Sensation. Then I copied Sensations SD Card data to Nexus' internal storage via Windows. For example also the folder "WhatsApp".
When I connect the phone to my PC I can see its internal storage. In the folder "WhatsApp/Database" I can find some files like "msgstore-2014-01-17.1.db.crypt" or "msgstore-2014-01-16.1.db.crypt".
Now I open ES FileExplorer, go to device/sdcard: there I can see mainly the same folders I copied from Sensation to Nexus. WhatsApp is also there. When I look inside I can't find any files like "msgstore-2014-01-17.1.db.crypt" I see on "internal storage" via PC. but I see others like "msgstore-2014-01-24.1.db.crypt". What?! I don't understand that.
OK, next Test: Via PC I copy a file named 123test.txt to the Whatsapp Folder. Again I look via ES FileExplorer on the phone, what happens. Ola, I can see 123test.txt in device/sdcard. But not e.g. "msgstore-2014-01-17.1.db.crypt". Aha... strange.
And while writing this question I had to copy the filename of "msgstore-2014-01-17.1.db.crypt" from Windows explorer to paste it here. And now I can see also "msgstore-2014-01-17.1.db.crypt" in device/sdcard on my phone, but not the ohers like "msgstore-2014-01-16.1.db.crypt". I touch a file in Windows Explorer on "internal storage" and after that it's copied to device/sdcard?
This can't be normal?! That's zero transparent... and weird...
Can someone please clear it up for me?!
THANKS!
Click to expand...
Click to collapse
Maybe it's because I haven't finished my coffee yet, but I reread your post a few times and only sort of understand what you are trying to figure out...
Since the Nexus doesn't have external storage, then the Internal Storage you see in Windows is /sdcard. It sounds like maybe either the database files from your Sensation might not have transferred over to the Nexus correctly, or the older file maybe was rewritten with the version of the app on the Nexus? Or if it just doesn't show up when you copy the file to the phone while it is still plugged in, then it might not show up in a file manager on the phone until you unplug it and then the phone rescans the media to sync the contents so file managers can display everything. This is common behavior with the MTP set up. Let me know if I am not on the right path with the info and I'll see if I can help clarify more.
es0tericcha0s said:
Maybe it's because I haven't finished my coffee yet, but I reread your post a few times and only sort of understand what you are trying to figure out...
Since the Nexus doesn't have external storage, then the Internal Storage you see in Windows is /sdcard. It sounds like maybe either the database files from your Sensation might not have transferred over to the Nexus correctly, or the older file maybe was rewritten with the version of the app on the Nexus? Or if it just doesn't show up when you copy the file to the phone while it is still plugged in, then it might not show up in a file manager on the phone until you unplug it and then the phone rescans the media to sync the contents so file managers can display everything. This is common behavior with the MTP set up. Let me know if I am not on the right path with the info and I'll see if I can help clarify more.
Click to expand...
Click to collapse
Hello es0tericcha0s,
what I do not understand is: Why do I see on my PC other files then on my phone?
Why I looked at that: On phones with SD Card I backuped all my SD Card before ROM changes. Then I just copy my backup back to SD Card. But now I am not sure what to backup. If I backup my internal storage via PC I have definitily not the current data in it!
I don't understand that behaviour?!
dbsoundz said:
Hello es0tericcha0s,
what I do not understand is: Why do I see on my PC other files then on my phone?
Why I looked at that: On phones with SD Card I backuped all my SD Card before ROM changes. Then I just copy my backup back to SD Card. But now I am not sure what to backup. If I backup my internal storage via PC I have definitily not the current data in it!
I don't understand that behaviour?!
Click to expand...
Click to collapse
I'd have to go with good old buggy MTP. I've seen lots of these 'ghost files' in Windows explorer with my previous phone (GNEX). If both file manager apps and for instance adb shell do not show files that Windows explorer via MTP does show, you can safely assume Windows explorer is wrong.
Tip: for a more secure data transfer, copy your /sdcard content from your PC to the N5 using the adb push command. I believe there are even GUIs for adb nowadays if you don't like working on the command line.
Guys... I still do not understand that thing...
I installed CM11. Copied via Windows Explorer my Titanium Backup folder to internal storage. Nothing else. Then I restored WhatsApp to see what happens. Everything worked fine. Whatsapp is OK but has no media file I sent or received. OK, I can copy them from my backup to internal memory. BUT I CAN'T SEE ANY WHATSAPP FOLDER in my Windows Explorer. But in my phone file explorer I can see it!
This can't be normal!
How does one can make a consistent backup of it's phone with that behaviour?!
EDIT: After I rebooted the phone I can also see the WhatsApp folder in Windows... :/
Like I said: MTP is buggy. For reliable file transfers via usb use adb push and pull commands.
Sent from my Nexus 5 using Tapatalk
This is sooo strange...
I made a TWRP backup. Then I used adb pull /sdcard/ /sdcardbackup to copy my storage with my TWRP backup to PC. But I can't find the backup on my PC after adb finished the copy job. Where is it? I searched with the explorer on the phone:
/sdcard/ -> I am redirected to /storage/emulated/legacy - this view is identical with my backup on pc
/storage/sdcard0/ -> I am redirected to /storage/emulated/legacy - same as above
/storage/emulated/ -> There are folders 0, legacy and TWRP and there I found my backup.
Shouldn't I find TWRP backups on my sdcard, storage, emultade, legacy or I don't know how the place is called?!
OK, I try to copy thios TWRP backup to my PC:
- via PC: I can't, because I see only the "internal storage"
via adb: I can't, too: E:\Nexus 5\android-sdk-windows\platform-tools>adb pull /storage/emulated/TWRP /TWRPbackup DOES NOT WORK
BUUHUUUUUUUUUU unbelievable
How do you check where your data is? I don't...
You used a relative path for the destination folder, meaning that folder was created on the location where your adb executable is. Look for it there or use an absolute path for your destination folder.
Sent from my Nexus 5 using Tapatalk
You're supposed to adb pull from /sdcard not /storage
If you didn't change directory (cd) in cmd / terminal, then your pulled data is in the directory that opens by default in cmd. Open cmd to see what path you let it default to. Often c:\users\username
Don't forget if you're in windows, you need to
adb pull /sdcard/source \destination
And linux
adb pull /sdcard/source /destination
Sent from my Nexus 5 using Tapatalk
dbsoundz said:
This is sooo strange...
via adb: I can't, too: E:\Nexus 5\android-sdk-windows\platform-tools>adb pull /storage/emulated/TWRP /TWRPbackup DOES NOT WORK
.
Click to expand...
Click to collapse
Hello,
copy command should be ok. hoever. Why is TWRP backup saved to location /storage/emulated/TWRP, not on "internal memory"?
Really guys... this can't be normal. is there something wrong with my phone or ROM?!
dbsoundz said:
Hello,
copy command should be ok. hoever. Why is TWRP backup saved to location /storage/emulated/TWRP, not on "internal memory"?
Really guys... this can't be normal. is there something wrong with my phone or ROM?!
Click to expand...
Click to collapse
No, it's something wrong with you. I'd be easier to copy the backup to the phone memory visible to a PC using a root explorer and then copy it to the PC that way if you can't get adb working

Categories

Resources