View Single Post
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#546
I thought i had found a way to change the ring tone and also the vibration pattern/strength.

Both are found in the Conversation.qml near the bottom of the file.

Seems changing them doesnt seem to make a difference

Vibration settings

Code:
HapticsEffect {
            id: vibra_msg_received
            attackIntensity: 0.0
            attackTime: 250
            intensity: 1.0
            duration: 500
            fadeTime: 250
            fadeIntensity: 0.0
        }
Ringtone Setting

Code:
//SoundEffect
        Audio{
               id: snd_msg_received

               source: "/usr/share/sounds/ring-tones/Message 1.mp3"
           }*/
WARNING: Make sure to take a backup JUST incase.
__________________
Well Nokia do at least know how to build a decent phone, just apparently don't know how to support it..

N900 Died Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it!


My Contributions

N900 Conversations Wiki Page

Last edited by godofwar424; 2012-05-19 at 19:31.