Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

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

    Reply
    nauman.altaf | # 1 | 2013-07-04, 16:01 | Report

    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();
    }

    Edit | Forward | Quote | Quick Reply | Thanks

     
vBulletin® Version 3.8.8
Normal Logout