Storage Path - Sprint HTC EVO 4G LTE

I brought over my sd card from my 3d. It now saves pictures in a directory called ext sd. How can I change this back?

babyschmoof said:
I brought over my sd card from my 3d. It now saves pictures in a directory called ext sd. How can I change this back?
Click to expand...
Click to collapse
Believe it or not... That is actually your external sd card
Sent from my EVO using xda premium

I can take the card out, look at it on the computer and I see both. It's like the os sees two different sd cards.

babyschmoof said:
I can take the card out, look at it on the computer and I see both. It's like the os sees two different sd cards.
Click to expand...
Click to collapse
Was the card partitioned?
Sent from my EVO using xda premium

Now I'm more confused. If I look at the root, I see sdcard and sdcard2 (which points to the sd_ext directory.

babyschmoof said:
Now I'm more confused. If I look at the root, I see sdcard and sdcard2 (which points to the sd_ext directory.
Click to expand...
Click to collapse
Your phone has an internal (sdcard) and external (sdcard2). They are linked by sdcard/ext_sd path.
also data/media/ is linked to the internal (sdcard)...

That's craziness. So everything needs to be moved to the sd_ext directory?

babyschmoof said:
That's craziness. So everything needs to be moved to the sd_ext directory?
Click to expand...
Click to collapse
It doesn't have to, you can swap the two mount points around. There are at least two threads on this on the Android Dev forum, search before posting. Also there's a FAQ roundup thread by me in this forum, read it if you're new with the phone...
Racer Of All said:
Q: Is there a way to move application data (such as huge game files) to the SD Card instead of the phone storage?
A: YES! But either root or HTCDev Unlock is required. The simplest method is the one maxdamage2122 posted. It's a simple zip file you flash and swaps your mount points around (sdcard becomes your external card and sdcard2 becomes your internal phone storage) you can find his thread here. If you don't have HTCDev unlock but do have root filmaker made a how-to guide to do the same thing here.
Click to expand...
Click to collapse
EDIT: Also if you don't want to move the swap points but you want your camera to save pictures to your external card:
Racer Of All said:
Q: Why are my pictures saved to the internal phone storage and how can I force it to save to the SD card?
A: When you first launched your camera app (assuming you had an SD card in) it should have asked you if you wanted to save to the SD card. Either way, the problem is easily fixed within the camera settings or by going to Settings> Storage> App storage locations and choosing Storage card for each option.
Click to expand...
Click to collapse

Related

Not saving to sd card?

How do i get stuff to save to sd instead of internal memory? I see in root explorer /sdcard and /sdcard-ext which is my my sdcard.
Sent from my MB855 using Tapatalk
It will ask you where you want to to save files to. Try going into the file manager.
kkwus74 said:
How do i get stuff to save to sd instead of internal memory? I see in root explorer /sdcard and /sdcard-ext which is my my sdcard.
Sent from my MB855 using Tapatalk
Click to expand...
Click to collapse
I know what you mean - I don't see a way to do this by default across the board. Some apps let you choose the backup location and you'd have to type in the path you wrote above. Other than that, aside from some of the stock Moto apps that let you specify saving to the "SD Card" - which is actually the card, other apps will only identify the internal memory thinking it is the "SD Card".
I don't like how Moto made the internal memory identify itself as the SD Card.
kiwiBeans said:
I know what you mean - I don't see a way to do this by default across the board. Some apps let you choose the backup location and you'd have to type in the path you wrote above. Other than that, aside from some of the stock Moto apps that let you specify saving to the "SD Card" - which is actually the card, other apps will only identify the internal memory thinking it is the "SD Card".
I don't like how Moto made the internal memory identify itself as the SD Card.
Click to expand...
Click to collapse
Precisely what i mean. thanks.... Hmmm.... Kinda crappy that you can't change in most apps to automatically save to sd card. Kinda defeats the purpose of one.
Sent from my MB855 using Tapatalk
Wait a sec... Sdcard-ext is the actual sd card? And the regular sdcard is the internal storage? Oooohh that explains alot then. I was so confused about that. For some reason I though the phone was partitioning the sd card into two... Woops lol
Sent from my MB855 using XDA Premium App

[Q] app install location

