Related
Hey sorry if this is posted somewhere else but I dont know where to look and I looked on google for you guys who want to post that google thing.
Anyways, after installing roms from CM7 or even eagle, my internal sd card does not show up in file or root explorer. Its shown in the storage sections but not where i can access the information on there from the phone's file system.
When i restore back to stock (but rooted) rom its back to normal!
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Thanks but how do I use it for normal everyday stuff? I guess i cant with CM7?
Sure you can, just move stuff from sdcard to mnt/emmc with root explorer. I know its a pain and one of the reasons I started a request thread to see if there was a way to bind/combine both partitions into 1 so we'd all have more internal space for installing apps/games.
Sent from my LG-P999 using xda premium
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
jetbruceli said:
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
Click to expand...
Click to collapse
Do you use an external sdcard with your g2x, or do you use only the internal? There is a potentially easy solution if you want to use CM7 and keep the internal card as your primary. I'll tell you how step by step, but depending on if you use an external card and what you use it for, more or less steps will be involved. So I'll wait for your answer so I can give you the right response.
Sent from my LG-P999 using XDA App
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
jetbruceli said:
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
Click to expand...
Click to collapse
I personally prefer to keep my backups and personal data on an external/removable sdcard. Its safer that way in case anything happens to the phones internal memory, all my documents and backups are safe and I can put my sdcard into my computer or another phone to retrieve it. Also, I'd much rather have 32gb of storage for all that rather than the 5gb you'll have with the internal card.
That said, its personal preference and always good to have options. Here's how I have mine setup with CM7 (I'll explain how to achieve the setup you want in a moment):
- My external removable card is mounted at /mnt/sdcard. This is the default setup of CM7.
- My internal sdcard (emmc) is mounted at /mnt/sdcard/_OtherSD. CM7 default is to mount it at /mnt/emmc, which means if I have photos, music and movies stored there they wont show up in some of my apps. By having it mounted to a directory inside my /mnt/sdcard directory, any app that looks at my external sdcard will also see what's stored on the internal sdcard. This is similar to the stock setup, except that with stock the external card is mounted as /mnt/sdcard/_ExternalSD.
But if you want the internal to be your primary sdcard then here are a couple of fixes for you. The quickest fix is this:
- Go to Settings > Cyanogenmod settings > Application
- Select "Use internal storage"
- Reboot phone
- Now your internal card will be mounted at /mnt/sdcard and your external card at /mnt/emmc
- This makes your internal card your main sdcard but leaves you external card mostly unusable because of its mount point.
So if you are like me and you like for things to be labeled properly and usable then continue reading. This works with CM7 (it wont work with stock), and I also recommend having root explorer (from the Market). My instructions will be specific to root explorer, although you can use any root text editor you want. You will need to edit 2 files (/system/build.prop and /system/etc/vold.fstab):
- Using root explorer navigate to your /system directory.
- At the top of the screen select "Mount R/W"
- Scroll down and find the /system/build.prop file. Long-press on it and select to open in text editor.
- Scroll about halfway down the file and find the section that says "
# Mount the internal SD card, too
- Where it says "ro.additionalmounts=" specify a directory by typing its full path. I use /mnt/sdcard/_OtherSD. This is the mount point you will use in the vold.fstab file (which you'll edit in a moment)
- The very next line says "ro.vold.switchablepair=" .. These are the mount points that get swapped when you enable that setting in CM7. Change the options to match the mount points you will want to use. So for me it says "/mnt/sdcard,/mnt/sdcard/_OtherSD" ... of course no quotation marks.
- Select Menu > Save & Exit. One nice feature of root explorer is that it automatically saves your original file as a backup in case there are any problems.
- Now navigate to /system/etc
- Make sure the directory is still mounted as R/W, scroll down and open the file /system/etc/vold.fstab. This file specifies where both the external and internal sdcards are actually mounted. Each drive/device has its own entry.
- Find the line that starts with dev_mount emmc /mnt/emmc" and change it to match the mount point you created in the build.prop file. So for me I change it to "dev_mount emmc /mnt/sdcard/_OtherSD"
- Select Menu > Save & Exit
- Reboot phone
Now when you use the CM7 settings option to use internal storage, it will swap them but still keep one mounted within the other so any music, pics, videos you have will be usable by all your apps.
****PLEASE NOTE**** -- These changes will be overwritten if you flash a new nightly.
Sent from my LG-P999 using XDA App
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
jetbruceli said:
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
Click to expand...
Click to collapse
Just plain CM7. I think I'm using nightly 144. The method should be the same or similar on other cm7-based roms. It just won't work on stock-based roms because the changes to the files get overwritten when you reboot.
Sent from my LG-P999 using XDA App
d12unk13astard said:
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I wonder what would happen if the phone was physically repartitioned ... I don't know enough of how Android works to know what effects that would have. Obviously the disk is just a disk and you can create whatever partition sizes you want. Is the OS designed to look for a certain number of partitions and partition sizes on each phone? Or will it just use what's there?
Sent from my LG-P999 using XDA App
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
d12unk13astard said:
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
JaiaV said:
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
Click to expand...
Click to collapse
The difference between apps2sd which your using and link2sd which i'm using is that with apps2sd your internal memory will run out much faster then if using link2sd which can also move dalvikcache to sd ext. I've already moved 300 apps/games to sd ext with link2sd and still have over 1gb of internal storage, try doing that with apps2sd
Edit: forgot to mention link2sd is a free app in market.
Before I even explain my issue, I would like to clearly state that I have indeed used the search function here and used google and bing search engines to try and find a solution. It seems no one has came across this or I am not searching for the right thing.
Ok, now on to my issue at hand. I have done lots of flashing on multiple devices and so I know a fair amount when it comes to all that, but my issue is that on the Blaze It says on Samsung's website that it has 4gbs of internal storage. On my phone, I have tried gingerbread stock, Ice Cream Sandwhich on stock, and even used every Jelly Bean rom on the forums for this device. Regardless of the rom I use, stock or custom, my phone displays internal storage twice, which in any file manager shows one as the phone's internal storage, and one as the sd card/usb storage, but both have 1.4gbs of free space on a fresh install. They show up seperate, but should be the 4gbs of internal space. Another thing is if I have a micro sd in my phone it shows up in setting>storage, but if I try to use a file manager to locate it, regardless of which one I use, I cannot access my micro sd card or find it. The only place it shows up is in settings>storage, along with both seperate internal storages that have 1.4gbs of storage each. I am trying to figure out how to fix this issue so I can find a way to use my sd card for applications instead of my phone using usb storage as the sd card, which limits me to 1.4gbs of space,
Zekk98 said:
Before I even explain my issue, I would like to clearly state that I have indeed used the search function here and used google and bing search engines to try and find a solution. It seems no one has came across this or I am not searching for the right thing.
Ok, now on to my issue at hand. I have done lots of flashing on multiple devices and so I know a fair amount when it comes to all that, but my issue is that on the Blaze It says on Samsung's website that it has 4gbs of internal storage. On my phone, I have tried gingerbread stock, Ice Cream Sandwhich on stock, and even used every Jelly Bean rom on the forums for this device. Regardless of the rom I use, stock or custom, my phone displays internal storage twice, which in any file manager shows one as the phone's internal storage, and one as the sd card/usb storage, but both have 1.4gbs of free space on a fresh install. They show up seperate, but should be the 4gbs of internal space. Another thing is if I have a micro sd in my phone it shows up in setting>storage, but if I try to use a file manager to locate it, regardless of which one I use, I cannot access my micro sd card or find it. The only place it shows up is in settings>storage, along with both seperate internal storages that have 1.4gbs of storage each. I am trying to figure out how to fix this issue so I can find a way to use my sd card for applications instead of my phone using usb storage as the sd card, which limits me to 1.4gbs of space,
Click to expand...
Click to collapse
Yeah the 4gb is like 3.72GiB which is split up with 1.4gb of user space (pictures, videos, etc), another 1.12 for apps (shared with titanium if you don't switch the backup folder location) and the rest for the system (rom, kernel, recovery etc). It does have 4gb.
In regards to your external sd card... which rom are you running? On most JB roms the external sd card path is found at /external_sd and NOT at the sdcard/external_sd that ALL the ICS roms use.
Yeah, I figured it was still the 4gbs, but being split like that is stupid. As far as what rom I am using or have used, I have used both the the gingerbread stock and ice cream sandwhich stock. I have used the official CM10 latest nightly build of Jelly Bean for this device, I have used Paranoid, Baked rom, Blaz3r, and now I am using the new Pacman Jelly bean Rom, but with the same issue. I will go to those locations where you stated and it shows nothing, even if i go back one and hold down on the screen and go to properties of that folder nothing is there. And the usb storage of 1.4 is located at this directory /sdcard. And where my micro sd card should be at which is /external_sd there is nothing nor does it display the gbs of space. The micro sd card is only viewable through settings. I have tried a 2gb, an 8gb, a 16gb and a 32gb micro sd. All work fine, on my pc and a Sidekick 4g I have, and even show up on the Blaze with no errors, but I can't use any file manager to access it. The only way i can access it is through the recovery, in which case it uses the directory /sdcard and then I have no access to the usb storage like I do in the roms.
Zekk98 said:
Yeah, I figured it was still the 4gbs, but being split like that is stupid. As far as what rom I am using or have used, I have used both the the gingerbread stock and ice cream sandwhich stock. I have used the official CM10 latest nightly build of Jelly Bean for this device, I have used Paranoid, Baked rom, Blaz3r, and now I am using the new Pacman Jelly bean Rom, but with the same issue. I will go to those locations where you stated and it shows nothing, even if i go back one and hold down on the screen and go to properties of that folder nothing is there. And the usb storage of 1.4 is located at this directory /sdcard. And where my micro sd card should be at which is /external_sd there is nothing nor does it display the gbs of space. The micro sd card is only viewable through settings. I have tried a 2gb, an 8gb, a 16gb and a 32gb micro sd. All work fine, on my pc and a Sidekick 4g I have, and even show up on the Blaze with no errors, but I can't use any file manager to access it. The only way i can access it is through the recovery, in which case it uses the directory /sdcard and then I have no access to the usb storage like I do in the roms.
Click to expand...
Click to collapse
Have you tried reformatting your external sd?
Yes I have tried reformating it and I bought a brand new one and its the same problem.
Zekk98 said:
Yeah, I figured it was still the 4gbs, but being split like that is stupid. As far as what rom I am using or have used, I have used both the the gingerbread stock and ice cream sandwhich stock. I have used the official CM10 latest nightly build of Jelly Bean for this device, I have used Paranoid, Baked rom, Blaz3r, and now I am using the new Pacman Jelly bean Rom, but with the same issue. I will go to those locations where you stated and it shows nothing, even if i go back one and hold down on the screen and go to properties of that folder nothing is there. And the usb storage of 1.4 is located at this directory /sdcard. And where my micro sd card should be at which is /external_sd there is nothing nor does it display the gbs of space. The micro sd card is only viewable through settings. I have tried a 2gb, an 8gb, a 16gb and a 32gb micro sd. All work fine, on my pc and a Sidekick 4g I have, and even show up on the Blaze with no errors, but I can't use any file manager to access it. The only way i can access it is through the recovery, in which case it uses the directory /sdcard and then I have no access to the usb storage like I do in the roms.
Click to expand...
Click to collapse
On GB and ICS the location for your external SD card is /sdcard/external_sd. On jelly bean it's at /external_sd. You need a root file explorer to access it (root explorer/es file explorer) in jelly bean roms.
Sent from my Galaxy Nexus using xda app-developers app
Yes, I know this, I have looked in those locations and I did have root when I used Gingerbread and Ice Cream Sandwich stock. I currently have the Pacman rom, which is a CM!) variation/Jelly Bean rom. When I use Es File Explorer or Root explorer the directory /external_sd is empty and when I backup and hold down the screen on that folder and go to properties it doesn't show any storage information. It just says 0.0mb. I have tried every directory someone has mentioned or I thought was it, and I only have the usb storage showing up, and in manage applications when I click an application's details it will ask me to move to sd card and when I do that it moves from the phone storage of 1.4gb to the usb storage of 1.4gb.
To me it seems like the OS keeps thinking the usb storage is the only sd, and it displays my actual micro sd, but doesn't actually show it in root explorer or es explorer. I am trying my best to provide as much information as possible. I posted on here because I have spent a few nights trying everything I know and can Google search to solve this problem.
Zekk98 said:
Yes, I know this, I have looked in those locations and I did have root when I used Gingerbread and Ice Cream Sandwich stock. I currently have the Pacman rom, which is a CM!) variation/Jelly Bean rom. When I use Es File Explorer or Root explorer the directory /external_sd is empty and when I backup and hold down the screen on that folder and go to properties it doesn't show any storage information. It just says 0.0mb. I have tried every directory someone has mentioned or I thought was it, and I only have the usb storage showing up, and in manage applications when I click an application's details it will ask me to move to sd card and when I do that it moves from the phone storage of 1.4gb to the usb storage of 1.4gb.
To me it seems like the OS keeps thinking the usb storage is the only sd, and it displays my actual micro sd, but doesn't actually show it in root explorer or es explorer. I am trying my best to provide as much information as possible. I posted on here because I have spent a few nights trying everything I know and can Google search to solve this problem.
Click to expand...
Click to collapse
So at the top of the screen you only see the phone icon in ES file explorer? Or does it have the phone icon and /sdcard/? You need to go into the settings in ES file explorer and check the 'root explorer' and 'up to root' in root settings or you will not be able to access the external_sd through es file explorer in JB.
There is an "external_sd" folder located in the /sdcard in jelly bean... that's not where it really is. You need to make sure you are at root / and scroll down to /external_sd. The external_sd folder in /sdcard does show 0.0mb.
Yeah I already knew that you had to check 'root explorer' and 'up to root' in es explorer. I fixed the sd card issue by downloading and flashing the latest CWM recovery available for the device and formatted the sd card and internal storage, this fixed the issue. I also did a fresh install of the Pacman Jelly Bean rom and now it shows /sdcard and /external_sd and they are both properly displayed and I can explore them as I should be able to. I think the TWRP and that may have caused the problem, or when I had an older version of CWM Recovery, but after doing as I described above my issue was resolved and now the storage is displayed as it should. I tried this on the other recoveries and countless roms with no such results, so I guess a better and more up to date recovery fixed a formatting issue that was occurring.
I do thank you for all the help that has been provided, as its nice to know that the community for this device has devs and senior members of these forums willing to help people with their problems, whether they are complicated or simple.
FWIW I think twrp may have been what caused your issue. I remember someone was having other issues I believe with paranoid android settings not working and twrp was the cause. I have been on the original cwm by shabbypenguin since the beginning and have had no issues with any rom. Glad you got it figured out:thumbup:
Sent from my SGH-T769 using xda app-developers app
I have the same phone and have 1.40GB internal storage but I did some research at Tmobile.com and got this http://www.gsmarena.com/samsung_galaxy_s_blaze_4g_t769-4420.php and it say there is 3GB and a 4GB Micro SD. I upgraded to a 16 GB Micro SD but had some problems with CM 10 being about to access my music and etc. but I got around that today YAY!. But with the OS and other partitions that are needed 1.40 should be about right after everything. Cheers mate
Hello Android XDA-ers!
I'm a newbie on the Custom ROM scene, but I just installed my first custom ROM on my E-bayed Verizon Droid Incredible. I flashed it once. It was awesome. After 2 months, my system got slow and it said my phone was "running low on storage," so I saw a reply on the forum where I got the ROM (credit:Albinoman) saying I should re-flash. I did, but I'm a bit confused.
The first time I unzipped the ROM from /sdcard0. The second time I unzipped the ROM from /storage/sdcard1.
1. Does that matter? Should I have re-flashed from the same source?
Source, "/sdcard1" claims to be 6.5G of unused memory. The only way I can access it is with my ES File Explorer (or other apps like it). I was dubious and double-checked my "Storage" setting by installing "Storage Analyser" and even that acknowledged /storage/sdcard1 as viable 6.5G of storage.
2. If my "Settings>Storage" and "Storage Analyser" app are both accurage, how can I utilize this storage?
I have an SD Card present. It is a 2G card. Nothing seems to be accessing /sdcard1 and it's a rather large bit of space. I know that I can add things to that storage space because when I plug in via USB, I can add items to it and I can retrieve them. However, the only way to view it is to use Root Explorer. I would like my apps and music etc to save there by default. It seems like they are being limited to a 758Mb space.
3. I check specs online and they say my DInc should have 8G internal storage. Why can't i utilize this? Did I do something wrong when flashing my phone? Help!
Team, I was really enjoying my cm10.2 and i was running out of space.. like 5gb total, maybe 1gb used per storage screen in settings and it says 1gb free.. on top of that it says im running out of space.. i did notice it is showing my sd card music and pictures being listed in the internal memory when in fact its on my sd card.. This seems to be chewing up 3gb+ i need for apps etc..
So I flashed cm11 m3, which i actually really like so far.. but its suffering from the same issue.. can someone help me repair this? googling it has not helped any.. ( ps i did factory wipe before flashing cm11 in recovery)
Dominic
d4dd7wh0 said:
Team, I was really enjoying my cm10.2 and i was running out of space.. like 5gb total, maybe 1gb used per storage screen in settings and it says 1gb free.. on top of that it says im running out of space.. i did notice it is showing my sd card music and pictures being listed in the internal memory when in fact its on my sd card.. This seems to be chewing up 3gb+ i need for apps etc..
So I flashed cm11 m3, which i actually really like so far.. but its suffering from the same issue.. can someone help me repair this? googling it has not helped any.. ( ps i did factory wipe before flashing cm11 in recovery)
Dominic
Click to expand...
Click to collapse
Check your application data usage in settings|apps, also check to see if you have any CWM made backups. That's often stored outside of the directory trees that android itself normally looks at (/data/media/clockworkmod) Also if it's saying your music and such is on your internal storage than it probably is. Check using a file manager, and manually move that stuff to your SD card.
Magamo said:
Check your application data usage in settings|apps, also check to see if you have any CWM made backups. That's often stored outside of the directory trees that android itself normally looks at (/data/media/clockworkmod) Also if it's saying your music and such is on your internal storage than it probably is. Check using a file manager, and manually move that stuff to your SD card.
Click to expand...
Click to collapse
You my friend are and android pimp! Thank you for your hardwork! I tried to do that on cm10.2 and for some reason could not find the directories.
So I got the Moto G 1gb, 8 gigs of internal storage version.
I love this phone so far and I've pretty much set it up how I'd like it, but the 8gb internal storage has turned into an issue.
I got Appmanager III, moved pretty much everything to my 32 gig external, but I still have only like 600 mb to spare on the internal, with well over half of the external left over.
Is there another app that will allow me to move all the app data left over in the internal over to the external?
If that's not enough, I'd also be interested in knowing if there's any way I can force the system to use the external as the main storage for all the OS functions. I already used adb to set all the default downloads to the external.
Finally, I'd like to know if custom ROMs like cyanogenmod would use up less storage than the stock OS, or at least let me use more of my internal by reducing the amount of bloatware (why can i NOT get rid of google movies or google+??? come ON)
I'm rooted and have installed twrp so both root and custom recovery solutions are welcome. Thanks for your time and help!
If it were me, I'd make a Nandroid with TWRP on the external as well as a backup with Titanium and then use Titanium to delete unwanted bloatware. Wouldn't that help?
Sent from my iPad using Tapatalk
bruce7373 said:
If it were me, I'd make a Nandroid with TWRP on the external as well as a backup with Titanium and then use Titanium to delete unwanted bloatware. Wouldn't that help?
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
System apps, ie those that come with the phone such as google movies, live in the system partition. If they are updated then the update lives in the internal storage. Uninstalling via titanium will of course free up both system and internal storage space.
However just disabling them will be sufficient, this will remove all updates from internal storage and just leave the apk in the system partition. Its the internal storage that you want to be less full as this is where user apps, pictures etc all reside (assuming you haven't yet moved them to an SD card).
Disabling is less drastic than uninstalling and is maybe the preferred option in case you otherwise uninstall something that breaks your phone.
I've tried that, but for whatever reason if I disable, say, google play movie or whatever, my phone eventually ends up redownloading them? It's really odd and honestly pretty annoying.
I'd still like to know if there's any way to keep all the main app data on the external or something though. Are Cyanogenmod ROMs installers smaller? I don't need THAT much more space to feel comfortable, having 1 gigabyte would be ok with me. I just don't like having like 600 MB free at most...
EDIT: If I can just move the app data for a few games and Google Chrome, that should fix it, too. Those seem to be the real space hogs, so if I can move those I should be able to handle everything else
EDIT EDIT: Would an app like Link2SD work for this phone or has no one tested that yet?
Hi Tazzypilar, Yes Link2Sd wil work wery well. All wat you have to do is to install MiniTool Partition Wizzard Professional on your PC, then put your micro SD card in the cardreader on your desktop or laptop to make two partitions on your SdMicro card (card must be class 10). Start program MiniTool Partition Wizzard Professional and look for your microSD card on the list with disks. Right click on your removable disk (micro sd card) and you can resize your first Fat32 partition and make it smaller for at least 2 GB. After that you will have 2 GB unused space behind this Fat32 partition. Now click with right mouse on this unused space and choose „Create“ new partition and make it ext4 file system partition. You will be prompt „Are you sure that you want to make ext4 partiton because Windows can't see it ?“ and answare „Yes“ . So, one partition will be Fat32 and you can make it as big as you like depending on the size of your MicroSd card and second should be at least 2GB (or greater - also may be smaller, it's up to you) ext4 partition and there you will move your apps from the internal phone memory.
That's all, after that you have to install Link2Sd from playstore and link apps you like to move to your SdCard. Succes ! If you have more questions jut ask !
Greetz !
Sent from my GT-N7000 using xda premium
Where did my storage go?
Just asked my self a very similar questions
I attachment a screen shot
From the 8gb 3,5 go to Android system
So 4,5gb for internal I thought., but no.
I installed about 2gb of apps and 200mb cache.
Ah I forgot to mention that this is a fresh install after factory reset and still I am missing alot of storage see screen shot
Is this normal? I am on stock not rooted with some apps already moved to SD Any ideas?
Upgrade to android M, use external SD as internal card
Why not upgrade to android M and use phone's feature to use external card as internal card.
sandipkc7 said:
Why not upgrade to android M and use phone's feature to use external card as internal card.
Click to expand...
Click to collapse
I am glad you brought this up, guess what I am already on M and using the SD card feature, unfortunately I can only a small portion of the apps move to the SD card the rest stays internal
Look for posts on link2sd, it needs to be a fast card and then formatted using both std FAT and ext (linux) partitions. Then you can move almost everything.
Sent from my SM-G920F using Tapatalk
Though Im using LG H502F. Correct me if Im wrong but I think thats because the internal storage is emulated. Ive been using Link2SD and it works well. I can link app data and external data to the mounted partition. The only difference I noticed was... When opening the app it takes a couple of second or more compared to the unlinked apps... Anyways. Try to check if your storage is emulated. If it is, then that 3GB available space for a stock rom is as good as it gets. Mine have 8GB rom but the end user is only 3GB something.
Sent from my LG-H502 using XDA-Developers mobile app
merlin2380 said:
I am glad you brought this up, guess what I am already on M and using the SD card feature, unfortunately I can only a small portion of the apps move to the SD card the rest stays internal
Click to expand...
Click to collapse
In android M you can "transform" your sd card in internal memory (in Settings>Storage>SdCard>Definitions). If you have a fast 32 Gb card, you can format it to internal and it is as you have 32 Gb internal memory, but your sdcard must "live" with your phone (can't be used as sdcard in other device).
I think that is what @sandipkc7 means.
I did that not very usefull
merlin2380 said:
I did that not very usefull
Click to expand...
Click to collapse
Tried internal storage option in marshmallow and at first i taught it was rubbish, but i kinda left sdcard alone and install another ROM.
So stuff on my internal storage was nowhere to be found. I installed latest recovery (TWRP) Flashed another rom and this is where things started to get interesting.
When i first converted sdcard to use as internal storage my phone was still eating up the internal memory 8GB on the phone.
Now however android system decided to do away with internal 8GB memory and use sdcard as a main storage. my photos are stored there and all data i noticed that almost everything is installed on sdcard now. so my storage is not vanishing away. I have about 1.7GB used on there.
There are some apps that can be moved manually to sdcard storage (converted to internal) - for example some of the system apps and most of google apps stay in phones memory not on sdcard and they can't be moved manually.
So my advise is covert your card to internal memory and then do factory reset or install another ROM.
Option 2 as mentioned above in posts is to use app called Link2SD - it is worth to opt for paid version which gives you more options of what to copy to 2nd partiton of your sdcard.
i have amazon fire 7 (£50 tablet) setup with option 2 - same storage 8GB. It works well. due to lack of marshmallow for this device i cannot use internal sd as an option. I have 2GB used there and rest sits on sdcard. i have installed few resource (storage) hugging apps - 1.2 GB, 2 GB each (gameloft games) - all moved to sd with link2sd app.
on my moto g 2015 i use android build in solution and it works well. You have to keep in mind that with this solution you can't simply copy files to your computer. Sdcard is encrypted at device level and it can only be access via your phone. However you can use any wifi file transfer app to copy some files over or via phones hotspot (i use droid over wifi or web pc suite to name few).
hope this helped a little
sandipkc7 said:
Why not upgrade to android M and use phone's feature to use external card as internal card.
Click to expand...
Click to collapse
honestly, its not worth it to use sdcard as internal, despite the micro sd card being fast, it made my phone ridiculously slow..............
marsrolled said:
honestly, its not worth it to use sdcard as internal, despite the micro sd card being fast, it made my phone ridiculously slow..............
Click to expand...
Click to collapse
Because of this slow down i did a reset to default settings. This did help and now the phone works much better, just make sure you always have 500MB empty on the internal storage, anything less and tbe phone performance goes down imediatly.
All the talking about this no so vreat sdcardinteral storage feature was too much for my 32 GB samsung evo micro sd card, it died less than 6 months of service. This was already the 2nd from the evo series that hung up on me and let me to dataloss thanks to google drive all was backedup
I will now root the phone and get a custom rom, probaply cm offical
Did you ever find out how to recover that lost 2GB? I have the exact same problem and managed to maybe find the 2GB in the /data folder; however it is sys locked and I'm not ready to root a brand new phone yet.
I have 8 apps installed (not counting google/motorola pre-installed) on my Moto G3 and showing 3.72GB used of 4.53GB available internal. It then shows 1.36 GB used by apps, 1.71 MB by cache. Other 2GB is a mystery?Device storage shows only 16GB used of 37GB availabe due to SD card.