Wednesday, 15 January 2014

Create empty file with android init script -



Create empty file with android init script -

is possible create empty file in android source code init rc script create folder. mkdir /tmp creates folder touch /tmp/test doesn't anything.

pls help

the 'write' or 'copy' command works.

but please create ensure commands added after filesystems mounted, example, @ end of "on post-fs-data"

on post-fs-data ... write /data/non-empty-file 0 ... re-create /dev/null /data/empty-file

android android-source init

No comments:

Post a Comment