detronizator
11-16-2009, 12:41 PM
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
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
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
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
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
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