<?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: Tracfone and SMS Email Gateway</title>
	<atom:link href="http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/feed/" rel="self" type="application/rss+xml" />
	<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/</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>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>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>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>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>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>By: JRB</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28336</link>
		<dc:creator>JRB</dc:creator>
		<pubDate>Sat, 12 Dec 2009 18:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28336</guid>
		<description>Just got a new LG600G and cannot play the browser or send email. All the att.net addresses bounce back from cingularme.com.

I&#039;m in 918 (Oklahoma).</description>
		<content:encoded><![CDATA[<p>Just got a new LG600G and cannot play the browser or send email. All the att.net addresses bounce back from cingularme.com.</p>
<p>I&#8217;m in 918 (Oklahoma).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Audrey</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-28279</link>
		<dc:creator>Audrey</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-28279</guid>
		<description>Thanks! genius, worked like a charm</description>
		<content:encoded><![CDATA[<p>Thanks! genius, worked like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey DeVries</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-27807</link>
		<dc:creator>Jeffrey DeVries</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-27807</guid>
		<description>How to get facebook text on tracfone and **other off brand carriers (guide)

You know that to use facebook text you need to pick you carrier from the list. Most tracfone user know by now that tracfone is not on that list. This works because tracfone uses service from T-Mobile and at&amp;t, ect.

1.send a text from your tracfone to you email
2.check you email, find the text from you tracfone
3.look at the address or for something that says “ This message was sent from a [insert carrier here] phone.” or something like it.
4.Put that carrier in the list and good to go.

*Standard messaging rates apply.
** Other off brand carriers may just work the same way.</description>
		<content:encoded><![CDATA[<p>How to get facebook text on tracfone and **other off brand carriers (guide)</p>
<p>You know that to use facebook text you need to pick you carrier from the list. Most tracfone user know by now that tracfone is not on that list. This works because tracfone uses service from T-Mobile and at&amp;t, ect.</p>
<p>1.send a text from your tracfone to you email<br />
2.check you email, find the text from you tracfone<br />
3.look at the address or for something that says “ This message was sent from a [insert carrier here] phone.” or something like it.<br />
4.Put that carrier in the list and good to go.</p>
<p>*Standard messaging rates apply.<br />
** Other off brand carriers may just work the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renee - SC</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-27777</link>
		<dc:creator>Renee - SC</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-27777</guid>
		<description>I live in SC and have the Samsung Tracfone... this worked for me: 

phonenumber@txt.att.net  

Thanks so much for this site, I would have never found the email code. I just emailed my phone using that address and it came through as a text. THANKS AGAIN!!! :)</description>
		<content:encoded><![CDATA[<p>I live in SC and have the Samsung Tracfone&#8230; this worked for me: </p>
<p><a href="mailto:phonenumber@txt.att.net">phonenumber@txt.att.net</a>  </p>
<p>Thanks so much for this site, I would have never found the email code. I just emailed my phone using that address and it came through as a text. THANKS AGAIN!!! <img src='http://abwaters.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abe M.</title>
		<link>http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/comment-page-2/#comment-27595</link>
		<dc:creator>Abe M.</dc:creator>
		<pubDate>Sun, 15 Nov 2009 02:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://abwaters.com/2007/03/04/tracfone-and-sms-email-gateway/#comment-27595</guid>
		<description>xxxxxxxxx@vtext.com is for vrizon
but im looking for safelink wireless in ny</description>
		<content:encoded><![CDATA[<p><a href="mailto:xxxxxxxxx@vtext.com">xxxxxxxxx@vtext.com</a> is for vrizon<br />
but im looking for safelink wireless in ny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
