12 febrero, 2008

Phone # number fix ... para 1.1.2 / 1.1.3

Leyendo por varios lados, con carlos, encontramos que no había solución "automágica" a este problemita momentáneamente... así que deberemos ensuciarnos un poco.. pero ni tanto.

Es una papatez, pero si no la sabemos hacerla... seguimos con los números mal jajaja

Procedimiento: descargar pack, crear directorio Support en iphone, respaldar Appsuport, copiar AppSupport y AppSupport al iphone, Copiar PhoneNumberTemplates.txt y PhoneNumber.dylib a Support, reiniciar

(ejemplo desde linux)

##descargar ESTE pack
unzip phonenumber_dylib_build_9.zip

## creamos directorio en el iphone (estando logueados en el iphone obviamente)
mkdir /System/Library/Frameworks/AppSupport.framework/Support

## respaldamos nuestros datos (desde nuestra pc)
scp root@xxx.xxx.x.x:/System/Library/Frameworks/AppSupport.framework/AppSupport .

## copiamos los nuevos
scp phonenumber_dylib_build_9/1.1.2/AppSupport* root@xxx.xxx.x.x:/System/Library/Frameworks/AppSupport.framework/

## editamos el archivo PhoneNumberTemplates.txt y la zona de argentina la reemplazamos con
ar 54 00 0:9 ## ########

## copiamos PhoneNumberTemplates.txt y PhoneNumber.dylib
scp phonenumber_dylib_build_9/1.1.2/Support/PhoneNumber* root@xxx.xxx.x.x:/System/Library/Frameworks/AppSupport.framework/Support/

reboot

EOF

No hay comentarios.:

Publicar un comentario