哥们谢了,但是是全英文的,我直接翻译了还是有些地方费解。。。谁给翻译下。。。谢了~~
I could solve the missing EDGE Preferences Issue on my iPhone (1.1.3) (DEV Team Jailbreak).
This is what you need to do:
1) Activate open SSH and connect to your iPhone
2) Go to /system/library/Carrier Bundles/*your Carrier*.bundle/
3) download carrier.plist to your Desktop and rename it to oldcarrier.plist (just for backup)
4) download the file again and open it with "Property List Editor" (part of the Developer Tools. Get it from your OSX Install DVD)
5) Click "Dump" and save it as "XML Property List File" to your Desktop
6) Open the file with TextEdit (I used Dashcode)
7) Add the following lines:
Code:
<key>AllowEDGEEditing</key>
<true/>just below
Code:
<?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>at the top of the plist file.
8) Save it
9) Upload and replace the modified carrier.plist to the directory, from where we got it.
10) Restart your iPhone
Now you should be able to acces the EDGE Preferences at Preferences-->General-->Network--> EGDE
This worked for me. But remember, you do it on your own responsibility.