Hi Ranganath, I dont know about the AW chip but you can use the above mentioned framework for your chip with little modifications as below
Is your FM driver is a V4L2 compliant driver? if yes then you can use the complete FM package as is without much modifications If your FM driver is not a V4L2 then you need to modify the JNI part of the FM package means you just needs to rewrite the FM/service/src/jni/JFmRxNative.cpp file for your driver Regards Manju On Wed, Mar 21, 2012 at 9:13 AM, Saravanaperumal Annamalai < [email protected]> wrote: > Hi Ranganath, > You might also check this link if the FM chip is Si Labs > one. > > http://mmbtools.crc.ca/content/view/53/33/ > > > Regards > Saravana > > > > On Wed, Mar 21, 2012 at 12:37 AM, halli manjunatha > <[email protected]>wrote: > >> Hi Ranga, >> >> As for I know you wont find a standard API set for FM radio in >> Android, cos Google doesn't supports FM by default and so all the >> vendors are using there own home brew FM framework. >> >> One such thing is Texas Instruments FM radio solution below links give >> you the details >> >> 1) driver - >> http://git.omapzoom.org/?p=kernel/omap.git;a=tree;f=drivers/media/radio/wl128x;h=231954bbc6a9e234cc2bfca53eb02f28b7a7d407;hb=460374248586421260dbffca91454907ff8c5ada >> >> 2) FM framework - >> >> http://git.omapzoom.org/?p=platform/hardware/ti/wpan.git;a=tree;f=tools/FM;h=3f950c8b2e0cae5f540caabb58a7f114cc78bb8f;hb=bebfa00ede52e48e205c9c8de4012b52184a9214 >> >> Regards >> Manju >> Regards >> Manju >> >> On Tue, Mar 20, 2012 at 2:05 AM, Ranganath TM <[email protected]> >> wrote: >> > Hi All, >> > >> > I am trying to port an FM in android GB, along with my application for >> > AWNH580(Azurewave FM hardware module), but to write an application >> > I don't have any specific API. >> > >> > please help to write an application and to port the FM module. >> > >> > Thanks, >> > Ranga >> > >> > -- >> > unsubscribe: [email protected] >> > website: http://groups.google.com/group/android-porting >> >> >> >> -- >> Regards >> Halli >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting >> > > > > -- > Regards > Saravana > -- Regards Halli -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
