-
Account Suspended
Configure EDGE for iPhone 1.1.4 Globe
I just Modified nsolis' guide this one really works for me
In order to make GPRS to work on prepaid Globe, you do have to changed the proxy address of the access point. Here's how to change the proxy in your iPhone:
1. Make a new text file and name it "proxy.pac". Make sure it is save as .pac file not as .txt file.
2. Open the text file (using Notepad) and enter the following lines:
function FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 203.177.42.214:8080";
else
return "DIRECT";
}
3. Using iPhoneBrowser program or other means to access your iPhone files, save the file in your iPhone library at: /private/var/root
4. Using iPhoneBrowser program or other means to access your iPhone files, go to: /private/var/preferences/SystemConfiguration and open the preferences.plist
5. Copy the content of preferences.plist
6. Create another new text file in your computer hardware, and name it preferences.plist
7. Paste the content of preferences.plist to the newly created preferences.plist in your computer. At this time you can choose to save a backup copy of the newly created preferences.plist in your computer.
8. Open the preferences.plist in your computer and find this command string:
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
9. Insert the following NEW command after the Step 8 command string:
<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>file:///private/var/root/proxy.pac</string>
</dict>
10. Save and close the newly modified preferences.plist
11. Replace the preferences.plist in your iPhone with the new modified preferences.plist
12. Set up your iPhone setting to as follows:
APN: www.globe.com.ph
Username: globe
Password: globe
You can use WordPad or Text Editor to edit the *.plist files
there it is hope it's ok with nsolis (the real maker of this guide)
To mods: if you think this is inappropriate, just delete it...
Last edited by j3yps; 03-13-2008 at 03:28 PM.
-
03-13-2008 03:16 PM # ADS
Google Adsense
Bookmarks