Hi Yucca,
Thanks for your answer. I searched in all related audio documents in forum nokia but I found nothing ...
I read some documents, such as the last know issues: ...
Type: Posts; User: bernie31; Keyword(s):
Hi Yucca,
Thanks for your answer. I searched in all related audio documents in forum nokia but I found nothing ...
I read some documents, such as the last know issues: ...
Hi,
I would like to play a wav file during a call.
I managed to do it (with CMdaAudioPlayerUtility API) on Nokia 6670 (OS 7.0) but on Nokia 6680 (OS 8.0), it doesn't work even if the...
Hi,
Yes, you can do it with an exe project.
Bye,
Bernie
Hi,
This is an example how to lock the keypad :
#include <AknKeyLock.h>
RAknKeyLock keypad;
keypad.Connect();
Hi,
I have an useful example. If you want that I send you, please send me an email.
Bye,
Bernie
Hi wizard_hu_,
Can you give me a piece of code, to see how to use DDA Rotator. Because, I tried to use CBitmapRotator :
http://discussion.forum.nokia.com/forum/showthread.php?t=78470
But it...
Hi,
I've never done this before, but I know that is it possible.
You can check the application "ContextPhone", which displays some graphics on main screen.
...
Hi,
I have a bmp image and I want to rotate it.
I try to do by the following code but the image is unchanged. I don't understand why it doesn't work.
Thank you very much for your help.
Hi,
Thank you for your reply.
I downloaded the application and I tried it on Nokia 6680. But for the OS version, it shows 1.02(438). And I would like to retrieve for example "6.1", "7.0" or...
Hi,
I would like to know how can I retrieve the OS version of the device ?
Because I searched but I found nothing.
Thank you very much.
Bernie
Hi,
I would like to create my own Setting Item, which is close to Time Editor Setting Item.
In fact, I want to create a setting item like Time Editor Setting Item but without "AM", so something...
Hi
Which IDE did you use ?
I had a similary problem (with Builder C++) when I added a lot of languages ... I fixed it by compiling with dos commands :
bldmake
abld build
...
Hi mopa,
You can find it here :
http://www.cs.helsinki.fi/u/mraento/symbian/keycapture.html
Hope it will help you,
Bernie
Hi,
I had the same problem. To retrieve the whole message, you have to use this :
CSmsClientMtm * ptrSmsMtm = static_cast < CSmsClientMtm * > ( iMtmReg->NewMtmL( KUidMsgTypeSMS ) );
...
Thank you very much !
Hi,
I am trying to compile my project like this :
>bldmake bldfiles
And
>abld build
Hello,
I have an application which retrieves the MMS and now I want to open this MMS.
It is possible to make a simple MMS viewer ? Which API can I use ? How can I use the MMS editor embedded ?...
Hi,
I use this code to delete SMS :
CMsvEntry * entry = iMsvSession->GetEntryL( aIdFolder ); //The folder where is the SMS
CleanupStack::PushL( entry );
CMsvEntrySelection *...
Hi Yucca,
You have to compile your player with the SDK : 2nd Edition Feature Pack 3. It will works on old phones too. But this SDK had a trick ...
Hope it will help you,
Bernie
Hello,
I would like to read a file with TFileText. It works for the first line but after, it reads nothing.
RFile filesave;
filesave.Open(fsSession, nameFile, EFileRead);
Hello,
I am writing some information in a text file, but I don't know how to make a carriage return. In fact, when I use the method Write(..), the text is in the same line.
RFile fileSave;...
Thank you Mateen Maldar,
Did you see a similar problem ? Because, I don't understand why it doesn't diplays the good message. It display a transparent layer only, but not my CAknConfirmationNote....
Hi,
Do you use Symbian 6.0 or Symbian 6.1 ? In Symbian 6.1, this API exists and it is public. In Symbian 6.0, I don't know ...
Bernie
Hi,
Exactly, I put the code inside the ConstructL of the Container of the view.
Thank you
Hi,
Thank you very much for your answer. But, I tried to put the code inside the ConstructL of the view, and it displays a transparent layer (without message) during one second.
Bernie