Related
I noticed that whenever I modified the file system with Astro, it doesnt actually change anything on the sd card. Similarly, whenever I modify the sd card using the usb link the changes dont show up in astro. Im using the latest mattc Android build.
Anyone know what's wrong?
i noticed too lol
I just tried it with other file managers too with the same results. This is definatly not ok. Does anyone have a solution?
Root Explorer. Just now used it to change my boot animation. Word.
I was just about to ask something similar...
Basically, A LOT of it comes down to the Android system doing a "rescan" on the SDcard in order to organize the changes (new files, changed files, etc). This is especially true if you use a USB connection to copy new files (movies, .mp3s, etc) to your sdcard (mount as a disk drive) from something like Windows.
There are apps out there that will rescan your card, but they don't appear to work with the way that we have Android set up on the sdcard.
Other than doing a reboot, has anyone been successful in doing a rescan of the sdcard while inside of Android in order to update the changes?
Meteo said:
I noticed that whenever I modified the file system with Astro, it doesnt actually change anything on the sd card. Similarly, whenever I modify the sd card using the usb link the changes dont show up in astro. Im using the latest mattc Android build.
Anyone know what's wrong?
Click to expand...
Click to collapse
I have found that when I USB (PC to HD2 (Android), i copy a file from my PC to SD Card while in Android OS, I can see the file on my SD Card with size. However, when I disconnect from USB I cannot install that file (APK) on my HD2. So, I use WM wherever I copy file directly from PC to HD2.
Anyone have any suggestions?
I tried all the file explorers I I think the Root Explorer is the best as it shows all files and has the best/easiest options.
ruinertt said:
Other than doing a reboot, has anyone been successful in doing a rescan of the sdcard while inside of Android in order to update the changes?
Click to expand...
Click to collapse
You can either remount the SD card in the settings menu or use the Dev Tools app and tap Media scanner/locater.
shadiku said:
You can either remount the SD card in the settings menu or use the Dev Tools app and tap Media scanner/locater.
Click to expand...
Click to collapse
Remount doesn't appear to make it work (you'd think that it would, but negative).
I'll try the Media Scanner trick (although I have tried others, maybe this one will work).
Are you able to confirm that this works?
can someone explain the media scanner trick? I dont know what that means..
If you have a ROM with Dev Tools installed (you can also get the APK but this force closes for some.) you can use the Media Scanner item to recreate the cached list of media files on your SD card.
Good luck.
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.
Recently, I have an issue when I want to delete or move files from my ext sdcard. It mentions "unable to modify contents of the sdcard. This is caused by new external storage ploicy introduced by Google in Android 4.4. To bypass this limitation you need to use one of "sd fix" tools available in Google Play. You need to be rooted, though."
So I try the application, I tried to change the kernel but it's not successing.
Does anyone have an idea?
Just use your system file explorer rather than external app
Blondasisko said:
Just use your system file explorer rather than external app
Click to expand...
Click to collapse
Ok, I try es file explore and it's working.
Hello,
I was searching for a way to put large games like (asphalt 8, nova3, and any other games) on sd card on my rooted samsung galaxy s4 because the internal storage is very low and about to be full.
First i tried to use the file manager i have sent the odd file and the apk(which in the data folder) but the game didn't work, it was searching for required files and asked to download them.
Then i tried many apps which need root acces on my device to send the games on sd card but i got the same problem...
Is there are any way to send the game on sd card and make it work there?
Thanks.
try app2sd...it is on play store ?
I have already tried it but it send the apk file only i want app or any way to send the apk and the odd to the sd card and make it work there.
This depends on what rom you're using.
You could try Folder Mount
Actually all these apps aren't useful i can already use any file manager to send the game files to the sd card but the problem is when i add the game to sd card when i open the game it dont find the game's files.
And about which rom am i using i didn't get it and how to know my rom?
I use the xposed module Obb2SD, so all my games are moved to SD card then the Obb files are also moved onto the SD card.
I am using a custom Rom.
mahmoudgamal1 said:
Actually all these apps aren't useful i can already use any file manager to send the game files to the sd card but the problem is when i add the game to sd card when i open the game it dont find the game's files.
And about which rom am i using i didn't get it and how to know my rom?
Click to expand...
Click to collapse
If you are using the stock samsung rom then you just have to go to Manage apps and find the game you want to move and the press "Move to sd card".
Moving the apps manually will not work.
Folder Mount will move the app data to the sd card and trick the system into thinking it's on the internal storage.
I have just used folder mount by sending the game files (the folder in the data and its folder in the odd) but the game won't find their files
Did you get the phone new? Did you flash any custom rom on it or is it the stock samsung firmware that comes with the phone?
The only thing i have done with my phoned is rooting it with a custom recovery, there is no any custom roms im just using just the stock rom.
Then the rom should have the option to move apps to sd.
I know that my stock 4.4.2 samsung firmware had that option.
Go to settings > apps > downloaded, and tap any app you want to move. There should be an option "move to sd card" or something like that.
I know the lollipop update is supposed to bring write access to the SD card, and it does, in a small way. But it still doesn't allow you full control over it.
For example, on cm12, or on stock lollipop roms on both this tablet and my note 3, I can't download files or torrents directly to my SD card. I have to fill my internal storage first, and then I can move the files on the card.
Back in the kitkat days, using the numerous SD card fixes it allowed me to whatever I wanted with the card, I had complete control over it.
On lollipop the fixes don't work. But is there any way it could work?
Mod edit: Thread closed
This isn't the place to post questions as clearly stated in the purpose of this forum
Post questions in the Q&A section of your device
Install Xposed and then this module, http://repo.xposed.info/module/com.pyler.xinternalsd
Xposed doesn't work on lollipop for xperias unless rovo89 has managed to fix it yet as it bootloops after the first reboot.
Futura2000 said:
Xposed doesn't work on lollipop for xperias unless rovo89 has managed to fix it yet as it bootloops after the first reboot.
Click to expand...
Click to collapse
Some people still dont understand that buddy
We keep sayin it a million times now !
Sent From My Z2 On LP 5.0.2 Full Debloated !
Not sure where it was, but when I opened FX explorer it took me to a page to enable read/write access to the card. Not sure where it goes, but it works now
FX Explorer took me there too, but when I try to delete a file in my SD card, fx Explorer force close.
Sent from my D6603 using Forum Fiend v1.3.3.
lvnatic said:
I know the lollipop update is supposed to bring write access to the SD card, and it does, in a small way. But it still doesn't allow you full control over it.
For example, on cm12, or on stock lollipop roms on both this tablet and my note 3, I can't download files or torrents directly to my SD card. I have to fill my internal storage first, and then I can move the files on the card.
Back in the kitkat days, using the numerous SD card fixes it allowed me to whatever I wanted with the card, I had complete control over it.
On lollipop the fixes don't work. But is there any way it could work?
Click to expand...
Click to collapse
@lvnatic
Well well Well ......... Its not a difficult thing
You need rooted device and root explorer for that purpose
I am preparing a LP Rom for Z3 and waiting for LB recovery, but i prepare a file for my rom that give us Permissions for SD card
Copy my file from attachment its work with Z2, Z3
Extract it using 7Zip or WinRar
put it on sd card and using root explorer paste it into System\etc\permissions
Replace with old file and set the permission RW/R/R that is 0644
Reboot your device. Now third party apps can be download directly into SD card, but you need to change the download directory in every app. :angel::angel::angel:
zohaib0001 said:
@lvnatic
Well well Well ......... Its not a difficult thing
You need rooted device and root explorer for that purpose
I am preparing a LP Rom for Z3 and waiting for LB recovery, but i prepare a file for my rom that give us Permissions for SD card
Copy my file from attachment its work with Z2, Z3
Extract it using 7Zip or WinRar
put it on sd card and using root explorer paste it into System\etc\permissions
Replace with old file and set the permission RW/R/R that is 0644
Reboot your device. Now third party apps can be download directly into SD card, but you need to change the download directory in every app. :angel::angel::angel:
Click to expand...
Click to collapse
you mean 3rd party apps eg. from playstore directly into sd card?.. how to change the download directory in every app?..can you make a guide?..very thanks..
kumbangdesa said:
you mean 3rd party apps eg. from playstore directly into sd card?.. how to change the download directory in every app?..can you make a guide?..very thanks..
Click to expand...
Click to collapse
every app that can download some thing for you like torrent apps
have some settings in it go there and find for default storage location and change it to SD card