APatch android kernel [closed]

3 weeks ago 17
ARTICLE AD BOX

I am trying to install overlayfs module with an APatch kernel, but i get this error.

APatch is read only.

i decide to look at partitions which may not be properly mounted,

mount -o rw,remount / //mounts correctly

but mount -o rw,remount /system //gives error, APatch is read only

i try to mount /dev partition where boot.img resides and i get error,

mount -o rw,remount /dev/block/mmcblk0p34 //APatch is read only

i have tried to mount system through recovery but same result.

What is the solution? How is APatch read only.

Read Entire Article