<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Houston Web Design &#38; Development &#187; 3g</title>
	<atom:link href="http://www.jbwebdev.com/blog/tag/3g/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jbwebdev.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 21:12:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Want EDGE on your T Mobile iPhone?</title>
		<link>http://www.jbwebdev.com/blog/t-mobile-iphone/</link>
		<comments>http://www.jbwebdev.com/blog/t-mobile-iphone/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 10:48:21 +0000</pubDate>
		<dc:creator>Jon B</dc:creator>
				<category><![CDATA[All Things Apple]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[3Gs]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[edge]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tmobile]]></category>
		<category><![CDATA[unlocked]]></category>

		<guid isPermaLink="false">http://jbwebdev.com/blog/want-edge-on-your-t-mobile-iphone/</guid>
		<description><![CDATA[If you have the iPhone 3G, 3Gs or 4G, you don&#8217;t have to set up your APN settings, simply call T-Mobile and add a data plan to your account. To set up MMS on your device, go to: MMS Settings for TMobile iPhone. If you&#8217;re on firmware 3.0 and above, there&#8217;s no need to follow [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-bottom:10px;padding:5px;border:1px solid #fff;background:#fff799">If you have the iPhone 3G, 3Gs or 4G,  you don&#8217;t have to set up your APN settings, simply call T-Mobile and add a data plan to your account. To set up MMS on your device, go to: <a href="http://www.jbwebdev.com/blog/mms-settings-tmobile-iphone/"><u>MMS Settings for TMobile iPhone</u></a>.</a></div>
<div style="margin-bottom:10px;padding:5px;border:1px solid #fff;background:#fff799">If you&#8217;re on firmware 3.0 and above, there&#8217;s no need to follow this hack, <a href="#3">follow the instructions here.</a></div>
<div style="margin-bottom:10px;padding:5px;border:1px solid #fff;background:#fff799"><strong>ATTENTION:</strong> For anyone who has performed the T Zones hack and can no longer use their EDGE, follow my instructions on updating the proxy.pac file&#8230;<a href="http://jbwebdev.com/blog/t-mobile-edge-stopped-working/">find it here</a>.</div>
<p>I&#8217;ve had my hacked iPhone for quite a while now and always wondered if I can use T Mobile&#8217;s data plan on it. I called customer service and asked if I would be able to run their data plan on my iPhone, the person I spoke with told me that it was impossible and cannot be done. I refused to believe this so I did my research online on using T Mobile&#8217;s EDGE with the iPhone, and low and behold there are quite a few iPhone owners out there using the T Mobile EDGE connection. It looks like you CAN USE T Mobile&#8217;s T Zones internet connection on your iPhone. The best part is it only cost $5.99 a month! Now this requires a simple hack but it is very easy to follow, let&#8217;s get to it:</p>
<p><span id="more-22"></span></p>
<p>You will need iBrickr to browse the file system of your iPhone.<br />
<strong><a href="http://ibrickr.com/downloads/ibrickr_v0.91.zip">Download iBrickr</a></strong></p>
<p>If you&#8217;ve never used iBrickr before visit the link below for a video tutorial:<br />
<strong><a href="http://www.i4u.com/article11028.html">View tutorial</a></strong></p>
<p>If iBrickr doesn&#8217;t work for you, try using <strong><a title="WINSP" href="http://limitededitioniphone.com/windows-guide-to-using-winscp-with-iphone/" target="_blank">WINSCP</a></strong>, it will also allow you to view and modify the files in your iPhone much like iBrickr.</p>
<p>Once you have iBrickr downloaded and the PXL files installed on your iPhone, you will launch iBrickr.exe. You&#8217;ll see the main interface, click on files to browse your phone&#8217;s file system.</p>
<p style="text-align: center"><img src="http://jbwebdev.com/blog/wp-content/uploads/misc/ibrickr.jpg" alt="iBrickr for the iPhone" /></p>
<p>( <strong>This procedure is for firmware 1.1.2 and under</strong> )</p>
<p>Locate <strong>/private/var/root</strong></p>
<p>Launch notepad and paste this code:<br />
<code style="color: #ff0000; font-size: 16px"><br />
function FindProxyForURL(url, host)<br />
{<br />
if (isInNet(myIpAddress(), "25.0.0.0", "255.0.0.0"))<br />
return "PROXY 216.155.165.50:8080";<br />
else<br />
return "DIRECT";<br />
}<br />
</code><br />
Save the file as proxy.pac and upload it to <strong>/private/var/root</strong></p>
<p><a href="http://jbwebdev.com/blog/wp-content/uploads/misc/preferences.plist">Right-click this file</a> and select &#8220;Save Link As&#8221;, you need to save the file as <strong>preferences.plist</strong>, you will then upload preferences.plist into the following iPhone directory:</p>
<p><strong>/private/var/root/Library/Preferences/<br />
SystemConfiguration/preferences.plist</strong></p>
<p><span style="color: #ff6600;">NOTE : If you are on firmware 1.1.3 and 1.1.4, upload the preferences.plist to this directory:</span></p>
<p><strong>/private/var/preferences/SystemConfiguration</strong></p>
<p>This will over write the current file that&#8217;s already in that directory.</p>
<p>Now grab your iPhone and tap Settings &#8211; General &#8211; Network &#8211; EDGE. The APN you will use is wap.voicestream.com, username and password will be guest. Reboot your iPhone and voila&#8230;you should be able to browse online using EDGE.</p>
<p>NOTE: After performing this hack I noticed that EDGE interfered with my wifi connection at home. If this happens to you, here&#8217;s a very helpful solution. Launch iBrickr.exe again, this time we will click on Applications. Click on the <strong>Browse Applications</strong> button, this will launch a list of 3rd party apps you can install at your will, for our purpose we will install an app called <strong>Services</strong>. Basically this will allow you to turn off WiFi, Bluetooth, and EDGE.</p>
<p>Once you&#8217;re done with the installation, iPhone will reboot and on your Springboard you should see a Services icon, tap the icon and here you can toggle between your EDGE and WiFi connection. Here&#8217;s the screenshot:</p>
<p style="text-align: center"><img src="http://jbwebdev.com/blog/wp-content/uploads/misc/services.jpg" alt="iPhone Services" /></p>
<p style="color: #ff0000">UPDATES&#8230;UPDATES&#8230;UPDATES&#8230; UPDATES&#8230;UPDATES&#8230;</p>
<p><strong id="3">Updated 07/01/09</strong><br />
If you&#8217;re on firmware 3.0, there&#8217;s no need to perform this hack. All you need to do is set up your APN. Go to Settings &#8211; General &#8211; Network &#8211; Cellular Data Network. In the APN field enter wap.voicestream.com, leave the username and password blank. That&#8217;s all you need to do to get EDGE running on your iPhone.</p>
<p><strong>Updated 9/01/08</strong><br />
T-Mobile USA has changed the IP address in their system for the T-Zones service. For anyone on 1.1.4 and below you will have to SSH in and manually change your settings or upgrade to 2.0+ and install the NEW T-Zones Hack provided by Big Boss in Cydia. For anyone on 2.0+ who has the previous hack installed you will need to update to the new one.</p>
<p><strong>You must subscribe to the $5.99 T-Zones service for the T-Zones hack to work.</strong></p>
<p>&#8220;For 1.1.x users that really don&#8217;t want to upgrade, you can fix proxy.pac yourself but editing the file /var/preferences/proxy.pac and changing <strong>10.0.0.0</strong>? to <strong>25.0.0.0</strong>&#8221;</p>
<p><strong>Updated 2/19/08</strong></p>
<p>This hack works on firmware 1.1.3, it&#8217;s been verified by a couple readers from this blog. The preferences.plist can be found at this directory:</p>
<p>/private/var/preferences/SystemConfiguration</p>
<p><strong>Updated 1/10/08</strong></p>
<p>I&#8217;ve decided to copy this post over to a different forum so that others can post and maybe offer some suggestions or tips on making this work. Please go to: <a href="http://iphoneshowoff.com/index.php" target="_blank">http://www.iphoneshowoff.com</a></p>
<p><strong>Updated 12/20/07</strong></p>
<p>Download the zipped file below and used these files if you are having trouble renaming your files. This zipped file contains <em><strong>proxy.pac</strong></em> and <em><strong>preferences.plist</strong></em> &#8211; <strong>preferences.plist</strong> may just show up as <em><strong>preferences </strong></em>depending on your pc, this is fine&#8230;just upload these 2 files to the appropriate locations.</p>
<p><a title="edge-files.zip" href="http://jbwebdev.com/blog/wp-content/uploads/2007/12/edge-files.zip">edge-files.zip</a></p>
<p><strong>Updated 12/01/07</strong></p>
<p>This hack works on firmware 1.1.1.  I finally updated my firmware and EDGE works flawlessly. I have both the 4GB and 8GB updated to 1.1.1 and so far everything is working as it should.</p>
<p><strong>Updated 10/25/07</strong></p>
<p>Some people are having problems with the <strong>preferences.plist</strong> I have, if the one I provided doesn&#8217;t work out for you try using the one from the link below:</p>
<p><a rel="nofollow" href="http://uneasysilence.com/archive/2007/09/12232/">http://uneasysilence.com/archive/2007/09/12232/</a></p>
<p><em><strong>Thanks Paul !!!</strong></em></p>
<p><strong>Updated 10/24/07</strong>Here&#8217;s a comprehensive list of EDGE settings for different countries:<br />
<a href="http://www.taniwha.org.uk/gprs.html">http://www.taniwha.org.uk/gprs.html</a></p>
<p><strong>Updated 10/23/07</strong>There seems to be a bit of confusion about making this hack work, let me just clarify a few things.</p>
<p>- You don&#8217;t have to buy the $19.99 data plan with T Mobile, the $5.99 plan is all you need.<br />
- There are 2 files you need in order to make this work, proxy.pac and preferences.plist (both are on this page).<br />
- To enable EDGE go to Settings &#8211; General &#8211; Network &#8211; EDGE. APN will be wap.voicestream.com, username and password will be guest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbwebdev.com/blog/t-mobile-iphone/feed/</wfw:commentRss>
		<slash:comments>505</slash:comments>
		</item>
	</channel>
</rss>
