• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps adb shell on desire

seq

Lurker
hello

adb shell starts sucessfully, but this command does not work:
ls /data
opendir failed, Permission denied

with su I get the same error

my device is not rooted yet

thank you

tommaso
 
if you type ls -l you'll probably see that the data directory is owned by root or system, and that you need to be root to see it.
 
Back
Top Bottom