Hi,
I am doing qt / symbian application for symbian^3 devices, using carbide IDE.
When i tried to debug app on n8 i get kern exec 61. TRK is installed on device and also configured on debug ...
Type: Posts; User: swarupk2007; Keyword(s):
Hi,
I am doing qt / symbian application for symbian^3 devices, using carbide IDE.
When i tried to debug app on n8 i get kern exec 61. TRK is installed on device and also configured on debug ...
For the time being I added path to generated MMP file and tht solved the problem. However it should work when we add path to .pro file.
Here are some of the errors :
Can't find following headers in System Include Path
<_ansi.h> <sys\time.h> <limits.h> <sys\types.h> <limits.h> <limits.h> <limits.h> <limits.h> <limits.h>...
ohh actually it got added which posting it here it isnt present in code
Hi I have created qt mobility project and want to build it for symbian device.
The project builds successfully for Qt simulator . But when i build it for symbian device it gives
header files not...
thanks ,
its updating to symbian 3 support :)
Hi,
I want to develop application for symbian3 devices. I have installed NokiaQtSDK 1.0 which is having symbian S60 5th edition support.
Anyone knows how to configure Symbian3 on NokiaQtSDK 1.0
Hi,
I am trying to build facebook example for simulator but unable to build as libqfacebook.a file is not generating when corresponding lib project is build. I got facebook example src from link :...
I am showing a horizontal list in icon view.
i am setting item right border color for showing list item separators effect. However this affects the item selection background color, as it doesn't...
Problem resolved :) I used Layout->setAlignment();
Arranged labels at center position.
However in other screens it becomes difficult to manage spacing between widgets using layouts.
Hi,
How to position widgets relative to screen ?
I want to position two label controls at some fixed position.
I have used setGeometry function but second widget is positioning correctly.
Here...
Yes GCC UREL 5th edition
No i have removed the actual UID from this post :)
I am using certificate for signing which is valid. I am getting error 'unable to install' on 5th edition and access error on 3rd edition.
However code is written and compiled for 5th edition. As...
I am installing it on 5th edition phone n97. In d drive of device because sample app is having that as destination path and suggested not to change that as stated in comment :
;Here goes the...
This is the content of mmp file of Apibridge plugin and widget installer :
TARGET WgzInstaller.exe
TARGETTYPE exe
//TODO: Your UID2 here should replace 0x12345678
UID 0 0x12345678
...
Even if I commented that lib installation line i get same error.
I have created the lib and invoked some methods from lib file in plugin Dll , does it required to be installed on device ??
Hi,
I have created a sample apibridge plugin and a widget for invoking that plugin.
It is working fine on emulator. I have created sis using wgzinstaller sample app provided in API Bridge...
anything like push registry in MIDP ??
In this case i will need to monitor calender events for reminder, if I am not setting alarm. I need to know if there is any solution which will not require to create back-end continuous running...
Hi,
is there any API that will allow me to set to run an app when calender reminder event occurs.
This should occur independently once app and reminder is provided.
In my case i want to create service and it should get automatically invoked. For that i want to set timer for the service that i have created.
No application will invoke the service.
Hi Skumar,
Can u please provide any example link or hint for this......
Hi,
Can we create background service and callback some function from it based on timer.
I want to do this in S60 5th edition.