adb remount permission denied, but able to access super user in shell — android

后端 未结 6 2081
青春惊慌失措
青春惊慌失措 2020-11-28 19:37

so, i\'m trying to push some files to /system on android device (zte) I\'ve rooted, connected with ADB,

adb remount -> I get permission denied adb shell su -> I\'m

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 20:24

    Some newer builds require the following additional adb commands to be run first

    adb root
    adb disable-verity
    adb reboot
    

    Then

    adb root
    adb remount
    

提交回复
热议问题