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
2010-02-10 15:17:07
and how can I do that?
Arutha
2010-02-10 17:22:42
I've never created firmware, so I have no idea.
CommonsWare
2010-02-10 19:59:15
A:
but maybe it is possible to force the emulator read the files located in /etc/permissions without a reboot?
Arutha
2010-02-10 18:43:55