iPhone Hack: APN Settings anzeigen lassen
It seems to be a problem of FW3.0 that the data connection is still active
wether or not you switch of Edge/G3 in sbsettings… The problem exists
on both of my unlocked and jailbroken devices (2G + 3GS). The APN
wizzard (Edit: APN Editing) from Cydia also didn’t work for me… Cellular Data Network
never showed up in my settings>network. I spend over 30€ till I found
out that there was a data connection - I always overlook it in sbsettings
since I never had any problems on 2.2.1. Anyway here is the workaround:
To edit your APN Settings on FW3.0 and avoid data costs you’ll have to…
1. Access your Phone via FTP/SSH
2. Open up the directory /System/Library/Carrier Bundles/
3. Open you Providers SIM-Card, in my case "TMobile_Germany.bundle"
4. Open the carrier.plist in your favorite editor - it should look something like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowEDGEEditing</key>
<true/>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>T-Mobile web'n'walk</string>
<key>BookmarkURL</key>
<string>http://www.t-mobile.de/iphone-favoriten</string>
</dict>
</array>
<key>CarrierName</key>
<string>T-Mobile</string>
<key>IntlDataRoamingSwitch</key>
<true/>
5. Add the bold text entry in the example code to your .plist:
<key>AllowEDGEEditing</key>
<true/>
6. Save and upload your carrier.plist to your iPhone. It should be instantly accessible (if not simply reboot).
7. Now everything is showing up in settings-->general-->networks: Cellular Data Network