View Single Post
detronizator's Avatar
Posts: 28 | Thanked: 3 times | Joined on Sep 2009 @ London
#1
Hello.
I'm facing a weird problem.

The SDK 1.0 (and the 1.0-update1) brought us a big deal of stability. That's cool!

But there is something weird going on in the Qt area.
I have a simple browser up that I built for experimentation purpose and I'm unable to get connectivity. I didn't try to open QSockets directly, so I don't know if it's only a problem for QWebKit (that I'm using of course) or something else.

What happens his:
1) I create the QWebView
2) I load a URL (tried different of them)
3) Messages appear on the console (I'm using /scratchbox for this):
With 4.5
Code:
QMaemoInternetConnectivity has received an error message. 
Name:  "org.freedesktop.DBus.Error.ServiceUnknown" 
Message:  "The name com.nokia.icd was not provided by any .service files"
With 4.6
Code:
QMaemoInternetConnectivity has received an error message. 
Name:  "org.freedesktop.DBus.Error.ServiceUnknown" 
Message:  "The name com.nokia.icd was not provided by any .service files" 
NOTE: Please ignore this error message if you are running your application in scratchbox 
Warning: Qt GConf backend has got a NULL value for the key: "/system/osso/connectivity/IAP/last_used_network" 
QMaemoInternetConnectivity has received an error message. 
Name:  "org.freedesktop.DBus.Error.ServiceUnknown" 
Message:  "The name com.nokia.icd_ui was not provided by any .service files" 
NOTE: Please ignore this error message if you are running your application in scratchbox
Anyone is having the same problem out there?

Didn't try yet on hardware, though.

Thanks
 

The Following User Says Thank You to detronizator For This Useful Post: