Is there any way to force the phone to use External memory? - Motorola Droid Bionic

This is my first phone with a lot of internal memory and I don't quite get how it uses it... Is there any way for the phone to use my external 16GB memory card instead of always using its own 8GB partition?

I second this question.
Though it may seem useless to do so, on the contrary I have a 32g ext SD card and would be fine ignoring the (confusing and my case redundant) internal SD card.
Or if not disable, maybe force apps/etc to default to the ext card?
Sent from my XT875 using xda premium

The question is does your app allow you the option to use your external memory. Not all apps are created equal and whether they allow you to use the external SD card is really up to the app developer. Its in the coding of the app that determines where the data is stored. Check your apps for that option and if there is none request it from the developer.

I believe there are ways to use the sd-ext for some kinds of data files used by large games, but the app must run on internal mem. I store all docs, downloads, pictures, music, videos, etc. on my external microsd card, but apps have to go on internal or they disappear or don't work. Search for 'apps2sd bionic' and you should find a way to store some game data externally.

raylgo said:
This is my first phone with a lot of internal memory and I don't quite get how it uses it... Is there any way for the phone to use my external 16GB memory card instead of always using its own 8GB partition?
Click to expand...
Click to collapse
I did this when I had the atrix, and have also done it on my Bionic.
http://forum.xda-developers.com/showthread.php?t=1404872

Ha! Didn't even think about messing with the fstab, thanks for that link. I'll be trying this shortly, and repost with results.
On a side note, I figured it shouldn't rely on the apps per say, considering a lot of phones don't have an internal "sdcard" (note: sdcard, not to be confused with regular internal app storage).
My opinion, naming the internal sdcard what it is was a seriously stupid idea. Should've followed suit with "app storage", how about "data storage"... just something not involving "card".
--
Cool, it worked awesome. Just had to swap files from one to the other to keep data in spots apps expected it to be.
Actually, I went ahead and disable the internal SD, and mounted the extsd in its place. Have been playing with mounting the extsd to both internal and external (resulted in only one mount point working), and also tried renaming the internals mount point to something like "internal_storage" (resulted in boot loop).
Be careful if playing with the mount points. The system doesn't like booting if it can't find something mounted to "sdcard", etc.
Something I'll be playing with and experimenting with. Any more info on editing these mount points would be very handy.
And lastly, sorry for hijacking your thread
Hope I didn't bother.
Sent from my XT875 using xda premium

Related

Advantages of ext3/4 over ntfs?

What are the advantages of using an ext partition to store apps/cache/data on an android phone. I have been using an unpartitioned sd card with no problems, but I've seen a lot of people with ext.
Sent from my Nexus One using XDA App
Using EXT allows you to put Root apps, and protected apps automatically onto the SD card. With the FAT i was still filling up my internal storage. I can also still use my apps when i have the fat partition mounted on the computer.
Makes sense, thats actually a bigger advantage then what I was expecting. What about widget functionality? I know most widgets won't work if they are stored on a sd card. Does ext fix that problem?
Also, what is preferable, ext3 or ext4?
So just to make it clear, your SD card is not ntfs, ever.....
And the advantage of Apps2Ext is so that ALL apps can install to the SD card, apps that run 24/7, widgets, and no special coding etc...
Froyo Apsp2SD only moves some apps, and as you mention, moving apps with widgets or that run all the time are going to eventually stop working correctly, especially if you ever mount the SD card over USB.
If your ROM supports Apps2Ext, use it unless you only have a handful of apps installed and you don't need the space..
so the system treats the ext partition like a part of the internal memory? haven't heard about this option ever. sound very interesting since I'm always out of memory.
Sent from my Nexus One using XDA App
Yeah it moves the entire app to the card, unlike the stock froyo version that only moves the binary part of the app I believe. Making a 1 gb partition is literally just like having 1 gb of internal storage just like The nexus s etc.
Is making 4gb ext good?
It doesn't do it by default - default allows to move only the app (no app data) and Dalvik cache to SD. But that's enough for vast majority of people - allows to have equal of ~600 MB of app space before you run out of internal phone space.
There is an option to move the data to SD too, but that's not trivial and not part of any stable DT Apps2SD release, AFAIK.
There is no point in EXT anywhere above 1GB, just for that reason.
Tiberx said:
Is making 4gb ext good?
Click to expand...
Click to collapse
As long as you are willing to give up teh space on your SD card. I only made a 512mb partition, and that has fixed any and all storage issues i had.
1GB it's enough... even with ~120 apps
can someone link a tutorial? search doesn't work properly on my phone!
Sent from my Nexus One using XDA App
In my signature. No need to search.
can't see that either in the xda app... mind posting the link?
Sent from my Nexus One using XDA App
http://forum.xda-developers.com/showthread.php?t=715940

[Q] saving backups/photos to SD card on D3

