Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > iPhone "2G" (Rev. 1) > PwnageTool

Reply
 
LinkBack (1) Thread Tools Display Modes
  #571 (permalink)  
Old 12-11-2008, 02:07 AM
Frank8
Status: Offline
Senior Member
 
Join Date: Sep 2008
Location: Italy
Posts: 221
Rep Power: 18
Frank8 will become famous soon enoughFrank8 will become famous soon enough
Default

Quote:
Originally Posted by freakelf View Post
Hi Frank, this request might sound a little odd, but could you PLEASE modify the US phone format so that it works like this: ####-#### without using area code????? Pleaseeeeeee, TIA!!!!
Same result if you set Brazil in Region Format

or if you prefer in english:

1. install Erica Utilities via Cydia

2. use terminal of winscp via SSH or mobile terminal and type :

/usr/bin/plutil -s AppleLocale -v xx_XX /var/mobile/Library/Preferences/.GlobalPreferences.plist

with instead of xx_XX the country code. Example Brazil: en_BR
attention to uppercase and lowercase !

3. restart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #572 (permalink)  
Old 12-15-2008, 06:21 PM
chirson
Status: Offline
Junior Member
 
Join Date: Mar 2008
Posts: 22
Rep Power: 0
chirson is on a distinguished road
Default

Hi Frank,

I have a question and I hope you can help. I did what you suggested to freakelf by changing en_GB (I used UK in regional settings) in .GlobalPreferences.plist to en_MK (Macedonia) in order to have correct formatting and it works just fine. However my date setting are now in US format mm/dd/yyyy instead European format I prefer dd/mm/yyyy. Do you have any idea how to work around this. Any help would be appreciated.
__________________
8G 1.1.4 (O.O.T.B) iLibety+ --> 2.0PWND -->2.1QPWN -->2.2QPWN -->2.2.1QPWN -->3.0redsn0w

Last edited by chirson; 12-15-2008 at 06:22 PM. Reason: typo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #573 (permalink)  
Old 12-15-2008, 11:09 PM
Bartmax
Status: Offline
Junior Member
 
Join Date: Jan 2008
Posts: 5
Rep Power: 0
Bartmax is on a distinguished road
Default Uruguay needs helps too :D

Hi frank, very awesome work!

Honestly, it's too hard for me to do the hexa mod stuff.
I will really appreciate if you can help me with callid and # masking for Uruguay.

Caller ID works ok for cellphone but it doesn't for landlines while number masking doesn't do anything at all, all numbers shows together.

Here's my old 1.1.4 rules, maybe you can adapt to 2.2.

