I'm trying to verify account with our company Publisher ID. Getting this:
"This Publisher ID has been used to verify another account already. Please use another Publisher ID."
The thing is that...
Type: Posts; User: titanic2; Keyword(s):
I'm trying to verify account with our company Publisher ID. Getting this:
"This Publisher ID has been used to verify another account already. Please use another Publisher ID."
The thing is that...
I've seen this example. It is still missing the part when you save multiple images. Namely it seems that you have to retrieve image from Camera, rename and save it manually.
Hey, can you share the full code how you got it working? I'm trying to get saving images from QML Camera working as well. It seems that Camera only saves preview image to C:\Data\Images\image.jpg ....
I'm trying to read IMSI value from the Nokia N8 device with SIM card. DeviceInfo.imei returns the imei value of the device, but DeviceInfo.imsi doesn't return anything. Wonder what could be wrong?
...
Hey, this Qt.openUrlExternally("sms:123456789" + "?body=" + "bodytext") worked fine on my Symbian N8 phone. Bodytext was correctly placed into message body. Thanks for the hint!
Trying to debug a simple project via Qt Creator 2.0. When I try to debug it on HW (N900), I'm getting this error:
Unable to start gdb...
Hello everyone,
I'm trying to run a simple project from Qt Creator on a connected N900 hardware via MAD Developer application. Just like the manual says. Project runs fine in simulator, but when...
Do you mean a DLL? TARGET and TARGETTYPE keywords in your project MMP file might help you with this.
Ok, I have updated webserver to the latest one, and it seems to be working now. Thanks!
And no, configuring of the anonymous user actually didn't helped - website still asks for authorisation before displaying any content. So, original question is still valid - is it possible to avoid...
Hmm, I think I have solved this. I just had to adjust access rights for Anonymous user, and now it seems to work ok.
Is there any way to configure mobile web server to allow guests access the webpage without authorization? It is very annoying to ask my guests to authorize themselves.
Thanks :)
Correct me if I'm wrong, but there is no simple way of closing Avkon dialog from the code, if the dialog expects some user input. You could try emulating softkey presses, but that would be a bit...