无法使用adb shell在我的Android电视盒上将系统(只读)重新安装为读/写

时间:2018-09-25 19:03:35

标签: android adb mount television

  

我正在尝试更改根目录下文件系统的访问权限   (/)(或/ system级别)级别从只读到我的Android TV Box上的读/写   使用adb和shell。我的Android电视盒运行为Android 7.1.2

     

mount 命令返回:

1|q201:/ $ mount
rootfs on / type rootfs (ro,seclabel)
...
     

以下命令:

1|q201:/ $ mount -o rw,remount mtd:rootfs /
     

返回:

mount : '/' not in /proc/mounts
     

cat / proc / mounts 命令返回:

q201:/ $ cat /proc/mounts
rootfs / rootfs ro,seclabel 0 0
...
     

以下命令:

1|q201:/ $ mount -o rw,remount /
     

返回:

mount: 'rootfs' not user mountable in fstab
     

在根级别adb root上启动adb不会更改任何内容。

     

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

您不能在IntegrationService模式下重新安装rootfs,而只能重新安装系统分区。

查看已安装的内容:

rw

或可用分区:

cat /proc/mounts