<array>
<string>+598 (2) ###-####</string>
<string>+598 (##) ###-####</string>
<string>598 (2) ###-####</string>
<string>598 (##) ###-####</string>
<string>(0##) ###-###</string>
<string>(02) ###-####</string>
<string>###-####</string>
<string>1-800-###############</string>
<string>0-800-###############</string>
<string>0-900-###############</string>
<string>####</string>
</array>

Thanks!
Bart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Remove advertisements
Advertisement
Advertisement Sponsored links

  #574 (permalink)  
Old 12-16-2008, 03:05 PM
yoshiki
Status: Offline
Junior Member
 
Join Date: Oct 2008
Posts: 9
Rep Power: 0
yoshiki is on a distinguished road
Default new future?

Hi, Frank.

I'm now making new Default.phoneformat for Japan. Apple's developer mistakes the international prefix.

And I'm checking my UIDefautltPhoneFormats.phoneformat if there is any other mistakes.

Quote:
Originally Posted by Frank8 View Post
With new features of 2.2 "Last n digits match" can be implemented,
usefull in special cases and for people who say: Nokia do it better
I still don't understand the 'new feature'. Would you show me the case it works?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #575 (permalink)  
Old 12-17-2008, 01:21 AM
Frank8
Status: Offline
Senior Member
 
Join Date: Sep 2008
Location: Italy
Posts: 221
Rep Power: 18
Frank8 will become famous soon enoughFrank8 will become famous soon enough
Default

Quote:
Originally Posted by chirson View Post
Hi Frank,

I have a question and I hope you can help. I did what you suggested to freakelf by changing en_GB (I used UK in regional settings) in .GlobalPreferences.plist to en_MK (Macedonia) in order to have correct formatting and it works just fine. However my date setting are now in US format mm/dd/yyyy instead European format I prefer dd/mm/yyyy. Do you have any idea how to work around this. Any help would be appreciated.
May be en_GB set a plist file for European format (24h and dd/mm/yyyy) ,
but I have not found it ,
you can use:
it_MK , fr_MK , de_MK , ru_MK , es_MK , pt_MK
but are not in english .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #576 (permalink)  
Old 12-17-2008, 01:53 AM
Frank8
Status: Offline
Senior Member
 
Join Date: Sep 2008
Location: Italy
Posts: 221
Rep Power: 18
Frank8 will become famous soon enoughFrank8 will become famous soon enough
Default

Quote:
Originally Posted by yoshiki View Post
Hi, Frank.

I'm now making new Default.phoneformat for Japan. Apple's developer mistakes the international prefix.

And I'm checking my UIDefautltPhoneFormats.phoneformat if there is any other mistakes.


I still don't understand the 'new feature'. Would you show me the case it works?
A new byte is used (was 00) only for Caller ID match (Default.phoneformat)
This is Brazil example:

( 1 , 9 , 12 , 2 , 2 , 1 , str_000 )
str_000 (n## ##) ####-####

rule for str_000 in firmware 2.2

(1 , 9 ---- first digit from 1 to 9
, 12 ----- max length 12 digits
, 2 ------ accept 2 different digits (first two) XX --- NEW !
, 2 ------ area code 2 digits may be present YY
, 1 ------ trunk prefix n may be present
str_000 -- use string at offset 000

(nXX YY) ####-####

the difference between YY and XX is
YY - area code - checked only if present in saved numbers
XX - carrier selection - never checked

with an extension of XX up to 19 digits I have implemented
CallerID Fix for 2.2 v1.1 (Cydia Localization)

for example in Japan only last 7 digits are checked (TBV) for Caller ID match,
you can save as 1234567 (if valid to make a Call)
or 01081xxxx1234567
or 008881xxxx1234567
or zzzzz+81xxxx1234567
and receive +81yyyyyyy1234567
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #577 (permalink)  
Old 12-17-2008, 02:17 PM
chirson
Status: Offline
Junior Member
 
Join Date: Mar 2008
Posts: 22
Rep Power: 0
chirson is on a distinguished road
Default

Quote:
Originally Posted by Frank8 View Post
May be en_GB set a plist file for European format (24h and dd/mm/yyyy) ,
but I have not found it ,
you can use:
it_MK , fr_MK , de_MK , ru_MK , es_MK , pt_MK
but are not in english .
Hi Frank,

Thanks for replying, you are probably right that en_GB set plist file for European format but I guess nobody knows where it is located so I can edit it. I can use any of your suggestions but since they are not in english I'll start learning other languages. Maybe italian would be a good start
__________________
8G 1.1.4 (O.O.T.B) iLibety+ --> 2.0PWND -->2.1QPWN -->2.2QPWN -->2.2.1QPWN -->3.0redsn0w
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #578 (permalink)  
Old 12-19-2008, 10:37 AM
PcOnline
Status: Offline
Member
 
Join Date: Sep 2007
Posts: 56
Rep Power: 5
PcOnline is on a distinguished road
Smile

Quote:
Originally Posted by Frank8 View Post
This is Caller ID Fix test file for:
India , Montenegro , Trinidad & Tobago , Cyprus.

http://rapidshare.com/files/16806215...oneformat.html

save original :
System/Library/PrivateFrameworks/AppSupport.framework/Default.phoneformat
substitute and restart

extra file for Montenegro only (001 me - 220 me - 297 me):
http://rapidshare.com/files/16805653...des.plist.html
save original :
/System/Library/Frameworks/UIKit.framework/PhoneFormats/UIMobileCountryCodes.plist
substitute , switch off and on
Hi Frank,

Please do the format for FW 2.1 - for Vietnam:
Please!!!

<key>vn</key>
<array>
<string> +84 (9#)###-####</string>
<string> +84 (1##)###-####</string>
<string> +84 (4) ####-####</string>
<string> +84 (8)####-####</string>
<string> +84 (###)###-####</string>
<string> (09#) ####-####</string>
<string> (01##) ###-####</string>
<string> (04) ####-####</string>
<string> (08) ####-####</string>
<string> (0###)###-####</string>
</array>
__________________
PcOnline
iPhone 8Gb OTB 1.0.2 --> up to 1.1.2 --> works well!
iPhone 8Gb OTB 1.1.2 --> 2.1 - Good now!
MacBook Black 2.2 Leopard
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #579 (permalink)  
Old 12-19-2008, 10:40 AM
beba
Status: Offline
Member
 
Join Date: Jan 2008
Posts: 33
Rep Power: 0
beba is on a distinguished road
Default

Quote:
Originally Posted by Frank8 View Post
With new features of 2.2 "Last n digits match" can be implemented,
usefull in special cases and for people who say: Nokia do it better

Last 6 digits match (FW 2.2) here:
http://rapidshare.com/files/17126284...oneformat.html

Last 7 digits match (FW 2.2) here:
http://rapidshare.com/files/17126197...oneformat.html

save original file:
/System/Library/PrivateFrameworks/AppSupport.framework/Default.phoneformat
substitute and restart.

remember: match between numbers with and without "+"
is possible only if same country is set in Region Format


if you need a Generic unformatted format (FW 2.2):
http://rapidshare.com/files/17124447...oneformat.html

save original file:
/System/Library/Frameworks/UIKit.framework/PhoneFormats/UIDefaultFormats.phoneformat
substitute and restart.
Frank this is simple and fast. I think no need for callerid anything complex or better, but for format we need more. I did experiment with UIDefaultFormats.phoneformat by changing a long string at end #######... to somthing like (###) ###-#### and this works nice, but my international numbers (with +) not looking nice any more.

I am wondering Frank, is it possible for you to implement a idea of generic UIDefaultFormats.phoneformat file with a few (not one) format string at end of file, where user can change it to accommodate formats for his own or his country.

Thanks, great job Frank,
You are the man.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #580 (permalink)  
Old 12-20-2008, 03:41 AM
Frank8
Status: Offline
Senior Member
 
Join Date: Sep 2008
Location: Italy
Posts: 221
Rep Power: 18
Frank8 will become famous soon enoughFrank8 will become famous soon enough
Default

@ Bartmax and PcOnline

Format fix for SPAIN , URUGUAY , VIETNAM

save original file:
/System/Library/Frameworks/UIKit.framework/PhoneFormats/UIDefaultFormats.phoneformat

for Firmware 2.1 copy:
http://rapidshare.com/files/17502790...oneformat.html

for Firmware 2.2 copy:
http://rapidshare.com/files/17502842...oneformat.html

restart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.hackint0sh.org/f146/51957.htm
Posted By For Type Date
iPhone 2.2 Caller ID Fix and Extended Location Bundles for Trinidad & Tobago - Caller ID Works!! | MyTriniPhone.com This thread Refback 01-14-2009 07:27 PM



All times are GMT +2. The time now is 11:14 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407