+ Reply
Results 1 to 1 of 1
  1. #1
    What's Jailbreak?
    Join Date
    Jun 2007
    Posts
    8
    Thanks
    1
    Thanked 1 Time in 1 Post

    Talking How-To: Update Carrier Logo on AT&T (After Carrier Update in iTunes)

    It looks like there's a new folder where the pngs are stored as well..

    Here's what I did

    SSH into iPhone

    Make backups of existing files by.. (keep the quotes to handle the spaces)
    Code:
    cd "/System/Library/Carrier Bundles/ATT_US.bundle"
    cp Default_CARRIER_ATT.png Default_CARRIER_ATT.png.orig
    cp FSO_CARRIER_ATT.png FSO_CARRIER_ATT.png.orig
    
    cd "/private/var/mobile/Library/Carrier Bundles/ATT_US.bundle"
    cp Default_CARRIER_ATT.png Default_CARRIER_ATT.png.orig
    cp FSO_CARRIER_ATT.png FSO_CARRIER_ATT.png.orig

    Now upload your custom png files to:
    "/System/Library/Carrier Bundles/ATT_US.bundle"
    AND
    "/private/var/mobile/Library/Carrier Bundles/ATT_US.bundle"

    Remember, the files MUST have the same name as the existing .png files

    STOP HERE, RESPRING

    If you ever want to restore the original carrier logos..

    Code:
    cd "/System/Library/Carrier Bundles/ATT_US.bundle"
    cp Default_CARRIER_ATT.png.orig Default_CARRIER_ATT.png
    cp FSO_CARRIER_ATT.png.orig FSO_CARRIER_ATT.png
    
    cd "/private/var/mobile/Library/Carrier Bundles/ATT_US.bundle"
    cp Default_CARRIER_ATT.png.orig Default_CARRIER_ATT.png
    cp FSO_CARRIER_ATT.png.orig FSO_CARRIER_ATT.png
    Last edited by trixster; 02-27-2009 at 04:36 PM. Reason: Updating with code tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts