Where is it really saving Apps\Data? - Samsung Infuse 4G

So this is the first phone I've seen where it has SYSTEM memory, SD INTERNAL, and SD EXTERNAL. It's really confusing for me.
When I install an app, is it installing to the 16GB built in memory, or my SD card? I haven't modified anything. And if I do a backup using MyBackupPro, is it using the on board, or the SD card?
It seems like everything favors the internal 16GB, so I guess the 32GB I slid into the device should just be used for things like movies and photos, etc?
I guess this confusion is hampering CWM too since it's not used to handling both these "SD CARDS"
Thanks!

bella92108 said:
So this is the first phone I've seen where it has SYSTEM memory, SD INTERNAL, and SD EXTERNAL. It's really confusing for me.
When I install an app, is it installing to the 16GB built in memory, or my SD card? I haven't modified anything. And if I do a backup using MyBackupPro, is it using the on board, or the SD card?
It seems like everything favors the internal 16GB, so I guess the 32GB I slid into the device should just be used for things like movies and photos, etc?
I guess this confusion is hampering CWM too since it's not used to handling both these "SD CARDS"
Thanks!
Click to expand...
Click to collapse
This also brings up another question. Once ROMs do come out as a result of CWM being modified, normally someone does a format\wipe data\clear cache. This would normally clear anything on the "internal memory"... but since there's some confusion as to if the phone sees the "internal SD" as internal memory or not, do you think this process will wipe that as well?

