I try to push a file into Android image. I have a look at some make
files (.mk) (e.g. frameworks/base/data/sounds/OriginalAudio.mk, vendor/
htc/common-open/akmd/Android.mk) and I see they use PRODUCT_COPY_FILES
variable specify which file they want to push in Android image. I try
to imitate and put in vendor/aosp/products/aosp_core.mk. However it
doesn't work.
Did anyone try this before?
Nga
Can anyone help me out?
On Mar 8, 2:33 pm, nguyenvuthiennga <nguyenvuthien...@gmail.com>
wrote:
On Mar 8, 3:25 pm, nguyenvuthiennga <nguyenvuthien...@gmail.com>
wrote:
--
chris tate
android framework engineer
> --
> You received this message because you are subscribed to the Google Groups "android-platform" group.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
>
>
Then, how can I copy files to /data/...?
To be more clear, I don't want to copy to application's area since my
file will be used by the system services. I wonder if I can copy files
to /data/system?
Another way is to create directory /data/my_directory/ and copy my
file to it. I can create the directory by modifying init.rc. However,
I can not use PRODUCT_COPY_FILES to there.
On Mar 8, 4:48 pm, Christopher Tate <ct...@google.com> wrote:
> When the device has booted, /system is mounted read-only. You cannot
> expect to ever be able to write to anything on that partition during
> runtime.
>
> --
> chris tate
> android framework engineer
>
> On Mon, Mar 8, 2010 at 7:10 AM, nguyenvuthiennga
>