[android-porting] Build Email App of Android 4.0 In Eclipse With ADT

2012-05-01 Thread Rainius
Hi I try to build Email in eclipse as an individual application. However, Email depends on some resouce in the framework: - framework/opt/mailcommon/res - frameworks/ex/chips/res I've try to copy these two folders to Email's folder, and modify the Android.mk to add these res folders to LOCAL_RESO

Re: [android-porting] Audio routing

2012-05-01 Thread Gabriel M. Beddingfield
On 04/29/2012 04:36 AM, venkat k raju wrote: Dear all, how to route gsm channel audio to processor audio channel(mcbsp)? is it software control or hardware control? if software control can anybody suggest me In ICS the routing is controlled by the Audio HAL. Typically /system/hw/audio.prim

Re: [android-porting] SDcard booting on blaze board through fastboot

2012-05-01 Thread Gabriel M. Beddingfield
On 04/26/2012 11:44 PM, Mamatha K wrote: Dear All, I am facing problem in sdcard booting on blaze board. Blaze board also has nand flash. So when the given fastboot is executed its going on flash memory. But in my project we are using blaze board WITHOUT internal memory ( i.e, it has t

Re: [android-porting] Audio routing

2012-05-01 Thread venkat k raju
Hi Gabriel M. Beddingfield , thank you . i am working with GB. if the hardware doesn't support it yes!! my hardware wise routing support not there. somehow i didn't find the audio_hw.c in my GB source code. is the same name in GB also? On Mon, Apr 30, 2012 at 2:22 AM, Gabriel M. Beddingfield

[android-porting] Re: Proprietary binaries laws

2012-05-01 Thread Glenn Kasten
I'm not a lawyer. But if it's proprietary software, that means don't distribute them at all without an appropriate license from the copyright holder. And certainly don't attach them here to post links to them here. On Apr 27, 8:42 am, Giveen wrote: > What are the laws/rules of posting on git pro

[android-porting] Re: Build Email App of Android 4.0 In Eclipse With ADT

2012-05-01 Thread Chris Stratton
On Apr 29, 11:58 am, Rainius wrote: > I try to build Email in eclipse as an individual application. However, > Email depends on some resouce in the framework: > - framework/opt/mailcommon/res > - frameworks/ex/chips/res > > I've try to copy these two folders to Email's folder, and modify the > And