Thanks a lot :)
Best regards
Manuela
Type: Posts; User: manubemanu; Keyword(s):
Thanks a lot :)
Best regards
Manuela
I have already read this document.
Anyway, I have understood that, only if the test notes don't indicate nothing, I have to request a waiver.
The notes under the test that failed said that I have...
Hi all
I have found some informations about express signing but I need confirms before submission:
my application doesn't pass all the tests, for example, it has not an icon, because it can be...
Ok, thanks a lot for your suggestions!
Best regards
Manuela
I have read on the api docs that if I don't need priority for using the video engine, I don't have to include MultimediaDD capability. so I think that it could be possible to make Express signing for...
Thanks Lucian for your detailed answer.
I have splitted the application because the modules could be used in the future for some other applications, but maybe the best solution now is a unique sis...
So, you suggest to make express sign every standalone application that not need specific capability.
I can't make only one express signing for all the modules together, it's correct? I must create n...
Hi all!
I have an application to distribute, so I need to make Express Signing or Certified Signing. It's a little complicated and I don't know the best solution, so I try to explain the scenario....
Ok, I'm trying to use the CTtsUtility as described on your link.
The voice is always the same...the defaultMale...
When I list the languages and the voices, I have only the default voices (male and...
Hi all
I'm using text to speech on my nokia N96. I'm using it in my application, calling this prefix (tts) to read a text.
I have 2 questions:
1) is it possible to use the prefix and to customize...
Yes, I know that's not the best solution...anyway...thanks for the link! :)
BR
Manuela
Hi all!
i have an app running on symbian 3rd. The GUI uses central button, right button and left button. I simulate this key pressing using TKeyEvent (EKeyDevice3 for central button, EKeyDevice1 for...
I have tried with active object.
AOWriter
AOReader
but the elaboration of data need lot of time to be completed and so the list is increased too much and there is a big delay...
Active object...
Hi all
I need a little help about multi thread programming.
My application has two thread.
1) Thread1 receive data from socket and fill a descriptor list
2) Thread2 read single data from the...
Thanks for this code, I'm using it to find the bug.
Using it in my last application, with default stack/heap size (so I know that it gives me the error!), I've found that, when I receive the error...
Ok, I have tried Y-Task, i've seen that I have only 32% of free RAM even if all applications are stopped, this could be a problem?
I have tried also \System folder, but the problem is still there....
Hi all
I've seen a lot of thread about this content, but none has really helped me.
Sometimes, my application gives me this error when I'm accessing audio, or video or image file, reading them from...
Hi all
I have a very strange problem during the installation, I'll try to explain the situation:
I have 2 sis file (PROG1.sis and PROG2.sis ), but I need to create only one sis to install. So I'm...
Ok, RApaLsSession can start the installation successfully.
Now I have to catch the abort on installation process. Is it possible?
so, I download the sis file and I start the installation; I have an...
Hi all
I have an application which must download a sis file and then automatically install it. Using web browser, the download operation is managed and it ends with the request of installation. Is...
I'm thinking that the function doesn't append because I'm checking the content using RDebug::Rawprint() and it doesn't show all the string: now I was checking the size...it seems to be bigger that...
Hi all
I have this piece of code, that append some string to a buffer
HBufC8* NewBuf = HBufC8::NewL(max); //max is the character count, for example 2000
TBuf8<256> tmpB;
for(TInt i = 0; i...
Hi all
I'm listening for received sms on a particular port and everything run ok. Now I have a question about it: is it possible to listen on two different port? I have simply to create an other...
Ok, I will do the ini file!
Thanks a lot!
BR
Manuela
Hi all!
I have an exe witch start on boot and a GUI application witch start on user command from main menu. I've seen the rules for symbian test, so I need to give to the user the possibility of...