Re: [android-porting] Re: How to disable Audio Feature in Android /How to build one mininum Android

2011-02-18 Thread 东风31
"android-porting"; Subject: Re: [android-porting] Re: How to disable Audio Feature in Android /How to build one mininum Android That mean, even I enable BOARD_USES_GENERIC_AUDIO := true, I could? see the problem irregularly. On Fri, Feb 18, 2011 at 12:00 AM, wrote:

Re: [android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-18 Thread manish shakya
> > > > Thanks > > Jagan > > > > > > *From:* manish shakya [mailto:manishshakya...@gmail.com] > *Sent:* Thursday, February 17, 2011 8:41 PM > *To:* JAGAN MUTHUGOUNDER (WT01 - PES-MOB-CE Practice); android-porting > *Subject:* Re: [android-porting] Re: How t

RE: [android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-17 Thread jagan.muthugounder
Re: How to disable Audio Feature in Android / How to build one mininum Android I am having same issue.Even I use BOARD_USES_GENERIC_AUDIO, I intermittently get the same issue. On Thu, Feb 17, 2011 at 2:18 AM, Jag mailto:jagan.muthugoun...@wipro.com>> wrote: Define this as part o

Re: [android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-17 Thread Matt Shao
Hi guys: I have tried ani's suggestion. I modify the codec cpp file and change all the read/write register function with fake action and it does work. Now I could bypass this issue and see the home screen. on the other hand, using BOARD_USES_GENERIC_AUDIO also do not work for me.

Re: [android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-17 Thread manish shakya
I am having same issue.Even I use BOARD_USES_GENERIC_AUDIO, I intermittently get the same issue. On Thu, Feb 17, 2011 at 2:18 AM, Jag wrote: > Define this as part of BoardConfig.mk BOARD_USES_GENERIC_AUDIO > > This will enable stub audio and will ensure that your device will > bootup without aud

[android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-17 Thread Jag
Define this as part of BoardConfig.mk BOARD_USES_GENERIC_AUDIO This will enable stub audio and will ensure that your device will bootup without audio support. Thanks Jag On Feb 16, 6:07 pm, Matt Shao wrote: > Hi guys: > >      I am a fresh man in the android and now I am working on a board that

[android-porting] Re: How to disable Audio Feature in Android / How to build one mininum Android

2011-02-16 Thread ani
Android audio use fake device to emulate driver so all the calls to the actual driver should be blocked.So return all the calls to from AudioHardwareInterface file. Emulator also works on the same concept. There should be a better way to stop audio by changing some make files. On Feb 16, 6:07 pm,