Check out our new iPad forum.
iPod touch 3G deals: 8GB $183.99, 32GB $269.99, 64GB $357.00 with free shipping

Go Back   iPod touch Fans forum > Jailbroken iPod touch / iPhone > Jailbroken iPod touch Games and Apps

Reply
 
Thread Tools
  #1  
Old 02-21-2008
iPod touch Fan
Join Date: Dec 2007
 
Default Tweaking Customize

I added a quick tutorial here on how to add your own options into Customize: http://www.ipodtouchfans.com/forums/...986#post531986


Updated: Version 10.3

Version 10.3 is up Added a few more options and fixes.

REPO: danimator.techdocrx.com/testrepo.xml (Will show up as "Danimator's Repo").

Manual Download Link: http://danimator.techdocrx.com/Customize.zip http://danimator.techdocrx.com/Themes3.zip
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Complete list of available options:


Miscellaneous:
------------------------------------
Caterpillar Theme
Kate Theme
HWPen Theme
Keyboard.artwork files Themes
Other.artwork files Themes
Boot Logo
StatusBars
Dock Background
Icon Display Order

iPod Options:
------------------------------------
Top iPod Bar
Bottom iPod Bar
Movie HUDS
Media Buttons
Media HUD Buttons
iPod Stars
Volume Knob
Volume Fill Left
Volume Fill Right

Application Theme Options:
------------------------------------
Apollo Theme
Books Theme
BossPrefs Theme
Calculator Theme
Calendar Theme
Capture Theme
Categories Theme
Converter Theme
Cydia Theme
DashBuster Theme
Finder Theme
Fring Theme
iComic Theme
Installer Theme
iTunes Store Theme
Maps Theme
MobileChat Theme
MobileSMS Theme
Mobile Music Theme
MobileRSS Theme
MoleSkine Theme
MxTube Theme
NotePad Theme
Photos Theme
PDFViewer Theme
RemoteNote Theme
ShowTime Theme
Stocks Theme
Tevee Theme
TimeCapsule Theme
Timer Theme
ToDoList Theme
Weather BG Theme
Weather Icon Theme
WildEyes Theme
YouTube Theme

Game Theme Options:
------------------------------------
Domino Theme
Pool Theme
Scrabble Theme

Instrument Theme Options:
------------------------------------
Drummer Theme
Guitarist Theme
Pianist Theme

Loading Screen Options:
------------------------------------
AdBlock Loading Screen
BossTool Loading Screen
CameraPro Loading Screen
Contacts Loading Screen
Convert Loading Screen
Customize Loading Screen
HWInfo Loading Screen
iDope Loading Screen
Leftover Loading Screen
Mail Loading Screen
MapsOffline Loading Screen
Poof Loading Screen
Ringtones Loading Screen
Settings Loading Screen
Safari Loading Screen
SMBPrefs Loading Screen
Snapture Loading Screen
Terminal Loading Screen
TextEdit Loading Screen
Torrentula Loading Screen
VNotes Loading Screen
WebSearch Loading Screen
weDict Loading Screen

Statusbar Icon Options:
------------------------------------
Airplane Icon
Alarm Icon
Bars Images
Bluetooth Icon
Carrier Image
Edge Icon
Header Battery Icon
Lock Icon
WiFi Images
Taskbar Notifier PLAY
Taskbar Notifier GPRS
Taskbar Notifier TTY
Taskbar Notifier Call
Taskbar Notifier SMS
Taskbar Notifier Mail
WebClip Icons

Keypad Theme Options:
------------------------------------
Phone Keypad
Call Keypad
Device Lock Keypad

Bars and Sliders Theme Options:
------------------------------------
Call Bar
Bottom Bar
Power Bar
In-Call Glow
Main Slider
Power Slider
Call Slider
Highlight Mask

Other Theme Options:
------------------------------------
Badge Graphic
Battery Images
Sound Images
Hud Image

System Options:
------------------------------------
System Sounds
SpringBoard Strings
Vibration Settings
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

Danimator's Modded Customize

This is a modded version of Customize, based on Skylar's latest custom version (1.2.1-2), as well as latest Customize from SpicyChicken (1.22).
The Theme Pack is based on the "Sticker" themes and graphics by David Lanham, KorTolk and Louie Mantia. Scrabble theme by Innovative1. Credits where applicable!!!

