Re: [android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Sergey Nilga
Where did you try to place your newly built library ? Note that /system folder is mounted as read only in simulator. To ensure this run: $ adb $ su # mount /dev/block/mtdblock0 /system yaffs2 ro 0 0 ... You need to find out how to remount /system as read-write... PS: as it was mentioned earl

Re: [android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Mark Murphy
Questions regarding the firmware belong on a list that pertains to the firmware. This is not such a list. Visit http://source.android.com to learn more about the firmware and its build process. On Mon, Jun 27, 2011 at 7:38 AM, rinks24583 wrote: > I am sure that files are included in build. Now I

[android-developers] Re: I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread rinks24583
I am sure that files are included in build. Now I am able to build *.so individually. Its mandatory to run following commands before giving mm command: source build/envsetup.sh lunch 1 cd frameworks/base mm But I have problem transferring them to emulator. Whenever I try to transfer newly build *