![Old](images/statusicon/post_old.gif)
11-11-2009, 05:01 AM
|
![santod's Avatar](customavatars/avatar146315_8.gif) |
"MODS"
Offline
Location: NorCal
|
|
Join Date: Sep 2008
Posts: 3,984
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: [REQ] Splash HTC Sprint ( Touch Pro 2 )
- CDMA you need a splash and sub-splash. Use the same *.nb for both, and create *.nbh. If you want it different you can create two *.nb and combine them to one *.nbh.
What do you need?
Tools:
- Create a folder from where you are going to work on.
- Get the required tools from above. Unzip and everything and put it in the folder.
- Grab the pic you want.
- Trim it to size 480x800 (WVGA).
- The convert it to bmp using MS paint or something.
- File should be 24-bit bmp format in order for the below code to work. So save file as 24-bit bmp format.
- Now start cmd prompt and go the folder where you have all these tools and files.
- Enter the type in the below code and hit enter, and it should give you respective *.nb and *.nbh files.
Code:
nbimg -p 18400 -w 480 -h 800 -F splash.bmp -D RHOD10000
|