failed to copy 'init.rc' to '//init.rc': Read-only file system

1:直接adb push init.rc /sdcard/

2:adb push init.rc /sdcard

adb shell
su
mv /sdcard/ init.rc /

That way you'll have root privileges when you try to move it. You shouldn't need root to move it to the sdcard.

你可能感兴趣的:(failed to copy 'init.rc' to '//init.rc': Read-only file system)