views:

381

answers:

2

I need to copy files to the system partition of the emulator. As it is read only by default, I use the command "adb remount" to have write permissions and I can then copy the files. My problem is that when I close the emulator and that I restart it, the copied files were missing. It's very annoying because I must write file permissions that are read at startup of the emulator (platform.xml file in /system/etc/permissions)

A: 

You may need to add those files to the firmware that was used to create the emulator image.

CommonsWare
and how can I do that?
Arutha
I've never created firmware, so I have no idea.
CommonsWare
A: 

but maybe it is possible to force the emulator read the files located in /etc/permissions without a reboot?

Arutha