升1.1.3后上EDGE方法!!!
前些天用OFFice 1.1.3 soft Upgrep方法把原生1.1.1的生到了1.1.3,看了些帖做了改动,1.1.1的软件基本都能用了.主要是把1.1.3的mobile下的文件含目录都考到root下,把mobile目录删了,并做个练接(ln -s /private/var/root /private/var/mobile),对于PXL文件安装,只要在/privtae/var/root/Media下建个PXL目录就可一用ibrickr.exe安装pxl了.但上EDGE还是不行,后用1.1.1上EDGE的办法试了,果然可以,现推荐给疯友.
改preferences.plist文件(/private/var/Preferences/SystemConfiguration),考proxy.pac到/private/var/root下,替换/System/Library/Frameworks/WebKit.framework下的WebKit.
我没改(置--通用--网络--EDGE下的APN为cmwap,按1.1.1的做法要改).
preferences.plist文件改法:用Winscp找到preferences.plist,双击改动,
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>file:///private/var/root/proxy.pac</string>
</dict>
<key>com.apple.CommCenter</key>
<dict>
<key>AllowNetworkAccess</key>
<integer>1</integer>
<key>Available</key>
<integer>1</integer>
<key>Setup</key>
<dict>
<key>apn</key>
<string>wap.voicestream.com</string>
<key>password</key>
<string></string>
<key>username</key>
<string></string>
</dict>
<key>Version</key>
<integer>1</integer>
</dict>
</dict>
把红色这段加上.保存即可.
[ 本帖最后由 yut1223 于 2008-2-13 17:18 编辑 ]