How to use symbian c++ APIs in Qt Creator?
Type: Posts; User: ioricat; Keyword(s):
How to use symbian c++ APIs in Qt Creator?
I can not find any bluetooth lib in Qt. Should I have to use S60 sdk to develop bluetooth app? Is there any hint ? code example would be better. thanks.
my platform is Symbian^3, my device is Nokia...
I can not find any bluetooth lib in Qt. Should I have to use S60 sdk to develop bluetooth app? Is there any hint ? code example would be better. thanks.
my platform is Symbian^3, my device is Nokia...
Thank you.
Which checkbox?
http://www.catinred.org/snap.jpg
And what privilege should the app accquire to read/write in the private directory ? I have to sign to app.
I want to implement a private directory in my app. All the files in this private directory are encrpted. And user would asked to provide the right password to access them. Here is my question:
1....
I want to implement a private directory in my app. All the files in this private directory are encrpted. And user would asked to provide the right password to access them. Here is my question:
1....
But I have no device connected to my laptop, and I get this error when I try to run.
"Unable to acquire a device for port ''. It appears to be in use."
There is no error but some warning. the App is running in the device connected with cable after I click Run. But I want to run the sis on another phone connected by Bluetooth. I have to put the sis...
I can not find the target sis file in the source dir. Where is it after building?
yes, I am running the test on my Nokia E7 (Symbian^3 platform)
I just make a MyListView class, inheriting QListView. ( from the imageguesture example code.) and enable gesture by adding grabGesture function. here below is my code. But it does not work as...
my PERL is installed in c:\perl, and i can call it right from command prompt wherever i am in,even in disk D.
and it is my PATH ENV below:
C:\Documents and Settings\ming>echo %path%...
I am using windowsxp sp3.
I set up the s60 dev environment with the following steps:
1. JDK1.6 is already installed.
2. install ActivePerl5.6.1.635
3. install S60_3rd_Edition_SDK_Feature_Pack_2_v1_1_en.zip.
4. install...