Recently updated my honor 4c to the latest firware and link2sd stopped working. It gives every time Read only error. So I looked in some forums and found possible solution but can't use it. So the thing is to change android /etc/permissions/platfrom.xml file and change
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
</permission>
to
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
But I tried that with adb pull
and get error
failed to copy 'platform.xml' to '/etc/permissions/platform.xml': Read-only file system
734 KB/s (7390 bytes in 0.009s)
Phone is rooted.
How can I do that?? Please help.