• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
External Card
#5
It seems we're not alone! A net search found plenty of people reporting the same sort of problem.

One person said this;

After upgrade to Jelly Bean I noticed that I wasn't able write to sd card. In ICS and GB everything was fine. After dipper digging I found it's a bug with permissions.

To fix problem you need ROOT (check another thread in this forum).

Edit file /system/etc/permissions/platform.xml

Find text


Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
</permission>
And replace it with


Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Reboot

Make it with caution. XMLs are very syntax sensitive. Any mistake may make your tablet inoperable.

----------

I found this interesting, but I don't know enough about the Android OS to understand half of it - I couldn't even find the file concerned. I assume it's hidden in some way, but I don't know how one gets to see it. If someone here does know, perhaps they would be good enough to explain how one does all this stuff?

I have a 32 GB card just pining for some data Smile .
Graeme

1: Samsung 12.2" SM-P900: Android 5.0.2 
2: eSTAR GRAND HD Quad-Core 4G 10.2": Android 5.1 
3: Home-built BT pedal

Some of my music here
Reply


Messages In This Thread
External Card - by GraemeJ - 08-07-2013, 02:33 AM
RE: External Card - by jeffn1 - 08-07-2013, 02:52 AM
RE: External Card - by Zubersoft - 08-07-2013, 07:53 AM
RE: External Card - by Zubersoft - 08-07-2013, 07:55 AM
RE: External Card - by GraemeJ - 08-07-2013, 07:59 AM
RE: External Card - by GraemeJ - 08-07-2013, 09:48 AM
RE: External Card - by GraemeJ - 08-07-2013, 12:42 PM
RE: External Card - by Zubersoft - 08-07-2013, 01:49 PM
RE: External Card - by Zubersoft - 09-16-2013, 05:34 PM
RE: External Card - by GraemeJ - 09-16-2013, 07:02 PM
RE: External Card - by mikesuef - 01-21-2015, 11:28 PM
RE: External Card - by jfree - 09-23-2014, 12:57 AM
RE: External Card - by GraemeJ - 09-23-2014, 03:49 AM
RE: External Card - by jfree - 10-06-2014, 09:23 AM
RE: External Card - by Zubersoft - 01-22-2015, 04:05 AM



Users browsing this thread:
4 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.