it goes on ... so isn't better carry on symbian apps?
Type: Posts; User: smitis; Keyword(s):
it goes on ... so isn't better carry on symbian apps?
Hi,
What do you think? Is advisable develop apps for harmattan or is it really "dead" platform?
THX
btw is advisable develop apps for harmattan or is it really "dead" platform?
Hi,
it is possible to transform OS in Nokia N9 to symbian belle or anna ???
THX
I've try this but it not working in my project. Qt doesn't know qmdisplaystate.h ....
Hi,
Is there some way how to in Qt turn display off???
Thx
Hi,
When I have 2G mode max range from output is 19.62 and when I have 8G mode max range from output is around 78.8. But It seems that there is no difference between measurement because the value...
Its working. But when I have 2G mode max range from output is 19.62 and when I have 8G mode max range from output is around 78.8. But It seems that there is no difference between measurement because...
Hi,
I want to use accelerometer like crash detector. But 2G mode is too small. I've read that accelerometer in my N8 has two output ranges: -2G to +2G (with an accuracy value of 0.015G) or -8G to...
hmm ... so why is there this methood setConnectivityMode ???
Hi,
How can I use QGraphicsGeoMap in offline mode? This is part of my code:
QGeoServiceProvider *serviceProvider = new QGeoServiceProvider("nokia");
QGeoMappingManager *manager =...
Works fine .. thanks ! :)
Hi,
I am developing app where I need have disabled auto lock and turning off display. How can I do this? Sorry for english.
THX
Hi,
Is there some way how to add 3 softkeys to softkey bar? When I use this :
QAction *exit = new QAction(tr("Exit"), this);
exit->setSoftKeyRole(QAction::NegativeSoftKey);
...
Hi,
I have a question. I want to delete sms from mobile by means of classes from Qt mobility. Is there any way how to do it or do I have to use Native API?
THX.
this is ok ..
well, let's go for it otherwise. Where I've made mistake? The root of my problem is that I am trying to develop very simple application which will manipulating with sms outside my app. First I wanted...
I found that compilator completely ignores in .pro file this --> LIBS += -lmsgs -lsmcm -lgsmu -lmtur -lsmcm_gsm
I added -lsmcm_gsm to .pro but nothing changed
When I start to write #include <smsclnt.h> I can see that Qt knows about this class. But when I start compile there are errors. Don't understand ...
I have in my .pro this --> INCLUDEPATH += "D:\\QtSDK\\Symbian\\SDKs\\Symbian3Qt474\\epoc32\\include" ... there is smsclnt.h but I dont know why it ignoring includepath or what ...
I did everything what u've wrote, still errors, here is full compile output:
http://pastebin.com/2jRgGqT1
ok I have changed target to symbian device and it looks better but still have 3 errors :
FAILED compile for arm.v5.udeb.gcce4_4_1: smshandler.cpp
mmp: MessageExample1_exe.mmp
...
all those libs I have in my Qt SDK. This is my compile output:
09:18:24: Running build steps for project MessageExample1...
09:18:24: Configuration unchanged, skipping qmake step.
09:18:24:...
But I think that in .pro file compilator ingnore this --> LIBS += -lmsgs -lsmcm -lgsmu -lmtur because I have in my project included smshandler class but how I wrote compilator ingnore all this...