Originally Posted by withnail 73:
“Which means?”
there a file in the iphone called 02_UK.plist. it's in /System/Library/Frameworks/CoreTelephony.framework/Support/
the first few lines are:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>O2</string>
<key>BookmarkURL</key>
<string>http://www.o2.co.uk/iphonestart</string>
</dict>
</array>
<key>CarrierName</key>
<string>O2</string>
<key>IntlDataRoamingSwitch</key>
<true/>
change it so the first few lines are:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>O2</string>
<key>BookmarkURL</key>
<string>http://www.o2.co.uk/iphonestart</string>
</dict>
</array><key>AllowEDGEEditing</key>
<true/>
<key>CarrierName</key>
<string>O2</string>
<key>IntlDataRoamingSwitch</key>
<true/>
you have to ssh into the iphone to do this.