Why the hell won't my phone save my songs from Spotify, my photos from Vignette, videos from the camcorder, and anything other data the apps create??
Where the hell is the option to save on SD card?
Simmah down.
The actual SD card is mapped as /sdcard-ext/ in the filesystem. The /sdcard/ mount point is the internal storage. Apps need to be written so you can choose the storage location, and this will only be a larger problem going forward because as internal storage space goes up, more and more manufacturers will be doing this.
The built-in camera app does ask if you want to use the real SD card when you put one in and load the program.
elkay said:
The actual SD card is mapped as /sdcard-ext/ in the filesystem. The /sdcard/ mount point is the internal storage. Apps need to be written so you can choose the storage location, and this will only be a larger problem going forward because as internal storage space goes up, more and more manufacturers will be doing this.
The built-in camera app does ask if you want to use the real SD card when you put one in and load the program.
Click to expand...
Click to collapse
Yeah, see I use Vignette so that doesn't help... geez.
Guess I'll have to make sure the main camera app is at least on SD card storage. I don't remember if the video files are automatically saving to the SD card (I did notice the SD-ext difference and figured that was the external vs internal memory).
pekosROB said:
Yeah, see I use Vignette so that doesn't help... geez.
Guess I'll have to make sure the main camera app is at least on SD card storage. I don't remember if the video files are automatically saving to the SD card (I did notice the SD-ext difference and figured that was the external vs internal memory).
Click to expand...
Click to collapse
If they're not being stored to the external on the stock app, boot the phone without the SD card in the phone, launch the camera app, then shut the phone down. Pop the SD card back in, boot up and launch the camera app again. It should say as soon as you launch that a new SD card is found and ask if you want to use it.
Going forward, /sdcard-ext/ is going to be more common on more phones, so app developers need to start providing an option for where users want to store data files. I'd contact the Vignette developers (they're pretty responsive) and let them know that they need to add a feature to choose the storage location of saved pics because most likely all Motorola devices will be set up this way going forward, with other manufacturers following.

Why can't I save apps on my internal SD card?

