I've the same version of IAP and I've some problem with the requestId. I'm running multiple parallel requests from the same IAPClient (six requests, I have 6 products). productDataRecived is emitted...
Type: Posts; User: breezeight; Keyword(s):
I've the same version of IAP and I've some problem with the requestId. I'm running multiple parallel requests from the same IAPClient (six requests, I have 6 products). productDataRecived is emitted...
Can not I compile with raptor using the binary version of qt 4.6.3 distributed with the SDK and the smartinstaller?
I've solved using OVI_06-28-2010.crt as Custom Certificate and OVI_06-28-2010.key as key file and changing the date on my phone because my certificate is expired after only 3 months.
As a general...
Hi,
I want to sign a qt application. I registered an I've got:
- Developer Certificate Key Pair
- Developer Certificate Installer
- 5 Nokia assigned UIDs
In the zip provided there isn't a crs...
Hi,
I would like to test a qt application. Could we try with a demo from the qt sdk?
Hi,
I've just seen that raptor tool chain is compatible with linux and gerally faster than abld. Is it possible to publish an app build with raptor on the ovi store?
I'm using Nokia SDK. The updater tool is still using 1.0.1. How can I update to the new release?
I'm also using nokia smart installer, does it work with the 1.0.2 release?
I've just used native symbian code mixed with qt code. It's easy, see here:
http://stackoverflow.com/questions/3231499/make-a-phone-call-with-qt-4-6-3
Try to use something like this:
void MyWebView::keyPressEvent(QKeyEvent *e)
{
if (e->key() == Qt::Key_Down)
{
bool b = page()->focusNextPrevChild (true );
qDebug()...
Do you have some link that works for you? I need to use a specific SDK? Now I'm using the one shipped with NokiaQtSdk 1.0
I has to work in N97 and E71
Hi,
I need to trigger a phone call from a Qt application. I looked to previous post without find a complete answer.
I need to make it with qt 4.6.3. I'm quite new to symbian development, I'm using...
I've fixed the problem. The patch is OK.
My problem was related with some of this file that are not properly deleted when I cleaned up the directory project.
I've just applied the fix described in the fix but it still doesn't work. I have the same problem with headers not found. In the bug log there is a strange comment from Liu XiaoGuo:
Anybody...
Hi,
I'm interested in the porting of google protocol buffer. Are you still working on it?
I could help you.
Nicola
I had a similar problem. I solved installing Qt after the SDK.
Nicola