Fix your broken t-zones on the iPhone
Tzones $5.99 iphone plan fix backround
My $5.99 dataplan stopped working.
I jailbroke my iphone with ziphone, and have version 1.13 installed.
I used the T-zones hack 1.14 via the installer application which ziphone uses. This hack installs a proxy file which your phone needs to use the internet via the $5.99 plan.
Tmobile changed the subnet of their wap services with the 3g rollout. So you will have to change them too.
The proxy.pac file, installed by the T-zones hack, doesn’t take the recent changes into account. You need to fix that file.
Instructions
### login
Turn your phones wifi on.
Once you are connected to the wifi point,
click the right arrow for your access point on the wifi screen
(Settings:wifi:right arrow).
Note the IP address
Go to your Settings:General:Auto Lock; change to never
( until you are done with ssh )
ssh into your phone, using putty on windows, or ssh in terminal on osx.
the command to ssh is:
Open up terminal in OSX (Applications:Utilities:Terminal)
ssh root@<your iphones ip address>
password=alpine
### edit the proxy.pac file
nano /private/var/preferences/proxy.pac
change 10.0.0.0 to 25.0.0.0
save (ctrl + x)
### cleanup
logout (ctrl + d)
restart the phone
Done.