Hi,
I've done a search and haven't been able to find anything solid on this so I apologize if it's been covered. I've been using the Atrix for a few days now and I noticed that when I view click on the "Files" app (the default file viewer that comes with the Atrix) it comes up with a list of the following options:
Internal phone storage
SD card
Shared folders
Protected Content
This is different than previous Android phones I've used in that I get a file structure instead of options of where to look. That's fine; I can just click on one of those options to view the contents. However, I use a application at work to use my phone as a glorified picture frame. It's called Slideshow Bob and it does not recognize the external SD Card. This hasn't been an issue with prior Android devices, but from little I can glean from doing an online search, this does seem to be a limitation with some Motorola models. Again, I have had no problem accessing my pictures in Slideshow Bob from any of the Samsung Android devices I own and this is my first Motorola phone with this OS so I'm wondering if this is a bug that will be remedied or if they've basically limited file access from apps on this phone. I'm sure that's not the case with every app, but it certainly is for some. Anyone else have any issues or workarounds they'd like to share?
iirc, none of the currently released Samsung Android devices have built-in storage plus an expansion slot, which is why you've likely never seen the issue.
Basically, Android was never designed to have more than one expansion slot, so that ends up being mounted in /mnt/sdcard (or /sdcard, with one symlinked to the other). Since there's no standard on where additional storage ends up being (and most programs assume there's no additional storage anyways), programs usually don't know where to look.
There is probably an option is Slideshow Bob of where to get the pictures, try /mnt/sdcard-ext/[folder name], where [folder name] is the name of the folder on the external sd card where the pictures are.
Sogarth said:
iirc, none of the currently released Samsung Android devices have built-in storage plus an expansion slot, which is why you've likely never seen the issue.
Basically, Android was never designed to have more than one expansion slot, so that ends up being mounted in /mnt/sdcard (or /sdcard, with one symlinked to the other). Since there's no standard on where additional storage ends up being (and most programs assume there's no additional storage anyways), programs usually don't know where to look.
Click to expand...
Click to collapse
Hi,
My Samsung Captivate had 16GB of built-in memory and an SD expansion card slot which I filled with an additional 16GB card. In the android file manager I could access the expansion card by going into the ext_sd (or something like that) under the main sdcard directory. I could also see this folder in Slideshow Bob.
harolds said:
There is probably an option is Slideshow Bob of where to get the pictures, try /mnt/sdcard-ext/[folder name], where [folder name] is the name of the folder on the external sd card where the pictures are.
Click to expand...
Click to collapse
Hi,
There is no such option. There is an option for the default folder, but it's a text field you have to type in, not a directory structure. I tried typing in the path to the external sd card, /sdcard-ext/MEDIA, directly (which ASTRO file manager shows exists), but the app says the directory does not exist. I really think Motorola is doing something to limit what apps can and cannot access for whatever reason. This has never been an issue with my Samsung Captivate or Galaxy Tab.
I think this actually has to do with the external sd card being mounted separate from the internal. In my previous devices the external card was seen as a directory on the internal sd card. With the Atrix it is an entirely separate item and some apps may not be able to access it as a result of having that different mounting. I don't have any other apps with which I need to navigate to a directory (other than various file managers) so I can't test how endemic this is. I imagine it might be an issue for apps that rely on a folder structure for data access such as music apps that are folder based instead of reading from what's in the media library.
I just tried another slideshow app. It is a problem, I think, with Slideshow Bob. It can't see any folders not on the internal sd card. In my Samsung devices the external card was viewed as a folder on the internal card and was, therefore, not a problem.
Apps having directory navigation problems on the Motorola Atrix
Kenny, I have the same problem with the PowerAmp app. My phone is also rooted and I have root explorer which shows me the music files exist. I can even play one file at a time with the power amp from explorer. But I get the same issue when I try to navigate to the music using poweramp. One more possibility is that the Atrix is running Android 2.2.1. Perhaps there is an issue with the upgrade. (I thing this "upgrade" is a disappointment compared to 2.2. I'd rather try Gingerbread.) AT&T has a 30 buyers remorse period and I've only had the Atrix for a week. I love the phone and I would hate to take it back but wtf? I'm just like the rest of you, I just want the damn thing to work!
p.s. My wife's Samsung Captivate never had this issue either.
Update: I found this issue in the Poweramp forum and I also spoke to an at&t support specialist and they verified what was said earlier about the problem is in the difference between the Atrix file system versus the Captivate. The Captivate mounts the external sd card as a folder inside the internal sd card while the Atrix has it mounted separately. The Poweramp administrators promise a fix in a week so I'm glad they are aware of the problem. This seems like an easy bug to fix. I will snoop around the market to see if an app can "trick" the Atrix file system to put the external sd in an internal sd folder. If anyone is aware of such an app, let us know.
The Atrix is promised the Gingerbread upgrade later this year. It has a new file system (ext4) which promises to be faster for phones like our Atrix or the Nexus. As I said, it seem an easy problem to fix, I'm sure this problem will be a thing of the past by then, I'm going to keep my Atrix and wait.
Kenny, you might want to check your app's web site to see if they have a fix in the making.
The Atrix being my first android phone im still learning things every day and I have had similar issues with the sd card and storage partitions. while checking out different files and what not I stumbled upon this default.prop file which contains the following..
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=0
EXTERNAL_STORAGE_MOUNT=/mnt/sdcard
I was wondering if any one with more android experience is familiar with creating and editing prop files for certain activities could confirm if we switch the last line to sdcard-ext if this would now read or set our external sd card to be the sd card that the system and most apps read and write to. I haven't tested it myself but being familiar with different registry edits in winmo and windows im thinking this will work.. anyone agree or have some information they can share?
Sent from my MB860 using XDA App
Related
So, apparently, it is still not supported and Google has no solution yet.
http://www.pcworld.com/article/2275..._details_emerge_the_little_things_add_up.html
This detail, which came out in conversations I had with Google engineers today, explains why the Android file system organization is, well, a mess, and why I’ve had such inconsistent experiences with Android and removable storage across the various Honeycomb tablets I’ve tried (and I’ve tried all of them that are available so far).
“We don’t want to expose the user to file locations,” explained Hiroshi Lockheimer, director of engineering at Google. “How do you manage that as a user? The not-good answer is with the file browser.” Lockheimer says that many of the experiences I’ve seen so far are what individual hardware manufacturers have enabled, as opposed to what Google has provided natively. The good thing is that Lockheimer says Google is looking at ways to do this; but the problem hasn’t been solved yet.
Click to expand...
Click to collapse
Is it me or does that say nothing still?
Google says they don't want to give you a file browser / file explorer / file manager.
Fine - there's plenty of third party apps to that on the market - but why not fix the SD card slot support?
Although I agree that some of the structure stuff is a bit of a mess - there's lots of random folders created on the SD card, like .android_secure, .bookmark_thumb etc. that you probably don't want end users seeing.
At least now it's clear that it's Google who has to fix the SD Card issue and not Motorola.
poisike said:
At least now it's clear that it's Google who has to fix the SD Card issue and not Motorola.
Click to expand...
Click to collapse
I honestly didn't read that at all...?
I read that google were working on some sort of file manager, not SD card? am I misreading it? as far as I can see file manager, and SD card are separate issues?
also the transformer, and custom kernels have the sd card slot working, so not sure who is at fault for the xoom
Why is there a difference between the tablet and the phones?
I have access to the SD Card and file system there.
Not like every Windows user on the planet has never seen "My Computer". Organizing files is not some obscure concept that is to high level for users.
From what I can understand:
USB file system means the OS access the usb disk in block level which the app (file browser) will have access to the full path of the file.
The one that is supported by Honeycomb right now is MTP. This is totally different compared to USB. The actual file system is implemented by the device, not by the computer's operating system.
http://en.wikipedia.org/wiki/Media_Transfer_Protocol
My prediction, this USB thing will be solved by the upcoming ICE CREAM SANDWICH.
Because by then, phone and tablet are merged ... everything which is supported by phone (like SD card) must be supported by tablet.
So, yeah, we must wait till end of this year or early next year (worse case).
Still, it is too long for Motorola with their "promise", no?
@Kcarpenter
Very true - but I think the problem may lie with the Xoom using the MTP instead?
or is that a load of rubbish?
Eitherway, I guess from the Google point of view - they want it simple and try and hide the stuff they don't want n00bs messing with (a bit like Apple hide everything too so all their iOS are n00b proof!)
Also Phones open up to mass storage straight to the card - you don't get access to the internal memory at all. Whereas with the Xoom you would want access to that because there's loads of space there
gogol said:
My prediction, this USB thing will be solved by the upcoming ICE CREAM SANDWICH.
Because by then, phone and tablet are merged ... everything which is supported by phone (like SD card) must be supported by tablet.
So, yeah, we must wait till end of this year or early next year (worse case).
Still, it is too long for Motorola with their "promise", no?
Click to expand...
Click to collapse
What about just fixing the kernel like timat's - that'd do the same job for now
Still don't understand why they would slack on getting the SD card implemented. They have so much riding on honeycomb success. And the LTE radio needs to get installed too. Time to ramp it up.
I agree they should be able to enable it considering one of our own has already done so with a custom a kernel, I still love my xoom though!
Sent from my Xoom using Tapatalk
mwaychoff said:
I agree they should be able to enable it considering one of our own has already done so with a custom a kernel, I still love my xoom though!
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
agree completely.
and the LTE thing is running on awhile now - didnt someone say that the samsung tab 10.1 might beat Xoom to be the first LTE HC tab if Moto don't buck up?
Who needs google when you have bigrushdog?
Just did the 3.1 update and SD card slot still doesn't work. I thought it would've fixed this.
Yea, I read that article yesterday. It has NOTHING to do with the sdcard support.
Google was explaining why android in general has a fairly chaotic/unintuitive filesystem structure... NOT why they haven't biuld in support for SD.
it was well known this update was not addressing the sd slot. No wjere not one single ppace has google or moto saidnthe sd lotbwil not be active by the deadline they stated. They could give us slot access right now but the issue is as has been aluded to they would either have to give full file sys access or no file access like the phones. For those that will say it doesn't matter give us access. It matters to them as they will be creating huge issues with tech support by the much larger majority of users that would delete things that would kill or hamper the device. I mean even on here you have tons of people that can't follow clear simple directons to flash an update without screwing it up some how. Can you imagine Suzzy home maker or joe the guy who can not figure out how to do a windows update would do with full access. My guess is they will be doing a update with a file manager and permision set so nothing past the sdcard parent folder can be accessed and programs installed will have premissions set to prevent accidental delete without going into the file manger settings to change them to allow change of permisions.
This will solve both the issues and allow both sd card and internal storage access without opening up the core files to tinkering by BDUs
I am trying to understand the folder structure on the TF.
I have a 16GB micros SD card and I want all data type files to be saved there e.g. photos, downloads, music etc.
There is a folder at the top level called /SDCARD and I had assumed that this was the MicroSD card and all this sort of data is being stored in sub folder from there.
I have now realised that the MicroSD card is actually accessed from /Removable/MicroSD and that the TF has not stored anything on it. I have just moved my music and video to there.
Can I move all the other SDCARD subfolders to /Removable/MicroSD and then delete the SDCARD folder?
I can't see the point of having a folder called SDCARD it is very misleading.
Thanks for any help.
This is your internal storage. I'm not sure why it is displayed this way, maybe that will become standard in Gingerbread?
You cannot 'delete' the SDCARD folder. It is a mount point for the remainder of your internal storage (16GB or 32GB)
As bizarre as it seems when compared to a phone, this actually makes more sense. My Droid X has 6.5GB of the 8GB internal memory put aside for the /data partition. Despite having the phone for a full year and having a ton of apps installed, /data still has 5GB free. That's 5GB of storage I do not have access to, so it's effectively wasted.
On the ASUS (and others HC tabs?) that space exists as a virtual device /dev/fuse and is mounted as /mnt/sdcard. A symbolic link exists /sdcard which points to the mount point. The net result is, you have the majority of free space on the internal memory available to you. If you didn't, there'd be no incentive to buy the 32GB version over the 16GB version.
It is called /sdcard to maintain the illusion within the OS. This space, like it or not, is your primary storage. It makes your actual sdcard more of a transient storage location, great for just music, movies, etc., that you do not necessarily want to keep on the device long term. This is a great advantage as you can keep multiple sdcards with different content and not worry about messing up the core OS storage needs.
Be aware that the OS and apps expect to find certain data in /sdcard and moving the folders to your 'external' card will only force these apps and processes to recreate the folders in /sdcard. Also some apps will have lost some of their data and may not operate as expected or will act as when they were first installed (games will redownload supporting data, for example)
Sent from my rooted ASUS Transformer running PRIME 1.4
jhanford said:
You cannot 'delete' the SDCARD folder. It is a mount point for the remainder of your internal storage (16GB or 32GB)
As bizarre as it seems when compared to a phone, this actually makes more sense. My Droid X has 6.5GB of the 8GB internal memory put aside for the /data partition. Despite having the phone for a full year and having a ton of apps installed, /data still has 5GB free. That's 5GB of storage I do not have access to, so it's effectively wasted.
On the ASUS (and others HC tabs?) that space exists as a virtual device /dev/fuse and is mounted as /mnt/sdcard. A symbolic link exists /sdcard which points to the mount point. The net result is, you have the majority of free space on the internal memory available to you. If you didn't, there'd be no incentive to buy the 32GB version over the 16GB version.
It is called /sdcard to maintain the illusion within the OS. This space, like it or not, is your primary storage. It makes your actual sdcard more of a transient storage location, great for just music, movies, etc., that you do not necessarily want to keep on the device long term. This is a great advantage as you can keep multiple sdcards with different content and not worry about messing up the core OS storage needs.
Be aware that the OS and apps expect to find certain data in /sdcard and moving the folders to your 'external' card will only force these apps and processes to recreate the folders in /sdcard. Also some apps will have lost some of their data and may not operate as expected or will act as when they were first installed (games will redownload supporting data, for example)
Sent from my rooted ASUS Transformer running PRIME 1.4
Click to expand...
Click to collapse
After reading your explanation, it makes better sense to me. I was a bit annoyed, but I see how this could work to my favor. Using just the actual SD cards for movies, music, ect.
Moving data - Video
Sorry, I find what is said here a little disconcerting.
Why have SD cards and USB devices attached (eg. USB Flash drives, hard drives) when the data flow only goes one way, "in", and not out.
If I want to edit a video, the files are too large to email.
I can't find a way to move the video to an external device.
All one can do, as far as I can tell, is to upload the unedited video to YouTube.
Once there initially one get an error message saying that the file type is not recognized. It is...eventually, but only after it's fully processed. This is really confusing to the user. You'd think Google would give Android users a processing message rather than something that makes you think there is no way to view and share your video other than your tablet.
I couldn't find a way to tag a video either.
The default seemed to be "entertainment."
The options for sharing video are much to limited.
The only site you can upload a video to is YouTube.
I'd love to be able to put it on another site (e.g. a personal/corporate website).
I sure wish there were a way of off-loading and storing a folder generated from the Tablet to an external device, especially one with external ports like the Transformer.
If anyone knows of an app to do two way data flows, I'd sure like to know about it because my SHDC card and USB Flash drives look so lonely with nothing to do.
[email protected] said:
Sorry, I find what is said here a little disconcerting.
Why have SD cards and USB devices attached (eg. USB Flash drives, hard drives) when the data flow only goes one way, "in", and not out.
If I want to edit a video, the files are too large to email.
I can't find a way to move the video to an external device.
All one can do, as far as I can tell, is to upload the unedited video to YouTube.
Once there initially one get an error message saying that the file type is not recognized. It is...eventually, but only after it's fully processed. This is really confusing to the user. You'd think Google would give Android users a processing message rather than something that makes you think there is no way to view and share your video other than your tablet.
I couldn't find a way to tag a video either.
The default seemed to be "entertainment."
The options for sharing video are much to limited.
The only site you can upload a video to is YouTube.
I'd love to be able to put it on another site (e.g. a personal/corporate website).
I sure wish there were a way of off-loading and storing a folder generated from the Tablet to an external device, especially one with external ports like the Transformer.
If anyone knows of an app to do two way data flows, I'd sure like to know about it because my SHDC card and USB Flash drives look so lonely with nothing to do.
Click to expand...
Click to collapse
There is nothing stopping you from copy files from the internal storage to an external sdcard. From the built-in file manager you can select a folder using the check boxes to the left of it, and then click the Copy or Cut button at the top of the screen, then navigate up until you see "Removable". Tap that and then "MicroSD" and then you can tap "Paste" at the top of the screen to copy or move to the new location.
Sent from my Transformer TF101 using XDA Premium App
Drive letters or some kind of unique ID from the root would be favorable. I know it's meant to adapt to Android, but last time I checked, Honeycomb was a separat version of the OS. It's unfortunate that it has to fool both the user and itself to be effective.
moo99 said:
Drive letters or some kind of unique ID from the root would be favorable. I know it's meant to adapt to Android, but last time I checked, Honeycomb was a separat version of the OS. It's unfortunate that it has to fool both the user and itself to be effective.
Click to expand...
Click to collapse
It still maintains the overall Adroid/Linux filesystem structure, there are no lettered drives in *NIX.
I know that, bru. Calling it , I dont know, "Internal" instead of "SD Card" would make a little sense considering there are two separate ports for SD Cards on there. Writing an alias isnt that complicated
1) i noticed that even though the nexus 4 don't have an Sd card slot and only internal storage, the internal storage is emulated as an external sd card. i found this when using espxe and also es file explorer to browse through the folders. so is this true, the internal storage on the nexus 4 is emulated as external sd card? is this true for all android devices too?
2) when i play my usb to to transfer files. it really did not matter which folder i put my files into cause all the apps read from the location and it'll scan all the folders in that location for the files anyway? for example even if i put a pdf inside the adobe reader folder or if i put it outside of the adobe folder, it'll still find it. so this means all android app reads from one top level folder?
again these are my speculations and i want to learn more about it, if anyone knows anything about this or knows any good links to sites that can explain these stuff to me, please link me. google's device support page only talks about very basic stuff, like how to use touch keyboard lol...
yes its emulated as external so is on samsung s2 and the micro sd card is usb storage.
the media scanner will look for new media after each transfer,
developer.android.com/guide/topics/data/data-storage.html
unable to transfer files to Nexus 4
jinjin12 - I just recently got my Nexus 4. what steps are you taking to trasnfer files onto the phone?
I can see the phone as a drive and I can browse the directories, but I am unable to actually transfer any files. I get some error about incorrect format and my only option is "ship" or Cancel, both obviously kills the transfer.
Once I get home I can show you the actually error dialogue.
I would appreciate your input.
Thanks.
ct13
jinjin12 said:
1) i noticed that even though the nexus 4 don't have an Sd card slot and only internal storage, the internal storage is emulated as an external sd card. i found this when using espxe and also es file explorer to browse through the folders. so is this true, the internal storage on the nexus 4 is emulated as external sd card? is this true for all android devices too?
2) when i play my usb to to transfer files. it really did not matter which folder i put my files into cause all the apps read from the location and it'll scan all the folders in that location for the files anyway? for example even if i put a pdf inside the adobe reader folder or if i put it outside of the adobe folder, it'll still find it. so this means all android app reads from one top level folder?
again these are my speculations and i want to learn more about it, if anyone knows anything about this or knows any good links to sites that can explain these stuff to me, please link me. google's device support page only talks about very basic stuff, like how to use touch keyboard lol...
Click to expand...
Click to collapse
My note 3 has been quite laggy over the last month or so. A bit of googling, and I found a post saying that removing the SD card will help with wake lag. My wake lag has never been a big issue, it's mostly switching between apps and loading things on chrome.
Any idea why removing the SD card would fix the lag? Should I buy a new SD card?
It's a class 10 32gb lexar SD card if that matters, it's over a year old and has been through a few different phones.
Sounds like nonsense! While opening stuffs from SD card might take some time in comparison with opening something from phone's memory itself, but that shouldn't matter when the card is not in use. You can still just use the phone without the card to see whether there is any difference or not.
ithehappy said:
Sounds like nonsense! While opening stuffs from SD card might take some time in comparison with opening something from phone's memory itself, but that shouldn't matter when the card is not in use. You can still just use the phone without the card to see whether there is any difference or not.
Click to expand...
Click to collapse
I know it sounds odd, but it seems to be true. I have the s pen set to open an action memo when I remove the pen. It went from 5s to almost instant.
And if you search on google, you'll see a number of threads about wake lag and removing the sd card improved it.
Hmm, don't know what to make of it. Probably Samsung is right by claiming external cards do make a phone run slower! I don't have one installed anyway.
What app are you using to set Action memo on S Pen remove? Note buddy?
ithehappy said:
Hmm, don't know what to make of it. Probably Samsung is right by claiming external cards do make a phone run slower! I don't have one installed anyway.
What app are you using to set Action memo on S Pen remove? Note buddy?
Click to expand...
Click to collapse
It's in the s pen settings, under detachment options. No 3rd party app needed.
The SDcard doesn't make the phone slower. Mediascanner/Indexingservice does. There is a very simple solution to this problem. (And it's not removing the MicroSD. Although that works too.)
Just pop a .nomedia file into every folder you dont need for the system. (like a folder with magazines. You don't need to see those in a gallery app, you can just open them from a file explorer. Ditto for documents, films, navigational files, etc.)
The .nomedia file excludes the folder from the index service. You can find one to copy in the Android directory.
The nomedia files also apply to subdirectories, so any folders within the folder containing the nomedia file are also excluded, no need to place one in those.
(Don't exclude the folder containing your alarm or ringtone!)
And can people please start remembering that MicroSD's are meant for MEDIA, not apps? You're not supposed to run programs from a portable harddrive on a desktop, either...
Hi everyone,
I got the latest Moto X as soon as it went public because I loved the idea of Vanilla Android with SD support. I got the 16 GB version and a 64 GB SD. Ever since I got it, the phone has been bugging me about the storage and today I finally gave in. Until today I kept my photos, music and podcasts on my SD card but the internal memory was constantly full and I couldn't install new apps. So I thought formatting the SD card under Android 6 would make it one with the internal storage. It didn't. It made it worse. I can move apps to the SD card but I can't force photos and other media to be saved there. I was hoping for internal-SD continuity and I got a total lack of control. So now I can't receive SMS and I keep having "storage is running out" notification while I still have 60 GB free on my SD card.
What's your take on this? Thanks!
Since this is about SD cards, I'm having another problem to state if OP doesn't mind. On my Moto X, when using exploring (using file explorer) the original sd card I've used for years, many folders do not show up. The same happens to a video player (RockPlayer), where it doesn't show many folders I have on my card (it did when used on my previous Atrix 2). However, when I go to "Storage & USB" and select the card, everything is normal. That means, only when viewing the sd card via "Storage & USB", all folders appear.
However, applications and games (besides gallery) will assume the first situation, where those folders remain invisible. Does anyone know what the problem actually is?
Edit: After checking, it seems that my /sdcard folder is the same as /storage/emulated/0.
Thank you.
MoCML said:
Since this is about SD cards, I'm having another problem to state if OP doesn't mind. On my Moto X, when using exploring (using file explorer) the original sd card I've used for years, many folders do not show up. The same happens to a video player (RockPlayer), where it doesn't show many folders I have on my card (it did when used on my previous Atrix 2). However, when I go to "Storage & USB" and select the card, everything is normal. That means, only when viewing the sd card via "Storage & USB", all folders appear.
However, applications and games (besides gallery) will assume the first situation, where those folders remain invisible. Does anyone know what the problem actually is?
Edit: After checking, it seems that my /sdcard folder is the same as /storage/emulated/0.
Thank you.
Click to expand...
Click to collapse
Seems like my sdcard folder is now C601-8353 under Storage folder, along with Emulated and Self folders.
domi_niku said:
Hi everyone,
I got the latest Moto X as soon as it went public because I loved the idea of Vanilla Android with SD support. I got the 16 GB version and a 64 GB SD. Ever since I got it, the phone has been bugging me about the storage and today I finally gave in. Until today I kept my photos, music and podcasts on my SD card but the internal memory was constantly full and I couldn't install new apps. So I thought formatting the SD card under Android 6 would make it one with the internal storage. It didn't. It made it worse. I can move apps to the SD card but I can't force photos and other media to be saved there. I was hoping for internal-SD continuity and I got a total lack of control. So now I can't receive SMS and I keep having "storage is running out" notification while I still have 60 GB free on my SD card.
What's your take on this? Thanks!
Click to expand...
Click to collapse
Have you tried using OpenCamera instead? It's free, open source, AND lets you choose where to store the pics. IMHO the picture quality is better too.
You could also move the pics to the card manually after you take them...
TXJim said:
Have you tried using OpenCamera instead? It's free, open source, AND lets you choose where to store the pics. IMHO the picture quality is better too.
You could also move the pics to the card manually after you take them...
Click to expand...
Click to collapse
Great call, thanks for the tip.
I haven't had any problems saving photos or other media to my SD card with adoptable storage. This is something you should be able to specify in preferences whether you are using adoptable storage or not. If this doesn't work with some apps just use a file manager to move the files to the SD card.
Sometimes when I move apps to my SD Card, I would get similar messages about being out of space, even though this wasn't the case. Deleting the cache on SD card seemed to fix the problem. There can also be a problem if your SD card is too slow. However, you would probably get an alert if that was the case.
My advise erase it all internal and sd card start from a blank state the phone should give you the option to mount the sd as internal I don't like how it is implemented so I chose not to use it.
For some strange reason my phone will not read my SD card I have it formatted to internal stage and now it says searching for SD card. I'm so mad I've searched all over with no solution, I'm about to get a new phone and scrap this one, sorry I'm just very upset and I had to vent, of anyone knows of this type of issue please share.
Sent from my SM-G935T using XDA-Developers mobile app