[android-porting] How to use DLL's on Android

2012-05-29 Thread Mahesh Hegde
Hello All, I have windows based dll functions.These functions is working on Windows os. But if i use Android,are these DLL's will work?I think no.How to make DLL's to work on Android platforms instead of windows? Thanks and Regards Mahesh Hegde -- unsubscribe: android-porting+unsubscr...@goo

[android-porting] Re: Acoustics Echo Cancellation (aec) of WebRtc in Android ICS

2012-05-29 Thread Thomas Le Guevel
Hi Andrei, The creation and destruction of the effect as well as their configuration are done in AudioFlinger, however the call to the process and process_reverse function is done in the HAL. For the Galaxy Nexus: /device/samsung/tuna/audio/audio_hw.c: push_echo_reference for process_reverse.

[android-porting] Re: at91sam9263 atmel ARM board

2012-05-29 Thread Brad Davis
I did most of a port to the Atmel at91sam9263-ek board a year and a half ago (Android 2.1 and 2.2). My board did not have enough RAM to fully boot Android. I would get the kernel up, the splash screen up (correctly displayes), and then the system would crash while trying to start the essenti

[android-porting] Re: How to use DLL's on Android

2012-05-29 Thread Ronnyek
Android's core is a linux kernel and hybrid linux / android userland. You could probably make things work (IF YOU HAD TO) with mono etc if these were .net dll's, however I think the amount of work involved would be considerable. Also I am unaware of what licensing restrictions would be involved

[android-porting] GB - OMAP4 Cloning the contents from one display to other display.

2012-05-29 Thread ramya mohan
Dear All, I am Ramya. I am working with OMAP4430/OMAP4460 based boards & GB. I have scenario, basically we are trying to clone the display contents on Primary LCD to Secondary LCD. We are able to achieve it by taking Clone to HDMI as reference. With this we were able to achieve UI & Video clonin