You sure you copied the right in ur preferences.plist file? You only had to add the code in red.
You sure you copied the right in ur preferences.plist file? You only had to add the code in red.
So the total deal is, if you've edited prefences.plist, you're good. The issue is in the .pac file and how you've delt with your network like previously mentioned, if you do not modify it, like 10.0.0.0 255.0.0.0 it will not connect for me, so I changed the file to 10.xxx.0.0 and 255.255.0.0 and bam, it worked. T-Mobile 5.99 customer #(whatever number I am now) confirmed working![]()
how do you find out your ip address? I tried the solution presented here by dialing those numbers on the phone, but it didn't give me anything. IT listed my wap setting, but just had 0.0.0.0 for ip address
im trying to use tmobileweb and im using:
i have added the stuff to the preference fileCode:function FindProxyForURL(url, host) { if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0")) return "PROXY 216.155.165.050:8080"; else return "DIRECT"; }
but when i try to check stocks and stuff the program just exits and goes back to the springboard! grrCode:<key>Proxies</key> <dict> <key>ProxyAutoConfigEnable</key> <integer>1</integer> <key>ProxyAutoConfigURLString</key> <string>file:///private/var/root/proxy.pac</string> </dict>
Bookmarks