Hi, I've received an email from someone who was quite happily using my app on his 701 running Belle. He upgraded to FP1 and now says it's no longer working. He's quite insistent it's fixed.
I know the bit of code that doesn't work, but as it works on my N8 and I can't get access to a 701 running Belle FP1, I'm not sure where to start, Anyone got any pointers?
It's a bog standard signal firing on the network name change.
ThanksCode:connect(sysInfo,SIGNAL(networkNameChanged(QSystemNetworkInfo::NetworkMode,QString)), this,SLOT(networkNameChanged(QSystemNetworkInfo::NetworkMode,QString))); void MainWindow::networkNameChanged(QSystemNetworkInfo::NetworkMode mode,const QString &text) { ui->NetNameL->setText(text); }


, but testing today on the remote devices, no Belle FP1 (SW 112.10.1404) will report the Network Name. I think it's a bug in FP1, I've rewritten the code in every way I could think of, plus tried all the demos I could find on the web, none of which reported the network name on any of the FP1 demo phones. 


