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

后端 未结 6 2065
青春惊慌失措
青春惊慌失措 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条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 20:24

    you can use:

    adb shell su -c "your command here"
    

    only rooted devices with su works.

提交回复
热议问题