<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Stephen Evanchik</title>
  <subtitle>A random act of software</subtitle>
  <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2006/05/ringtones-my-razr-v3-linux.html"/>
  <link rel="self" type="application/atom+xml" href="http://stephen.evanchik.com/node/43/atom/feed"/>
  <id>http://stephen.evanchik.com/node/43/atom/feed</id>
  <updated>2006-11-12T18:27:44-08:00</updated>
  <entry>
    <title>Ringtones on my RAZR V3 in Linux</title>
    <link rel="alternate" type="text/html" href="http://stephen.evanchik.com/blog/2006/05/ringtones-my-razr-v3-linux.html" />
    <id>http://stephen.evanchik.com/blog/2006/05/ringtones-my-razr-v3-linux.html</id>
    <published>2006-05-16T21:18:22-07:00</published>
    <updated>2006-11-12T18:27:44-08:00</updated>
    <author>
      <name>Stephen Evanchik</name>
    </author>
    <category term="Linux" />
    <summary type="html"><![CDATA[	<p>I just got a Motorola <span class="caps">RAZR</span> V3 when I changed my cellphone plan. It is a really nice phone that I can connect to my computer using a <span class="caps">USB</span> cable. I decided that I wanted a custom ringtone instead of the default. It&#8217;s not a difficult process at all but there is a lot of information scattered around the Intarweb that makes it difficult. Here is my summary process:</p>

	<ol>
		<li>Find something you want to use as your ringtone. It can be an mp3 or wav file or whatever.</li>
		<li>Convert to wav file if its not already there, minimal survival command: <code>mplayer -ao pcm filename.mp3</code>. You should now have a <strong>audiodump.wav</strong> file.</li>
		<li>Download and use <a href="http://audacity.sf.net/">Audacity</a> to cut the audiodump.wav to about 20 seconds (mine is 18)</li>
	</ol>
	<ol>
		<li>Save the clipped wav file and then encode it to mp3, minimal survival command: lame -b 64 -s 44.1 -mm &#8212;tt &#8220;Title&#8221; cutsound.wav output.mp3</li>
	</ol>    ]]></summary>
    <content type="html"><![CDATA[	<p>I just got a Motorola <span class="caps">RAZR</span> V3 when I changed my cellphone plan. It is a really nice phone that I can connect to my computer using a <span class="caps">USB</span> cable. I decided that I wanted a custom ringtone instead of the default. It&#8217;s not a difficult process at all but there is a lot of information scattered around the Intarweb that makes it difficult. Here is my summary process:</p>

	<ol>
		<li>Find something you want to use as your ringtone. It can be an mp3 or wav file or whatever.</li>
		<li>Convert to wav file if its not already there, minimal survival command: <code>mplayer -ao pcm filename.mp3</code>. You should now have a <strong>audiodump.wav</strong> file.</li>
		<li>Download and use <a href="http://audacity.sf.net/">Audacity</a> to cut the audiodump.wav to about 20 seconds (mine is 18)</li>
	</ol>
	<ol>
		<li>Save the clipped wav file and then encode it to mp3, minimal survival command: lame -b 64 -s 44.1 -mm &#8212;tt &#8220;Title&#8221; cutsound.wav output.mp3</li>
	</ol>

	<p>Basically, the <span class="caps">RAZR</span> V3 needs to have mp3s at 44.1kHz, 64kbps and under 200kb for it to be used as a ringtone. Once you have the file, you need to upload it to the phone using <a href="http://moto4lin.sf.net/">moto4lin</a>. Connect to the phone and place the file in <code>/a/mobile/audio/</code>.</p>

	<p>Change your phone to <strong>Silent</strong> and then delete <code>MyToneDB.db</code> and <code>TempToneDB.db</code>. Power cycle your phone.</p>

	<p>Once your phone is back on, change your phone to something other than <strong>Silent</strong> and then browse for a new ringtone. You should see the name of the uploaded file.</p>    ]]></content>
  </entry>
</feed>
