私のXiaomi 5(rooted)を/ system/etc/hosts intに編集します。私が最初に/syste/etc/hosts
を引き出し、それにいくつかの変更をした、私はそれをpush
したい、私はこの問題Android:edit/system/etc/hostファイル
adb push hosts /system/etc/hosts
failed to copy 'hosts' to '/system/etc/hosts': couldn't create file:
Read-only file system
私はthisをチェックするに出くわしたが、それは私のためにうまくいきませんでした。
adb root
adbd is already running as root
adb remount
remount of /system failed: Read-only file system
remount failed
私はthisを試しましたが、どちらもうまくいきませんでした。
それは示しています
gemini:/ # mount -o rw,remount /system
'/dev/block/dm-0' is read-only
gemini:/ # mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mount: '/system' not in /proc/mounts
は誰が出てくれ方法を表示することができ、任意のアドバイスが理解されます。