我将解锁的Galaxy S3(SGH-T999)植根
现在,我尝试adb root
从Windows命令提示符运行,但是,我遇到了adbd cannot run as root in production builds
错误。因此,我检查的第一件事是手机是否真的植根了?
所以我尝试了以下方法:
打开命令提示符
$adb devices // lists my device
$adb shell //goes to shell
$su // opens a 'SuperSu' prompt on my phone and I 'Grant' permission
# // Before following the rooting instructions, I was getting 'no su command found' in the previous step. So, I believe my phone is ROOTED. **Correct me if I'm wrong.**
但是,当我这样做时adb root
,我得到了adbd cannot run as root in production builds
错误。因此,我想,我可能不得不做一些以上的事情。我在以下SO问题中尝试了所有解决方案:
以上都不对我有用。他们所做的就是给SHELL的ROOT访问权限。我想adb root
工作,以便无需进入shell就可以执行各种adb命令。