[android-porting] Re: Questions of fastmixer

2013-06-24 Thread Iroid
Hi, I am developing an audio conferencing application with 5 way conference that will be part of Android firmware,. Could you please let me know what is the best way to leverage Android audio framework for this. as of now I am considering this doing on AudioTrack level only. but have fee

[android-porting] Re: Questions of fastmixer

2013-06-24 Thread Glenn Kasten
This is starting a new topic on an old thread. Can you please start a new thread with new subject line to match? Thanks! On Monday, June 24, 2013 4:46:27 AM UTC-7, Iroid wrote: > > Hi, >I am developing an audio conferencing application with 5 way > conference that will be part of Androi

[android-porting] Get camera working on cm10

2013-06-24 Thread Roman Gaitbaev
Hi all, I try to get fully working jb on my device acer liquid (salsa) so now I think about camera... I compiled camera.qsd8k.so from https://github.com/RomzesRover/acer_liquid_device-tree_kernel/tree/cm10/libcamera-qsd8k and I compiled libcamera.so https://github.com/RomzesRover/acer_liquid_de

[android-porting] How to add i2c-tools,

2013-06-24 Thread Puneet B
i Am using A10-Evb board. i have working sd card which boots android successfully. now i want read and write the EEPROm which is connected to our Board. So how can i add I2c tools to source code . kindly give any hints. I am using linux 3.0.8 kernel. Thanks Punith -- -- unsubscribe: andr

[android-porting] How do I change Xjniopts for every single process in the system?

2013-06-24 Thread AndroidCompile
Hi I need to add to the Xjniopts when creating a new VM to "nowarn". How do I do that? Where is the source of these settings that are found in Init.cpp and Jni.cpp? Is this a build prop of some sort? Thanks -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://group

[android-porting] Best Way for Audio Mixing

2013-06-24 Thread Iroid
Hi, I am developing an audio conferencing application with 5 way conference that will be part of Android firmware,. Could you please let me know what is the best way to leverage Android audio framework for this. As of now I am considering doing this at AudioTrack level only.