I just found the lib phoneclient.lib and the header file CPhCltUssd.h.
Thanks to this thread.
I cannot find this file CPhCltUssd.h - Nokia Developer Community - Discussions
Now, I tested the...
Type: Posts; User: pascal95abc; Keyword(s):
I just found the lib phoneclient.lib and the header file CPhCltUssd.h.
Thanks to this thread.
I cannot find this file CPhCltUssd.h - Nokia Developer Community - Discussions
Now, I tested the...
It noW asks to integrate with Eclipse IDE.
Doesn't have it an own IDE? Do I first have to install Eclipse??
Can I disable Java permissions question maybe?
Because I then only install trusted...
Offline installer worked.
Downloaded with Firefox and turned off antivirus (Avira AntiVir).
It noW asks to integrate with Eclipse IDE.
Doesn't have it an own IDE? Do I first have to install...
Thank you again!
My internet connection is not very fast and the offline installer package is of course big but I will give it a try...
Some other question: Do you think it is easy to learn...
You are talking about Archived:Phone Client USSD API - Nokia Developer Wiki?
I have never heard of USSD before, just googled it and was astonished - it has a very short Wikipedia entry
Now...
Hello,
with QS60Telephony
(Wiki entry: How to manage phone calls with QS60Telephony)
how can I call *101# for balance (this is a service command to be sent instead of being actually "called")...
Hello,
according to
http://www.developer.nokia.com/Devices/Device_specifications/Nokia_206/
, for the Nokia 206 there is the Series 40 Developer Platform 1.0 available for S40 Java based...
That's a real shame!
Thanks for the info, though.
Hello,
I want to add a menu item in the SMS viewer menu that opens my application when clicked.
How can I modify this menu ?
(Nokia N97)
Thank you.
I am so happy that it worked now!
Here is how I have done it:
- Don't change the pro file, Qt Creator offers possibilites to make these changes to your pro file automatically and properly!
-...
BTW:
I just found the path to the files
C:\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\armv5\lib\
I added them with LIBS+= in my pro file, was this wrong ?
And thank you for your help, I really appreciate this :)
Same linking errors : undefined reference to `RApaLsSession::RApaLsSession()' and the others
Ok, this is good.
Thanks for help :)
Can you specify which to include?
added f32file.h and apgcli.h already
I get errors
undefined reference to `RApaLsSession::RApaLsSession()'
linking errors? how to solve?
Hello,
the title actually says what I want.
Is there a method on how to do so with C++ ?
I have already seen the other threads about it which are too complex for me.
I need some basic about...
Hello.
Thank you, this is now clear how to pass arguments.
Do you know what is the string I have to pass in QProcess.start(??) ? Is it the app name displayed in the programs menu or the uid or...
Hello.
Hello, I tried:
QProcess proc1;
QStringList str1;
str1.append("x1");
str1.append("x2");
proc1.setNativeArguments(arguments); // there is no...