Android: adb: Permission Denied

前端 未结 9 1367
别跟我提以往
别跟我提以往 2020-12-02 06:33

Whatever I type after adb shell it fails with Permission denied:

D:\\android-sdk-windows\\platform-tools>adb shell find /data -na         


        
9条回答
  •  北海茫月
    2020-12-02 06:39

    The reason for "permission denied" is because your Android machine has not been correctly rooted. Did you see $ after you started adb shell? If you correctly rooted your machine, you would have seen # instead.

    If you see the $, try entering Super User mode by typing su. If Root is enabled, you will see the # - without asking for password.

提交回复
热议问题