Hi all
I am useing the platform of imx6qp which is base of android7.1.1 os .Now execut the cmd "mount -o remount,rw /system" ,but the result is "mount: '/dev/block/mmcblk3p5'->'/system': Device or resource busy".
Please teach me how to have done it. Thanks!
Hi,
Please connect your platform to your machine via USB cable and use the following ADB command:
$ adb remount
Regards,
Gary
Hi,
It is most likely due to SELinux enforcing that remount. Can you add the following arguments to the bootargs:
androidboot.selinux=permissive
Regards,
Gary