terminal - Android : Read-only file system -
i'm using terminal emulator on android 4.1.1 device.
when run cat > sample
, says: can't create sample: read-only file system.
i don't want root device.
any workarounds?
in fact, system partition (mounted /) read-only. , can remount read-write. however, files modified system partition not survive when restart emulator. can refer more information here.
a correct way deploy files @ /data/ or /sdcard/.
Comments
Post a Comment