Why does my Captivate only limit me to having 2GB of space for apps? I'm not using an external SD card and I want to install my apps onto my internal SD card or atleast move them there.
It's been a while since I have been on a stock ROM so please correct me if I'm wrong, but I believe you can move at least some of the apps by going to settings / applications and then, in the individual application settings, select "Move to SD."
I know you can't move widgets or alarm applications because they will break if they aren't on internal memory, but you should be able to move games, etc. with no problem.
Move to SD was not available on Eclair... what are you running?
Sent from my Cappy
I'm on 2.2 right now. There is an option to move to SD but it only moves it to external SD not the internal one. It's split up into 3 sections
Internal Memory
Internal SD Card(I want apps to go here)
External SD card
muh316 said:
I'm on 2.2 right now. There is an option to move to SD but it only moves it to external SD not the internal one. It's split up into 3 sections
Internal Memory
Internal SD Card(I want apps to go here)
External SD card
Click to expand...
Click to collapse
Ah, now I understand. I never had enough apps on Froyo to play with moving them but shooting from the hip, have you tried removing your external card and see if it will let you move them then? If not, I know that there are apps2sd applications on the market that should help you, but I haven't used any of them to give you a recommendation.
apbthe3 said:
Ah, now I understand. I never had enough apps on Froyo to play with moving them but shooting from the hip, have you tried removing your external card and see if it will let you move them then? If not, I know that there are apps2sd applications on the market that should help you, but I haven't used any of them to give you a recommendation.
Click to expand...
Click to collapse
I've used all of those methods and none work.
Did you find solution? I have same situation here, it's pretty weird internal SD could only be stored with application data instead of application itself.
I'm almost positive that you can't move apps to your "internal SD card" regardless of whether or not you have an external sd card installed.
My understanding is that you can only move apps to the external SD card (at least that's how it's been on any ROM I've ever used)
why... Why! WHY!!! . . . oh >.>
muh316 said:
Why does my Captivate only limit me to having 2GB of space for apps? I'm not using an external SD card and I want to install my apps onto my internal SD card or atleast move them there.
Click to expand...
Click to collapse
Why you ask...
Well simple, your limited to only 2GB because this size was choosen by phone manufacturors years ago when they were first designing the phone.
Consider that most of the phones in use back when 2.2 was released did not, for the full storage potential, even have the 2GB that we have just for apps (16GB in total). Heck most did not even have 1GB (I think 512MB was the standard). There was no separation between app storage and other media. This lead to users running out of space for both rather quickly. The solution then was to find use for the external SD as it could be as large as 32GB of storage.
The whole "internal SD" thing was thought up because it seemed wise to separate app storage from media storage. Also back when 2.2 was first released we did not have such massive apps as on the market today, so 2GB was plenty of any and all user (excluding the ppl who felt a need to have 200+ user apps...)
So, you can't store apps to the "internal SD" because that's not what it is meant to be used for. When companies decided to start putting such massive storage into the phone there was no reason for it to be any bigger.
As to only being able to move apps to the external SD, simple; Google did not design Android to do so.
To allow such would require changing how Android sees the "Internal SD" and to change how the app to SD function works, it is not currently written to check for multiple SD cards. I don't see any Dev willing to take up the task when the solution to running out of app space has already been solved by a much better means.
A different way to view the problem would be to ask (or learn, as that's the xda way) about re-sizing the partition to make the app storage larger. If enough people ask (politely!) maybe one of the Devs can be convinced to make it standard in their ROM that it be more then the default 2GB, or someone might make an app or flashable .zip that allows for re-sizing.
lt:dr - phone is old, based on old specs (think pre- 2.1 Android).

Strange file system issues

My file system is totally confused. When I browse to EMMC from a file manager it goes to my SD Card. If I browse to SD Card it actually goes to the internal drive.
I've had my rooted Nook Color for about 5 weeks now (CM7 booted from a SD card). Everything was working great until I tried installing some different launchers. I tried GoLauncher, Zeam, ICS, Honeycomb and maybe one more. The default was ADW. Maybe I confused the system by constantly switching from one to the next but at some point the system crashed and I rebooted.
Once rebooted I noticed that many of the games I installed told me I needed to redownload their data files. I looked on my card, through my Mac, but the original files were still there. Turns out the Nook now installs apps on the internal drive rather than the card as it had been before.
Wouldn't be so bad but, as mentioned earlier, the file system is confused. When i need to manage files I've loaded on my SD card I have to browse to EMMC and vice versa. Makes my head spin.
Is there a way to fix it without starting from scratch? I'm using CM7.2.0.
Thanks for your help
That's not a bug, it's a feature. Anyway, what you likely did is Settings -> Cyanogenmod Settings -> Application Settings -> Use internal storage (checked). If you do this, then it swaps the mount points for the SD and the internal memory, so the SD card is mounted at "/emmc" and the internal memory is mounted at "/sdcard". See the first post in the thread in my sig for more information about this.
If you really want to return it to the original way, wasting 5G of internal storage space, then you can uncheck that box in the settings and it'll go back to normal.
Thanks for pointing that out and glad to see there's an easy fix. Seems a bit confusing though, like it's renaming your hard drives or something. I had been using the internal drive for storing media files, video, music, comics. Does it matter where apps or files are stored?
false1 said:
Thanks for pointing that out and glad to see there's an easy fix. Seems a bit confusing though, like it's renaming your hard drives or something. I had been using the internal drive for storing media files, video, music, comics. Does it matter where apps or files are stored?
Click to expand...
Click to collapse
Well, the "fix", IMHO, is to leave it with them swapped.
Yes, it matters where apps are stored and it matters what is mounted at /sdcard. Apps use space on the /sdcard partition for settings, temp storage, downloads, etc. Mounting that 5G partition at /sdcard instead of /emmc allows these apps to use that space rather than cluttering your actual SD card. And apps are going to wind up on your 1G partition, not on either the /sdcard or /emmc mountpoint.
You can go read up in my guide on my recommendation on how to best use this space. The normal way is inefficient and wasteful of internal memory, IMHO. But you know, maybe you like it that way
mr72 said:
You can go read up in my guide on my recommendation on how to best use this space. The normal way is inefficient and wasteful of internal memory, IMHO. But you know, maybe you like it that way
Click to expand...
Click to collapse
I think efficiency is more in how you choose to utilise the spaces rather than fundamentally in which switch option you use. For example, I choose to completely fill the 5GB of internal with sound and picture media as they get included in the normal app scanning process. Leaving the SD card to hold yet more media, app data and back ups.
It's still good to have the choice offered by the switch.

[Q] sdcard0 vs extsdcard, want to move large data to extsdcard

Sigh, this is exactly what I was worried about when upgrading from my EVO 3D.
I noticed my new M8 has a sdcard0 and extsdcard folder. And of course, the apps and games which download hundreds of megs of data in order to run are downloading to the 24 gig internal sdcard0 mount point instead of the nearly empty 64gig extsdcard0 mountpoint. I really REALLY hate how so many Android phones seem to do this, why can't it just be partitioned as internal instead of faking a sdcard, thus making large apps install to internal with no option of installing to the actual external card?
Anyway, without rooting my phone, is there any way I can somehow set it so apps download and install their data to the actual SD card? The whole reason I didn't get the M7 was because I don't want my data to be stuck on the phone's internal memory in case anything happens, as well as to not waste internal memory space on several hundred megs or even gigs of data when I can use a large sdcard for that.
I believe u can go to manage apps and move apps to the sd card. Some may not be able to if it's not comparable but a lot of them should.
Sent from my iPad using Tapatalk
aaron130 said:
I believe u can go to manage apps and move apps to the sd card. Some may not be able to if it's not comparable but a lot of them should.
Click to expand...
Click to collapse
I tried that, it only moves the app executable to the SD card, not the hundreds of megs of additional data it downloaded. The app management screen even tells me how much of this additional data is on the internal memory and how much of it is on the SD card (it's all on internal), but moving the app doesn't move the additional data to the SD card.
One would assume that the ext sd 's bus interface would be quick enough to not bog any app which would be using it. That being the case htc has no excuse for not having interchangeable symbolic mounting points between the two sd's. Ive physcally moved some of the data from app's (dcim, and random music ) directories to the extsd, and at least it unburdens the internal sd.
The apk resource fork in these systems could be processed better in android and it's sdk, or even the runtime.
F yes it sucks.

Categories

Resources