Why do I get access denied to data folder when using adb?
Posted
by
gregm
on Stack Overflow
See other posts from Stack Overflow
or by gregm
Published on 2009-06-25T11:04:43Z
Indexed on
2013/07/03
11:05 UTC
Read the original article
Hit count: 258
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?
How do I get root access on my phone?
© Stack Overflow or respective owner