PDA

View Full Version : [Universal] Changing bootsplash easy way!


buzz_lightyear
04-01-2006, 03:01 AM
Hi all,
here's how to create and prepare correct bootsplash image:
http://buzzdev.net (http://buzzdev.net/index.php?option=com_content&task=view&id=68&Itemid=1)

Here's how to flash it to your device very easy way (a little tool):
http://buzzdev.net (http://buzzdev.net/index.php?option=com_content&task=view&id=69&Itemid=1)

Version 1.1 uploaded
DOWNLOAD (http://buzzdev.net/index.php?option=com_remository&Itemid=68&func=fileinfo&id=213)

Fixed the error below:
pdocwrite %1 -> %NEWSPLASH%

Added default splash, which will be flashed if no splash file found or wrong/nonexisting filename specified on comandline.
Added autoreboot.
Added some comments.

Your comments are welcome.
buzz

mwang
04-01-2006, 04:18 AM
Hi all,
here's how to create and prepare correct bootsplash image:
http://buzzdev.net (http://buzzdev.net/index.php?option=com_content&task=view&id=68&Itemid=1)

Here's how to flash it to your device very easy way (a little tool):
http://buzzdev.net (http://buzzdev.net/index.php?option=com_content&task=view&id=69&Itemid=1)

Your comments are welcome.
buzz

wow wow wow , buzz you done great job again , thanks will try tonight

Nishant
04-01-2006, 05:25 AM
Hey Buzz..Thanks..
Excellent work..u always make us proud of our devices..

Well i have a problem here..i did try everything mentioned on your website i.e created a new image new_splash.rsb and saved it in c:/ but when i ran UNI_splash it said the outcome was new file installed but when i restarted my device, i saw a white screen for 2 seconds or so and then the default imate splash image came up..am i doing something wrong. Here are the notes from splash file.


3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
1 file(s) copied.

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
ERROR: Unable to open file 0x3efffe4 - The system cannot find the file specified.


CopyFileToTFFS(0x3efffe4:0, 9601c, 00000000)
ERROR: Unable to open host/destination file - The system cannot find the file specified.

Please help!

mwang
04-01-2006, 05:54 AM
Hey Buzz..Thanks..
Excellent work..u always make us proud of our devices..

Well i have a problem here..i did try everything mentioned on your website i.e created a new image new_splash.rsb and saved it in c:/ but when i ran UNI_splash it said the outcome was new file installed but when i restarted my device, i saw a white screen for 2 seconds or so and then the default imate splash image came up..am i doing something wrong. Here are the notes from splash file.


3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
1 file(s) copied.

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
ERROR: Unable to open file 0x3efffe4 - The system cannot find the file specified.


CopyFileToTFFS(0x3efffe4:0, 9601c, 00000000)
ERROR: Unable to open host/destination file - The system cannot find the file specified.

Please help!

Buzz , I got the same problem too.

wlinsong
04-01-2006, 07:36 AM
Hey Buzz..Thanks..
Excellent work..u always make us proud of our devices..

Well i have a problem here..i did try everything mentioned on your website i.e created a new image new_splash.rsb and saved it in c:/ but when i ran UNI_splash it said the outcome was new file installed but when i restarted my device, i saw a white screen for 2 seconds or so and then the default imate splash image came up..am i doing something wrong. Here are the notes from splash file.


3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
1 file(s) copied.

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 8b 08 01 02 1b 21 10 66 03 05 05 71
ERROR: Unable to open file 0x3efffe4 - The system cannot find the file specified.


CopyFileToTFFS(0x3efffe4:0, 9601c, 00000000)
ERROR: Unable to open host/destination file - The system cannot find the file specified.

Please help!

Buzz , I got the same problem too.

you should modfiy the UNI_splash.bat

"bin\pdocwrite.exe %1 0x3efffe4 0x9601c >> Splash.log"

to

"bin\pdocwrite.exe c:\new_splash.rsb 0x3efffe4 0x9601c >> Splash.log"

it's my splash.log

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 c8 2e 02 04 08 32 0e bb 18 04 05 17
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
已复制 1 个文件。

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 c8 2e 02 04 08 32 0e bb 18 04 05 17
CopyFileToTFFS(c:\new_splash.rsb:0, 3efffe4, 0009601c)

Nishant
04-01-2006, 08:33 AM
Thanks wlinsong

Hurray! I did it..Thanks buzz for excellent peice of sofware...I just love it..

Nish

Churchill
04-01-2006, 01:55 PM
This is real nice it worked for me as well...

Here is the one I am using now:

Churchill
04-01-2006, 02:23 PM
And this could also be nice:

mwang
04-01-2006, 04:32 PM
you should modfiy the UNI_splash.bat

"bin\pdocwrite.exe %1 0x3efffe4 0x9601c >> Splash.log"

to

"bin\pdocwrite.exe c:\new_splash.rsb 0x3efffe4 0x9601c >> Splash.log"

it's my splash.log

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 c8 2e 02 04 08 32 0e bb 18 04 05 17
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
已复制 1 个文件。

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 c8 2e 02 04 08 32 0e bb 18 04 05 17
CopyFileToTFFS(c:\new_splash.rsb:0, 3efffe4, 0009601c)

Thanks Wlinsong , now I had O2 Exec with Dopod CHT ROM and my gf picture in my bootscreen , its cool.
Wlinsong do you dump Dopod HK rom yet ?

hdubli
04-01-2006, 04:51 PM
Two advantages...

1) as obvious....new splash
2) original splash images are also saved...

