【发布时间】:2019-03-01 11:45:14
【问题描述】:
我正在尝试更改 root 文件系统的访问权限 在我的 Android 电视盒上,级别 (/)(或 /system 级别)从只读到 读/写 使用 adb 和外壳。我的 Android TV Box 运行为 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/mountscat /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
adb root不会改变任何东西。有人可以帮忙吗?
【问题讨论】:
标签: android adb mount television