Home | Stories | Reviews | Treo™ Store | Accessories | Software | Discussion | Mobile | About | Search

 
 
Micro-USB Travel Charger SPE Micro-USB Travel Charger for Palm Pixi / Treo Pro, Treo 800w
Just $9.95
Slip Case Palm Slip Case for Pixi
Just $27.95
Treo Screen Protectors  (3-Pack) Screen Protectors for Treo
Just $12.95
 Pen Stylus  (3-Pack) SPE Pen Stylus for Treo 650
Just $7.95
 
Old 01/20/2005, 04:25 PM   #1 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default HOWTO: Mod your OWN splash screen (now with 1 stop creation)

[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
Attached Files
File Type: zip phone_src.zip (60.5 KB, 1238 views)

Last edited by ayasin; 01/22/2005 at 09:22 PM.
ayasin is offline   Reply With Quote
Old 01/20/2005, 06:04 PM   #2 (permalink)
Member
 
jasondeno's Avatar
 
Join Date: Jan 2003
Location: Kankakee, IL
Posts: 180
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Worked for me!

Thanks
jasondeno is offline   Reply With Quote
Old 01/20/2005, 06:26 PM   #3 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can also make a .bat file to make this easier to do if you want to try several out:

1. Create a new file in your <src dir> folder called generate.bat. You can do this by right clicking in the empty space and selecting new->text document. If you don't see a .txt extention after the file name you'll need to go to the tools menu on the folder and select folder options, then on the view tab remove the checkbox from "Hide extensions for known file types". Then make sure that your bat file actually ends in .bat and not .txt. If you do this correctly you will see a message that says "If you change a file name extension the file may become unusable. Are you sure you want to change it?". Select yes.

2. Edit the file with notepad (just right click on it and select edit)

3. Type the following line in the notepad window:
<compiler dir>\bin\pdbc -o <src dir>\PhoneApp_SPCS_Custom.prc <src dir>\phone_src.src
Make sure you replace <compiler dir> with your <compiler dir> and <src dir> with your <src dir>

4. Save changes and exit

Now whenever you want to generate a new file, just change the splash_on and splash_off files and double click generate.
ayasin is offline   Reply With Quote
Old 01/20/2005, 08:12 PM   #4 (permalink)
Member
 
leadtrumpetdave's Avatar
 
Join Date: Sep 2003
Location: Boise, ID
Posts: 499
Thanks: 58
Thanked 4 Times in 3 Posts
Default

Thank You So Much!!!!!
leadtrumpetdave is offline   Reply With Quote
Old 01/20/2005, 08:32 PM   #5 (permalink)
Member
 
Druce MacFarlane's Avatar
 
Join Date: Aug 2002
Posts: 491
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got stuck on step 3.
Druce MacFarlane is offline   Reply With Quote
Old 01/20/2005, 08:41 PM   #6 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Druce MacFarlane
I got stuck on step 3.
LOL...I don't want anyone blaming me for data loss even if the instructions are pretty clear (hopefully) and if you follow them you should have no probs.
ayasin is offline   Reply With Quote
Old 01/22/2005, 12:07 PM   #7 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If anyone's intersted I might try to do a one step package (replace pics, double click generate and vola). Let me know.
ayasin is offline   Reply With Quote
Old 01/22/2005, 08:23 PM   #8 (permalink)
Member
 
Join Date: Jan 2005
Location: nashville, tn
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i would be interested in a one step package. i could not get these directions it to work - got through to step 11 but just kept getting stuck on that - kept getting an error message - can you clarify that more????
earthdog is offline   Reply With Quote
Old 01/22/2005, 09:20 PM   #9 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok here it is...the one stop shop for splash screens. Well, 2 stops if you include copying your images in.

1. Download and unzip the attachment.
2. Copy in your images (replacing spash_on and splash_off)
3. Run create_spash_screen.

Also has a read_me with instructions (pretty much the same as right here in this post).

Enjoy.
Attached Files
File Type: zip create_splash_screen.zip (140.5 KB, 1650 views)
ayasin is offline   Reply With Quote
Old 01/22/2005, 09:25 PM   #10 (permalink)
Member
 
Join Date: Aug 2002
Posts: 561
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ayasin,

Thanks for the above stuff. I feel pretty comfortable modifying these splash screens myself, but I'm always for something that makes it easier.

I started another thread on how to modify the sound associated with these screens. Do you have any idea how this can be done?
GalenMD is offline   Reply With Quote
Old 01/23/2005, 01:01 AM   #11 (permalink)
Member
 
Join Date: Apr 2003
Posts: 173
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Another vote for curosity about the sound mod for the startup...
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
demoflauchy is offline   Reply With Quote
Old 01/23/2005, 01:45 PM   #12 (permalink)
Member
 
Fittske's Avatar
 
Join Date: Dec 2003
Location: ATL
Posts: 610
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ayasin,

How do you create the "phone_src.src" file? I would like to change the splash screens on some of the "custom" dialpad files like this one:
Attached Files
File Type: prc Phone_SPCS_MS650_Red.prc (193.1 KB, 337 views)
__________________
"When Palm announced today that its new smartphone would run an operating system from Microsoft, it was the equivalent of Coca-Cola agreeing to fill its bottles with Pepsi." ~David M. Ewalt, Forbes Magazine
----------------------------------------------------
My Phone history.....

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Fittske is offline   Reply With Quote
Old 01/23/2005, 06:50 PM   #13 (permalink)
Member
 
Ohmster's Avatar
 
Join Date: Dec 2004
Location: SoCal
Posts: 420
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ayasin,

Followed the procedure to a 'T'. Install Conduit refuses to put the file into the PDA....should I just move it via SD card or do you think there is a valid reason for the conduit to kick it out?

Quote:
Originally Posted by ayasin
Ok here it is...the one stop shop for splash screens. Well, 2 stops if you include copying your images in.

1. Download and unzip the attachment.
2. Copy in your images (replacing spash_on and splash_off)
3. Run create_spash_screen.

Also has a read_me with instructions (pretty much the same as right here in this post).

Enjoy.
__________________
PIII,PIIIx,V,Vx,M505,M515,TT,T3,650,700p=>>iPhone
There's more to life than technology....but not a whole lot more
Ohmster is offline   Reply With Quote
Old 01/23/2005, 09:33 PM   #14 (permalink)
Member
 
asawadude's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 11
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Ohmster
Ayasin,

Followed the procedure to a 'T'. Install Conduit refuses to put the file into the PDA....should I just move it via SD card or do you think there is a valid reason for the conduit to kick it out?
By coincidence, I am using up a lazy Sunday afternoon experimenting with Ayasin's batch file and I came across the same problem. At first, I used 2 jpeg files that were 87 KB and 98 KB large, resulting in a 225 KB Phone_SPCS_Custom.prc file. I received the following Hotsync error: - Invalid handheld file deleted: E:\Program Files\palmOne\USERID\Install\Phone_SPCS_Custom.prc.

I reduced the jpeg file sizes down to 31K and 35K, yielding a 106 KB .prc file. It hotsync'd with no error messages and is working. My guess here is smaller file size?

Regards, asawadude
asawadude is offline   Reply With Quote
Old 01/24/2005, 12:13 PM   #15 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by GalenMD
ayasin,

Thanks for the above stuff. I feel pretty comfortable modifying these splash screens myself, but I'm always for something that makes it easier.

I started another thread on how to modify the sound associated with these screens. Do you have any idea how this can be done?
I didn't notice any sound resources in the phone database. It may be linking to somewhere else. I might investigate that when I get some time.
ayasin is offline   Reply With Quote
Old 01/24/2005, 12:15 PM   #16 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Fittske
ayasin,

How do you create the "phone_src.src" file? I would like to change the splash screens on some of the "custom" dialpad files like this one:
I used the PDB disassembler that comes with the PDB compiler. You should have some level of familiarity with Palm databases before you do this (or be willing to do resets on your device ). I can look into moding the other 2 screens that are in the file as well and post the update.
ayasin is offline   Reply With Quote
Old 01/24/2005, 12:18 PM   #17 (permalink)
Member
 
Join Date: Jan 2005
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Ohmster
Ayasin,

Followed the procedure to a 'T'. Install Conduit refuses to put the file into the PDA....should I just move it via SD card or do you think there is a valid reason for the conduit to kick it out?
A record in a palm database can not exceed 64k in size. Your image files should be smaller than this or bad things will happen (you get to do a reset). Sorry I forgot to mention this but I'm glad HotSync caught it.
ayasin is offline   Reply With Quote
Old 01/24/2005, 02:34 PM   #18 (permalink)
Member
 
Fittske's Avatar
 
Join Date: Dec 2003
Location: ATL
Posts: 610
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by ayasin
I used the PDB disassembler that comes with the PDB compiler. You should have some level of familiarity with Palm databases before you do this (or be willing to do resets on your device ). I can look into moding the other 2 screens that are in the file as well and post the update.
Thanks,

That would be great!
__________________
"When Palm announced today that its new smartphone would run an operating system from Microsoft, it was the equivalent of Coca-Cola agreeing to fill its bottles with Pepsi." ~David M. Ewalt, Forbes Magazine
----------------------------------------------------
My Phone history.....

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Fittske is offline   Reply With Quote
Old 01/27/2005, 12:24 PM   #19 (permalink)
Member
 
Join Date: Nov 2004
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quick question, does this create the same prc that supported ALL the options enabled (Call Duration, ## codes, Totals in the Call Log, etc)?

Thanks for making this so easy. I am currently making a "Bender guzzling beer" splash screen.
meloveu is offline   Reply With Quote
Old 02/02/2005, 02:09 PM   #20 (permalink)
Member
 
kjohn133's Avatar
 
Join Date: Oct 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am having trouble opening the phone_src.zip program, my pc keeps asking which program to use to open it.
kjohn133 is offline   Reply With Quote
Reply


Thread Tools
Display Modes

~


All times are GMT -4. The time now is 02:56 PM.

Creating smartphone communities
Android Central - Android reviews, news and forums Crackberry - Blackberry news, reviews and community TiPb - iPhone news, accessory reviews & forums
Pre Central - Palm Pre Review, News and Community Treo Central - Treo & Centro News and Forums WMExperts - Windows Mobile Reviews & News

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
 
 

Copyright ©1999- TreoCentral. All rights reserved : Terms of Use : Privacy Policy

TREO and TreoCentral are trademarks or registered trademarks of palm, Inc. in the United States and other countries;
the TreoCentral mark and domain name are used under license from palm, Inc.
The views expressed on this website are solely those of the proprietor, or
contributors to the site, and do not necessarily reflect the views of palm, Inc.

Explore More: Crackberry | WMExperts | the iPhone Blog | Android Central | Smartphone Experts Combined Forums