<?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 for abwaters 2.0</title>
	<atom:link href="http://abwaters.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abwaters.com</link>
	<description>on software development, technology, etc.</description>
	<lastBuildDate>Thu, 18 Feb 2010 14:30:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tracfone and SMS Email Gateway by JR</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28477</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28477</guid>
		<description>works great!! thx so much!!</description>
		<content:encoded><![CDATA[<p>works great!! thx so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracfone and SMS Email Gateway by Jinouchi</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28474</link>
		<dc:creator>Jinouchi</dc:creator>
		<pubDate>Mon, 08 Feb 2010 03:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28474</guid>
		<description>Just to throw it out there... I&#039;m able to send MP3s to my Motorola W376g, but it isn&#039;t very easy. First, a couple things you should know:

1. ANY file named .mp3 will be stripped. You must rename it .mid (or something else) for it to go through.
2. You may have to send it to an MMS specific address rather than the usual SMS. For example, I had to send mine to #@mms.att.net, as opposed to #@txt.att.net. It&#039;s up to you to find out what your is. Remember, Google is your best friend.
3. The file size must be very small - I forget what the limit is, either 1MB or 500KB. 
4. Not positive on this one, but I believe my phone would only play mono files, not stereo. Most audio encoding software should have this option when you&#039;re encoding audio. I&#039;m a Linux geek, so I just use LAME from the command line with the -a option to make it mono. 
5. Again, not sure on this one, but if I recall correctly, my phone wouldn&#039;t play files over a certain Kbps. I believe 32Kbps worked fine, don&#039;t know about anything higher than that. 

So, using all the above information, you should be able to play MP3s on your phone. I don&#039;t use my TracFone any longer as I&#039;ve gotten a &#039;real&#039; phone with T-Mobile and therefore cannot test this any more to tell you exactly what to do. 

One last thing: If I recall correctly (again, I can&#039;t test this anymore, sorry), I was unable to play MP3s once I saved them; I could listen to them just fine when I open up the MMS message, but if I saved it it would not play, so I had to mark my messages with my MP3s to not be deleted and listen to them from there. It&#039;s a pain in the neck, I know, but it is possible. 

Just as a side note... If you use Linux, or have Cygwin installed, you&#039;d use this command to create a phone compatible version of your MP3:

lame filename.mp3 -b 32 -a

-b sets the bitrate to 32Kbps, and -a makes the output a mono file. This info probably won&#039;t be useful for very many people, but I thought I&#039;d share it anyway.

It took me many hours over the course of several months to figure out all the tweaks that had to be made, so I hope this helps someone.

Having written this, I&#039;m getting the urge to write a more detailed how-to and post it online. If I ever get around to it, I&#039;ll post a link to it (hopefully that&#039;s allowed here). Anyway, good luck to all!</description>
		<content:encoded><![CDATA[<p>Just to throw it out there&#8230; I&#8217;m able to send MP3s to my Motorola W376g, but it isn&#8217;t very easy. First, a couple things you should know:</p>
<p>1. ANY file named .mp3 will be stripped. You must rename it .mid (or something else) for it to go through.<br />
2. You may have to send it to an MMS specific address rather than the usual SMS. For example, I had to send mine to #@mms.att.net, as opposed to #@txt.att.net. It&#8217;s up to you to find out what your is. Remember, Google is your best friend.<br />
3. The file size must be very small &#8211; I forget what the limit is, either 1MB or 500KB.<br />
4. Not positive on this one, but I believe my phone would only play mono files, not stereo. Most audio encoding software should have this option when you&#8217;re encoding audio. I&#8217;m a Linux geek, so I just use LAME from the command line with the -a option to make it mono.<br />
5. Again, not sure on this one, but if I recall correctly, my phone wouldn&#8217;t play files over a certain Kbps. I believe 32Kbps worked fine, don&#8217;t know about anything higher than that. </p>
<p>So, using all the above information, you should be able to play MP3s on your phone. I don&#8217;t use my TracFone any longer as I&#8217;ve gotten a &#8216;real&#8217; phone with T-Mobile and therefore cannot test this any more to tell you exactly what to do. </p>
<p>One last thing: If I recall correctly (again, I can&#8217;t test this anymore, sorry), I was unable to play MP3s once I saved them; I could listen to them just fine when I open up the MMS message, but if I saved it it would not play, so I had to mark my messages with my MP3s to not be deleted and listen to them from there. It&#8217;s a pain in the neck, I know, but it is possible. </p>
<p>Just as a side note&#8230; If you use Linux, or have Cygwin installed, you&#8217;d use this command to create a phone compatible version of your MP3:</p>
<p>lame filename.mp3 -b 32 -a</p>
<p>-b sets the bitrate to 32Kbps, and -a makes the output a mono file. This info probably won&#8217;t be useful for very many people, but I thought I&#8217;d share it anyway.</p>
<p>It took me many hours over the course of several months to figure out all the tweaks that had to be made, so I hope this helps someone.</p>
<p>Having written this, I&#8217;m getting the urge to write a more detailed how-to and post it online. If I ever get around to it, I&#8217;ll post a link to it (hopefully that&#8217;s allowed here). Anyway, good luck to all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTouch Emergency Medical Procedures Manual by Brothalaw</title>
		<link>http://abwaters.com/2008/06/02/itouch-emergency-medical-procedures-manual/comment-page-2/#comment-28473</link>
		<dc:creator>Brothalaw</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/?p=109#comment-28473</guid>
		<description>I jailbroke my ipod, then it was working fine like the internet was fine and all the apps worked fine. But then one day it froze. I didnt know what to do so i just left it plugged up for the night and for half of the next day. Still it doesnt work. But im following the steps and hopefully it gets better. Thanx for the tips!</description>
		<content:encoded><![CDATA[<p>I jailbroke my ipod, then it was working fine like the internet was fine and all the apps worked fine. But then one day it froze. I didnt know what to do so i just left it plugged up for the night and for half of the next day. Still it doesnt work. But im following the steps and hopefully it gets better. Thanx for the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTouch Emergency Medical Procedures Manual by Dove</title>
		<link>http://abwaters.com/2008/06/02/itouch-emergency-medical-procedures-manual/comment-page-2/#comment-28472</link>
		<dc:creator>Dove</dc:creator>
		<pubDate>Fri, 29 Jan 2010 04:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/?p=109#comment-28472</guid>
		<description>Hi there trying to restore my daughters itouch and got a restore error 1601 what does this mean???</description>
		<content:encoded><![CDATA[<p>Hi there trying to restore my daughters itouch and got a restore error 1601 what does this mean???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracfone and SMS Email Gateway by Brittany</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28470</link>
		<dc:creator>Brittany</dc:creator>
		<pubDate>Mon, 25 Jan 2010 15:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28470</guid>
		<description>What about sending a message to an international number that uses Vodafone for their carrier? I have the Samsung T301G through Tracfone and  I have tried replying to the message but it does not work.</description>
		<content:encoded><![CDATA[<p>What about sending a message to an international number that uses Vodafone for their carrier? I have the Samsung T301G through Tracfone and  I have tried replying to the message but it does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracfone and SMS Email Gateway by Jim Oberst</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28469</link>
		<dc:creator>Jim Oberst</dc:creator>
		<pubDate>Thu, 21 Jan 2010 02:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28469</guid>
		<description>Great post.  Worked like a charm.  Cingular for central Arkansas.</description>
		<content:encoded><![CDATA[<p>Great post.  Worked like a charm.  Cingular for central Arkansas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTouch Emergency Medical Procedures Manual by Bryan Waters</title>
		<link>http://abwaters.com/2008/06/02/itouch-emergency-medical-procedures-manual/comment-page-2/#comment-28468</link>
		<dc:creator>Bryan Waters</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/?p=109#comment-28468</guid>
		<description>Thanks for the kind words Michelle!  This happens from time to time due to the complexity of software.  It might have been the result of an app that was downloaded from the App store that wasn&#039;t as stable as it should have been but it does happen more often than it should.  

Regardless, you probably don&#039;t need to call Apple support unless you are still having a problem.  If you have similar issues in the future, try the various troubleshooting steps before calling support.  Then if you are not able to address it then I definitely recommend calling support.  A couple of words of advice...

If it happens again, ask your son what he was doing when it crashed.  Try removing that app from the iTouch...you can almost always figure out the source of problems like this so don&#039;t worry too much.  You should feel good about your gift to your son...I use my iTouch daily and while they are certainly expensive, I&#039;ve definitely gotten my money&#039;s worth.

Good luck!</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words Michelle!  This happens from time to time due to the complexity of software.  It might have been the result of an app that was downloaded from the App store that wasn&#8217;t as stable as it should have been but it does happen more often than it should.  </p>
<p>Regardless, you probably don&#8217;t need to call Apple support unless you are still having a problem.  If you have similar issues in the future, try the various troubleshooting steps before calling support.  Then if you are not able to address it then I definitely recommend calling support.  A couple of words of advice&#8230;</p>
<p>If it happens again, ask your son what he was doing when it crashed.  Try removing that app from the iTouch&#8230;you can almost always figure out the source of problems like this so don&#8217;t worry too much.  You should feel good about your gift to your son&#8230;I use my iTouch daily and while they are certainly expensive, I&#8217;ve definitely gotten my money&#8217;s worth.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTouch Emergency Medical Procedures Manual by michelle</title>
		<link>http://abwaters.com/2008/06/02/itouch-emergency-medical-procedures-manual/comment-page-2/#comment-28467</link>
		<dc:creator>michelle</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/?p=109#comment-28467</guid>
		<description>Hi Bryan
  Came a cross your site and it was a gift from GOD!!  I was just about to call apple support inregards to my sons itouch problem. Just got it for Christmas and in less then 2 weeks in using it, the touch shuts down...can&#039;t even get the screen to come up...just black tried charging/sync from computer and doesn&#039;t even register that it&#039;s there. tried holding button down for 6- 20 seconds and still nothing!! Anywho after listening to the tears and me ready to pull my hair out read your reply to Alyssa back in Oct 09 and just plugged it into the computer and then held the home button and the other button (top of the itouch) and OMG!!! it came back to life!!! My &quot;short&quot; question to you is should I still contact the apple support and report the problem OR is this a one time thing!!! THANKS SO MUCH</description>
		<content:encoded><![CDATA[<p>Hi Bryan<br />
  Came a cross your site and it was a gift from GOD!!  I was just about to call apple support inregards to my sons itouch problem. Just got it for Christmas and in less then 2 weeks in using it, the touch shuts down&#8230;can&#8217;t even get the screen to come up&#8230;just black tried charging/sync from computer and doesn&#8217;t even register that it&#8217;s there. tried holding button down for 6- 20 seconds and still nothing!! Anywho after listening to the tears and me ready to pull my hair out read your reply to Alyssa back in Oct 09 and just plugged it into the computer and then held the home button and the other button (top of the itouch) and OMG!!! it came back to life!!! My &#8220;short&#8221; question to you is should I still contact the apple support and report the problem OR is this a one time thing!!! THANKS SO MUCH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tracfone and SMS Email Gateway by Rick Altobello</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28466</link>
		<dc:creator>Rick Altobello</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28466</guid>
		<description>@mmst5.tracfone.com works in Central Kansas</description>
		<content:encoded><![CDATA[<p>@mmst5.tracfone.com works in Central Kansas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iTouch Emergency Medical Procedures Manual by Alex</title>
		<link>http://abwaters.com/2008/06/02/itouch-emergency-medical-procedures-manual/comment-page-2/#comment-28465</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/?p=109#comment-28465</guid>
		<description>i jailbroke my ipod today. i downloaded a Beatles theme via the jailbreak and it told me &quot;press to reboot&quot; after instalation. i did. it wouldnt turn on again... only show the apple sign every time i held down the power sign. step 1 didnt work. step 2 made my laptop recognize my itouch, but it wont let me restore it. itunes says i have a web problem even though i have 100% connection. my battery was fully charged. can you please help me???</description>
		<content:encoded><![CDATA[<p>i jailbroke my ipod today. i downloaded a Beatles theme via the jailbreak and it told me &#8220;press to reboot&#8221; after instalation. i did. it wouldnt turn on again&#8230; only show the apple sign every time i held down the power sign. step 1 didnt work. step 2 made my laptop recognize my itouch, but it wont let me restore it. itunes says i have a web problem even though i have 100% connection. my battery was fully charged. can you please help me???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
