A terminal command for a rooted Android to remount /System as read/write

前端 未结 9 2165
离开以前
离开以前 2020-12-04 10:16

I\'m writing an android app that needs to copy a file to the \"/system\" partition at runtime. I\'ve got the commands to run \"su\" and can successfully request SuperUser pe

9条回答
  •  醉梦人生
    2020-12-04 10:45

    You can try adb remount command also to remount /system as read write

    adb remount
    

提交回复
热议问题