[android-porting] Re: Camera Preview format problems

2011-01-10 Thread sivaramkrishna neeruganti
its TI dm365. it has got two graphics windows osd0 and osd1 ,and two video windows vid1,vid2.i still have some doubts regarding the usage of overlay module .i have some understanding like overlay creates a surface and creates a hole in that for video rendering. i will very much appreciate if u can

[android-porting] Re: How to bypass "Waiting for sevice media.audio_policyb" ?

2011-01-10 Thread mythfish chang
Rick,Thanks.I implement a dummy libaudio.so to solve this problem at last. On Jan 7, 10:43 pm, Rick wrote: > Hi mythfish, > > After trace framework source codes, we found many service need audio > driver support. > So we decide to implement new audio codec for first priority, I think > it is easi

[android-porting] Froyo build error WifiConfiguration

2011-01-10 Thread lb
Hi All, I posted this question in android-building and I got suggestion that I should be posting it porting group. $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.2.1 TARGET_PRODUCT=generic TARGET_B

[android-porting] Re: Applications crashes on build sources (logcat output available)

2011-01-10 Thread Tux
The problem was this: I had several icons as drawables in res/, eclipse was putting them by default in res/drawable.ldpi and the SDK was looking into drawable.hdpi/ and drawable/, so I added the drawables in each rep, its now ok. On Jan 9, 4:28 pm, guillaume benats wrote: > It is ok, I fixed it

[android-porting] Re: Android on FPGA platform

2011-01-10 Thread hobbeston
Hi Ashwin, Muhammad, Thanks for your replies. Yes, Ashwin, I do have an FPGA and processor softcore that has Linux booting. What I want to understand better is whether the Android build process has to be altered to obtain an image that works in the softcores of the FPGA or the regular build wi

Re: [android-porting] [android-developers]How to Integrate cryptsetup package[Third party] with android source code

2011-01-10 Thread Deva R
Also, are you using third party code as source or binary? if binay, it has to be compileed either statically or within android., (libc vs bionic issue) On Mon, Jan 10, 2011 at 9:16 PM, Deva R wrote: > In Android.mk of libCryptsetup.so, make sure you add library that > contain dm_task_* api's.. >

Re: [android-porting] [android-developers]How to Integrate cryptsetup package[Third party] with android source code

2011-01-10 Thread Deva R
In Android.mk of libCryptsetup.so, make sure you add library that contain dm_task_* api's.. LOCAL_SHARED_LIBRARIES := liblog libcutils ... LOCAL_SHARED_LIBRARIES += Also, if any headers needs to be included, LOCAL_C_INCLUDES += / On Sun, Jan 9, 2011 at 5:13 PM, mahesh singh wrote: > Hi.. > >

[android-porting] Re: Camera Preview format problems

2011-01-10 Thread lived
What is your SoC? Depends on your soc, you can use copybit module for color conversion or overlay module for overlay yuv video directly(you mention it) On 1월10일, 오후4시09분, sivaramkrishna neeruganti wrote: > hi all, > > I am trying to do Camera Capture and displaying the captured data. i > have