Archive for » 一月 25th, 2009«

mobileinstallation-for-22NND,之前写了那么多IE居然给我爱死掉死掉,自动保存被我屏蔽了,囧

yellowsnow的Cydia源是:http://apt9.yellowsn0w.com

WinSCP的用户名密码是:root alpine

装破解的ipa文件:下载mobileinstallation,到/System/Library/PrivateFrameworks/MobileInstallation.framework/文件夹中将MobileInstallation替换掉,右鍵按下”MobileInstallation” 選取屬性(Property) 权限设置为775 权限设置为775。
PS:如果是用WinSCP传,需要在cydia里装openssh,如果是在91装就无需了。

支持复制黏贴:cydia安装hClipboard

破解wap:

1。.通过cydia安装swirlymms 1.2.9 。然后进入swirlymms ,点get demo,获取证书后,填写设置
         MMSC:mmsc.monternet.com
         Proxy:10.0.0.172:80
         APN:CMWAP
         Username:
         Password:
2。 安装ucweb,具体就不说了。
3。   进入Iphone设置中的通用—网络—蜂窝数据网:
      APN cmwap
      用户名
      密码
4。重启机器,看一下填写的apn是否还在,测试UCWEB,使用一切正常。然后测试彩信,收发也一切正常。
——-现在,依然不能在无WIFI的环境中更新天气与股票,并且safari也不能打开网页——–
    第二步,我们来修改上网文件。
1。proxy.pac复制到private/var/mobile文件夹内,权限不改动。(用户选择root)
2。preferences.plist文件从private/var/preferences/systemconfiguration文件夹内备份出来
3。手动修改preferences.plist文件代码(添加红色部分)
    之所以没用替换文件的方法,是因为发现经过swirlymms破解Wap后preferences.plist文件发生了变化,多了比如你机器的名称和apn为cmwap等字符。所以源文件修改针对性比较强,也稳定。
<key>Interface</key>
            <dict>
                <key>DeviceName</key>
                <string>ip1</string>
                <key>Hardware</key>
                <string>com.apple.CommCenter</string>
                <key>Type</key>
                <string>com.apple.CommCenter</string>
                <key>UserDefinedName</key>
                <string>com.apple.CommCenter (ip1)</string>
            </dict>
            <key>Proxies</key>
            <dict>
                <key>HTTPEnable</key>
                <integer>1</integer>
                <key>HTTPPort</key>
                <integer>80</integer>
                <key>HTTPProxy</key>
                <string>10.0.0.172</string>
                <key>HTTPProxyAuthenticated</key>
                <integer>0</integer>
                <key>HTTPProxyType</key>
                <integer>1</integer>
                <key>HTTPSEnable</key>
                <integer>1</integer>
                <key>HTTPSPort</key>
                <integer>80</integer>
                <key>HTTPSProxy</key>
                <string>10.0.0.172</string>
                <key>ProxyAutoConfigEnable</key>
                <integer>0</integer>
            </dict>
            <key>UserDefinedName</key>
            <string>com.apple.CommCenter (ip1)</string>
            <key>com.apple.CommCenter</key>

4。关闭91,到蜂窝数据里查看cmwap是否还在,如果在就不管他,退出来。
5。先不要重启机器,拨打以下10086查询下话费。
6。重启机器,拨打一下10086查一下话费,查看蜂窝数据里cmwap是否还在,还在应该就成功了。你可以更新下天气和safari上网试一下。
要是都ok说明成功。

Category: Diary  Leave a Comment