2014-09-24 76 views
0

我在我的nexus 5中使用了cm11,並安裝了multirom。adb無法訪問「multirom」目錄

但我無法訪問它的目錄,既沒有adb也沒有根文件管理器。

下面顯示的是adb結果。

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

只有這個目錄是「1970-05-28 17:00」,太奇怪了。

我嘗試觸摸,但沒有效果。

回答

0

我認爲用chmod你可以做到。

su 

然後,如果

chmod 777 multirom 

命中感謝幫助。