This page was last modified 17:12, 23 June 2008.
How to retrieve the ringing tone 3rd edition, FP1 using the Profile Engine Wrapper API?
From Forum Nokia Wiki
The required library is ProfileEngine.lib
The required header files are: mproengengine.h, proengfactory.h, mproengprofile.h, mproengtones.h
MProEngEngine* engine = ProEngFactory::NewEngineL(); CleanupReleasePushL(*engine); MProEngProfile* activeProfile = engine->ActiveProfileL(); CleanupReleasePushL(*activeProfile); MProEngTones& tones = activeProfile->ProfileTones(); // the ringing tone file name can be retrieved from calling tones.RingingTone1(); CleanupStack::PopAndDestroy(2);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JSR 179 problem | chesschi | Mobile Java General | 1 | 2007-09-13 00:55 |
| Ok, so I bought a 7610... | audioslave | General Symbian C++ | 1 | 2004-06-15 12:41 |
| 3rd edition Compatability | dave-rv | General Symbian C++ | 3 | 2007-09-11 11:09 |
| S60 FP1: How to get notified of headset connection | lapetron | Symbian Networking & Messaging | 1 | 2007-12-28 13:59 |
| Vibration Profile Setting on 3rd Ed | dangeross | General Symbian C++ | 6 | 2008-08-01 02:51 |
