Related
Hi,
Just Got the 7.7 3g - so far so good. Screen is as good as they say
The extra resolution defn. helps with web browsing.
Not finding any lag really.
7.7 is just about the limit for my two handed use but i would say the original 7" was a wee bit easier to handle but something with time should become more intuitive.
Just a few issues - external sd card is somewhat limited. Might be deliberate by Samsung but does not make sense.
Normal user apps cant access to the external sdcard. Using connect bot, i checked permissions and it seems that it is mounted by the os with system permissions, where as the internal sdcard is mounted as sd_rw.
This can't be correct? The only way to copy stuff to it is to use the samsung system file explorer as it has system permissions So copy to internal first then to external - this sounds like a bug?
I have not rooted this yet - might then chown to sd_rw get rid of this ?? There is a lot of entries in the vold.fstab to make sense of. Not a hacker so just looking around. A bit too early to start soft-bricking
But I take these don't have protected bootloaders so thats why we can root ?
Video playback is v.good but I am not able to throw on a bluray m2ts file (obviously with the sd card issue) and play smoothly. I found Dice player can handle m2ts by renaming it to a ts file. It then can use hardware decoding. Still drops frames but still watchable to a certain degree. For all other files mx player is still best. I have lossy transcoded some "native" blurays clips and seems that it handle high profile h264 1080p at high bitrates very well. Hoping, formatting sd card ext3/ext4 will improve things.
On the whole very impressive device - plus more ics goodies to come soon hopefully.
I've noticed some issues with the external SD card as well. Only the stock file manager can copy files from the internal storage to the external storage. I was able to transfer files to the ext. SD via Dooblou's Wifi Explorer, though. Although that would crap out a few times.
I'm hoping that we see some new ROMs with a different file system at any rate. The 4GB limit is so 1998.
Fix for external sd write issue
I've already posted a fix for this in our original thread?
davp said:
There is a fix for the write to external storage in this thread:
Samsung Galaxy Tab Plus->Galaxy Tab Plus General->unable to write files to external sd card
post #7
Requires root to apply fix.
There is a new permission that older file managers aren't asking for yet. The stock file manager knows to ask for it.
Fix worked for my P6810 wifi.
Click to expand...
Click to collapse
thaloneus said:
I can't post a link to the original post on another forum that worked for me so I will quote it:
Simple solution for external sdcard write access on Android 3.2...if you're rooted
I've found a simple solution for gaining write access to the external sdcard (/mnt/sdcard2) on Android 3.2. The sdcard is mounted r/w, but the owning group is media_rw which is linked to the WRITE_MEDIA_STORAGE permission. Unfortunately, this permission was not required for access to the external sdcard prior to 3.2 so most file management utilities do not request it when they run...meaning they only have read access to the card.
The simple solution, if you're rooted, is as follows:
1. Using a root-enabled file manager, navigate to /system/etc/permissions and make sure you have mounted the file system r/w.
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
5. Restart your tablet.
After this change, any apps that request the WRITE_EXTERNAL_STORAGE permission (which includes almost anything that access either of the sdcards) will gain group membership in both sdcard_rw AND media_rw, giving them r/w access to both sdcard filesystems.
Click to expand...
Click to collapse
Rooted and then applied this change.
Can write to ext sdcard !!!!
Cheers
Will apply as soon as i get tad, should be getting it today, cant wait
Sent from my GT-P1000 using XDA App
I think you have to format the sd card in the tab. I been able to transfer files no problem. Maybe its due to the mtp for the internal sd.
Sent from my GT-P6800 using xda premium
will6316 said:
I think you have to format the sd card in the tab. I been able to transfer files no problem. Maybe its due to the mtp for the internal sd.
Sent from my GT-P6800 using xda premium
Click to expand...
Click to collapse
Using downloaded apps or the stock File Manager app? Because I formatted the SD card in the Tab and nothing else can write to it. Now, I can drag and drop stuff from my computer via MTP, but that's not the same issue.
Ok, I'm trying to add the permission and it doesn't seem to save after a reboot. I'm rooted and made sure to mount that directory as R/W. After I edit platform.xml and reboot it simply reverts. Can anyone offer a more granular description to this n00b?
Thanks.
Edit: Nevermind. I edited the file on my computer and copied it over the original and am good to go.
burhanistan said:
Ok, I'm trying to add the permission and it doesn't seem to save after a reboot. I'm rooted and made sure to mount that directory as R/W. After I edit platform.xml and reboot it simply reverts. Can anyone offer a more granular description to this n00b?
Thanks.
Edit: Nevermind. I edited the file on my computer and copied it over the original and am good to go.
Click to expand...
Click to collapse
Thanks Burhanistan. I had this problem too and did what you did to get around it. Now I can read/write to the external SD with any file explorer.
Hello,
I can access the external SD with no problem, only issue is Titanium backup showing 440Mb capacity on the external SD (32Gb card).
Anyone with the same issue? Any fix?
Thanks.
No problem for me
davp said:
I've already posted a fix for this in our original thread?
Click to expand...
Click to collapse
Things must have changed as i got my P6800 recently did the upgrade from samsung and tried to copy to external sd and no problem for me. I never tried to do it pre upgrade but maybe the upgrade fixed that. Re i can copy and paste to device from my pc when its connected - to both device and sd. I can also copy using the the stock file manager from device to sd card.
No Issues here also
I recieved the tap a week ago. Now my 32GB Sandisk SD is here.
The Tap did at the first startup and using the described 12 MB Android update via internet conn.
Until now there is no issue between writing from/to SD over PC/MTP, copying between internal and external SD. Used preinstalled Filemanager and ES File Ex.
I tried it unrooted and rooted but not before the Android update.
davp said:
Simple solution for external sdcard write access on Android 3.2...if you're rooted
I've found a simple solution for gaining write access to the external sdcard (/mnt/sdcard2) on Android 3.2. The sdcard is mounted r/w, but the owning group is media_rw which is linked to the WRITE_MEDIA_STORAGE permission. Unfortunately, this permission was not required for access to the external sdcard prior to 3.2 so most file management utilities do not request it when they run...meaning they only have read access to the card.
The simple solution, if you're rooted, is as follows:
1. Using a root-enabled file manager, navigate to /system/etc/permissions and make sure you have mounted the file system r/w.
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
5. Restart your tablet.
After this change, any apps that request the WRITE_EXTERNAL_STORAGE permission (which includes almost anything that access either of the sdcards) will gain group membership in both sdcard_rw AND media_rw, giving them r/w access to both sdcard filesystems.
Click to expand...
Click to collapse
Some people are reporting the above procedure is no more needed, however, with several apps (like Titanium backup, and a SAMBA explorer), writing to the sdcard (extstorage/.../sdcard) is still impossible (GT6800 updated to latest samsung firmware).
I have used this procedure and can state that Titanium backup works now with the SD card.
Thanks to many reading within the XDA forum, I have found this simpler procedure :
- download / install the "Root Browser Lite" app from the android market
- add write access to group and other to the following directory: /system, /system/etc, /system/etc/permissions (with root browser Lite, press on the directory name during 3 seconds to get a contextual menu allowing to change the permissions)
- add write access to group and other to the file platform.xml in /system/etc/permissions
- use the editor of "Root Browser Lite" to modify the file platform.xml as described above (you should have two <group gid= ...> lines within the WRITE_EXTERNAL_STORAGE xml block.)
- save the file. Verify that a .bak file has been created and that the date of platform.xml changed.
- remove the write access.
- Turn off the GTAB, then turn it ON.
NB: Titanium backup still reports a erronous free size on the SD card (401MB), but backups on the sdcard work.
can't save the xlm doc
davp said:
I've already posted a fix for this in our original thread?
Click to expand...
Click to collapse
Hi, I edit the file but when I try to save it I fail because it says original saved as .....xlm.bak, but I can't find that file and the one I find is unchanged, any ideas?
There is an automated installer for the fix here:
http://forum.xda-developers.com/showthread.php?p=21670802
Is for the plus but worked fine for me
Sent from my SCH-I815 using Tapatalk
damm, must forget something, just followed exacty all the steps
still no writing on sd card
the automatic installer failed also
IS there a way to go into the (forgive the incorrect term) "registry" or similar, and have Android re-interpret/understand that instead of looking in "/sdcard"... it should instead look/point programs to "/mnt/sdcard/extstorages/sdcard"...
i heard that it might be called something like a "simlink" or "symbolic link"... maybe this could resolve the application installation issue to the sdcard as well as backups, transfers, etc... right now, not only do i run out of space too fast, can't install apps to the sd card, but as well, if i should run a hard reset... all my data erases! (yes, the internal "SD card" is erased in a hard reset)...
so, for all practical senses, when it says it will erase data, unless you KNOW you have copied ALL you user data to your "Real" SD Card, you will kill your data without even knowing it when you do a hard reset, even if you "thought" you were protected because "I saved my info to the SD card!"
(and yes, this was my experience today, so it's a fact.)
backup programs won't point to the sd card, (app manager, titanium, app list backup, etc)...
so unless you actively move files individually to the card (and know where to look)...
Bottom line... is there a hack/workaround on this that's not just "open up for file transfers" or is someone working on a ROM that might kill the partitioning and allow the /sdcard to actually point to a real external card?
Edited: Nevermind...
acess-rights-hell
hi forum
i would like to use the EzyKernel v1 - 23/02/2012 as in post http://forum.xda-developers.com/showthread.php?t=1513413&highlight=ezykernel
one of the prerequisites is a stock ZSKL firmware.
on the tab is/was XXKL4 AUT/CH
i successfully flashed the ZSKL2 - but that's where the nightmare started: i could not write to sdcard, busybox/superuser don't work properly, as i can't get root via su - which means to me, that there are messed up accessrights also in other places, not just the SD. the funny thing is, that i finally got the overclocking EzyKernel working, but not busybox + superuser.
does that sound familiar to anyone ?
i would really appreciate any ideas about this.
thank you
with best regards from switzerland
roland
could you please explain what "make sure you have mounted the file system r/w" means. And sorry for my noob question, but does this fix allow to install apps on the external sd card or I'm missing something.
Hi!
I'm kind of new to this, so forgive me if this is a stupid question.
I installed CM10.2 on the eMMC along with TWRP recently.
I am looking for a way to use the 1 GB of space (labeled as sdcard0) I can access when i connect the device to my computer to store some music and play it though Apollo.
My questions / concerns are
1. Is there an easy way to increase that 1GB to store more music (i know I could use an external SDcard, but am just inquisitive)
2. My nook shows up as a portable device on my pc (running win 7) when settings in storage are set to media device, but it gives me an error every time i copy a file saying the device has been disconnected, even though i can copy one media file at a time (i cant copy more then one file at a time)
3. If i change the setting in storage to mass storage, it shows up in my pc as a drive but then i can not copy anything to it as it dosent not seem to be accessible
4. If i do get media onto the 1GB partition (one song at a time), Apollo will not query that location to look for music, and if i use the file manager to open the file in Apollo it dosent remember it once the song is over. Any help to get the files playing smoothly in Apollo from the location would be appreciated.
Just wanted to give you all a big thumbs up for all the great work, and thanks in advance for your help.
Cheers!!
icezbox said:
I am looking for a way to use the 1 GB of space (labeled as sdcard0) I can access when i connect the device to my computer to store some music and play it though Apollo.
My questions / concerns are
1. Is there an easy way to increase that 1GB to store more music (i know I could use an external SDcard, but am just inquisitive)
Click to expand...
Click to collapse
You would need tor repartition the internal eMMC. I have never done it (my Nook came with a 4GB partition for sdcard0), but there are instructions in the forums.
icezbox said:
2. My nook shows up as a portable device on my pc (running win 7) when settings in storage are set to media device, but it gives me an error every time i copy a file saying the device has been disconnected, even though i can copy one media file at a time (i cant copy more then one file at a time)
Click to expand...
Click to collapse
Sounds like an issue with the MTP implementation in Windows 7 (works fine in Linux here). You may want to change the storage settings and use the USB mass storage mode, so your PC will see the Nook as a standard USB drive.
icezbox said:
4. If i do get media onto the 1GB partition (one song at a time), Apollo will not query that location to look for music, and if i use the file manager to open the file in Apollo it dosent remember it once the song is over. Any help to get the files playing smoothly in Apollo from the location would be appreciated.
Click to expand...
Click to collapse
You may want to use the sdcard0 partition as if it was a “proper” sdcard, provided that you are using CM, you can enter this in a terminal:
Code:
setprop persist.sys.vold.switchexternal 1
After rebooting, applications should see the sdcard0 volume as a proper SD card (and scan it for media as expected).
Thanks a lot for the help. I did find the thread to reparation my emmc, but they recommended to keep it at 1GB, so will stick with that for now to solve my other problems.
You mentioned to change storage settings to USB mass storage, however when I do that, like i said it does show up in windows, but i can not access it giving an error that the drive is not connected and I should connect a drive.
with regard to your comment on making it a "proper sdcard" i must be doing something wrong, cos it does not make any change, may be i need to do it as a super user or something like that, or type in some code before the command you provided.
Thanks again!!
icezbox said:
with regard to your comment on making it a "proper sdcard" i must be doing something wrong, cos it does not make any change, may be i need to do it as a super user or something like that, or type in some code before the command you provided.
Click to expand...
Click to collapse
I think what he must be referring to is swapping internal and external sdcards. See my NC Tips thread linked in my signature, item A16.
And I'm not sure why you think going to 1GB/5GB scheme is bad and staying with what you have is best. By far most users prefer the old 1GB/5GB scheme.
Sent from my BN NookHD+ using XDA Premium HD app
To save some people time in searching and asking the same question I had (and for 4.4.2 I think there will be plenty...):
I had severe issues using a brand new SD card in a brand new unrooted Galaxy S5. However, I now found through test that it was not the card.
I tried many things, formatting on my computer, formatting on another phone, etc etc. Nothing worked. I then tried to use the card on other devices, which worked fine! I then tried other cards, none of them seemed to work.
So I thought the S5 was defective. I did some searching online, and found that it actually is not defective. This is a feature of kitkat 4.4.2!
The card is perfectly usable, but under very restrict situations.
For example, reading is perfectly possible, but writing is controlled by kitkat. I found through some websites that Samsung decided to beef up security and at the same time make the use of external storage more clean.
Previously you could use any file browser to manage any file son any external storage, like an SD card. Although this gave great freedom, Samsung also seemed to believe that it is a source of security risk where rogue apps could read/write to folders they didn't create. They also seemed to believe this made management of files on external storage messy. To control this Samsung now allows properly installed apps to generate folders only in internal memory, and those same apps can only access folders they themselves created. The exception to this are factory standard default apps that come preinstalled on the device.
So my mistake was to use ASTRO file manager to move around a file. Once I read the issue online, I tried the same action with Samsung's pre-installed file manager, and to my surprise the file did transfer to the SD card!
To further clarify, I suspect this "feature" is limited to write activities. For example, backup to SD apps will fail to write apps to SD. Similarly, Airdroid cannot copy files from your desktop to the SD card, only to their own folder (and thus you need Samsungs file manager to move those files to the SD card).
What's interesting about this however, is that READ access seems to still be possible. ASTRO file manager can still read files from directories other apps made. Adobe reader can still read files on all kinds of folders.
The criminal spy app can still read and copy your banking files from your bank directory to its own directory for transfer to the criminal mind who will then plunder your account. So no, the security issue Samsung wanted to address has not been addressed.
What is my opinion about this? Well, I think Samsung made a nice attempt to improve security. However, they completely failed to address the biggest security risk, which isn't write access, but read access. And at the same time made it very painful and difficult to store large numbers of music, video and document files to the SD card. Because now you will either need to plug in your memory card into your computer, or move all those files via internal memory to the external SD card using Samsungs file manager, which of course takes much more time.
More info on the feature can be found here:
http://gs4.wonderhowto.com/how-to/b...ns-android-4-4-kitkat-your-galaxy-s4-0152036/
here:
http://support.solidexplorer.pl/responses/kit-kat-442-issue
And here:
http://developer.samsung.com/forum/...Lines=15&startId=zzzzz~&startPage=2&curPage=4
We could all ask Samsung to revert this "feature", but chances that they will, are remote since there are ways around this problem.
Of course, people who use many many apps/games will be out of luck, as they will be restricted to 16/32 GB.
Note to moderators: Can we make this a sticky for kitkat 4.4.2?
Root and you'll be able to R/W on the ext-SD card and try this app SDFix
Samsung has nothing to do with it... It's an Google's android policy.
So, the links I provided make that same statement. I.e. I'm aware of possible fixes. However, I bought my phone in Singapore so I could have a reliable unhacked, unrooted, unmodified phone. Others might also want original phones and not root their phone until their warranty runs out.
This was not my point though. My point was to provide some info that could be turned into a sticky so it is easier for people to find what could cause their memory card issues.
I still hope the original post will help others troubleshoot their memory card issues with their s5.
I noticed on a few different occasions that my KODI (now using SPMC but they both behave the same way) app data growing to more the 6 Gigs thereby making my 16Gig shield run out of memory. I have been uninstalling and reinstalling to work around the issue.
I'd like to resolve it so I tried following the instructions in the thread below. :
http://forum.kodi.tv/showthread.php?tid=268766&pid=2319979#pid2319979
I'm not using adoptable storage and am trying to get this working with either an SD card (shown as /storage/4B2F-56AC) or a USB 3.0 thumbdrive (shown as /storage/98FB-2ABF).
I created a file in /sdcard called "xbmc_env.properties" (I also tried "spmc_env.properties" even though SPMC is supposed to recognize both).
I added the follow text in the file : xbmc.data=/storage/98FB-2ABF/
Unfortunately with this file sitting in the /sdcard location, SPMC refuses to run.. It just sits at a black screen. I force closed the app, restarted the Shield and it still does the same thing... Sits at a black screen.
When I remove the file SPMC returns to working normally so I know it's trying to process the file.. I'm just not sure why it's not working.. It's simply one line of code in a file so it's not rocket science but I simply cannot get SPMC to launch when the file is present.
Any ideas on what I'm doing wrong ? I'd still like to move the DATA to an external source so if it grows unexpectedly in the future it doesn't interfere with other SHIELD TV apps and functions.
On a side note...
I DID notice that the culprit files that were taking up all the space in the SPMC / KODI install were .cache files... I'm thinking I should just be able to delete them ( I actually did but SPMC was still acting up) to reclaim that valuable space ?
Hmmmm.. 57 views and no replies..
I guess this hasn't been attempted very often on the Shield.
If someone could successfully take a crack at this and post a how to it would be greatly appreciated.
I tried again yesterday on both an SD card and a USB drive w/o any luck. One thing I did notice though was that when I tried to actually write to both devices through the Shield using X-Plore, it failed. With the SD card it prompted me how to enable write access and I eventually was able to copy data over to it but with the USB drive it simply failed and I couldn't get copy anything to it while it was connected to the Shield.
I should lastly mention that I am NOT rooted and am fully stock.
Is this even possible using external storage ? I don't want to setup these device as "Internal Storage" as it's my understanding that when doing so you are replacing the current internal storage (my 16Gigs) with the SD (or USB thumb drive). I tried doing so with my SD card a while back but noticed periodic slow downs on the Shield so I undid the change.
It seems as though the "Adoptable storage" option has improved with the latest update.
I converted my USB drive to Internal Storage and let the Shield do it's thing.
When all was done I was able to goto the SPMC app settings and choose to have the app on the USB drive vs. the internal 16Gb storage. I made the switch and SPMC appears to be working ok. Time will tell if I see any noticeable performance impacts.
I already use a centralized SQL DB for all media info so I'm hoping performance will be the same.
Mods... You can probably close this thread.
the.teejster said:
It seems as though the "Adoptable storage" option has improved with the latest update.
I converted my USB drive to Internal Storage and let the Shield do it's thing.
When all was done I was able to goto the SPMC app settings and choose to have the app on the USB drive vs. the internal 16Gb storage. I made the switch and SPMC appears to be working ok. Time will tell if I see any noticeable performance impacts.
I already use a centralized SQL DB for all media info so I'm hoping performance will be the same.
Mods... You can probably close this thread.
Click to expand...
Click to collapse
You mention a change in performance when using your sd card. You do understand that you must use a class 10 or preferably higher class to make it the same or faster than current internal storage?
I was trying to do the same thing as you but in my case I chose to move internal storage to a 64gb usb 3.0 usb drive.
Then I noticed kodi's performance was absolutely ****ty. The reason for this is because it tries to read data from the usb drive, and somehow kodi doesn't handle that well. My solution was to let the app be installed to adoptive storage but let the .kodi data be read from the actual internal storage.
This eliminated all performance issues!
Don't you need a UHS Class 3 device?
I have since tried converting and testing out both my USB thumb drive and my Class 10 SD card by converting them one at a time to internal storage and moving SPMC over.
I honestly thought my 6 month old USB 3.0 thumb drive would have been faster than a 3 year old SD card but I was wrong.
I have noticed a small performance decrease but nothing near as bad as you mention that currently warrants me to revert to internal storage. Time will tell as I use it more.
shaggydiamond said:
You mention a change in performance when using your sd card. You do understand that you must use a class 10 or preferably higher class to make it the same or faster than current internal storage?
I was trying to do the same thing as you but in my case I chose to move internal storage to a 64gb usb 3.0 usb drive.
Then I noticed kodi's performance was absolutely ****ty. The reason for this is because it tries to read data from the usb drive, and somehow kodi doesn't handle that well. My solution was to let the app be installed to adoptive storage but let the .kodi data be read from the actual internal storage.
This eliminated all performance issues!
Click to expand...
Click to collapse
I decided to revert back to using internal storage only. I was getting intermittent pausing of videos that I was watching off my NAS with SPMC installed on both a Class 10 Samsung SD card and a USB 3.0 thumb drive.
the.teejster said:
I decided to revert back to using internal storage only. I was getting intermittent pausing of videos that I was watching off my NAS with SPMC installed on both a Class 10 Samsung SD card and a USB 3.0 thumb drive.
Click to expand...
Click to collapse
I am using adoptive storage but moved kodi data around for better performance.
I followed this official guide on how to move Kodi data folder somewhere else:
HOW-TO:Change_data_location_for_Android (wiki)
I used ES file Explorer for this.
Here are the steps:
turn on the option to show hidden files (it is the first option). On the root of your SD Card (path is /sdcard) create a file called: xbmc_env.properties.
Open the created file and add only this line:
xbmc.data=/storage/emulated/0/InternalStorage/
You can point to another folder inside InternalStorage folder but you need to create it first. It will not be created automatically by Kodi.
Start Kodi to verify that it works. Kodi will start with the clean profile. Quit Kodi.
Using ES file explorer to erase the new contents of the /sdcard/InternalStorage folder. This is where you want your kodi data.
Using ES file Explorer and go to /sdcard/Android/data/org.xbmc.kodi/files
Move everything to a /sdcard/InternalStorage. Or you can just copy it and keep the old files until you verify that everything works.
Now start Kodi. You should see your old stuff loading but now everything is fast again.
Thanks for the info.. I actually used this as the basis for what I was trying to accomplish except I wanted to have Kodi DATA on the external storage to prevent unforeseen growth end up chewing up all the valuable internal storage.
The problem is that you cannot write to external storage from the shield UNLESS it's setup as adoptable storage, hence the approach I tried which worked, but resulted in unacceptable performance in the form of periodic video freezing.
shaggydiamond said:
I am using adoptive storage but moved kodi data around for better performance.
I followed this official guide on how to move Kodi data folder somewhere else:
HOW-TO:Change_data_location_for_Android (wiki)
I used ES file Explorer for this.
Here are the steps:
turn on the option to show hidden files (it is the first option). On the root of your SD Card (path is /sdcard) create a file called: xbmc_env.properties.
Open the created file and add only this line:
xbmc.data=/storage/emulated/0/InternalStorage/
You can point to another folder inside InternalStorage folder but you need to create it first. It will not be created automatically by Kodi.
Start Kodi to verify that it works. Kodi will start with the clean profile. Quit Kodi.
Using ES file explorer to erase the new contents of the /sdcard/InternalStorage folder. This is where you want your kodi data.
Using ES file Explorer and go to /sdcard/Android/data/org.xbmc.kodi/files
Move everything to a /sdcard/InternalStorage. Or you can just copy it and keep the old files until you verify that everything works.
Now start Kodi. You should see your old stuff loading but now everything is fast again.
Click to expand...
Click to collapse
Hi Everyone,
Back with an android phone after quite a while.
Just added a sd card to my SGS7E and realised I can't do anything with it.
All I want is to be able to use the sd card as you would normally, create and move files, folders etc.
Is this possible without rooting?
If so could someone provide any advice or point me to a relevant resource.
If i need to root what would you good people recommend? I don't want to do anything fancy at the moment (I'm sure that'll change) just use the card as normal storage.
Thank you for your help, advice and time.
The SD issues are my biggest let down. My camera won't save to it... people tell me to factory reset but I don't feel like loosing all my work I put into it.
Other apps see it as having storage in mb I think instead of GB. issues and nobody talks about it
Hi,
The sdcard is working okay for me. If system apps can't read or modify the content inside the sdcard, then reinsert the card or reformat it because it's very likely that the phone isn't seeing it.
If you want user installed apps to access the sdcard, it's a bit more annoying. Open the app that you want to access the card, then try to make a modification in it (like creating a new file if a file manager, saving a picture if a camera, downloading a file if a torrent client, etc), it will say it can't access the sdcard and will ask you to point where to root of the sdcard is, just select your sdcard folder on the prompt and it will work fine.
Keep in mind some stuff like app data can't be moved to the sdcard, so try to keep all media on your sdcard and all apps in your internal memory, that's what I found to be a pretty easy and good memory management. If you want however to install apps on your sdcard, you can enable adoptable storage using a terminal window (formatting your card), or root your device to use some third party app that will do that for you.
All the best,
~Lord
Sent from my Samsung Galaxy S7 Edge using XDA Labs