/system/build.prop: Read-only file system
Not all phones and versions of android have things mounted the same. Limiting options when remounting would be best.
Simply remount as rw (Read/Write):
# mount -o rw,remount /system
Once you are done making changes, remount to ro (read-only):
# mount -o ro,remount /system

浙公网安备 33010602011771号