|
below is the guide for u to edit your appsupport fw 1.1.2
it works flawlessly unless you have any idea how to do
Quote:
Here's the "phoneNumberTemplates" table from AppSupport 1.1.2.
If I understand this table correctly then
#1 = Country Name (abbrev.)
#2 = International Country Calling Code
#3 = IDD International Prefix
#4 = NDD National Prefix
#5 = Area Code Length
#6 = Subscriber Number Length
I'm going to write a small application (for PC) that can rewrite this table and by doing so add support for your country's dialling plan to AppSupport.
Code:
"us", "1", "011", "1", 3, 7
"ca", "1", "011", "1", 3, 7
"fr", "33", "00", "0", 1, 8
"fr", "33", "40", "0", 1, 8
"fr", "33", "50", "0", 1, 8
"fr", "33", "70", "0", 1, 8
"fr", "33", "90", "0", 1, 8
"uk", "44", "00", "0", 3, 7
"it", "39", "00", "", 1, 8
"it", "39", "00", "", 2, 7
"it", "39", "00", "", 3, 6
"it", "39", "00", "", 4, 5
"de", "49", "00", "0", 2, 7
"de", "49", "00", "0", 3, 6
"de", "49", "00", "0", 4, 5
"de", "49", "00", "0", 5, 4
"de", "49", "00", "0", 2, 8
"de", "49", "00", "0", 3, 7
"de", "49", "00", "0", 4, 6
"de", "49", "00", "0", 5, 5
"de", "49", "00", "0", 2, 9
"de", "49", "00", "0", 3, 8
"de", "49", "00", "0", 4, 7
"de", "49", "00", "0", 5, 6
"jp", "81", "010", "0", 1, 9
"jp", "81", "010", "0", 2, 8
"jp", "81", "010", "0", 3, 7
"jp", "81", "010", "0", 4, 6
"jp", "81", "010", "0", 5, 5
"cn", "86", "00", "0", 0, 11
"cn", "86", "00", "0", 2, 8
"cn", "86", "00", "0", 3, 7
http://www.sendspace.com/file/4p9edj (contains windows x86, mac os x i386 and mac os x ppc versions)
Download pntedit.exe application (see link above)
Grab copy of AppSupport from firmware 1.1.2
Run "pntedit.exe read AppSupport PhoneNumberTemplates.txt"
Edit PhoneNumberTemplates.txt
Run "pntedit.exe write AppSupport PhoneNumberTemplates.txt AppSupport.Patched"
Replace AppSupport on iPhone with AppSupport.Patched
|
i dont know somehow the PNTEDIT doesnt work for my winXP..
u guys know any soft to read AppSupport ??
|
|