How to use su command over adb shell?

前端 未结 6 1937
悲&欢浪女
悲&欢浪女 2020-12-14 17:44

I need to make a script that executes a lots of thing on Android device, my device is rooted, when I enter on the shell, I can give the command su, and it works but I need p

6条回答
  •  不知归路
    2020-12-14 18:32

    By default CM10 only allows root access from Apps not ADB. Go to Settings -> Developer options -> Root access, and change option to "Apps and ADB".

提交回复
热议问题