It's really not very difficult. You download plutil from http://ericasadun.com/ftp/EricaUtilities/ and using SSH put it in /usr/bin on the phone. Then you can use it as a command.
EDIT: To use SSH, follow this guide.
For example, to make the dock tilted and reflective (as it is on the iPod Touch), you'd open a terminal (on the phone itself with a terminal application, or under Windows as PuTTY, or within WinSCP from the Commands menu), and issue the command:
Code:
plutil -i SBUseNewDock -v 1 /private/var/root/Library/Preferences/com.apple.springboard.plist
(then restart Springboard). And if you don't like that and want to change it back, you issue
Code:
plutil -r SBUseNewDock /private/var/root/Library/Preferences/com.apple.springboard.plist
The bigger problem as far as I'm concerned is: where to find the picture (.png file) of the iPod Touch dock? There are pictures available with the reflections of the default Touch icons built in, but that's not very nice if you want to use different icons... Where's the blank Touch dock???
Bookmarks