<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create Ringtones For Your iPhone Using Linux</title>
	<atom:link href="http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://everydaylht.com</link>
	<description>understandable linux tips and tricks</description>
	<lastBuildDate>Tue, 03 Jan 2012 21:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: vf04</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-7334</link>
		<dc:creator>vf04</dc:creator>
		<pubDate>Sat, 02 Apr 2011 19:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-7334</guid>
		<description>Edit: The new tone is sown up in the clock up but not for text messages etc.</description>
		<content:encoded><![CDATA[<p>Edit: The new tone is sown up in the clock up but not for text messages etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vf04</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-7329</link>
		<dc:creator>vf04</dc:creator>
		<pubDate>Sat, 02 Apr 2011 18:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-7329</guid>
		<description>Thanks for this tutorial, works great for ringtones on my IPhone 4. Do you know any solution to deal with sounds for SMS/e-mail messages, alarm clock etc? Suggest that its quite similar, but I couldnt find the according xml files. I also had to create the RingTones folder, but no trouble @cl.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, works great for ringtones on my IPhone 4. Do you know any solution to deal with sounds for SMS/e-mail messages, alarm clock etc? Suggest that its quite similar, but I couldnt find the according xml files. I also had to create the RingTones folder, but no trouble @cl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amosnomor</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-7303</link>
		<dc:creator>Amosnomor</dc:creator>
		<pubDate>Fri, 01 Apr 2011 05:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-7303</guid>
		<description>Verizon iPhone 4.  I needed to create the iTunes_Control/Ringtones folder, which I did from the command line with mkdir.   After which, the contact editor showed the new ringtone, but the calling the phone, it wasn&#039;t being used.  Rebooting the phone resolved this, and it picked up the next change without needing another reboot.</description>
		<content:encoded><![CDATA[<p>Verizon iPhone 4.  I needed to create the iTunes_Control/Ringtones folder, which I did from the command line with mkdir.   After which, the contact editor showed the new ringtone, but the calling the phone, it wasn&#8217;t being used.  Rebooting the phone resolved this, and it picked up the next change without needing another reboot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Linkels</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-3364</link>
		<dc:creator>Hans Linkels</dc:creator>
		<pubDate>Sun, 24 Oct 2010 23:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-3364</guid>
		<description>Thanks for the great instructions how to create the m4r file, edit the XML file and the locations where to find files.
However I was unable to mount the device using ifuse according to instructions provided on the linked page. But this was solved as I have a jailbreaked phone and could SSH into it. WIthout the instructions about where to put file and what to edit I would not have succeeded.
The ringtone could be selected immediately but before the ringtone was used when called I had to reboot the phone.

jlinkels</description>
		<content:encoded><![CDATA[<p>Thanks for the great instructions how to create the m4r file, edit the XML file and the locations where to find files.<br />
However I was unable to mount the device using ifuse according to instructions provided on the linked page. But this was solved as I have a jailbreaked phone and could SSH into it. WIthout the instructions about where to put file and what to edit I would not have succeeded.<br />
The ringtone could be selected immediately but before the ringtone was used when called I had to reboot the phone.</p>
<p>jlinkels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tunnell</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-2768</link>
		<dc:creator>Michael Tunnell</dc:creator>
		<pubDate>Mon, 13 Sep 2010 15:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-2768</guid>
		<description>This is a very nice tutorial and thank you for doing this. I had someone ask me to make custom ringtones for their iphone and since I&#039;m an androider I had no clue.

I do have a suggestion for making this process easier with a gui.

WinFF is a very handy GUI for ffmpeg and it allows you to add an mp3...select audio...choose MP4 audio...and then it transcode to m4v. using the ffmpeg command line without having to type it all in or use any .sh

Check it out and maybe add that as an option in the tutorial.</description>
		<content:encoded><![CDATA[<p>This is a very nice tutorial and thank you for doing this. I had someone ask me to make custom ringtones for their iphone and since I&#8217;m an androider I had no clue.</p>
<p>I do have a suggestion for making this process easier with a gui.</p>
<p>WinFF is a very handy GUI for ffmpeg and it allows you to add an mp3&#8230;select audio&#8230;choose MP4 audio&#8230;and then it transcode to m4v. using the ffmpeg command line without having to type it all in or use any .sh</p>
<p>Check it out and maybe add that as an option in the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-1567</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 25 Jul 2010 09:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-1567</guid>
		<description>Cheers Dude, works a treat.

When I get round to it I&#039;ll write something to automate the provisioning of the file, I&#039;ll post it back here when done.</description>
		<content:encoded><![CDATA[<p>Cheers Dude, works a treat.</p>
<p>When I get round to it I&#8217;ll write something to automate the provisioning of the file, I&#8217;ll post it back here when done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-472</link>
		<dc:creator>Hugh</dc:creator>
		<pubDate>Thu, 20 May 2010 08:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-472</guid>
		<description>I had to restart my phone to get these Ringtones fully working but these instructions worked out great! Thanks.</description>
		<content:encoded><![CDATA[<p>I had to restart my phone to get these Ringtones fully working but these instructions worked out great! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence D’Oliveiro</title>
		<link>http://everydaylht.com/howtos/desktop/create-ringtones-for-your-iphone-using-linux/comment-page-1/#comment-86</link>
		<dc:creator>Lawrence D’Oliveiro</dc:creator>
		<pubDate>Tue, 20 Apr 2010 11:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://everydaylht.com/?page_id=596#comment-86</guid>
		<description>Do you really need all the ID3 stuff? Otherwise, you can convert any audio file to the right format using a single FFmpeg command, like this:

ffmpeg -i some_input_audio_file -acodec aac -f mp4 my_ring_tone.m4r

Note that by explicitly specifying the output format, you are free to use any output file extension you want.</description>
		<content:encoded><![CDATA[<p>Do you really need all the ID3 stuff? Otherwise, you can convert any audio file to the right format using a single FFmpeg command, like this:</p>
<p>ffmpeg -i some_input_audio_file -acodec aac -f mp4 my_ring_tone.m4r</p>
<p>Note that by explicitly specifying the output format, you are free to use any output file extension you want.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

