Hi,
Sorry for later reply,
I think it would be best way you can submit a case via this link
https://www.developer.nokia.com/Resources/Support/
For more information you could contact via private...
Type: Posts; User: mahbub_s60; Keyword(s):
Hi,
Sorry for later reply,
I think it would be best way you can submit a case via this link
https://www.developer.nokia.com/Resources/Support/
For more information you could contact via private...
Do you have capability in your code if you use Symbian device? If you use Qt then in pro or in Carbide mmp file there should be capability, you can check wiki there are many topics on this or take...
Hi,
Have you tried to get the height of toolbar and placed your Tabbar below it?
Hi,
Have you included Anna style icon in your project?
Hi
Best way to use Qt mobility API.
The class you mentioned is pure Symbian C++ class. That means you need some tricks before using it with Qt.
Take a look in this article ...
AFAIK that is correct. and if you want to sell your app and get money then you need bank account (in IBAN format)
If it is Qt then QTabBar will help you to implement it see http://doc.qt.nokia.com/4.7/qtabbar.html
These are buttonrow as described here http://doc.qt.nokia.com/qtquick-components-symbian-1.1/symbian-components-functional.html
Could you try this.
Check your epocroot by in carbide and in your ($EPOCROOT)\Epoc32\release\GCCE\UREL is there logexample.exe file
In my computer it is
C:\Symbian\9.1\S60_3rd_MR\ is...
Hi,
-So you are receiving all the data byte from remote device and not able to form the QImage? (Can you try to test the code in post #5 in your device and compare with your code)
-What is...
If you use carbide 2.7 then probably trk and for 3.2 it is coda.
Can you try as said in this article?
http://www.developer.nokia.com/Community/Wiki/Debugging_Symbian_C%2B%2B_application_with_CODA_for_Symbian_OS
With Symbian it is possible to put ON/OFF by application, if I remember you need native Symbian API, you can create a suport request to Nokia developer site...
Hi,
Your finding is correct, see my previous msg. I meant Symbian/Qt plugins are not necessary (sorry for the mixed up)
But I heard that for contactless API for Java there is no support in Belle...
Looks to me original question was not clear, anyway have you checked the positioning method enum value in documentation?
Basically by using this you could control positioning source in two...
Newer version of S60 phones are supported by QtMobility 1.2 (that include Bluetooth as indicated by izinin)
Older version of S60 are not supported but there is a public project in project section ...
Coming devices based on (Belle +1) will have support for card emulation mode.
J2ME is the right choice for SE related implementation,
Hi,
I think still it is good to know what is the reason that it is not working? You can create a bug reports at https://bugreports.qt-project.org/secure/Dashboard.jspa
The example I put work in my machine Symbian Belle C7 device, it doe not work in your side?
Hi,
Just wonder what kind of UID (0x..?) and capability you have used in pro file? Could you mention here.
Hi,
From where did you get the code quickhit_iap?
What version of SDK you are using?
I think there was no QBluetooth support in qt mobility 1.0. You can try to call Symbian API from Qt, there are some example in Wiki, try to take a look in it.
I remember there was some call recording application around but not sure if it was supported to that particular phone, I understood platform will make a beep sound in every 10 seconds to indicate...
Hi,
It looks to me there is no error in Camera API, it works as it should be.
Probably we are not using the focus locking feature properly.
I modified the Qt mobility example as you have...
Hi,
What are you trying to achieve? I mean could you describe your use case one more time? If you use Qt and Qt supported mobile phone then post # 5 should solve your problem.