【发布时间】:2017-11-17 11:29:29
【问题描述】:
我想这样做。但是我得到 /system/app/filename: open failed: EROFS (Read-only file system) 错误。
【问题讨论】:
-
Read-only file system表示您必须将系统重新挂载为读写。 -
Runtime.getRuntime().exec("su mount -o remount,rw /system/media/");
-
它不起作用。
-
It dose not work- 究竟如何?输出是什么?错误? -
FileOutputStream fs = new FileOutputStream(“/system/media/bootanimation.zip”);---> /system/app/bootanimation.zip:打开失败:EROFS(只读文件系统)错误。
标签: android copy system rooted