Reply
Thread Tools
Posts: 22 | Thanked: 9 times | Joined on Jun 2012
#1
I might be very late to ask this question. During compilation of FM Radio for Nokia N9 i am getting this error. Is there a way to fix it?

defaultServiceProvider::requestService(): no service found for - "com.nokia.qt.radio"

My code is:

radio = new QRadioTuner;
connect(radio, SIGNAL(frequencyChanged(int)), this, SLOT(freqChanged(int)));
if (radio->isBandSupported(QRadioTuner::FM)) {
radio->setBand(QRadioTuner::FM);
radio->setFrequency(yourRadioStationFrequency);
radio->setVolume(100);
radio->start();
}
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:02.