If anything, I've created c# USSD converter. It's located here:
https://github.com/marko901/C--USSD
Type: Posts; User: amrok90; Keyword(s):
If anything, I've created c# USSD converter. It's located here:
https://github.com/marko901/C--USSD
Hello!
I've found this thread
http://www.developer.nokia.com/Community/Discussion/showthread.php?55803-How-To-Use-cusd-At-Commands
But when I use as described there I get following error.
at...
So it actually gives no result for the numbers like "7898*" but for the others it works.
Hello dear developers!
I have this code. It gives empty result in spite there are contacts with specified phone number.
RPbkViewResourceFile rfile (*CCoeEnv::Static());
rfile.OpenL();...
I use this example to show global query:
http://www.developer.nokia.com/Community/Wiki/Showing_a_global_confirmation_query_using_CAknGlobalConfirmationQuery
Forgot to say:
dialog 2 is of type CAknGlobalMsgQuery.
Hello!
There is the following situation:
an application may receive event at any time and has to show a dialog. If at the moment there is an open dialog (dialog 1) the new one (dialog 2) is shown...
Well, I've fixed that by changing "2012-10-29 11:48:34" to "2012-10-29 11:48.34".
Hello!
Got some strange error:
time.Parse(data);
Gives me KErrGeneral (-2) when parsing "2012-10-29 11:48:34". In documents it's written:
KErrGeneral indicates that the time or date value is...
Hello!
There is a program which realizes VoIP calls. If BT headsed is used with it, sometimes the sound disappears if the talk lasts more then 30 seconds. Looks like it is buffered or something,...
Hello!
I use OpenSSL 9.8.0g in Symbian. How can I determine what random number generator is used in it? I suppose the RNG from rand_unix.c but am not sure if this is true. While porting library to...
You may try this:
http://www.developer.nokia.com/Community/Wiki/TSS000432_-_Utilising_media_keys
Hi!
Yes, you are right! I've found that indicator (TP-UDHI) description in Technical realization of the Short Message Service (SMS) at 3gpp.org (http://www.3gpp.org/ftp/Specs/html-info/0340.htm).
Hello!
I've recently discovered that on some systems a specific port can be used for sending/receiving SMS messages (in Symbian, Java). But in AT commands there is no such thing as port, it's not...
Hi!
Yes, you are right, I think I just hurried too much and didn't notice the required option.
Hi!
Thanks for your reply. I've changed the approach and took only the functionality from OpenSSL I actually needed (did not port the whole library). Besides, I've used the earlier version of...
Hello!
This thread is a bit outdated, but still I had to port OpenSSL to Symbian so it was quite useful. Anyway, I've already ported the library and compiled my application with it. I've installed...
Hello!
I use CAknDoubleGraphicStyleListBox and mark some items in it. For example, item number 1 is marked (index 0). Later comes item, which is inserted into list at the first position. Current...
Hi!
Yes, I've used this example
http://library.developer.nokia.com/index.jsp?topic=/S60_5th_Edition_Cpp_Developers_Library/GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6/html/Lists_API4.html
It is...
It's just because I cannot find any example of successful use of this feature. Maybe you know some?
Well, the program is too complicated, I use on-device debugging.
This feature seems to be not much documented so I thought, maybe somebody have done it before on FP2 devices.
Hi!
I actually install the same sis file on both FPs. The sis is compiled for FP2.
Thanks.
Hi!
I need to port liblfds to Symbian. According to documentation, the following functions are required for this:
To port liblfds, the target platform must provide;
atomic single-word...
Hi!
Yes, vineet.jain, I've set the EAknListBoxMarkableList flag
iUsersListBox->ConstructL(this, EAknListBoxMarkableList);
then i use this to create icon. Occasionally the mask of the first...
Yes, teemup, that's right.