Trik Kitkat SDcard fix

Kitkat SDcard fix
untuk mengatasi tidak bisa write akses ke sdcard pada beberapa apps

Caranya
1. Open /system/etc/permissions/platform.xml
2. Search for android.permission.WRITE_EXTERNAL_STORAGE
3. Edit it like this
Code:
   <permission name="android.permission.WRITE_EXTERNAL_STORAGE" >

        <group gid="sdcard_r" />

        <group gid="sdcard_rw" />

        <group gid="media_rw" />

    </permission>

4. save it
5. fix the permission to rw-r-r or 644 (chmod 644 platform.xml )


ane pake SOLID EXPLORER + 920text editor buat edit sama setting correct permission.

DISLAIMER
Do with your own risk, I'm not responsible for your devices
I'm not responsible if you are using another apps and cause bootloops.
make you you know what you are doing.
tested and works fine on my 10E G3 

Related Posts:

0 Response to "Trik Kitkat SDcard fix"

Posting Komentar