当前位置: 代码迷 >> 综合 >> 用adb push/pull init.rc的方法
  详细解决方案

用adb push/pull init.rc的方法

热度:88   发布时间:2024-01-09 03:18:02.0

通常情况下,我们用常规的adb remount,然后adb push/pull,提示init.rc是Read Only的,我们chmod 777 ./init.rc文件也不行。

如果我们adb remount之后,在命令行输入:


mount -o rw -o remount /dev/block/actb /


这样我们就可以用adb pull/push init.rc文件了,而不必重新编译烧录。


  相关解决方案