INSTALLATION INSTRUCTIONS: READ CAREFULLY!!!
  1. Restore / Jailbreak to 1.1.3 or 1.1.4. ( I did not, and will not test this on earlier firmwares, so if it doesn't work on 1.1.1 or 1.1.2, sorry bout your luck). If you're NOT starting on a fresh restore / jailbreak please read over the instructions and make sure you have completed the requirements.
  2. Install or update the following packages in Installer
    • BSD Subsystem from the System section
    • BossTool from the Utilities section
    • SUID Lib Fix from the Tweaks (1.1.3) section
    • BSD Subsystems 2.0 Termfix from the Tweaks section
  3. Run BossTool, select the Free Disk Space option, and in this select Move Ringtones, Move Applications, Move Fonts. This will copy the space-hogging items listed above to the larger partition and create symlinks (like shortcuts in Windows) to point to them from the original location on the smaller partition.
  4. Create symlinks (again, like Windows shortcuts) for the Media and Library folders in /var/root to /var/mobile. This is a very important step and could require some elaboration. Since firmware 1.1.3 applications are supposed to store their application data in /var/mobile/Library and /var/mobile/Media instead of the previous /var/root/Library and /var/root/Library. Since Danimator's Modded Customize is based off of the old Customize 1.22, it still stores its data in the old locations. You can check to see if you already have the symlinks in place either through SSH or using Term-v100. Navigate to /var/root
    Code:
    cp /var/root
    and list the contents
    Code:
    ls -la
    If you have symlinks properly set up you will have two entries
    Code:
    Library -> /private/var/mobile/Library
    Media -> /private/var/mobile/Media
    If you are missing one or they don't point to anything (missing arrows) then you will need to move the folders from root to mobile and create symlinks to point to the new locations. We can do this two ways: Dan's symlink script (recommended) or manually by using Terminal commands.
    • Dan's Symlink Script (recommended) - Install the Symlink Media/Library Creator script from the Danimator's Repo section in Installer
    • Manual - Please find a guide to running terminal commands (either through SSH or the Term-v100 app). You will need to run the following commands: BUT Make an empty Media folder there first if you don't already see one there or the scripts will fail.
      Code:
      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/
      rm -r /private/var/root/Library
      ln -s /private/var/mobile/Library /private/var/root/Library
      The cp commands copy the directories to their new locations, the rm commands remove the original directories, and the ln commands create the symlinks to the new destinations.
  5. Add the following repo to your Installer sources:
    • danimator.techdocrx.com/testrepo.xml
  6. Install Danimator's Customize 9.3 (and Danimator's "Sticker" Theme Pack.
  7. Return to the springboard and run Customize; it should run and crash three times before loading correctly. The reason it crashes is because it needs to make all the backup images and directories to restore from.
  8. If Customize crashes more than 3 times, you probably have to fix the permissions (they should install fine by default, but crazier things have happened.) This can be done through Terminal commands or with WinSCP.
    • Terminal - connect through SSH or open up Term-v100 and run the following commands
      Code:
      chmod -R 755 /Applications/Customize.app
      chmod -R 755 /var/mobile/Library/Customize
    • WinSCP - connect through WinSCP and navigate to /Applications, right-click on Customize.app, and under the Permissions section put 0755 in the Octal box (the check-boxes should fill themselves). Check the box to "Set group, owner, and permissions recursively" and press OK.
      Navigate to /var/mobile/Library, right-click on Customize, and do the same thing as above, but set the permissions to 755 (remember to check the box for recursive!) and press OK.
    Now try running Customize, and hopefully it should start up in no time.

If you are sure you have performed all of the above steps correctly and you are still having issues, please send me a PM with your issue and I'll do my best to help you out. Hope this guide helps!
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Now, If you've installed MANUALLY, and not from the repo's just run the following commands in terminal and it should be fine:

/bin/chmod -R 755 /Applications/Customize.app
/bin/chmod +s /Applications/Customize.app/Customize
/Applications/Customize.app/Customize

Note: If you've previously had your customize icon hidden with apps such as "Poof" or "Categories", etc. Make sure you unhide it before installing or else your icon will remain hidden after install.
Attached Thumbnails
Click image for larger version

Name:	1.JPG
Views:	662
Size:	44.5 KB
ID:	15739   Click image for larger version

Name:	1 (2).JPG
Views:	252
Size:	44.2 KB
ID:	15740   Click image for larger version

Name:	1 (3).JPG
Views:	263
Size:	46.1 KB
ID:	15741  

Click image for larger version

Name:	1 (4).JPG
Views:	144
Size:	45.9 KB
ID:	15742   Click image for larger version

Name:	1 (5).JPG
Views:	462
Size:	63.9 KB
ID:	15743   Click image for larger version

Name:	1 (6).JPG
Views:	143
Size:	38.2 KB
ID:	15744  

Click image for larger version

Name:	1 (7).JPG
Views:	123
Size:	40.9 KB
ID:	15745   Click image for larger version

Name:	1 (8).JPG
Views:	112
Size:	40.2 KB
ID:	15746   Click image for larger version

Name:	1 (9).JPG
Views:	100
Size:	43.9 KB
ID:	15747  

Click image for larger version

Name:	1 (10).JPG
Views:	95
Size:	45.6 KB
ID:	15748   Click image for larger version

Name:	1 (11).JPG
Views:	97
Size:	45.0 KB
ID:	15749   Click image for larger version

Name:	1 (12).JPG
Views:	92
Size:	45.6 KB
ID:	15750  

Click image for larger version

Name:	1 (13).JPG
Views:	82
Size:	37.7 KB
ID:	15751   Click image for larger version

Name:	1 (14).JPG
Views:	101
Size:	46.3 KB
ID:	15752   Click image for larger version

Name:	1 (15).JPG
Views:	109
Size:	39.6 KB
ID:	15753  

Click image for larger version

Name:	1 (16).JPG
Views:	106
Size:	37.4 KB
ID:	15754   Click image for larger version

Name:	1 (17).JPG
Views:	178
Size:	38.7 KB
ID:	15755   Click image for larger version

Name:	1.png
Views:	133
Size:	217.7 KB
ID:	19366  

Click image for larger version

Name:	2.png
Views:	71
Size:	70.3 KB
ID:	19367   Click image for larger version

Name:	3.png
Views:	66
Size:	104.3 KB
ID:	19368   Click image for larger version

Name:	4.png
Views:	32
Size:	89.2 KB
ID:	19369  

Click image for larger version

Name:	5.png
Views:	26
Size:	67.6 KB
ID:	19370   Click image for larger version

Name:	6.png
Views:	99
Size:	78.9 KB
ID:	19371   Click image for larger version

Name:	7.png
Views:	38
Size:	86.5 KB
ID:	19372  

Click image for larger version

Name:	8.png
Views:	41
Size:	39.9 KB
ID:	19373  
__________________

Last edited by Danimator; 05-18-2008 at 02:29 PM..
  #2  
Old 02-21-2008
iTouch532's Avatar
iPod touch Zealot
Join Date: Dec 2007
 
Nice I expect this to be released soon!
  #3  
Old 02-21-2008
hjdawg's Avatar
iPod touch Admirer
Join Date: Feb 2008
 
i like it
  #4  
Old 02-21-2008
xM45x's Avatar
iPod touch Lover
Join Date: Dec 2007
 
this looks good
  #5  
Old 02-22-2008
iPod touch Fan
Join Date: Dec 2007
 
See first post for little updates...will release it soon
  #6  
Old 02-22-2008
JoEfRaN's Avatar
iPod touch Admirer
Join Date: Jan 2008
 
Along with the pool and other theme changer you think you could add a garf theme changer just a suggestionn
  #7  
Old 02-22-2008
iPod touch Lover
Join Date: Dec 2007
 
thats not volume fill top and bottom, its left and right.
  #8  
Old 02-22-2008
Pzimmerer51's Avatar
iPod touch Fan
Join Date: Dec 2007
 
this looks GREAT
might i make a suggestion
SIP-VOIP option
i put my say in
farewell
  #9  
Old 02-23-2008
hardy's Avatar
iPod touch Admirer
Join Date: Dec 2007
 
i like it.. lookzz good..!!
  #10  
Old 02-23-2008
stillercity's Avatar
iPod touch Lover
Join Date: Jan 2008
 
Dude I am so stoked for this! I'd love to be a beta tester if you need one
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -7. The time now is 11:11 AM.


Sort of vBulletin-powered
Copyright 2007 - 2010 Vigorous Media LLC - All Rights Reserved.


Page generated in 0.06895 seconds with 8 queries