Click here to Close
 
打印

[下载] 1.1.3Appsupport完美解决

1.1.3Appsupport完美解决

手机固话全部适用,没有小灵通无法测试

我在国际设置里面,区域选的是美国

所以把PhoneNumberTemplates.txt文件改成如下格式了(附件里的格式有点小问题不正确,以这里的为准
// United States [us]
us 86 00 0 21 ########
+ + + + - ###########

如果你选别的国家或地区请参照上面修改PhoneNumberTemplates.txt文件

如果你不在上海,请把21改成你所在地区的区号,比如你在北京就改成
// United States [us]
us 86 00 0 10 ########
+ + + + - ###########

如果是深圳就是
// United States [us]
us 86 00 0 755 ########
+ + + + - ###########

注意保留空格

接下来就简单了
- Create a directory named "Support" in the /System/Library/Frameworks/AppSupport.framework/ directory
  on your iPhone.
- Copy the "AppSupport" and "AppSupport.original" files from the zip file to
  the /System/Library/Frameworks/AppSupport.framework/ directory on your iPhone.
- Copy the "PhoneNumber.dylib" and "PhoneNumberTemplates.txt" files from the zip file to
  the /System/Library/Frameworks/AppSupport.framework/Support/ directory on your iPhone.
- Optimize the "PhoneNumberTemplates.txt" file on your iPhone by moving all templates for your country
  to the top of the file and/or removing templates for countries that you don't need.
- Reboot iPhone.

注:原先短信里面同一联系人的匹配和未能匹配的短信不会自动合并,删掉匹配的,或者删掉不能匹配的,或者都删除,以后就都正常了。

[ 本帖最后由 alawbc 于 2008-1-30 17:29 编辑 ]

附件

AppSupport113.rar (68.05 KB)

2008-1-29 15:20, 下载次数: 177

TOP

好像比以前1.1.1的方法麻烦了

TOP

还有不完善的地方,晚上来修改

TOP

我这两天也是在折腾这个问题,由于我一升级就用了水哥080118汉化,在区域选项里面出现了China,所以我将Templete里面设置为China的拨号规则但是无用,估计是汉化的区域选项无法和这个Templete里面的国家对应

TOP

测试了,无效。
Gently, I left here just like i came before. iPod Nano  iPhone  iMac

TOP

引用:
原帖由 siwn 于 2008-1-29 16:02 发表
测试了,无效。
楼上什么配置啊,我是1.1.3泄露破解,没有汉化,区域选择美国

TOP

目前手机没有了+86不能匹配问题,但是固话有区号和没有区号不能识别为同一联系人。

TOP

我改为了如下格式,解决了+86匹配问题,不过在看无区号号码的通话记录的时候就自动退出
// United States [us]
us 86 00;1259300 0
+ + + + - ###########
+ + + + ## ########
+ + + + ### #######

TOP

引用:
原帖由 balance 于 2008-1-29 22:38 发表
我改为了如下格式,解决了+86匹配问题,不过在看无区号号码的通话记录的时候就自动退出
// United States
us 86 00;1259300 0
+ + + + - ###########
+ + + + ## ########
+ + + + ### ####### ...
应该是这个模板里面没有包含直接拨本地固定电话的匹配规则,我琢磨一下怎么改

TOP

呵呵,大家努力

TOP