A Great Moded Version Of Customize!!!

Discussion in 'iPod touch Firmware 1.1.4 Discussions' started by Winterboard, Mar 11, 2008.

  1. Danimator Member

    Member Since:
    Dec 19, 2007
    Message Count:
    233
    Device:
    iPhone 3G (White)
  2. Raist3001 Member

    Member Since:
    Jan 24, 2008
    Message Count:
    802
    Device:
    iPhone 4S (Black)
    I think these are correct...can someone verify please?

    cp -R /private/var/root/Media /private/var/mobile/

    rm -r /private/var/root/Media

    ln -s /private/var/mobile/Media /private/var/root/Mediacp -R /private/var/root/Library
    /private/var/mobile/

    m -r /private/var/root/Library
    ln -s /private/var/mobile/Library /private/var/root/Library


    If you downloaded it manually, and NOT from teh repo, make sure to set permissions to 775 on the “Library/Customize” folder and run the following:

    Commands in Terminal

    chmod -R 755 /Applications/Customize.app
    chmod -R +s /Applications/Customize.app
  3. eyecandy0420 New Member

    Member Since:
    Dec 4, 2007
    Message Count:
    28
    I have customize installed already (the previous not modded version) and I was wondering if you could install the new one over the old or do I need to uninstall it 1st and change the slider and battery back to orignal? Thanks for any help!!
  4. Yongkykun Member

    Member Since:
    Dec 11, 2007
    Message Count:
    520
    Device:
    iPhone 4S (Black)
  5. jpga13 Banned

    Member Since:
    Dec 4, 2007
    Message Count:
    11,595
    Device:
    iPad 3
    Not so sure on all those terminal commands. It should only take a couple to make Customize work. If you download the Customize Custom version Skylar did you should have no issues with 1.1.3 or 1.1.4. It does crash a few times on ocassion but after you get it open once it will be good to go.
  6. Yongkykun Member

    Member Since:
    Dec 11, 2007
    Message Count:
    520
    Device:
    iPhone 4S (Black)
    I already have the modded 1.22, if I want to install this one, can I just overwrite the old one?
  7. jpga13 Banned

    Member Since:
    Dec 4, 2007
    Message Count:
    11,595
    Device:
    iPad 3
    So why would you want to replace it if you already have one that works?
  8. Yongkykun Member

    Member Since:
    Dec 11, 2007
    Message Count:
    520
    Device:
    iPhone 4S (Black)
    Well, the one I have now doesn't have :

    -Boot Logo (Only when logo minimizes after booting)

    -Customize Loading Screens

    -BossPrefs Loading Screens

    -Mobile Music Player Themes

    -Top and Bottom iPod Bars

    -Movie HUDS

    -Media Buttons

    -Media HUD Buttons

    -Volume Left and Right Fills

    -Added a few more graphic options to Installer Skins.

    -Re-Enabled and fixed NotePad Theme Skins

    -Calendar Themes

    -Pool Game Themes (v1.2 ONLY)

    -iComic Themes

    -PDFViewer Loading Screens

    -Stocks Themes

    -Lock icon for those that asked.

    -Scrabble Themes

    Oh, I'm sorry, mine is not 1.22, it's 1.21 (custom).
  9. melefire New Member

    Member Since:
    Oct 21, 2007
    Message Count:
    146
    use the program sysfix, it does it for you
  10. GrooveMachine Active Member

    Member Since:
    Dec 27, 2007
    Message Count:
    1,805
    Device:
    iPod touch
    Here are the commands, correctly done. Only press enter if there's a space between the current command and the next one:

    cp -R /private/var/root/Media /private/var/mobile/

    rm -r /private/var/root/Media

    ln -s /private/var/mobile/Media /private/var/root/Media

    cp -R /private/var/root/Library /private/var/mobile/

    mv -r /private/var/root/Library

    ln -s /private/var/mobile/Library /private/var/root/Library


    If you got it from the download, also do these:


    chmod -R 755 /Applications/Customize.app

    chmod -R +s /Applications/Customize.app


    Hope that cleared things up a bit. This is why it's good to know UNIX.