Thanks,
Now I got it work with S^1 target, though I still had to patch the Symbian1Qt473 SDK a bit. I copied the following files from N97 SDK:
to Symbian1Qt473\epoc32\release\armv5\lib
-...
Type: Posts; User: mauso; Keyword(s):
Thanks,
Now I got it work with S^1 target, though I still had to patch the Symbian1Qt473 SDK a bit. I copied the following files from N97 SDK:
to Symbian1Qt473\epoc32\release\armv5\lib
-...
No fix to this problem in Qt SDK 1.1 RC, my home screen application crashes when calling createHsWidget :/
But when patching the new Symbian3Qt473 target with homescreen headers&libs, I realized...
Sorry, it builds but does crash.
I'm having problems using the HS Publisher API in Qt SDK 1.1 beta. I've copied the required libraries and headers from N97 SDK to Symbian3Qt472 SDK inside QtSDK and testing this simple example app....
Thanks for replies and the new zip. It was no different from my project as I already fixed the qrc myself. So the problem is it won't build with Qt SDK (1.1 beta). I need to work it around somehow as...
I have the same problem, the app crashes in createHsWidget for no apparent reason. What image location exactly did you change to get it work? The pre-built sis works without problems on my N8.
Thanks so far, no help from other threads though. Maybe I could try building mobility from sources with these instructions and try copying its libs+headers from S^3 SDK to Symbian SDKs under QtSDK...
I'm also porting a WRT app to QtQuick. Are Qt/QtQuick homescreen widgets anywhere in the SDK roadmap (I'm mostly interested in Symbian^3) or am I better off continuing this SDK hacking started by...
Yes, exactly.
Quite weird if it's only me having this problem with mobility in 1.1 TP.
The one and only QtMobility folder I could find under SDK dir is \QtSDK\Symbian\SDKs\Symbian3Qt471\epoc32\data\z\resource\qt\imports\QtMobility
The updated mobility.prf did not fix my build....
There's probably something wrong in my Qt SDK 1.1 TP installation as the KittyApp (code) build fails on Qt 4.7.1 for S^3 target. Seems like mobility is not correctly configured - the build fails in...
Thanks for tip, on my Win7 machine I found it under C:\Users\username\AppData\Roaming\Nokia.
I reinstalled the SDK (just for resetting the Qt Creator settings database) which solved the problem. I think a bug report wouldn't be of much help here as it might be very difficult to reproduce and...
I installed 1.1 TP but when launching the provided Qt Creator it crashes as soon as the GUI is opened. My other Qt Creator installations (versions 2.0.93, 2.0.94, 2.1.81 and the one provided by Nokia...
I have installed Nokia Qt SDK 1.0.2 with remote compiler support but prefer using the latest snapshot of qt creator (currently 2.1.81). Is it possible to add/enable remote compiler support to my...
In case you know some C++ you can write a servlet (an ECOM plugin) to the APIBridge that will read and write preferences to file when requested. Then you can call your servlet via APIBridge and pass...
Thanks for patience, divanov! Now I have my widget running and can concentrate on real issues there, like getting rid of wrt-related code in the widget :)
Maybe I understood incorrectly the...
I rechecked the zip by downloading it from the link and didn't find any references to WebviewTest.h - did you use the updated zip?
Sorry about that, corrected zip now in the same URL, http://bit.ly/aAfKwg . Is there an irc channel to continue discussion? Maybe better to just post here the outcome to this problem once it has been...
This is quite exciting as my build chain gives no errors, even after running clean and deleting the WebviewTest-simulator-build folder, or when creating all new project with the sources. We might use...
How come that the static html works with QWebView::setHtml(...) ? The problem seems to come when using the QWebView::load() function. Anyhow, I uploaded my project zipped here: http://bit.ly/aAfKwg
Thanks for quick reply! I set the NetworkServices and a bunch of other capas allowed for self-signed apps. I tried to load both google URL and my own html-file via qrc. I also modified the html so...
Thanks for answers so far. Problem not yet solved, however.
divanov: I tried this without success. On PC I'm behind corporate firewall but I also ran the program on N97 without proxy and the...
I tried to port my WRT widget to run on QWebKit following this tutorial: http://wiki.forum.nokia.com/index.php/Porting_WRT_widgets_to_Qt_applications
However, the simulator as well as my device...
Thanks Ilkka,
I was just going to reply that today I noticed this duplicate instantiation and tried moving the instantiation to the beginning of my sensor.js file. Now cancellations are successful...