Here's a tip for advanced iPhone users in Canada. I was searching Howard Forums and came across this. Apparently if you install the T-Mobile T-Zones hack file from installer and change some settings on one of the iPhone's files via SSH, you can use the $7 unlimited wap browsing pack on Rogers (or $20 communicate pack) and not be charged. You would probably want to change your IMEI too if you want to go this far. I have no idea if this actually works but these people are saying it does. However, if you do this, the mail app may not work and youtube may not work. Also, you are editing system files on the iPhone which is not for the newbies or the people who were afraid to unlock their iPhone themselves in fear of bricking it (myself included). My suggestion, don't do this but go ahead if you know what you are doing.
1. Install the T-Mobile T-Zones 1.1.3 hack from the installer
2. Change your edge settings via the settings app.
APN = goam.com
Username = wapuser1
Password = wap
3. Edit the /var/preferences/proxy.pac file
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "172.0.0.0", "255.0.0.0"))
return "PROXY 10.128.1.69:80";
else
return "DIRECT";
}
http://www.downloads.rogers.com/wireless/Network_Specifications_GPRS_EDGE.pdf
0 comments:
Post a Comment