[android-porting] Re: Porting ALSA to JB

2013-02-19 Thread ffxx68
Adding a few debug statements to audio_route.c, I noticed that the Playback Switch is wrongly set to a value of 9, which is out of range: V/audio_hw_primary( 75): Path: speaker, length: 3 V/audio_hw_primary( 75): 0: Playback Switch - 9 V/audio_hw_primary( 75): 1: CODEC Power Switch - 1

[android-porting] Re: Porting ALSA to JB

2013-02-19 Thread ffxx68
Ok, I think I'm going to close this thread, as I figured out that the issue arise from not powering the mixer device first of all. Unfortunately the power control was last one in the list, so initialization of HAL failed all control settings, until last one (power) was reached. I patched

[android-porting] Re: Boot 4.2.1 missing dex file

2013-02-19 Thread Preethi
For me, using all_squash with anonuid and anongid set to 0(root user's uid and gid) in /etc/exports solved this issue. On Sunday, 17 February 2013 09:06:44 UTC+5:30, David wrote: I am porting Android 4.2.1 to a new hardware platform. Since we don't have emmc or nand ready we try to boot from

[android-porting] Re: [Question] CTS -- Audio Quality Verifier

2013-02-19 Thread kala
Hi, I have synced the 4.2_r1 code base and did a make cts. cts-audio_Quality suite has been built with client apk and two executables cts_audio_quality and cts_audio_quality_test. But have trouble in running them. Any inputs? Regards, Chandrakala K On Wednesday, November 28, 2012 2:49:47 PM

[android-porting] Bluetooth: BLE support in ICS and kernel .

2013-02-19 Thread Robin Gujjar
HI all, I want to integrate Bluetooth low energy support in my existing kernel and bluez ( in andoid) . I am using android ICS and kernel 3.0 version and i want to back port the latest bluez code and kernel( bluetooth) code in my existing code base. Can you please give me some pointer from