Android 2.3:只读文件系统卡住了

时间:2013-09-20 13:50:24

标签: android linux shell permissions adb

您好。我有一台LG-Optimus HUB E510 Android设备。

两周前,我根据我的设备访问内部存储并更改了一些文件(例如警报,通知,声音,.etc)。

我做到了。但在重新存储出厂设置后,内部存储文件再次变为只读。

然后我尝试用adb-shell来改变文件夹和文件的权限

chmod  777  "folder destination"

但是shell回复为

  

无法chmod 系统/媒体/音频/闹钟:只读文件系统

现在我不知道该怎么办。所以,我需要你的建议。谢谢。


图片

这是ubuntu中shell更改权限的尝试 This is the changing permission attempt from shell in ubuntu eclipse DDMS透视图中包含当前权限的文件 The files included with current permissions in eclipse DDMS perspective

2 个答案:

答案 0 :(得分:6)

尝试使用以下方法之一:
mount -o rw,remount -t rootfs /system

mount -o rw,remount -t rootfs rootfs /system

您也可以将它用于任何您需要的文件夹(/

答案 1 :(得分:1)

你也可以试试这个:

adb root
adb remount

这也将挂载/系统