我根植了解锁的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.**
Run Code Online (Sandbox Code Playgroud)
但是,当我这样做时adb root,我会收到adbd cannot run …
当我运行我的应用程序时,下面的消息将打印在错误日志中.我不明白问题是来自我的应用程序还是我的Android设备打印的消息.
E/NEW_BHD: Cannot run on production devices!
Run Code Online (Sandbox Code Playgroud)
我读到这个答案无法在root用户手机上运行'adb root',但我的设备没有root.
为什么要打印此错误日志?