[edit]
See post 9 for a 1 step solution.
[/edit]
Dedication:
Thanks to all the members that put in the time to make our Treos more useful. This work is an extension of theirs.
Background:
The thread containing mods for the Treo splash screen was getting crazy long with people requesting splash screens so I decided to make a HOWTO so anyone with a windows PC (guys with fruit [er, I mean Macs] already have instructions) could make their own splash screen.
Requirements:
Treo 650 (obviously)
Windows PC
PDB Compiler (available free at this link)
The attached phone_src.zip
Some backup software (BackupBuddy, etc)
Steps:
1. Find 2 pictures you like. They must be jpeg files and MUST BE 320x320. If they aren't you can use Microsoft paint to resize them (well truncate them anyway).
2. MAKE A BACKUP OF YOUR DEVICE.
3. If you skipped step 2 stop now.
4. Download and install/unzip the PDB compiler to the location of your choice. From here on out I'll use <compiler dir> to refer to the root location that you installed at. Remember this path you'll need it later.
5. Unzip the phone_src.zip file into the directory of your choice. This will be referred to as <src dir>. Remember this path...you'll need to get there from the command line soon.
6. Copy the 2 image files you selected into <src dir>.
7. Name the image file you want to be the "on screen" to splash_on.jpg.
8. Name the image file you want to be the "off screen" to splash_off.jpg.
9. Now go to the command prompt by going to start->run and type 'cmd' (no quotes)
10. At the prompt type 'cd <src dir>' (without the quotes). The directory should change to the place you have your image files. Remember to replace <src dir> with your <src dir>.
11. At the prompt type '<compiler dir>\bin\pdbc -o PhoneApp_SPCS_Custom.prc phone_src.src' (with out the quotes). Remember replace <compiler dir> with your <compiler dir>/
12. You should now have a PhoneApp_SPCS_Custom.prc file in the <src dir> directory.
13. Install this on your phone.
14. Do a soft reset on your phone
15. Enjoy!!
Tips:
I use filez and an SD card to install the app and then do a soft reset manually.
The src is based on the phone app with ALL the options enabled (Call Duration, ## codes, Totals in the Call Log, etc)
History:
v 0.3 - Ran it through a spell checker...which I should have done with v 0.1 apparently based on it's findings :P
v 0.2 - Added history, minor changes for clarity
v 0.1 - Initial