[GUIDE] Enable micro SD Card writing on KitKat android

poolmaker

Senior Member
Jul 21, 2012
320
183
73
Description:
Android KitKat Blocks Some Access to Micro SD Cards

Important note:
Root is mandatory and this guide works for all 4.4+ android devices.

In other words, if you have problems with this guide, then do a check, and check again.
Or you doing something wrong, or yours device stil dont have real root status.

Once again, root status is ability to EDIT and SAVE changes to system files.
If you cant do BOTH things, then you doing SOMETHING WRONG or you dont have real ROOT status, or both of them.
Backup your stock platform.xml before modifications, just in case.



Two solutions, manual solution and one click/app solution, both solution doing same thing.
1.
1. Launch your favorite file manager with enabled root access rights.
You can use any app you prefer which can run elevated on your device.
For example, the 'Root Explorer' app or 'Total Commander' or 'File Manager' from CyanogenMod will do.

2. Navigate to the following file:

/system/etc/permissions/platform.xml

3. Find android.permission.WRITE_EXTERNAL_STORAGE and android.permission.WRITE_MEDIA_STORAGE lines. These are XML sections. You need to make them look exactly like the strings below:

<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>

Save the platform.xml file. It’s necessary to set the file permissions to 644 (rw-/r–/r–) before mobile restarting. Now reboot your Android device.

2.
App written by @tliebeck
[APP][4.4][ROOT] SDFix: Modify device permissions to allow apps to write to MicroSD
 
Last edited:

slead1

Senior Member
Feb 6, 2011
51
6
0
oh man, too good to be true
I tried it as well but it does not save any changes to the file

so I guess there is no other possibility than to unlock the bootloader and then root the device - and lose the warranty
 

Mono_pol

Member
Oct 7, 2013
10
0
0
oh man, too good to be true
I tried it as well but it does not save any changes to the file

so I guess there is no other possibility than to unlock the bootloader and then root the device - and lose the warranty
What if I told you there is a way to root your device without unlocking the bootloader?

You can find all the details in this thread:

http://forum.xda-developers.com/showthread.php?t=2634196
 

slead1

Senior Member
Feb 6, 2011
51
6
0
like poolmaker already said, its 4.4.2
so it would appear that we all have to wait and see if someone comes up with an idea or the app developers adjust their apps

still, thanks for the link, I will have a look at it. for all I know it might just work with 4.4.2 also
 

Mono_pol

Member
Oct 7, 2013
10
0
0
like poolmaker already said, its 4.4.2
so it would appear that we all have to wait and see if someone comes up with an idea or the app developers adjust their apps

still, thanks for the link, I will have a look at it. for all I know it might just work with 4.4.2 also
Ok, I have forgotten that there is no method for kit kat yet:silly:. You can always root on 4.3, backup your TA and only then unlock bootloader ( It is how I have done it). If something goes wrong I hope I will be able to restore my TA partition and lock bootloader again. Or you can wait a bit. I am sure soon someone will figure out how to root it.
 

Mono_pol

Member
Oct 7, 2013
10
0
0
I have already unlocked my bootloader. Long time ago to be honest. Now I am running rooted KitKat without any issues so far. My comments were directed at @slead1 just to give him some idea if he does not want to wait for a working exploit on android 4.4.
 

tania247260

Senior Member
Apr 10, 2013
770
175
0
Visby sweden
Last edited: