adb无法访问“multirom”目录

时间:2014-09-24 12:12:37

标签: adb

我在我的nexus 5中使用了cm11,并安装了multirom。

但我无法使用adb或root filemanager访问它'目录。

下面的

显示了adb结果。

root@hammerhead:/sdcard # cd multirom/                                         
root@hammerhead:/sdcard/multirom # ls
opendir failed, Permission denied
255|root@hammerhead:/sdcard/multirom # su
root@hammerhead:/mnt/shell/emulated/0/multirom # ls
opendir failed, Permission denied
255|root@hammerhead:/mnt/shell/emulated/0/multirom # cd ..
root@hammerhead:/mnt/shell/emulated/0 # ls -l|grep multirom
drwxrwx--- root     sdcard_r          1970-05-28 17:00 multirom
root@hammerhead:/mnt/shell/emulated/0 # id
uid=0(root) gid=0(root) context=u:r:init:s0
root@hammerhead:/mnt/shell/emulated/0 # ls /data/data/supersu/                 
system

只有这个目录是“1970-05-28 17:00”,太奇怪了。

我尝试触摸,但没有效果。

1 个答案:

答案 0 :(得分:0)

我认为使用chmod你可以做到。

su

然后

chmod 777 multirom

如果有帮助,请致谢。