<div dir="ltr">On Wed, Aug 6, 2008 at 3:40 PM, simarillion <span dir="ltr">&lt;<a href="mailto:simarillion@gmx.de">simarillion@gmx.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wednesday 06 August 2008 20:20:29 Angus Ainslie wrote:<br>
&gt; Where is the FSO ring tone saved ?<br>
&gt;<br>
&gt; Angus<br>
<br>
</div>I think it&#39;s /usr/share/sounds/<br>
But I&#39;m not sure.<br>
</blockquote><div>&nbsp;</div><div>Thanks , <br>
<br>
Thats exactly where it is.<br>
<br>
/usr/share/sounds/Arkanoid_PSID.sid<br>
<br>Now to change it is a little bit of fun. <br><br>first in <br><br>/usr/lib/python2.5/site-packages/framework/subsystems/oeventd/receiver.py<br><br>Change the line that reads:<br><br>decoder = gst.element_factory_make( &quot;siddec&quot;, &quot;decoder&quot; )<br>
<br>to <br><br>decoder = gst.element_factory_make( &quot;mad&quot;, &quot;decoder&quot; )<br><br><br>and change the line that reads:<br>
<br>
filesrc.set_property( &quot;location&quot;, &quot;/usr/share/sounds/Arkanoid_PSID.sid&quot; )<br><br>to<br><br>filesrc.set_property( &quot;location&quot;, &quot;/usr/share/sounds/ringtone&quot; )<br><br>Then<br><br>mv /usr/lib/python2.5/site-packages/framework/subsystems/oeventd/receiver.pyo /home/root<br>

<br>then reboot the phone ( I&#39;m sure there&#39;s a better way to regenerate receiver.pyo but I don&#39;t know it )<br><br>Now you can link /usr/share/sounds/ringtone to any mp3 and that will be your ringtone<br><br>Angus<br>
 </div></div></div>