[android-porting] Add libdl to accRuntimeTest link command

2010-07-13 Thread Ian Pilcher
I am trying to build Android 2.1 on Fedora 13, and the build is failing because the linker can't find dlsym when it tries to link accRuntimeTest. dlsym is in libdl, and whatever jiggery-pokery enabled the linker to auto- magically find it in previous Fedora releases is no longer there. What do I

[android-porting] Re: [android-developers] kernel panic

2010-07-13 Thread ycwang
hmm~ thanks ur reply, I'v fixed tha't problem...but I don't know why? I just repleced the root directly by an original one in the kernel source. On 7月13日, 上午2時31分, Deva R r.deva...@gmail.com wrote: Probably your bootargs passed from uboot override it?? Check in your kernel bootup log, what

[android-porting] android JFFS2 based rootfs problem

2010-07-13 Thread Manish Aggarwal
Hi, I am trying to run Android SDK on ARM RealView board based virtual platform having Cortex-9 processor. The board has two nor flash (flash0 and flash1) of 64M each. Taken android-2.6.32 version kernel, I, configured, modify, built and booted it on the platform. The flash has been partitioned

[android-porting] SMDK6410 port of recent android

2010-07-13 Thread bjdooks
Is there anyone who has a recent port of Android (2.0/2.1) which works on an SMDK6410 and is willing to share details of what was needed to get the system to build? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: FillBufferDone related

2010-07-13 Thread HV
Thanks Deva for your response. Yep, there are no issues in the underlying decoder/driver. If I hold the display from going into standby, I see prints all the way thru end-of-stream. If there were a problem with the overlay, then how is it able to display the 1st frame? Is there a call stack that I

[android-porting] Re: Regarding Camera Service

2010-07-13 Thread David Grimfors
CameraService accepts only one client at a time. One of your processes will have to go through the other. Regards David On 13 Juli, 10:50, Raghu raghavendrars...@gmail.com wrote: Hi, I am trying to access Camera Service from two different process (1 is java application process and other is

[android-porting] Re: FillBufferDone related

2010-07-13 Thread RockNCode
Hi. Have you printed you buffer timestamp values ? I've seen similar issues when there is a problem with AV sync, probably your timestamp resolution does not match PV's (it should be in microseconds). - Regards. On Jul 13, 8:02 am, HV harishv.athr...@gmail.com wrote: Thanks Deva for your

[android-porting] Re: Add libdl to accRuntimeTest link command

2010-07-13 Thread Ian Pilcher
On Jul 12, 11:21 pm, Ian Pilcher arequip...@gmail.com wrote: What do I need to do to the makefiles to get libdl (-ldl) added to the linker command for accRuntimeTest? Answering my own question for posterity. Adding LOCAL_LDLIBS += -ldl to the acc and accRuntimeTest host executable

Re: [android-porting] How to force system built my own library earlier

2010-07-13 Thread Deva R
I would like to add my own shared library in Android opencore protocol, but I got some error messages when making whole system. Can you elaborate on what you did, and what error u got?? probably Android.mk of ur library is not picked at first place, during build., On Tue, Jul 13, 2010 at 2:55

[android-porting] Re: How to force system built my own library earlier

2010-07-13 Thread Harry C.
Hi Deva, In the directory, out/target/product/generic/obj/SHARED_LIBRARIES/ libxxx_intermediates, there were two files - xxx.o and xxx.P, but no LINKED directory and libxxx.so. I guess my Android.mk was picked but my library was not completely built. In opencore related header file, I included