adb shell su works but adb root does not

前端 未结 8 1029
刺人心
刺人心 2020-11-30 23:47

I rooted my unlocked Galaxy S3 (SGH-T999)

Now, I\'m trying to run adb root from Windows Command Prompt, however, I\'m getting adbd cannot

相关标签:
8条回答
  • 2020-12-01 00:26

    In some developer-friendly ROMs you could just enable Root Access in Settings > Developer option > Root access. After that adb root becomes available. Unfortunately it does not work for most stock ROMs on the market.

    0 讨论(0)
  • 2020-12-01 00:34

    I ran into this issue when trying to root the emulator, I found out it was because I was running the Nexus 5x emulator which had Google Play on it. Created a different emulator that didn't have google play and adb root will root the device for you. Hope this helps someone.

    0 讨论(0)
提交回复
热议问题