为什么使用亚行的时候,我得到拒绝访问到数据文件夹? [英] Why do I get access denied to data folder when using adb?

查看:178
本文介绍了为什么使用亚行的时候,我得到拒绝访问到数据文件夹?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我连接到我使用亚行的现场设备和下面的命令:

I connected to my live device using the adb and the following commands:

C:\>adb -s HT829GZ52000 shell
$ ls
ls
sqlite_stmt_journals
cache
sdcard
etc
system
sys
sbin
proc
logo.rle
init.trout.rc
init.rc
init.goldfish.rc
init
default.prop
data
root
dev
$ cd data
cd data
$ ls
ls
opendir failed, Permission denied

我很惊讶地看到,我已经拒绝访问。如何过来的目录用我不能浏览这样的命令行?

I was surprised to see that I have access denied. How come I can't browse around the directories using the commandline like this?

我如何得到我的手机root访问权限?

How do I get root access on my phone?

推荐答案

有两件事情要记住,如果你想浏览的一切设备上。

There are two things to remember if you want to browse everything on your device.

  1. 您需要有root访问权限的电话,以便浏览数据文件夹在Android手机上。这意味着,要么你有一个显影装置( ADP1 或的 ION 从谷歌I / O),或者你已经找到了一种方法,以根您的手机一些其他的方式
  2. 您需要运行ADB根模式下,通过执行此操作:亚行根
  1. You need to have a phone with root access in order to browse the data folder on an Android phone. That means either you have a developer device (ADP1 or an ION from Google I/O) or you've found a way to 'root' your phone some other way.
  2. You need to be running ADB in root mode, do this by executing: adb root

这篇关于为什么使用亚行的时候,我得到拒绝访问到数据文件夹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