Very Good tool Indeed

Melty
04-01-2006, 05:17 PM
This sounds like a great tool. Thanks buzz!

I have a question though: is it necessary to do a hard reset, or should a soft reset work? Only I have run the program and it said it worked and yet I still have the old O2 splash screen... :cry:

Manolito
04-01-2006, 05:30 PM
These are great news!! :lol:
I've been searching for such a tool maaany weeks!

Will try it soon. Thank you in advance! :)

Melty
04-01-2006, 06:07 PM
Sorry about that. I forgot to put the ".rsb" on the filename so it couldn't find the new ROM image. Now I have fixed it and it works beautifully!

buzz_lightyear
04-01-2006, 07:55 PM
hi guys,
i'm glad, that you like it :o)))
however, I cannot get the problem, why it was necessary to modify the batch.

you should supply two parameters.
first %1 is the new splash.
second %2 is backup filename.
no spaces, no special characters.

if you don't give it parameters, it is looking for
c:\new_splash.rsb
and saving old splash as
c:\backup_splash.rsb

please can anyone clear it for me?
It was really too late yesterday, maybe I did some mistake in that script :o)

i'm about to write a proper app in c++ later...

thanx
buzz

captainsensible2002
04-01-2006, 08:07 PM
I fixed the .bat file by changing the %1 variable used in the pdocwrite statement to %NEWSPLASH% - it worked fine then. I presume this is because %1 and %2 are command line variables that get cleared at the next command (pdocread).

alfazulu
04-01-2006, 08:45 PM
I have done the above and it works, except I get for a very brief period a white blank screen before the new splash image loads. I do not recall this behavious with the prior original splash image.

Does everybody else have the same behaviour?

here is my log file:

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 2d 1a 01 02 22 32 0a c6 18 09 05 00
CopyTFFSToFile(0x3f00000, 0x96000, original_splash.bin)
bin\rsb_header.bin
original_splash.bin
1 file(s) copied.

3 partitions, 1 binary partitions
customerid=00000000 uniqueid= 00 00 00 00 2d 1a 01 02 22 32 0a c6 18 09 05 00
CopyFileToTFFS(c:\new_splash.rsb:0, 3efffe4, 0009601c)

captainsensible2002
04-01-2006, 09:45 PM
Yes, I get this, but its so brief I'm not worried about it personally. Not even sure whether it didn't do it before either!

