2010年04月21日 23:40:12 Symbain第三版中修改铃声 1、在3rd中如何设置铃声:MProEngEngine* engine = ProEngFactory::NewEngineL();CleanupReleasePushL(*engine);MProEngProfile* activeProfile = engine->ActiveProfileL();CleanupReleasePushL(*activeProfile);MProEngTones& tones = activeProfile->ProfileTones();_LIT( KToneName, "C://Data//Sounds//Digital//Pokiri.mp3" );TInt error = tones.SetRingingTone1L(KToneName);activeProfile->CommitChangeL();CleanupStack::PopAndDestroy(2);