My fire has decided to constantly boot to T.W.R.P., I'm going to wipe everything and install cm9 but before I do that I need to get some files off of my internal memory. How can I do this without access to the OS? My PC wont show internal memory and T.W.R.P. doesn't seem to offer an option to mount it.
JamesWa said:
My fire has decided to constantly boot to T.W.R.P., I'm going to wipe everything and install cm9 but before I do that I need to get some files off of my internal memory. How can I do this without access to the OS? My PC wont show internal memory and T.W.R.P. doesn't seem to offer an option to mount it.
Click to expand...
Click to collapse
Posts of this type belong in Q&A.
Look closer at the TWRP buttons... "Mount -> Mount USB Storage"
Thanks for the fast reply,
I apologize for putting the thread in the wrong place. Maybe a mod can move or delete it. But, of course i saw the mount usb option, but this doesn't allow me to access internal memory, just the SD card, regardless of which options i check.
JamesWa said:
Thanks for the fast reply,
I apologize for putting the thread in the wrong place. Maybe a mod can move or delete it. But, of course i saw the mount usb option, but this doesn't allow me to access internal memory, just the SD card, regardless of which options i check.
Click to expand...
Click to collapse
I just assumed you were talking about the SD card. Define "internal memory" for me... what are you trying to pull off of the device?
By internal memory i mean everything that isn't in the sdcard sub folder. Specifically i need to access the "data" folder to pull a few FPSE save states.
JamesWa said:
By internal memory i mean everything that isn't in the sdcard sub folder. Specifically i need to access the "data" folder to pull a few FPSE save states.
Click to expand...
Click to collapse
You can use adb pull to copy the entire directory or parts of it to your host machine while booted into TWRP. I have examples here...
http://forum.xda-developers.com/showpost.php?p=23747804&postcount=3
EDIT: ... and you'd have to mount it first if it's not already...
Code:
adb shell mount data
That looks like what i need, thanks a lot.
Hi there
I have a serious problem with my S4 Mini Duos GT-I9192. The problem is that the free internal memory space is wrong. At the moment it's showing about 1GB free space, but I confirmed my installed apps and it's impossible I have 5GB of installed apps. In fact I have about 2.5GB of installed apps, then I shoud have about 3GB of free space.
I made a test, plugged the device in the computer and it shows I really have 1GB free in internal memory, after that I selected all folders into it and get properties, and it shows 2.4GB size. (you can see in attached images)
My question: If the internal memory has 5.39GB and my all files has 2.4GB used space, I should have 2.99GB free space, not just 1GB free!!! Where is this lost space??? I need it, because I want install apps and games, and at now I cant!!
My andriod version is 4.4.2 kitkat (not rooted), manually updated from sammobile, but the problem was the same before update. The original version was 4.2 Jelly Bean.
Best regards for all.
You should look for hidden folders with a dot before the name. I think you probably got a big .thumbnails folder. That's a common problem, try searching on google for solutions.
marchrius said:
You should look for hidden folders with a dot before the name. I think you probably got a big .thumbnails folder. That's a common problem, try searching on google for solutions.
Click to expand...
Click to collapse
Hi guy, that's not the problem. I selected all folders, included with dot before name, hidden folders... Also had googled, but no answer...
renatotozzi said:
Hi guy, that's not the problem. I selected all folders, included with dot before name, hidden folders... Also had googled, but no answer...
Click to expand...
Click to collapse
Did u play heavy games in the past? If you uninstall those games, occasionally their cache/data remain on your device. Go to internal sdcard > Android > Obb and look for any folders that correspond to the apps u used previously. Delete them and see if that solves your problem. I had this problem once in the past when I uninstalled gta3, the com.rockstargames.XXXX folder remained in the obb folder. I had to manually delete that to free up space.
If that does not work, backup everything u got on your internal sd card onto microsd card/usb drive and wipe internal storage via TWRP recovery.
Try what I suggested. hopefully it works. good luck.
Do what he said. you can wipe internal storage from your pc too
sasank360 said:
Did u play heavy games in the past? If you uninstall those games, occasionally their cache/data remain on your device. Go to internal sdcard > Android > Obb and look for any folders that correspond to the apps u used previously. Delete them and see if that solves your problem. I had this problem once in the past when I uninstalled gta3, the com.rockstargames.XXXX folder remained in the obb folder. I had to manually delete that to free up space.
If that does not work, backup everything u got on your internal sd card onto microsd card/usb drive and wipe internal storage via TWRP recovery.
Try what I suggested. hopefully it works. good luck.
Click to expand...
Click to collapse
Nope, I don't have old data/obb games in device. As you can see in attached screen capture, I selected all existing folders in my device and get properties, it shows I have 2.5 GB used, the refered space is really lost, maybe in some partition which windows does not recognize...
marchrius said:
Do what he said. you can wipe internal storage from your pc too
Click to expand...
Click to collapse
But wipe what? wipe not used files? I can't do this because all files used, I don't have unused files there. Or this wipe process is something which can find the lost space in device?
renatotozzi said:
But wipe what? wipe not used files? I can't do this because all files used, I don't have unused files there. Or this wipe process is something which can find the lost space in device?
Click to expand...
Click to collapse
No what we meant is : You first copy everything from your internal storage to external sd card or usb drive. Then go to TWRP recovery and choose wipe>Advanced Wipe and select internal storage. Then swipe and your internal storage will be cleaned up off everything. Now you can transfer the backup files from that usb drive or ext sd card back to internal storage.Do not format internal storage via windows pc.
Do that only with TWRP recovery. Good luck.
Have you considered that the internal memory is shared?
Infact the internal sdcard is the folder /data/media.
The S4 mini has the /data partition of 5.4 GB.
So if you have 1 Gb free and 2.4 occupied into internal sdcard (/data/media), maybe you have 2 GB occupied into /data? In particular into /data/app e app-asec? (these folders contain the apks of app installed from play store).
sasank360 said:
No what we meant is : You first copy everything from your internal storage to external sd card or usb drive. Then go to TWRP recovery and choose wipe>Advanced Wipe and select internal storage. Then swipe and your internal storage will be cleaned up off everything. Now you can transfer the backup files from that usb drive or ext sd card back to internal storage.Do not format internal storage via windows pc.
Do that only with TWRP recovery. Good luck.
Click to expand...
Click to collapse
Ok guy, I understood your tip. I'll try to do that. Just another question: Doing this process I will lose all my personal settings, installed apps, accounts? Or all will be as before after do that?
renatotozzi said:
Ok guy, I understood your tip. I'll try to do that. Just another question: Doing this process I will lose all my personal settings, installed apps, accounts? Or all will be as before after do that?
Click to expand...
Click to collapse
Sorry for late reply. You wont lose installed apps but you will lose those photos, videos and any downloads or documents you have on internal storage. That's the reason I said backup/Copy everything on your internal storage to usb drive/external sd card and then format. Later you can move them back to internal storage and reboot.
sasank360 said:
Sorry for late reply. You wont lose installed apps but you will lose those photos, videos and any downloads or documents you have on internal storage. That's the reason I said backup/Copy everything on your internal storage to usb drive/external sd card and then format. Later you can move them back to internal storage and reboot.
Click to expand...
Click to collapse
Ok, guy, thanks for tip, I'll try this
I've got this problem today. Only 800 MB free in internal SD, but when selected all files/folders they only had 1,2 GB!! Where the hell was the remaining GB?
I've entered the recovery and found a backup in the internal SD. Deleted it and recovered the free space!
2 days ago, I've made a backup to the external SD (waiting for the M10 release!), and it really is there, but I don't know how, the backup was made to the internal SD too!
See if you don't have any backup in the internal SD, but you have to go by the recovery.
I did something stupid. I've had my G3 only 2-3 weeks so am not familiar with LG's system. Browsing the internal SD card on Windows (MTP) the internal storage mounting point 0/storage/emulated is actually displayed as a folder on the internal SD: This PC\G3\Internal storage\storage\emulated.
(I confused this folder with a sub-folder I had created myself and coincidentally called the same name.) The folder in Windows shows as empty. I deleted it.
The result: it deletes your entire internal and external SD cards.
I was using stock V20H. (Probably AOSP roms use different mount points ??)
I can't find any thread mentioning this, so I'm posting as a warning.
SimboXXX said:
I did something stupid. I've had my G3 only 2-3 weeks so am not familiar with LG's system. Browsing the internal SD card on Windows (MTP) the internal storage mounting point 0/storage/emulated is actually displayed as a folder on the internal SD: This PC\G3\Internal storage\storage\emulated.
(I confused this folder with a sub-folder I had created myself and coincidentally called the same name.) The folder in Windows shows as empty. I deleted it.
The result: it deletes your entire internal and external SD cards.
I was using stock V20H. (Probably AOSP roms use different mount points ??)
I can't find any thread mentioning this, so I'm posting as a warning.
Click to expand...
Click to collapse
any way to recover any of the files from it? i need my screenshot folder specifically
I didn't bother trying, but i did find some software that will retrieve lost data (i didn't bookmark it but should be easy to search). Important thing is don't save anything on the sd now because it may overwrite the existing data.
After boot I see this entry under my root directory:
lrwxrwxrwx root root 2015-10-16 22:48 sdcard -> /storage/emulated/legacy
I do not understand it very well but it seems the system emulates an SD card using its own memory. Then many applications use this area to save files. The thing is that I have a real external SD Card that I would like all the downloads, music, temp files, documents, everything really to go there.
I have tried to remove the symbolic link 'sdcard' and to make it point to my sd card but I cannot remove it not even as root, read only system, I probably need to use chmod first not sure.
Has anyone done this and know the solution?
Many thanks
The internal storage is emulated as an sdcard.
You can't delete the sym links as they are created upon each boot.
As long as you are rooted you can use your external sd card for whatever you want.
Just point your apps to the right location.
ashyx said:
The internal storage is emulated as an sdcard.
You can't delete the sym links as they are created upon each boot.
As long as you are rooted you can use your external sd card for whatever you want.
Just point your apps to the right location.
Click to expand...
Click to collapse
Thank you but I cannot ask all applications to point to the external card. Many applications do not have this setting, either through the Applications Manager or through their own settings. Trying to find files then gets more confusing and every so often I must copy files manually so as to keep them in one place.
Is there perhaps an application that will also run at boot and point to the external card before any other applications start? That might be a good solution?
Zilliman said:
Thank you but I cannot ask all applications to point to the external card. Many applications do not have this setting, either through the Applications Manager or through their own settings. Trying to find files then gets more confusing and every so often I must copy files manually so as to keep them in one place.
Is there perhaps an application that will also run at boot and point to the external card before any other applications start? That might be a good solution?
Click to expand...
Click to collapse
Link2sd pro
I have a galaxy tab s and am using Folder Mount and so far (after a few patches the program itself makes with permision) it is working fine for using data files on the storage card.
So I first got a message saying that the sdcard was missing. then I found out that it was actually unmounting and remounting itself. And sometimes it would say corrupted as well.
So somehow it fixed itself. So i'm taking the change to get my data out and change to a new SD Card.
What would be the procedure for this.
I already moved all the apps that were on the sdcard to the internal memory.
But still see that there's an Android folder full of app data.
When i plug the phone on the computer am I seeing the internal memory + sdcard or only sdcard?
Can i just copy everything I see out and then replace with a new card, format as internal again and copy the stuff back in?
I already got everything except the android folder, there's like a few thousand files in there so it takes forever to compute the files.... doesnt even start copying.
felchi80 said:
So I first got a message saying that the sdcard was missing. then I found out that it was actually unmounting and remounting itself. And sometimes it would say corrupted as well.
So somehow it fixed itself. So i'm taking the change to get my data out and change to a new SD Card.
What would be the procedure for this.
I already moved all the apps that were on the sdcard to the internal memory.
But still see that there's an Android folder full of app data.
When i plug the phone on the computer am I seeing the internal memory + sdcard or only sdcard?
Can i just copy everything I see out and then replace with a new card, format as internal again and copy the stuff back in?
I already got everything except the android folder, there's like a few thousand files in there so it takes forever to compute the files.... doesnt even start copying.
Click to expand...
Click to collapse
I am facing the exact same issue. Hope the community supports and someone would answer this thread. My SDcard mounted as internal storage is not mounting anymore , says currepted. I am tons of Data on it. Some apps magically disappeared.
Please help, what should be the next step. If I buy new Card,, is it recommended to mount as External storage instead of Internal Storage?