buzz_lightyear
04-01-2006, 11:02 PM
Version 1.1 uploaded
DOWNLOAD (http://buzzdev.net/index.php?option=com_remository&Itemid=68&func=fileinfo&id=213)

Fixed the error below:
pdocwrite %1 -> %NEWSPLASH%

Added default splash, which will be flashed if no splash file found or wrong/nonexisting filename specified on comandline.
Added autoreboot.
Added some comments.

THANX for comments
buzz

buzz_lightyear
04-01-2006, 11:03 PM
I have done the above and it works, except I get for a very brief period a white blank screen before the new splash image loads. I do not recall this behavious with the prior original splash image.

Does everybody else have the same behaviour?

It is normal. You probably didn't notice that behaviour.

buzz

VIPPER2004
05-01-2006, 09:26 AM
Works Great!
Another Great Work Buzz!
Thanks

hollinshead
05-01-2006, 09:48 AM
I don't suppose anyone has the original T-Mobile splash screen do they?

magpie2000k
05-01-2006, 11:06 AM
Buzz you da man.....

works a dream and was fed up with the old bluetooth one.

one question as I dont fancy trying it at this time, does it remain on hard reset or does the process need to be done again

Cheers again for all your work..

Magpie2000k

buzz_lightyear
05-01-2006, 11:18 AM
@magpie2000k
it is hard reset proof.
goes away when you flash new OS ROM.

@hollinshead
t-mobile logo is in tmobile's OS ROM.

buzz

magpie2000k
05-01-2006, 12:04 PM
that makes perfect sense.... I suppose was a stupid question based on wher the splash image is..

cheers again

simon_darley
05-01-2006, 12:48 PM
Totally and absoloutely awesome (took a few attempts, but finally got it perfect)...

Heres mine....


Advice from members accepted... but oooohhh so cute... little darleys....

vijay555
05-01-2006, 12:50 PM
Buzz: I thought you were on holiday this week?

simon_darley: are they the little darleys?

V

Melty
05-01-2006, 01:14 PM
Simon - that's a really cool photo, but if it is your kids I would suggest you remove it. The internet is full of murky people. I don't even want to post my bootsplash picture for this reason and mine is of my cat! :wink: The thing is, he's so cute that everybody would be wanting to lure him away from me... you get the idea.

If you are reading this and are not a child abuser then please don't be offended - I'm not talking about you!

vijay555
05-01-2006, 01:29 PM
:) I didn't want to mention it, but that's kinda why I asked.
We're all freaks enough as it is, but a tendancy towards the Garry Glitter is a bit much I think.

And if you are a child abuser and are offended by this, pick on someone your own age. Kids have enough to worry about with us as parents :wink:!

V

hollinshead
05-01-2006, 03:38 PM
@magpie2000k

@hollinshead
t-mobile logo is in tmobile's OS ROM.

buzz

Is there a way to extract it from the ROM file, or would I have to re-install the T-Mobile Rom on my device?

I'm currently using the I-Mate ROM you see.

Thanks,

David.

marcusmodestus
06-01-2006, 01:43 AM
Hi,

I'm using this beautiful image, made from nero 7 program.
Enjoy it

Marcus

xp
06-01-2006, 10:27 PM
....and what about this? Those are my favourite... 8)

buzz_lightyear
07-01-2006, 05:56 PM
jee.. nazdar xp... :o))
odkedy mate v cechach umts?

buzz

marcusmodestus
08-01-2006, 11:52 AM
Hi,

thanks to XP I made this one to JasJar Users

Regards
Marcus

Nishant
08-01-2006, 02:05 PM
hERE IS MINE..LET ME KNOW IF U LIKE IT..ILL POST MORE..

xp
11-01-2006, 08:51 PM
...so, there is another splash inspiration from me...enjoy it... :wink:

jasljaslgps
13-01-2006, 03:41 PM
buzz.....thanks a lot !

suniil
15-01-2006, 02:23 AM
Tried and done successfully with one of the above images, but the bootflash image looks like blured! any thoughts?

My mistake :evil: - created file in landscape

McDoPDA
17-01-2006, 09:14 PM
Thanks a ot Buzz. ;)

bukwit
22-01-2006, 02:00 AM
Would someone please post the original O2 splash as I need to send my exec back for repair...thanks

torgamm
22-01-2006, 07:53 PM
You'll find the RSB file attached to this post (in a ZIP file as RSB extension is not allowed).
It is the backup file I made with Buzz' UNI_splash utility

