Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Getting the 5.99 tzones to work on the iphone
is a discussion within theOther Carriers (Not ATT or T-Mobile)
forums, a part of theiPhone Modding
section;i have tzones 5.99 plan, under APn settings i have, wap.voicestream.com named my first file proxy.pac Quote: function FindProxyForURL(url, host) { if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0")) return "PROXY 216.155.165.50:8080"; else return
...-
09-24-2007, 05:48 AM #1
Getting the 5.99 tzones to work on the iphone
i have tzones 5.99 plan, under APn settings i have, wap.voicestream.com
named my first file proxy.pac
Quote:
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";
}
my 2nd file i renamed perferences.plist or w/e and it looks like this
Quote:
<dict>
<key>Interface</key>
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>file:///private/var/root/proxy.pac</string>
</dict>
<key>com.apple.CommCenter</key>
<dict>
<key>AllowNetworkAccess</key>
<integer>1</integer>
<key>Available</key>
<integer>1</integer>
<key>Setup</key>
<dict>
<key>apn</key>
<string>gprs.qtel</string>
<key>password</key>
<string>gprs</string>
<key>username</key>
<string>gprs</string>
</dict>
<key>Version</key>
<integer>1</integer>
</dict>
</dict>
-
11-18-2007, 07:47 PM #2
How do you download the proxy.pac to the iphone I am stumped.




LinkBack URL
About LinkBacks
Reply With Quote