you can manually activate that, but there are several steps involved. It's your decision if it's worth it, I will only give a quick description here, so it's not for total noobs:
1. Install Erica's Utilities from Cydia
2. SSH into your iphone and go to /private/var/mobile/Library/Carrier Bundle.bundle/
3. Execute "plutil -convert xml1 carrier.plist" (without the "s)
4. Open carrier.plist in a text editor
5. See if the file contains the following lines:
Code:
<key>AllowEDGEEditing</key>
<false/>
6.1. If it does, change the <false/> to <true/> save that and you are done
6.2 If it doesn't, go to the beginning of the file. It says something like:
Code:
<?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>
below(!) that, enter this:
Code:
<key>AllowEDGEEditing</key>
<false/>
save it and you're done as well.