How can I remount my Android/system as read-write in a bash script using adb?

后端 未结 8 1271
半阙折子戏
半阙折子戏 2020-12-23 17:27

For info

adb remount 

returns \"remount failed: Operation not permitted\"

adb shell \'su -c  mount -o rw,remo         


        
8条回答
  •  無奈伤痛
    2020-12-23 17:48

    Get "adbd insecure" from google play store, it helps give write access to custom roms that have it secured my the manufacturers.

提交回复
热议问题