-What is the data size and class of your Sd card?
-Where did you buy it from?
The reason I ask is that it might just be a dodgy SD card and not playing nice with JB or it might be software related and you need to format the SD correctly and/or you have the wrong permissions set.
What does the following file say:
/system/etc/permissions/platform.xml
This part of the text:
- Code: Select all
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
</permission>
needs to say this instead:
- Code: Select all
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
You will need to be rooted to edit it -
DO AT YOUR OWN RISK! - As a mistake could stop your tablet from booting.