[TUTORIAL][4.4][5.0.X] ext SD Card write fix for 3rd party apps topic

SOCIALIZE IT ⇨


Your device needs to be rooted

1. Open any files manager of your choice and make sure it runs with superSU/superuser permissions.
2. Mount your system partition as R/W to perform any changes.
3. Navigate to the /system/etc/permissions/ folder and look for the platform.xml.
4. Make backup of platform.xml.
5. Open the platform.xml file with any text editor on your device and search for the following line:


Code:


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



6. And change it to this:


Code:


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



7. Save it and set permission rw-r-r
8. Reboot

Note: If any problems occur just delete platform.xml and restore the backup file.




xda-developers


0 commentaires:

Enregistrer un commentaire