Android: adb: Permission Denied

前端 未结 9 1370
别跟我提以往
别跟我提以往 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:44

    You might need to activate adb root from the developer settings menu. If you run adb root from the cmd line you can get:

    root access is disabled by system setting - enable in settings -> development options
    

    Once you activate the root option (ADB only or Apps and ADB) adb will restart and you will be able to use root from the cmd line.

提交回复
热议问题