10.12.05Tweaks SMP : Sounds Parameters
You can use a script to modify the sounds or vibrations of your smartphone.
This script explain to your smartphone what he will have to do and how he will have to react when something happend on your phone.
If you already used some sounds tweaks on this website (if no, it’s time now
), you have surely created some scripts.
And you have seen that : Each time, they are using a parameter line.
Now, I propose you the details of the 5 most important parameters :
the a means : Beginning of the reading loop.
the r means : Return to the beginning of the reading loop.
the p means : Play the sound
the v means : Vibration
the w means : Wait or Pause
It’s possible to add durations ( in seconds ) to those parameters (the value 0 represent a duration inferior to 1 second and not 0 second).
The p parameter (play the sound) « will not react » if you have selected the silent profile.
Some examples:
If we want that the SPV vibrate 3 times (with vibrations duration of 1 second and in waiting for 2 seconds between each vibrations) and after that it play 2 times the sound ( in waiting 1 second between each sounds) when you receive a message, we will use the following script : av1w2v1w2v1pw1p
Explanation of this script :
a
I begin to read the sequence
v1
vibration for 1 second
w2
stop for 2 seconds
v1
vibration for 1 seconde
w2
stop for 2 secondes
v1
vibration for 1 seconde (the 3rd time)
p
play the SMS sound
w1
stop for 1 second
p
play the message sound
If you have selected the « normal » profile, this script will react exactly like described below.
If you have selected the « silent » profile, the script will not take into account all the parameters p to respect the silence that you wanted.
If you want that your SPV play the ringtone in using a loop when you receive a call, you can use this script : apr
Which means :
a
I begin to read the sequence
p
I play the ringtone.
r
I come back to the beginning of the sequence (then to the a )
Regarding the situations (new messages, ringtones, alarms, …), the smartphone has not always the same reaction for the same script.
I have noticed that :
It’s possible to stop a ringtone script by a keyboard action even if you’ve got a looping script (seems to be quite normal for me).
It’s possible to freeze your phone when you receive a message if you used a looping script; your smartphone will never stop except on rebooting it ( not so fine this time ).
That’s all for the moment.
Now, You should be able to write some little scripts to customize your SPV sounds.
Good Tweaks
Ok.
I have to inform you that :
A modification of the registry can damage the fonctionnement of your smartphone. ![]()
Then :
All the tweaks that I propose you are tested before to be posted on the forum.
Then you will have no problem with those tweaks if you apply exactly what I wrote during the tutorials. ![]()
I will not be responsible for some damages on your smartphone if you are not following exactly the instructions of the tutorials; even for « light » or « heavy » modifications.

Leave a Reply