I have to edit my fstab in android 4.4 but the root is mounted in read only.
I've try to remount the root with
And I can edit the root files but when I reboot the device the changes disappear.
How can I make persistent changes in / without rebuild the kernel?
Thanks
I've try to remount the root with
Code:
mount -o rw,remount /How can I make persistent changes in / without rebuild the kernel?
Thanks