No confusion. I think you may be confusing yourself in a vicious circle
Everything by default is added to the "internal" SD. There are apps (app2SD) and other ways(GB) to install apps to "external" SD, but not all apps can be.
Backups are saved on "internal" SD. (MBP, i dunno, I use TiB) This folder can be copied to "external" SD BEFORE a wipe and flash, then copied back to "internal" SD, backup program installed and restore apps+data preformed(copying the backup folder to pc suggested also in case All goes Wrong) .
"System" is on "internal" SD but is on a different partition, as well as ROM and Internal DB to their own.
CWM has no issue with SD (internal/external SD'd are not new) but as phones and hardware are different for different models it must be modified for the device.... par for the course. As far as how to CWM ROM, always do as OP of ROM states, until you are at least familiar with the process.
Is this your first android device? or first Samsung? I recommend that if you want to understand better how these devices operate to read the Galaxy S family of forums ( Galaxy S, Captivate, Fascinate, etc) as there is tons of info that will be similar to the Infuse.
Hope I ain't steered you wrong and it helps

13_ said:
No confusion. I think you may be confusing yourself in a vicious circle
Everything by default is added to the "internal" SD. There are apps (app2SD) and other ways(GB) to install apps to "external" SD, but not all apps can be.
Backups are saved on "internal" SD. (MBP, i dunno, I use TiB) This folder can be copied to "external" SD BEFORE a wipe and flash, then copied back to "internal" SD, backup program installed and restore apps+data preformed(copying the backup folder to pc suggested also in case All goes Wrong) .
"System" is on "internal" SD but is on a different partition, as well as ROM and Internal DB to their own.
CWM has no issue with SD (internal/external SD'd are not new) but as phones and hardware are different for different models it must be modified for the device.... par for the course. As far as how to CWM ROM, always do as OP of ROM states, until you are at least familiar with the process.
Is this your first android device? or first Samsung? I recommend that if you want to understand better how these devices operate to read the Galaxy S family of forums ( Galaxy S, Captivate, Fascinate, etc) as there is tons of info that will be similar to the Infuse.
Hope I ain't steered you wrong and it helps
Click to expand...
Click to collapse
I have to say your post made a ton of sense and brought clarity to the issue. I'm new to the way Sammy phones work as my past Android Experience has been LG, and HTC (x2)... Thanks!
Misguided? Yes, I'm always chasing my tail hoping I'll catch it... one day I'll get it! hehe.
I'll look through the Samsung forums. Thanks for the tip

bella92108 said:
I have to say your post made a ton of sense and brought clarity to the issue. I'm new to the way Sammy phones work as my past Android Experience has been LG, and HTC (x2)... Thanks!
Misguided? Yes, I'm always chasing my tail hoping I'll catch it... one day I'll get it! hehe.
I'll look through the Samsung forums. Thanks for the tip
Click to expand...
Click to collapse
Yep. The 16gb internal sd is partitioned into a 13 gb and some change (/sdcard) and 2gb (/data). Then the external sd is mounted as /external_sd.
/sdcard and /external_sd are supposed to be used for media (try taking a 2 minute video at 720p res lol...easily 40-50mb) and android devices usually have a 2gb data partition where your apps install (supposed to install by default).
Sent from my SAMSUNG-SGH-I997 using XDA App

h8rift said:
Yep. The 16gb internal sd is partitioned into a 13 gb and some change (/sdcard) and 2gb (/data). Then the external sd is mounted as /external_sd.
/sdcard and /external_sd are supposed to be used for media (try taking a 2 minute video at 720p res lol...easily 40-50mb) and android devices usually have a 2gb data partition where your apps install (supposed to install by default).
Sent from my SAMSUNG-SGH-I997 using XDA App
Click to expand...
Click to collapse
Cool, thanks for the great info

is there way to make every thing store directly on the phone?

Related

[TWEAK][MOD][FIX][CM7] sdcard Switcharoo!

CyanogenMod 7 sdcard Switcharoo tweak/mod/fix!
When i first got CM7 on my Infuse I immediately came across an annoying problem (at least for me). Like all AT&T customers, my phone came with an external SD card with 2gb of storage and the phone itself has 16gb of internal storage. So i noticed that by default, my 2gb external sdcard was the mnt/sdcard directory that all my apps use and mnt\emmc was my internal 16gb. For me that sucked because all my Titanium Backups were in my internal sdcard and I coudnt move it to my external because of memory insufficiency. So i decided i would mod the ROM to switch these sdcard directories and have 16gb instead of 2gb in my mnt\sdcard directory.
So, to make this simpler for me and you, suppose:
----------------------------
Internal sdcard (16gb) = A
External sdcard (2gb) = B
----------------------------
A is by default in mnt\emmc
B is by default in mnt\sdcard
----------------------------
The problem with the above statements is that 2gb is not enough to make it my default sdcard. Apps like Titanium Backup, Dropbox, Camera and tons of others (like games) always store things in mnt\sdcard and they can rarely be configured to store elsewhere (at least to my knowledge).
So to solve the problem i edited the mnt\system\etc\vold.fstab file. This file just contains some random gibberish about where the sdcards mount to. So i switched the mounting directories of the two sdcards A and B. So far all i had to do is copy over the apps stored in my external to the new external mount (mnt\emmc).
So in short the only thing this changes is: (the before and after pic)
Before:
mnt\emmc is internal 16gb
mnt\sdcard is external 2gb
After:
mnt\emmc is external 2gb
mnt\sdcard is internal 16gb
Now, if lets say you had your apps stored in A and used my tweak. You would have to copy your apps over to B because thats the new A. Confusing i know...im trying. lol
So here is the procedure:
0. Download the attachment below and unzip it in your phone somewhere
1. Make sure you have root explorer or similar app
2. Using your explorer app mount mnt\system\ R/W
3. Navigate to vold.fstab file in mnt\system\etc
4. Rename the file to vold.fstab.bak (to keep it backed up)
5. Now find the directory where you downloaded and put my new vold.fstab file
6. Copy my new vold.fstab file to mnt\system\etc and paste
7. Reboot phone.
If you encounter difficulties, then undo the process by first deleting my modded vold.fstab and then renaming your old vold.fstab.bak to vold.fstab and then rebooting.
Also, Keep in mind that this is for CM7 users. Don't use it if you don't know what CM7 is or don't use CM7 port. Cheers, hope this helps someone.
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
PVD04 said:
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
Click to expand...
Click to collapse
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Mohammad_Adib said:
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Click to expand...
Click to collapse
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
My /mnt/sdcard is the internal memory and my 4GB microsd is my external storage been like that from stock and I have all of my important stuff on the external for obvious reasons. Don't know why you would need this am I missing something?
Infused with Android DNA
PVD04 said:
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
Click to expand...
Click to collapse
This is exactly right - unchecking internal storage does exactly what your tweak does.
I have a 16 gig SD internal and external and I prefer using external which is default, when my phone had to be redone due to bad flash, I loss everything on my internal. Even if I checked something wrong it still feels safer using external last I checked 16gig cards are like 25 bux. I want 32gig next. Sounds to me like a poor attempt to get status here. Try on a group less educated then xda. I feel offended by this trick.
Sent from my SGH-I997 using xda premium
This might be useless for CM7 users but what about MIUI users, don't CM7 and MIUI use the same kernel?
Sent from my SGH-I997 using xda premium
i just got a 16gb external card to replace the OEM supplied 2gb sdcard.
Also Titanium allows you to change the backup folder location.
Cool. thanks for telling me. but that never worked for me. so this did and i dont care how u guys do it as long as the results are the same.
I thought that emmc was the external memory card? Because I have a 16 GB external and CM7 reads it as EMMC
Sent from my SAMSUNG-SGH-I997 using xda premium
Cm7 switchs external and internal so it is like every phone since not all phones have 16gb internal. I don't really use internal.
Sent from my SGH-I997 using xda premium

[Q] G2X, cant mount sdcard on cm7

Hi,
I have a g2x and i recently rooted it using superoneclick and i tried to back up using nvflash
however when i boot into recovery and try to install a zip or do anything with an sdcard, it says cant mount sdcard.
i ended up installing cyanogenmod 7 using rom manager.
but at the moment i cant do anything that involves using the sdcard because it cant mount.
any ideas on how to fix this?
thanks in advance
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
buru898 said:
When you're in recovery, have you simply tried taking out the memory card then putting it back in?
Sometimes the simplest solutions work. It used to not mount my sd card too and just popping it out and back in made it read it.
Click to expand...
Click to collapse
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
EgyptianBoi said:
Thanks ill try it and let you know but how come nothing ever gets loaded onto the phones internal sdcard I still have the 5 gigs that I initially had and nothing is ever loaded onto it including the apps I download, any way I can change this?
Click to expand...
Click to collapse
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Jufjufjuf said:
It's the way they memory is partitioned. ~3 GB for the System and Apps, 5GB for other stuff. There's a workaround/fix for CM7 in the development forum (atleast I think there was) but I don't know if it works anymore.
Click to expand...
Click to collapse
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Yaay got the SD card working in recovery it worked taking it out and putting it in again
EgyptianBoi said:
Right now if I go to storage in settings I have my SD card then I have internal storage with 1.48 gigs and then I have additional storage /mnt/emmc which has 5.21 gigs. At the moment apps installed from the android market go to the internal storage and apps online go to the SD card but I can move them to the internal memory. It seems that at the moment the one place with the most memory can't be used so I'm guessing thats the partition your talking about
o there's no way of changing this partition?
And can you give me the link to that? Thanks
Click to expand...
Click to collapse
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
thanks i think i managed to get it! i found the settings i think you're talking about in the cyanogenmod settings and managed to switch the sdcard and additional storage. now the 5 gigs appears as the sdcard and the actual external microsd appears as the additional storage
i guess thats the best im gonna get
thanks a lot!!
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
thanks ill try it and see how it workds
d12unk13astard said:
I use link2sd which creates a mount point script that uses the extra partition on external sdcard. I used minitool partitioned to create a 10gb ext4 on my 32gb class 10( I'm an app junkie lol). Most if not all apps/games moved with link2sd work flawlessly, I'm happy with it
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Jufjufjuf said:
You're right, I don't believe it can be used (natively for apps atleast, you can always move media and files there). Unless you mount that internal partition to be the external SD card and do a Move to SD on the apps (both are settings in Android/CM7 somewhere) there's not much else you can do. The problem is that some apps don't work on the SD, of course you could keep those on the system partition.
Sorry if my replies are starting to get confusing, it's late here.
Click to expand...
Click to collapse
ya i thought i had everything working but now for some reason, my phone says it cant mount the system. any ideas why?

partitioning internal sd

hey everyone. so if i partition the internal sd card what exactly am i doing? from what i understand, the g2x has 8gb onboard, 1.5 of that is for apps, and 5 goes to user data. the rest i assume is for android?
so if i create a 2gb partition on the internal sd, what am i changing and what does it do to the rest of the space? do i need to create the other partitions in windows later and format them?
168 views and no replies? anyone??
Ok, let me try to explain this one...
In three words, Don't Do It!!!
Your internal sd card is pretty much just that, it's a storage card built onto the phone itself. Now it is already partitioned, and allot!
Not only does this one physical card hold your "internal sd card" contents but it also holds your ROM, cache, all your apps, and even your recovery!
Even though it looks like these are separate drives they are all one physical card, your internal sd card.
Now if you try to add to this mix of partitions on this internal card you run the VERY HIGH risk of messing up the lines and sizes of these partitions. Many things in Android assume that some of these are a certain size or at a certain place, and if you mess with it all hell brakes lose!
Now people sometimes partition the external sd card because they want 2 different file types, like half fat32 (like a normal sd card) and half ext4/3 for apps it use in Linux.
Hope this helps!!!
Sent from my LG-P999 using Tapatalk
ok, well then i guess my question is more along the lines of why do we have that option in CWM Recovery and if i create a 2gb partition what happens? does it change the default 1.5gb partition so you have more room for apps?
dodgefan67 said:
ok, well then i guess my question is more along the lines of why do we have that option in CWM Recovery and if i create a 2gb partition what happens? does it change the default 1.5gb partition so you have more room for apps?
Click to expand...
Click to collapse
I'm honestly not sure, I've only ever messed with these partitions manually when unbricking my phone. So if you do it, you have a fairly good chance of bricking the phone, but i don't know how Android will react.
Sent from my LG-P999 using Tapatalk
thanks, i was just curious, since CWM gives us the option, but ive never done it and until i can find a good reason to i probably won't even mess with it
but it just seems kind of bad having 5gb on the internal card going to waste, i have backups to my external sd, all my data is there too, so i probably won't even touch that 5gb...
Just be glad it's not the other way around
Ill take too much space over not enough any day!
Sent from my LG-P999 using Tapatalk
well true, but still would like to know exactly what happens if you choose to run that in CWM Recovery
seek and ye shall find
found a guide for CWM and from what i see that option puts a partition on your external sd card so it can be used to install apps on IF the rom supports that. it says it does wipe everything else off the card though so you need to make a backup. you can also put a swap partition on it as well
looks like it does not touch the internal sd card phone memory which is what i thought it did
http://www.addictivetips.com/mobile...-and-how-to-use-it-on-android-complete-guide/

[Completed] [Q]Mounting 2nd part. on ext. SD, moving internal files on LG Optimus Fuel L34C

I'm not a developer by any stretch of the imagination, but this Linux cell phone has ignited my inner geek, and I must bend it to my will.
My basic question is, with the current state of development, how much is it possible to move from the internal storage of an LG Optimus Fuel phone (L34C/KitKat) and onto the external SD card?
I blow stuff up a lot because I'm an inveterate tinkerer, too adventurous for my own good/skill level. I'm an Android noob, but an old hand at Linux, which means I think I know a lot more about what I'm doing with KitKat than I actually do. But at least I do have a fetish for backups, which is all that makes my misadventures endurable.
So I did a Nandroid backup on my L34C after modding it only enough to support the TWRP backup. But the phone's internal storage is puny, and TWRP manager will only write to the internal SD, so I could only install about 300MB more in apps before there no longer was enough space for another Nandroid backup. Which means I've either got to tone down my tweaking (figure the odds!) or find another way to do Nandroids.
Yes, I could do an initial Nandroid, followed by Titanium backups, but where's the fun in that? Same with doing online Nandroid backups. No self-respecting geek every would let someone else be in charge of maintaining his backups (IMHO). And bonus points if I can relieve internal SD overcrowding by installing/moving apps and whatnot to the external storage.
So I'm thinking this is going to require linking, but the OE FAT32 partition on the external SD card won't support it. The OE 4GB SD card was too small to be slicing up, so I bought a 16GB cat4 SD card, formatted half in FAT32 and half in Ext3, but I could never get the Ext3 partition to mount. I wasn't able to find anything definitive, but I did come across information (of unknown validity) that the L34C's lack of init.d support was the reason it wouldn't mount.
So is this true? If I install a kernel with init.d support in my L34C, will I then be able to mount additional partition(s) on the external SD card?
As for the specifics of the partitioning, I found one mention in another forum in a post dated almost three years ago stating partitions on an Android external SD card had to be no more than 2GB in size, and preferably only 1GB. Is this true? Does it still pertain to KitKat? And what is/was the cause of this partition size limitation?
If the 2GB limit is true, what about creating and mounting multiple 2GB partitions? Say, one exclusively for writing the Nandroid backup to, and a second for moving files out of internal storage?
And what of my overall objective? In the current state of development, is writing Nandroid backups to the external SD card of an L34C (or even better, to the USB) known to be possible? Or im-possible?
If not, and presuming I can manage to get an Ext-formatted partition on the external SD card to mount, which of the many <something>2SD apps should I look to to move as much material as possible off of the internals storage?
I did try installing Link2SD, even though there wasn't an external partition available that supported linking. When I tried to move an app with it, one that Link2SD itself had labeled 'movable,' it failed with:
!Failure
App2SD is not supported by your device. Because your device has a primary external storage which is emulated from the internal storage. You can link the app in order to move its files to the SD card.
Click to expand...
Click to collapse
Dunno why it's blaming Apps2SD unless Link2 is built around Apps2.
But the advice was no help because I can't link to a partition that won't mount. And for all I know, the fact that the L34C uses emulated storage might be a show-stopper.
I've asked these same questions at other Android forums, but got no answers. I initially didn't want to even join XDA because you guys are too far above my pay grade. But I don't think I have any other choice, not if I ever want to get to the bottom of this.
Thank you for taking the time to red my long-winded post.
Hi there,
What you may wish to do is transfer them to your pc for safe keeping and not have to worry about it. You could also try inserting your sd card into your PC and manually transferring the nandroids from your pc to your sd card afterwards.
Also regards to the sd card write protection issue, I could not find anything relevant for your device in particular but you can ask your question here and someone may be able to help you.
Good luck

8gb internal storage solutions

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.

Categories

Resources