'Nosdeuxo' Wrote:Voilà, c'est fait en ce qui me concerne Par contre, j'ai un souci, j'ai perdu mon nom d'opérateur, Bouygues en l'occurence. J'ai toujours les barres, le logo 3G mais plus le nom entre =/ Je précise que je n'ai pas utilisé le programme pour modifier le logo, mettre un truc perso là...
Il y a un post d'un turk sur le blog officiel de la team qui a trouvé une solution par lui-même :
"To get the carrier LOGO to show up you'll need to edit the carrier plist file to include an empty string. If you're using a mac and have developer tools installed you can edit the plist very easily. For example (using Turkcell as carrier).. the last entry under "CarrierName" is blank. then respring springboard and then you will see the carrier logo displayed. You should find the file located at "/System/Library/Carrier Bundles"
En francais :
- éditer le fichier plist localisé dans "/System/Library/Carrier Bundles"
- remplacer le string de la 3e clé CarrierName (en gras dans l'exemple) par une chaine vide. String = Chaine de caractère. Donc tu effaces tout entre <string> et </string> et tu ne laisses aucun espace.
- sauvegarder le fichier, puis restarter le springboard.
- Note, il s'agit d'un "workaround", le fichier plist ne devrait pas avoir à être modifié, mais il corrigerait le bug.
- Garde une copie du fichier original si jamais ca foire
<array>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>TR TURKCELL</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Turkcell.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Turkcell.png</string>
</dict>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string>TURKCELL</string>
<key>DefaultImage</key>
<string>Default_CARRIER_Turkcell.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Turkcell.png</string>
</dict>
<dict>
<key>AllowPrefixMatching</key>
<false/>
<key>CarrierName</key>
<string></string> <key>DefaultImage</key>
<string>Default_CARRIER_Turkcell.png</string>
<key>FullScreenOpaqueImage</key>
<string>FSO_CARRIER_Turkcell.png</string>
</dict>
</array>