I have a few questions about app install locations for the g-tablet. There are three places where apps can go: 1. internal memory, 2. internal sd card, 3. external sd card.
For internal memory, I can see the installed apps (the apk files) at /data/app. I cannot find any evidence of any apps installed on the internal sd card (do they stay packaged in the apk file or get exploded out). What directory do they get put into on the internal sd card? In case you're wondering, according to App 2 SD Pro, I have 10 apps installed on the sd card.
Is there a way to install apps on the external sd card? Everything that I've read about and the sd card app managers that I've tried only work between the internal memory and the internal sd card.
Hmmm...nothing but crickets. Not even a question for more information? Well, here is a little more anyway. The tablet is rooted and I have tnt-lite 4.4.0 installed. I'm using Root Explorer to browse around in the file system.
This discussion might help, somewhat.
Yes, that other post was somewhat helpful. I can see the apps that have been moved to the "internal" SD card are at /mnt/asec with Root Explorer (I didn't have to unmount either...but the .android_secure folder did show as empty).
A couple of other questions for you:
1. Are you using a remote Linux machine to do those find commands or is there a way to get to that command line on the g tablet? I only have Windows so I may be stuck there.
2. Unmounting the SD card in the Settings will unmount the "external" SD card, right? not the "internal" SD card?
3. Do you know anything on my other original question about the "external" SD card? Can we move apps there some how? If not, I'd be game to try to write an app that will do it but my guess is that if there isn't an app that does it already, its probably harder than it seems that it should be.
Puhn said:
(I didn't have to unmount either...but the .android_secure folder did show as empty).
Click to expand...
Click to collapse
If you unmount the SD card (internal or external -- depends on the ROM), you will see stuff in /mnt/sdcard/.android_secure/.
1. Are you using a remote Linux machine to do those find commands or is there a way to get to that command line on the g tablet?
Click to expand...
Click to collapse
I use a telnet session into the gTablet, but, you can run the commands either inside a Terminal emulator or via adb. It usually doesn't matter how you run the commands.
2. Unmounting the SD card in the Settings will unmount the "external" SD card, right? not the "internal" SD card?
Click to expand...
Click to collapse
Depends on the ROM. In CyanogenMod, the SD card is the removable SD card. The internal non-removable one is called "emmc" (mounted under /mnt/emmc). Other ROMs have /mnt/sdcard and /mnt/sdcard2 (Froyo/GB) or /mnt/sdcard and /mnt/external_sd (Honeycomb ROMs).
3. Do you know anything on my other original question about the "external" SD card? Can we move apps there some how? If not, I'd be game to try to write an app that will do it but my guess is that if there isn't an app that does it already, its probably harder than it seems that it should be.
Click to expand...
Click to collapse
CyanogenMod does what you want by default. As I mentioned above, for it /mnt/sdcard is always the external removable SD card. So, everything "moved to SD card" ends up on the external SD. If you want other ROMs to behave this way, you'll have to change some of the /init*.rc files and the /system/etc/vold.fstab file and change what gets mounted as /mnt/sdcard (ie, which device is assigned the "sdcard" label). Look around, the changes are fairly obvious.
My recommedation, however, is to just install CyanogenMod and avoid the /init*.rc and vold/fstab hackery.
Good information. Huge THANKS !
One last question (hopefully)...if the SD card in CyanogenMod is the external SD card, I guess I have the reverse question for it. Can/how do you move apps to the non-removable SD card?
I guess what I'm getting at is I have a 16 GB internal, non-removable SD card and a 16 GB removable SD card that I'd like to maximize the use of. I'm not stuck with only being able to put apps on one or the other depending on the installed ROM am I?
Puhn said:
I guess what I'm getting at is I have a 16 GB internal, non-removable SD card and a 16 GB removable SD card that I'd like to maximize the use of. I'm not stuck with only being able to put apps on one or the other depending on the installed ROM am I?
Click to expand...
Click to collapse
Heh. What started as a simple question about App install locations has now progressed to low-level mucking about with the system. What next--RAID using the SD cards?
To answer your question, with the standard, unmodified ROM you are stuck with only using either one or the other. But, since Android is based on Linux, (and since we have the source code for most of the programs on the system), it can be made to do a lot of non-standard things.
I'm pretty sure that the system can be modified to use both the internal and external SD cards for App installations, but, this will need a fair bit of customization of the ROM. Which means that if you switch ROMs or even upgrade the current one, the setup will have to be redone again.
Therefore, my recommendation, is that you use one of the SD cards solely for app installs and the other only for storing media/books/whatever. 16GB only for apps is a fair bit of space, I feel.
rajeevvp said:
Heh. What started as a simple question about App install locations has now progressed to low-level mucking about with the system.
Click to expand...
Click to collapse
Well, I had hoped to avoid the mucking about part and that one of the available ROMs already had the ability to put apps anywhere but it sounds like that is not the case. I guess I wasn't clear with my original question.
Anyway, thanks for all of the answers. I'll stick with what I've got for now. At some point I may play around with some things and see how thoroughly mucked up I can get it.

[Q] SD Card

Hello. I've been having a problem with my SGS2 i777. (СM 10.1 NIGHTLY 2013/02/07)
My phone mount external SD Card (32gb), but does not use a memory card. I can't unmount SD Card, because unmount button is not active (See screenshot), and I can't move programs to the SD Card using the app2sd. (Sorry for my english, I have a basic level.)
Please help.
You might try formatting the SD card in your PC. I had a similar problem back when I first rooted my phone and that worked for me.
M8tor said:
You might try formatting the SD card in your PC. I had a similar problem back when I first rooted my phone and that worked for me.
Click to expand...
Click to collapse
I've tried it, did not work. Thanks for the advice. Try to flash with full formatting.
Have you tried erase SD card from your phone?
BeenAndroidized said:
Have you tried erase SD card from your phone?
Click to expand...
Click to collapse
Internal SD Card or External? If external, yes.
MiVSky said:
Internal SD Card or External? If external, yes.
Click to expand...
Click to collapse
You are having problem with external, right? Yea, external. Can you mount it afterward?
BeenAndroidized said:
You are having problem with external, right? Yea, external. Can you mount it afterward?
Click to expand...
Click to collapse
Yes, I can mount.
Then you should be able to use it properly with move to SD option in the Applications Setting. If that is what you are trying to do.
BeenAndroidized said:
Then you should be able to use it properly with move to SD option in the Applications Setting. If that is what you are trying to do.
Click to expand...
Click to collapse
I'm trying move apps to SD, but it doesn't work. Memory is not simply used. On the memory card created in the folder LOST.DIR.
But my internal SD Card filled, if I move app to SD.
MiVSky said:
I'm trying move apps to SD, but it doesn't work. Memory is not simply used. On the memory card created in the folder LOST.DIR.
Click to expand...
Click to collapse
Are you trying to use that Apps2SD? I don't recommend it. Just go to Setting >> Applications and move the apps from there.
BeenAndroidized said:
Are you trying to use that Apps2SD? I don't recommend it. Just go to Setting >> Applications and move the apps from there.
Click to expand...
Click to collapse
That is what I have used.
MiVSky said:
That is what I have used.
Click to expand...
Click to collapse
Which? Apps2SD? Or in setting?
Why are you trying to move to SD? Its pointless
Sent from my Galaxy Nexus
BeenAndroidized said:
Which? Apps2SD? Or in setting?
Click to expand...
Click to collapse
In setting
Pirateghost said:
Why are you trying to move to SD? Its pointless
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Internal SD card Memory already full. When I install the application, says there is not enough memory.
MiVSky said:
In setting
Internal SD card Memory already full. When I install the application, says there is not enough memory.
Click to expand...
Click to collapse
So you have filled 2gb worth of apps?
Doubtful
Sent from my Galaxy Nexus
Pirateghost said:
So you have filled 2gb worth of apps?
Doubtful
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
No, filled internal SD card for 16gb. On my phone 16gb internal memory, and external sd card 32gb and the sd card is not filled.
SMH.
so move the crap that is filling the 16gb internal to the external (backups, music, movies, pictures, etc)
Pirateghost said:
SMH.
so move the crap that is filling the 16gb internal to the external (backups, music, movies, pictures, etc)
Click to expand...
Click to collapse
Pirate yer gonna make him herp his derp. Why didn't i think of that?
Pirateghost said:
SMH.
so move the crap that is filling the 16gb internal to the external (backups, music, movies, pictures, etc)
Click to expand...
Click to collapse
So if I move, it will be filled again. Not music, pictures, videos, etc., fill applications. Again there will be the problem.
MiVSky said:
So if I move, it will be filled again. Not music, pictures, videos, etc., fill applications. Again there will be the problem.
Click to expand...
Click to collapse
There is no way in hell you can fill 13gb worth of apps
Sent from my Galaxy Nexus

[Q] Any way to disable SD Card emulation?

My phone has alot of build in memory, so it emulates an SD card. But that runs out of space fast.
I have an SD card in it now, but it's mounted as sdcard2.
Can I disable the emulated SD card and make it goto the real sd card?
I can't move apps to the sd card because the sd card is emulated. Programs like link2sd don't give me the option to choose where I want to install to. It just chooses /mnt/sd card, which is the emulated card, not /mnt/sdcard2, which is the real one.
/bump
Sent from my HUAWEI U8681 using xda premium
it does not emulate an sdcard. all android devices recognise internal memory as an sdcard. externals cards are recognised as sdcard2, external_sd or sd-ext. its perfectly normal for it to be like that
Sent from my U8160 using xda premium
Reread my question. You didn't answer it.
Sent from my HUAWEI U8681 using xda premium
I know this is about a month old, but I figured I'd chime in in case you're still having the issue.
No, there isn't a way to disable the SD card emulation. At least not that I've found. Only thing I found that works was to root my phone, partition a portion of a 32gig sd card and use Link2SD to use that as the default install location.
The instructions I followed:
http://www.noypigeeks.com/android/tutorial-a-guide-to-link2sd/
Again this requires a rooted phone, but seeing as you run the same phone I do (if your signature is accurate) it's not a problem. Just follow the instructions at http://forum.xda-developers.com/showthread.php?p=40121670 Took me less than 10 minutes.
That seems to have worked, Thanks!
bubkusjones said:
I know this is about a month old, but I figured I'd chime in in case you're still having the issue.
No, there isn't a way to disable the SD card emulation. At least not that I've found. Only thing I found that works was to root my phone, partition a portion of a 32gig sd card and use Link2SD to use that as the default install location.
The instructions I followed:
http://www.noypigeeks.com/android/tutorial-a-guide-to-link2sd/
Again this requires a rooted phone, but seeing as you run the same phone I do (if your signature is accurate) it's not a problem. Just follow the instructions at http://forum.xda-developers.com/showthread.php?p=40121670 Took me less than 10 minutes.
Click to expand...
Click to collapse
Worked. Thanks.
benbricken said:
Worked. Thanks.
Click to expand...
Click to collapse
i appreciate all you guys/gals do! thank you!!
Masters2150 said:
My phone has alot of build in memory, so it emulates an SD card. But that runs out of space fast.
I have an SD card in it now, but it's mounted as sdcard2.
Can I disable the emulated SD card and make it goto the real sd card?
I can't move apps to the sd card because the sd card is emulated. Programs like link2sd don't give me the option to choose where I want to install to. It just chooses /mnt/sd card, which is the emulated card, not /mnt/sdcard2, which is the real one.
Click to expand...
Click to collapse
The only working way for me is to install cyanogenmod 13 which will give you the opportunity to mount your second storage (sd card) as internal storage (first).

[Q]Moving apps to SD?

Is there a way to move apps to SD to free some internal memory? I'm currently running CM10.1
AshyKnuttz said:
Is there a way to move apps to SD to free some internal memory? I'm currently running CM10.1
Click to expand...
Click to collapse
try foldermount.
Of course some of those applications should be movable to sd anyways. I wouldn't move anything that you use often. I wouldn't move anything that needs to be active most of the time, i.e. widgets.
My understanding---and someone correct me if I'm wrong---is no. The way the S4 mounts the SD card means that it's not recognized as external. I believe even the stock update doesn't really move apps, or at least appdata, to the SD card.
Now, I await someone to tell me that I'm wrong, or at least that I'm right for the wrong reasons.
MW
Macknzie said:
My understanding---and someone correct me if I'm wrong---is no. The way the S4 mounts the SD card means that it's not recognized as external. I believe even the stock update doesn't really move apps, or at least appdata, to the SD card.
Now, I await someone to tell me that I'm wrong, or at least that I'm right for the wrong reasons.
MW
Click to expand...
Click to collapse
The SD card is recognized as external and is treated as such. What you're thinking of is the internal partition labeled SD card, which is emulated. The external card is its own entity in the file system and is denoted as external.
As for the OP, a third party app is the best and only way to move apps AND their data to your external SD card.
Sent from my Nexus 7 using Tapatalk HD
Just want to clarify that foldermount is a solution for those apps you can't move into the SD card with apps2sd or some program like that.
najaboy said:
The SD card is recognized as external and is treated as such. What you're thinking of is the internal partition labeled SD card, which is emulated. The external card is its own entity in the file system and is denoted as external.
As for the OP, a third party app is the best and only way to move apps AND their data to your external SD card.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
You know an app that would work on GS4/CM10?

Categories

Resources