“Cecco come si chiama il fratellino?”
“Blu”
prima o poi sceglieremo il nome… intanto ecco una “foto” 3D.

“Cecco come si chiama il fratellino?”
“Blu”
prima o poi sceglieremo il nome… intanto ecco una “foto” 3D.

urf…
many many thanks to Md for his workaround!
Very useful to patch a handful of servers which cannot be rebooted so easily.
Da un paio di giorni ho aggiornato l’ipod touch al firmware 1.1.3 ma solo ora ho notato che google maps non funziona pių… da una veloce analisi si vede che l’applicativo non trova una libreria: colpa di un nome scritto in maiuscolo. Ho risolto con un link simbolico.
# /Applications/Maps.app/Maps
dyld: Library not loaded: /System/Library/Frameworks/GMM.framework/GMM
Referenced from: /Applications/Maps.app/Maps
Reason: image not found
zsh: trace trap /Applications/Maps.app/Maps
# ls -la /System/Library/Frameworks/GMM.framework/
total 280
drwxr-xr-x 3 root wheel 170 Feb 1 08:44 .
drwxr-xr-x 53 root wheel 1802 Feb 1 08:44 ..
drwxr-xr-x 2 root wheel 102 Feb 1 08:44 English.lproj
-rwxr-xr-x 1 root wheel 703 Feb 1 08:44 Info.plist
-rwxr-xr-x 1 root wheel 138872 Feb 1 08:44 gmm
# cd /System/Library/Frameworks/GMM.framework/
# ln -s gmm GMM
# ls -la
total 288
drwxr-xr-x 3 root wheel 204 Feb 1 15:51 .
drwxr-xr-x 53 root wheel 1802 Feb 1 08:44 ..
drwxr-xr-x 2 root wheel 102 Feb 1 08:44 English.lproj
lrwxr-xr-x 1 root wheel 3 Feb 1 15:51 GMM -> gmm
-rwxr-xr-x 1 root wheel 703 Feb 1 08:44 Info.plist
-rwxr-xr-x 1 root wheel 138872 Feb 1 08:44 gmm
# /Applications/Maps.app/Maps