View Full Version : $5.99 T-Zones for T-Mobile
burniksapwet
04-22-2008, 12:08 PM
So I was helping out my friend who bought an i-phone and is with t-mobile. I told her to call them and have them add her the $5.99 rather than the $19.99 plan for t-zones. When she called t-mobile they asked her what phone it was for. She said it was for a nokia but they say that it was showing in there system that she is currently using an iphone and it needs to be the $19.99 plan she needs to add. She inssisted that she was only "testing" the iphone and the plan was really for her nokia phone. Didn't realize that t-mobile can actually see the type of phone you currently have. Plus do you guys have any idea why they would insist on going for the $19.99 plan aside from the obvious of making more money?
wd_stroke
04-22-2008, 07:06 PM
the 19.99 is the blackberry plan (smart phone).
jjsquizz
04-22-2008, 11:38 PM
the 19.99 is the blackberry plan (smart phone).
The Blackberry plan is totally different from the t-mobile 19.99 internet plan. The BB plan won't work on anything but a BB.
burniksapwet
04-23-2008, 01:12 AM
The Blackberry plan is totally different from the t-mobile 19.99 internet plan. The BB plan won't work on anything but a BB.
So why do you think they said that?
jjvaldez
04-23-2008, 06:45 AM
tell her to take the sim out then try that... or if she can get a old phone put the chip in that then get the 599 plan then put the sim back in the iphone....
wait.. they where ok with her having the iPhone???
did ask why or how she got it..
burniksapwet
04-23-2008, 09:00 AM
tell her to take the sim out then try that... or if she can get a old phone put the chip in that then get the 599 plan then put the sim back in the iphone....
wait.. they where ok with her having the iPhone???
did ask why or how she got it..
She still got the 5.99 plan coz she insisted that it was not for the iphone but for the nokia phone that she has. They didn't ask her but she did tell them that the iphone was not hers. She was merely trying the iphone out. What puzzles me though is why tell her to use the 19.99 plan when a 5.99 plan would work fine. I'm guessing that the 5.99 plan is for older phone and uses wap (http://en.wikipedia.org/wiki/Wap) but if someone out there has a better answer I would love to hear it.:smile:
THEHNIC
04-23-2008, 11:23 AM
They told her that cause all smart phones need a data plan. The $5.99 only works cause the hack that was made for the Iphone. Without the T Zone Hack you could not use the $5.99 plan.
She still got the 5.99 plan coz she insisted that it was not for the iphone but for the nokia phone that she has. They didn't ask her but she did tell them that the iphone was not hers. She was merely trying the iphone out. What puzzles me though is why tell her to use the 19.99 plan when a 5.99 plan would work fine. I'm guessing that the 5.99 plan is for older phone and uses wap (http://en.wikipedia.org/wiki/Wap) but if someone out there has a better answer I would love to hear it.:smile:
jjsquizz
04-23-2008, 04:01 PM
So why do you think they said that?
I'm not sure, but from what I understand, the tech dept. at T-mo can give you the settings for either T-zones or the t-mobile total internet.
wd_stroke
04-23-2008, 04:39 PM
I'm not sure, but from what I understand, the tech dept. at T-mo can give you the settings for either T-zones or the t-mobile total internet.
Bull, I'm not using the t-zone hack...
NOTE: Uninstall all T*Zones hacks (1.1.3 and 1.1.4) currently installed
1. SSH into iPhone download preferences.plist from one of these locations:
-----------------------------------
library/preferences/systemconfiguration
var/preferences/systemconfiguration
private/var/preferences/systemconfiguration
-----------------------------------
EDIT the preferences.plist file.
(so that it points to the correct location of the proxy.pac file)
(Located inside the preferences.plist file)
<string>file:///private/var/root/proxy.pac</string>
*changed to*
<string>file:///private/var/preferences/proxy.pac</string>
Save and SSH back into iPhone. Make sure it's the same file in all 3 locations.
-----------------------------------
library/preferences/systemconfiguration
var/preferences/systemconfiguration
private/var/preferences/systemconfiguration
-----------------------------------
2. Now, download proxy.pac from one of these locations:
-----------------------------------
library/preferences
var/preferences
private/var/preferences
-----------------------------------
EDIT the proxy.pac file.
(it should look like this)
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
Save and SSH back into iPhone. Make sure it's the same file in all 3 locations.
-----------------------------------
library/preferences
var/preferences
private/var/preferences
-----------------------------------
3. Alternate method: download these pre-edited files and put in locations (as stated above).
http://www.savefile.com/files/1479690 (http://t-zones%20manual%20fix/)
4. EDGE Setting:
Setting / General / Network / EDGE
APN: wap.voicestream.com
Username: <leave blank>
Password: <leave blank>
Turn off your WIFI to verify it's working.
Works for me:
Safari, Stocks, Maps, Weather
RSS, Navizon (put my location in the Bay <--- water, I'm 15 miles from beach),
Doesn't work for me:
YouTube, MxTube, LocateMe
burniksapwet
04-23-2008, 05:09 PM
Bull, I'm not using the t-zone hack...
NOTE: Uninstall all T*Zones hacks (1.1.3 and 1.1.4) currently installed
1. SSH into iPhone download preferences.plist from one of these locations:
-----------------------------------
library/preferences/systemconfiguration
var/preferences/systemconfiguration
private/var/preferences/systemconfiguration
-----------------------------------
EDIT the preferences.plist file.
(so that it points to the correct location of the proxy.pac file)
(Located inside the preferences.plist file)
<string>file:///private/var/root/proxy.pac</string>
*changed to*
<string>file:///private/var/preferences/proxy.pac</string>
Save and SSH back into iPhone. Make sure it's the same file in all 3 locations.
-----------------------------------
library/preferences/systemconfiguration
var/preferences/systemconfiguration
private/var/preferences/systemconfiguration
-----------------------------------
2. Now, download proxy.pac from one of these locations:
-----------------------------------
library/preferences
var/preferences
private/var/preferences
-----------------------------------
EDIT the proxy.pac file.
(it should look like this)
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
Save and SSH back into iPhone. Make sure it's the same file in all 3 locations.
-----------------------------------
library/preferences
var/preferences
private/var/preferences
-----------------------------------
3. Alternate method: download these pre-edited files and put in locations (as stated above).
http://www.savefile.com/files/1479690 (http://t-zones%20manual%20fix/)
4. EDGE Setting:
Setting / General / Network / EDGE
APN: wap.voicestream.com
Username: <leave blank>
Password: <leave blank>
Turn off your WIFI to verify it's working.
Works for me:
Safari, Stocks, Maps, Weather
RSS, Navizon (put my location in the Bay <--- water, I'm 15 miles from beach),
Doesn't work for me:
YouTube, MxTube, LocateMe
So youtube does not work with the $5.99 service? I didn't know that. I would have to tell my friend that.
wd_stroke
04-23-2008, 08:35 PM
I hear there's a fix for that...I do not know what it is though.
alexrs
08-27-2008, 03:28 PM
I have 5.99 T-Zones 1.1.4 hack installed and working.
My comments:
YouTube doesn't work (so far) I use MxTube
Wiki2Touch doesn't work, as it uses the web server at localhost (127.0.0.1). I fixed this changing my proxy.pac file to:
function FindProxyForURL(url, host)
{
if (shExpMatch(host,"127.0.0.1")) {return "DIRECT";}
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO 3.3.0