S seq Lurker Jun 27, 2010 #1 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
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
C cp1 Android Enthusiast Jun 27, 2010 #2 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.
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.