adb root错误信息adbd cannot run as root in production builds问题解决

时间:2017-05-15 21:39:11   收藏:0   阅读:1400

adb root错误信息adbd cannot run as root in production builds问题解决

一.问题描述

1.输入指令

>adb root

adbd cannot run as root in production builds

 

错误信息

adbd cannot run as root in production builds

 

2.输入指令:

cd data

$ ls –l

ls –l

opendir failed, Permission denied

 

$ exit

错误信息:

opendir failed, Permission denied

二.解决办法:

 

1.首先在手机端安装Superuser Permissions软件;

 

2.然后执行执行如下命令

 

adb shell

su

手机上点允许

变#号就成功

原文:http://www.cnblogs.com/imqsl/p/6858292.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!