Cannot change android system directory to rw
问题 I am trying to remount the /system as a rw file system so I can push some files into /system/framework. It is an android emulator running Android 6.0 x86 image. $ mount ... /dev/block/vda /system ext4 ro,seclabel,relatime,data=ordered 0 0 ... Then I do su mount -o rw,remount /system mount ... /dev/block/vda /system ext4 rw,seclabel,relatime,data=ordered 0 0 ... At this time I am thinking I am ok. Then I am doing on host: adb push test.jar /system/framework/ However I see: failed to copy 'test