Hi Dude,
i want to implement FM Radio receiver and transmition in my application .
Is FM accessible functionality is supported in nokia public sdk Nokia_Symbian3_SDK_v1.0.
Plesae tell me if there is any example for the same.
Thnaks,
Hi Dude,
i want to implement FM Radio receiver and transmition in my application .
Is FM accessible functionality is supported in nokia public sdk Nokia_Symbian3_SDK_v1.0.
Plesae tell me if there is any example for the same.
Thnaks,
API reference would be here: http://doc.qt.nokia.com/qtmobility-1...adiotuner.html
some kind of example is here: http://doc.qt.nokia.com/qtmobility-1...radio-cpp.html
never tried that API thus would not know how well it would work.
i want to it with symbian not with Qt.
is it poosible with symbian core api.
The tuner.lib for normal radio applications is not available on S60 devices, anyway there appears to be some kind of Tuner Utility API in the API plug-ins, have not checked it, but you could see what it includes: http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in
if there is no API with the API plug-in, then you could always try contacting paid technical support to see whether there would be any usable API. anyway as said tuner.lib related APIs will never work, thus I would not be too hopefull on getting this working with Symbian, at least with older devices.
Qt on Symbian is implemented in Symbian. Technically it should be possible to extract the API, assuming that the Mobility Pack is open source. Which is not sure, but may happen.
Also, it is possible to dig into the ex-open source parts, dumped to http://sourceforge.net/projects/symbiandump/files/, oss+FCL+sf+app+radio.hg may be the application, though I would not expect too much from its 1 mb size. Perhaps it references to other components which may or may not be accessible (for example there is no file containing 'tuner' in its name, but the way of include-ing headers may reveal the related package)
The FM transmitter is a rather different thing, it may or may not be present somewhere else.
how open connection with fm and how search the station in fm.
is there is any sample code for the same[tranmition and receiver].