[android-porting] F/libc ( 5756): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 5756 (zygote)

2013-04-12 Thread Barath Seshadri
I'm getting a fatal error when I run build images with sdk emulator, im using android 4.2.2 source to build and I have a separate download of android sdk. I also have changes to SystemServer.java and myown init.rc with bootclasspath that includes the jar files listed below. Has anyone run into

[android-porting] Re: [JB] CTS - Audio quality verifier

2013-04-12 Thread Lin George
Hi Pedro. The same situation the same with you in my case. We can pass all test items besides MixerTest.tryTinyAlsaTest in environment test. But it seems not affect normal test case since tinyalsa test fail, does it mean anything if we can't pass tinyalsa test? Thanks

Re: [android-porting] Error: selected processor does not support ARM mode `cpsie i'

2013-04-12 Thread Rajas Littleinvo
Hai I am using latest stable linux kernel ( 3.8.6 ) for porting the uImage to my OMAP board I cross compile this kernel to arm-linux with the help of codesourcery*arm-linuc-gnueabi-gcc * toolchain. It compiles every drivers that i include but it stuck with final end while compiling for arm

[android-porting] Re: Questions of fastmixer

2013-04-12 Thread Ship Hsu
Dear Glenn Kasten, We are concern audio low latency of Android 4.2 Compatibility Definition of (android-4.2-cdd), which make a requirement: *1. cold output latency of 100 milliseconds or less* *2. continuous output latency of 45 milliseconds or less* In the document, *If a device

[android-porting] Re: Questions of fastmixer

2013-04-12 Thread Glenn Kasten
First, regarding your specific question: Line 95 has: res = (*queueItf)-Enqueue(... which make sense to me that it could be a *possible* test point. But line 264 has: /* Make sure player is stopped */ res = (*playItf)-SetPlayState(playItf, SL_PLAYSTATE_STOPPED); That doesn't seem