validis_ wrote: » Just to update , The settings were not working because vodafone hadn't turned part of the service on. The way I set it up was to goto installer and to install the T-Mobile 1.1.3 Tzones, and then I ssh into the phone and changed the tmobile proxy number to the vodafone one @ /private/var/preferences/proxy.pac then I added the edge details above and it worked fine. So far web, weather and google maps work. Mail (gmail imap) does not work
lotas wrote: » yea validis, you still need to use those.
lotas wrote: » mine is working grand. web only at the moment (no IMAP or POP3), and a little slow, but works grand. The Proxy.PAC file should look like this: function FindProxyForURL(url, host) { if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0")) return "PROXY 10.24.59.100:80"; else return "DIRECT"; } you also need to check this page in relation to how to use the proxy.pac (http://www.hackint0sh.org/forum/showthread.php?t=6365). Good luck!
freddy99 wrote: » Marv, Here is a copy of the section of the preferences.plist, with changes in red. 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:///var/mobile/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> My model is 16GB 1.1.3. I saved the new preferences.plist in both paths: /private/var/root/Library/Preferences/SystemConfiguration/preferences.plist and /private/var/preferences/SystemConfiguration/preferences.plist and I'm using the /var/mobile directory for proxy.pac Hope this works for you. Freddy