TheBlasphemer
11-02-2006, 01:39 PM
Here's the original T-Mobile MDA Pro splash screen.
I know it sucks (hence why I'm replacing it ;)), but I made this copy if you need warranty on your device or anything. Have no idea what their policy is on changed boot images :/

moghisi101
17-02-2006, 08:48 PM
Hey

How can you extract the boot splash image from a device?

Thanks

zarish
17-02-2006, 09:38 PM
The utility saves a backup_splash.rsb file which is the splash screen it finds on the phone before the upgrade.

BTW - works great, I like my nice new screen.

drumbo
17-02-2006, 09:40 PM
Hi ya folks,

Would anyone have the vodafone boot screen per chance?

adamelphick
18-02-2006, 05:26 PM
I put a picture of Hong Kong Harbour during Festival of Stars as my boot screen... if anyone wants to use it here is is:

neildunne
15-04-2006, 10:19 PM
Hi guys, i'm quite new to all this so please be patient. I've installed the Rapicab on my exec and executed it, i've created the RSB file with the tools supplied, but i keep getting this message when i run UNI_splash ...

Backing your old splash to C:\splash_backup.rsb
The system cannot find the path specified.
Could Not Find c:\Documents and Settings\Administrator\Desktop\original_splash.bin
Backup finished.
Writing c:\new_splash.rsb splash into the ROM
The system cannot find the path specified.
------------DONE---------------

Do i only have to run the Rapicab file on my device just the once, or every time i try to change the splash?
Once i have created my bootsplash image in rsb format, do i transfer i ti somewhere on my device, or do i put it into a specific location on my pc?

Any help from the experts will be greatly appreciated!

simon_darley
17-04-2006, 03:40 AM
go to buzzdev.net and follow those instructions exactly.

fatchopra
17-04-2006, 02:37 PM
hi,
would this work on a blue angel on WM5? i am using the IVAN ROM. a quick reply would be appreciated.
thanks

neildunne
18-04-2006, 02:14 AM
I've followed the instructions exactly on BUZZDEV, thats why i'm asking for some help with my problem. There must be summat im doin wrong :?

Diggia
18-04-2006, 02:40 AM
These are some of my Splash Screens
Some images are not my creation, I've just edited these

http://static.flickr.com/48/114284488_95223d3695_o.jpg

http://static.flickr.com/54/114284351_df85ee7102_o.jpg

http://static.flickr.com/49/114284319_a3b25494d1_o.jpg

http://static.flickr.com/34/114284296_02c3228d6b_o.jpg

http://static.flickr.com/38/116898179_bf6a62b0d5_o.jpg

http://static.flickr.com/41/116898296_a61a706605_o.jpg

http://static.flickr.com/44/130478101_3a12e76f3a_o.jpg

Best result when applied in you devices ! :wink:

greg123
12-06-2006, 11:44 AM
Small problem on mine, followed the instructions perfectly and the bat file did all it was supposed to, wait while backing up, wait while loading new file, press to reboot - all looking good, backup of the old file appeared on my pc no problem.

BUT....

No new splash screen! Still got the old windows one! Oh dear, why???

Help!

Done it 3 times now double checking everything... no error messages either!

Help...

moghisi101
12-06-2006, 01:07 PM
Are you talking about the first, second, or third bootsplash? The third one is a .bmp in the windows folder

greg123
12-06-2006, 01:24 PM
Fixed the first bootsplash now - I didn't power off for 5 sec before reboot, did that and all fine now.

What is the filename of the 3rd (windows mobile) splash so I can change it?

moghisi101
12-06-2006, 02:30 PM
You can change bootsplash N3 by overwriting 'welcomehead.96.png' (sorry, it's not a bitmap)

Take a backup of the original, although you don't really need to.

greg123
12-06-2006, 04:00 PM
Thanks, got it - it was 'welcomehead.192.png' on mine but I got the idea and sorted! Now I have 3 different goldwings appearing on my loadup....

Greg.

moghisi101
12-06-2006, 04:20 PM
yea sorry, forgot that it is different on the VGA Exec (i have QVGA Wizard)

thefunkunfaked
16-06-2006, 02:42 AM
been messing with photoshop for 8 years, so i figured i might as well..

for o2 owners:

http://img.photobucket.com/albums/v11/thefunkunfaked/xda/newo2splash_001.jpg

http://img.photobucket.com/albums/v11/thefunkunfaked/xda/newo2splash_002.jpg

new meaning to the phrase 'splash screen'? 8)

buzz_lightyear
16-06-2006, 06:23 AM
yeah... really a splash!

but in fact, the best splash effect is achieved only, when you drop the device into toilet or bath tub... ;o)))
no need for photoshop...

;o)))
buzz

indra9110
16-06-2006, 08:03 AM
yeah... really a splash!

but in fact, the best splash effect is achieved only, when you drop the device into toilet or bath tub... ;o)))
no need for photoshop...

;o)))
buzz


HAHAHAAHAHAHAHAHHAA..... .............

fibsi
31-01-2008, 04:02 PM
please, can someone repost the program?

shadeyhk
07-02-2008, 08:36 PM
Would someone have the original files and instructions as posted by buzz originally

I have found the following (since posting)

1. Rapi Enabler http://buzzdev.net/read.php?40,32810
2. Universal Splash Tool http://buzzdev.net/read.php?40,32810
3. RSB - BMP Convertors http://forum.xda-developers.com/showthread.php?t=317436

could someone confirm if i have everything i need please?

would someone have version 1.1 as uploaded by buzz (or is it the same as the splash tool mentioned above) ?

can someone point in the right direction with instructions on what i need to do to change the bootsplash please

Thanks in advance

JonMorgan
04-10-2008, 10:50 AM
please, can someone repost the program?
bump!
Buzz-Dev site is gone :(
Anyone got a repost?