How can I change my bootsplash image on Qtek2020i???
Desktop Application = nb image converter.
Purpose = use to convert ur .jpg file into a set of splash1.nb and splash2.nb files (the win mobile thingy uses this pic format at bootups).
Copy .nb files to your device /windows directory.
copy BootSplash_Changer.cab to device and run it. lastly please do a soft reset.
done....
thanks
mm... why two pictures? where second is shown? first appears when you turn on device... and second?...
thank's alot!
Ice_mephi said:
mm... why two pictures? where second is shown? first appears when you turn on device... and second?...
Click to expand...
Click to collapse
Some phones (not the Alpine as far as I know, though) have two splash images, and show splash1.nb and splash2.nb as they boot - if you look through the forums, some people detail how they've got pictures of their kids or family as the splash images.
The Alpine / 2020i just uses the one though, I believe. I remember creating two different images, but it just showed the first one until it reached Windows and the PIN entry screen.
I see... I used only Alpin so don't know what shows on other...
btw - can I save my current boot picture?
because if something goes wrong - i belive my guarantee would be canceled if they notice I made something with it...
I managed to obtain the original XDA2i splash image from the ROM, and I posted it up on this forum.
I saw it, but I live in Russia, and here is no O2...))
my alpine has picture of Moscow with some numbers at the bottom - some serial number I belive...
If you are very patient, you can strip out the original boot splash logo with a hex editor. It took me a while to get it just right, but it is possible.
Alternatively, if you have the original firmware on your PC or on the web anywhere if you send me a link to it I can try and strip it out.
I believe someone's also in the process of making a program to save the original boot splash, but it's not finished yet.
Excuse me... i downloaded the nb converter but when i run it it says a comdlg32.ocx is missing ?? how to make it run ?? THankzz
Google for the file, put it in the same directory as the .exe and it should work ok.
For those looking for the actual attachment I was talking about earlier, see this thread: http://forum.xda-developers.com/viewtopic.php?t=34359
you guys are a lifesaver
Dunno about the rest of us but I'm always glad to dispense nuggets of advice whenever I can.
Related
This is a howto for editing all the splashscreens of your Wizard.
There are several tutorials however none of them deal with all 3 of them.
I myself had a lot of searching before I found the way to change HTC Logo.
All info is already on this forum, I only wrote this little tutorial, changed a tool and created some scripts to ease your work..
I have changed a few steps (just to make it easier)
I have included every program and file used.
WARNING:
DO NOT PROCEED IF YOU DON'T UNDERSTAND THE STEPS.
Do not blame me if you brick your phone, your house burns down, your girlfriend gets pregnant and all other catastrophies..
1st step: Splashscreen1 the HTC Logo
The HTC logo is the first splash screen you see (its the screen without the IPL/SPL ETC data).
It is a 240 W x 320 H 24 bits bitmap, but it is compressed..
In order to make a HTC_Logo Splash screen do the following:
1a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
1b) Call this file htc.bmp and copy it to the folder with my files.
1c) Doubleclick htc-compres.bat -> Now a file called "HTC_Logo.nb" is created. The size of this file should be exactly 65536 bytes *
2nd Step: Splashscreen2 the Splash Screen
The Splash Screen is the second splash screen you will see when booting the phone
It is again a 240 W x 320 H 24 bits bitmap.
2a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
2b) Call this file splash.bmp and copy it to the folder with my files.
2c) open nb_image_converter.exe; load your splash.bmp and click save .nb; call this file signed.002 ( not signed.002.nb )
2d) doubleclick splash2.bat. A file called signed-splash.nb is now created. The size of this file should be exactly 196608 bytes
3rd Step: Create the splash-installer.
3a) run nbfsplash-tool.exe (this file has been modified by me in order to simplify the process)
3b) Model ID is wizard (don't change)
- Choose the language of your rom (eg. WWE)
- leave OEM version; Operator version and CID empty ( So don't change!!!)
3c) Check File #1 and add the signed-splash.nb file; select the image name "Splash screen" and click the start address
-it should read "92000000" don't change!!
3d) Check File #2 and add the htc_logo.nb file file; select the image name "HTC Logo" and click the start address
-it should read "9D000000" don't change!!
3e) Click translate. a file called nk.nbf is created.
3f) open RUU_SPLASH.zip and drag and drop the nk.nbf.
3g) rename RUU_SPLASH.zip to RUU_SPLASH.exe
Now you are ready to flash your splash files.
doubleclick the RUU_SPLASH.exe and follow the well known actions (it will be done in less than a minute).
4rd Step: Splashscreen3 the Welcomehead.96.png
It is the third splash screen you will see when booting the phone
It is a 240 W x 320 H png file.
4a) Create a 240x320 (Portrait!!) bitmap save it as a 24 bits bitmap.
4b) Call this file welcomehead.bmp and copy it to the folder with my files.
4c) doubleclick welcomehead.bat, now a file called welcomehead.cab is created.
4d) install the cab on the phone.
Have Fun.
EqX
Attached: tools you need.
*
In order for this to work you need the MSVC 8.0 runtimes:
http://www.microsoft.com/downloads/...EE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
Note: If your own bitmap is compressed and the HTC_Logo.nb exceeds the 64K limit, the bitmap is too complex. The Lz compression can't handle it.
Save the BMP as a gif file, then open the gif and save it again as a bmp. The compression of gif is enough to simplify the bitmap.
Then try 1b-1c again.
If it still is not enough, then you'll have to convert to jpeg (try lowest compression first!) and re-convert it to BMP, after that try 1b-1c again..
created some more scripts
I have added some scripts in order to eliminate the use of a hex-editor.
Made a cab-creator to change the welcomehead.96.png.
Modified the tut (simplified).
Htc Prophet
do you know this method is compatible for G4 prophet
thanks
AbuYahya said:
do you know this method is compatible for G4 prophet
thanks
Click to expand...
Click to collapse
As far as I know it is NOT compatible with the prophet.
wow great work! This will come in useful ! Many Thanks!
the-equinoxe said:
1a) Create a 240x320 (Portrait!!) bitmap save it as 24 bits bitmap.
1b) Call this file htc.bmp and copy it to the folder with my files.
1c) Doubleclick htc-compres.bat -> Now a file called "HTC_Logo.nb" is created. The size of this file should be exactly 65536 bytes
Click to expand...
Click to collapse
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
andy_morgan said:
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
Click to expand...
Click to collapse
yep same here. i guess i got to use the old way.
andy_morgan said:
Following your instructions I have created the file [htc.bmp] then clicked the file [htc-compres.bat] nothing happens.
section 2 works fine.
Sugestion for where I'm going wrong?
Click to expand...
Click to collapse
It's not your fault!
I forgot to include a file.
Now it has been included in the zip file in the first post.
[edit]
removed the file because startpost had been updated some time ago..
[/edit]
the-equinoxe said:
It's not your fault!
I forgot to include a file.
It has been included in the zip file in the first post.
I also attached the file here so you dont have to download the whole zip.
unpack it and put it in the folder with my files.
Click to expand...
Click to collapse
Thanks for that, works a treat.
finally i can modify the HTC-Logo by myself! thanks a lot!!
I tried. Problems here:
I made a 240x320 24bit BMP file (htc.bmp, i double check its properties), after i run htc-compres.bat, a file named HTC_Logo.nb was created, so far so good? no, the file size WASN'T 65,535 but 119,004, any hints?
huangyz said:
I tried. Problems here:
I made a 240x320 24bit BMP file (htc.bmp, i double check its properties), after i run htc-compres.bat, a file named HTC_Logo.nb was created, so far so good? no, the file size WASN'T 65,535 but 119,004, any hints?
Click to expand...
Click to collapse
If your own bitmap is compressed and it exceeds the 64K limit, the bitmap is too complex. The Lz compression can't handle it.
I encountered it once, I saved it as a gif file, and then opened it again and saved it again as a bmp. The compression of gif was enough to simplify the bitmap.
It won't work always, in some cases you even have to convert to jpeg (try lowest compression first!) and than back again.
Superb - I love it whena plan comes together.
Great little tutorial, worked a treat.
Cheers
Matt
great work. makes my life easyer.thanks!!!!!
I'm using a wizard, i had no problems changing splash screen using other thread instructions, but theres something i can't get here; you guys talk about 2 or even 3 different splashes, i had only one;] seriously, first there goes the splash i uploaded, then after a few seconds, the same picture with rom, radio etc numbers on it... is it other than usually? enlight me;]
also... you may find it a bit funny, i havent ask anyone yet... my wiz. boots quite long... it's more then 2 minutes usually, sometimes it's longer... i seriously doubt it's normal, but haven't have time to hard reset yet... tell me please, how funny is it for you?
banannq said:
I'm using a wizard, i had no problems changing splash screen using other thread instructions, but theres something i can't get here; you guys talk about 2 or even 3 different splashes, i had only one;] seriously, first there goes the splash i uploaded, then after a few seconds, the same picture with rom, radio etc numbers on it... is it other than usually? enlight me;]
Click to expand...
Click to collapse
The 1st screen you see (without rom radio spl etc) is the HTC Logo
The 2nd screen you see (with rom radio spl etc) is the splash
The 3rd screen you see (again without rom radio spl etc) is the welcomehead of windows mobile 5.0
A lot of roms use the same picture for the first 2 screens.
Some may even use the same as welcomehead.
Excelent Work
Nice job,
Can I put this how-to on Molski.Biz?
Offcourse I will give you the credits for it
Molski
HI there,
I am a newbie and wanted just download the first file of this posting, but I am not able to download it due to access restrictions or something like that. I am able to download the BLC.EXE but I need the first file. Maybe someone can help?
molski said:
Nice job,
Can I put this how-to on Molski.Biz?
Offcourse I will give you the credits for it
Molski
Click to expand...
Click to collapse
That would be great.
I'm trying to create and flash a custom splash screen to my kaiser. I,ve created an image in photoshop, and saved it as a 24 bit bitmap. So far so good. Then I open the bmp in nb_image_converter and convert it to a .nb file. I then open up htcrt, and choose kaiser from the device drop-down. Leaving all fields (model ID, Country ID, version etc.) at their default values, I load the .nb file into the splash box and build the Ruu_Signed.nbh, choosing to pad the file with 0's. Everything seems to go well, but when I flash the file, all I get is a blank white splash screen. What am I doing wrong? I would really like to have a custom splash to show off!! HEEEEELP!!
Shameless bump.
Was searching for a solution to the same problem you had.
Did you manage to fix it in the mean time?
Did you convert .nb file again with SplashTool? I gues not
I took the following steps:
Created a 24 bit BMP file.
Used nbimg.exe to convert the file to splash.nb
After this I used NBHUtil.exe to create the .nbh file.
At the end I flashed the device using CustomRUU.
Strange thing is that when I try splash screens by other people the screen stays white. Flashing complete ROM now to see if it helps.
Update: probably screwed things up. Even when flashing a new ROM the splash screen stays white :S
It does show the information on the bottom while booting.. ...will continue searching
mccune said:
I took the following steps:
Created a 24 bit BMP file.
Used nbimg.exe to convert the file to splash.nb
After this I used NBHUtil.exe to create the .nbh file.
At the end I flashed the device using CustomRUU.
Strange thing is that when I try splash screens by other people the screen stays white. Flashing complete ROM now to see if it helps.
Update: probably screwed things up. Even when flashing a new ROM the splash screen stays white :S
It does show the information on the bottom while booting.. ...will continue searching
Click to expand...
Click to collapse
You haven't used SplashTool after converting bmp file to nb.! Read my previous post
Sorry 'bout this.. ..been looking for about 4 hours now for a solution.
Can't even think straight :S I'm having this problem with the Diamond so it should not be even in here!
Did tried the SplashTool btw everything looked successful but the splash screen stays white. Will post in the Diamond section now.
TnX 4 the help. Got the idea I kinda screwed up the splash part of the device.
Hi there
re: HTC Himalaya. how do I change the first bootscreen? Pls can you give links to tools and provide instructions.
Cheers
I think what you are referring to is the welcome screen? Perhaps do a search for welcome.96 and see what comes up.
I had it in mind you just made an image the size of the welcome screen image and named it welcome.96.png and then just dragged it into the Windows folder (it will overwrite the original).
Having said that, Google it and find out how to do it exactly, don't take my word for it. But you should have enough information frfom what I have said to find out more.
I see its your First post..Welcome to xda-developers..sspecially for choosing Himalaya
To Change the Splash Screen..follow these steps :
Open any Image Editor
or Choose any Image that is 240*320 In Size
Its format Must be .PNG
and rename it to " welcomehead.96.png " (note : png is the extension )
connects your device via Active Sync or copy the splash screen to your Devices and replace place it in the \Windows Folder..it will ask to over right..Select Yes and You are done
Soft-Reset and Enjoy
PS. Search the Forum for ALOT of welcomeheads
the screen I want to change is the very first one that is shown when the machine is turned on, i.e. it appears as the device is booting up. Hope this makes sense.
Oh I suspect then you are not talking about Welcomehead/Splashscreen. Does the screen you are talking about feature the logo or name of a phone company/service provider? IE Telstra, Optus, Sprint, AT&T, Verizon, etc
yes, that's the one. On booting up it is replaced by the welcome screen, and then the wallpaper. I'm using Ather's 'Dark Edition'
i would like to change this very first image too. I hope someone know how to do it.
Hrmm, not sure how possible it is. I have both the o2 logo on one phone and Telstra on the other which I wanted to remove. I dare say it is part of the radio rom, not the OS rom. Basically, you can flash the Radio to a different version, just as you can flash the Operating System, though some say it is a bit more difficult.
No matter what rom I flash, those logos are always there, so I suspect they are part of the radio rom. I will investigate.
EDIT: Okay this guy has created a program to do it for the Prophet only, but he may be the person to ask as I would suspect he had the general knowledge of how to do it by hand before he created the program.
http://forum.xda-developers.com/showthread.php?t=333194
Thoses two can be changed by editing the ExtRom file (ms_.nbf) from a 2003 Rom..Search the forum for WM2003 Edit in the Himalaya Wiki...i have also uploaded a Clean extrom..just replace the images init and then place it in the folder where your HimaUpgradeUT_noid.exe is and flash as normal
here is the ExtROM file : http://rapidshare.com/files/82299532/ms_.nbf
I think this way was working in WM5
Install extromunlocker
Soft reset
Start
Program
ExtROMTools
Unhid
Unlock
Folder will appear in the root
Inside this folder is the image need to be change
But I traied this extromunlocker cab file in WM6.1, I could not find the Extrom.
Thanks for the method - however, I'm new to this and would appreciate a bit more hand-holding if you don't mind. Can you give a more detailed stepwise method?
TIA
It wont work if u ahve Partitioned your DOC..because that was the Storage where these files were kept
Well ok..just tell me what u cant understand
See here ..
Hi,
as Ather described, I did it successfully last year this way
(http://forum.xda-developers.com/showthread.php?t=220799&page=12)
as described, I restored my ExtRom with DOC_Restore, took the T-Mobile 1.72 Update (http://xdazone.india372.server4you.d...d.php?id=3373), extracted the ms_.nbf (ExtROM) , changed the splashes with "Windows Mobile 2003 ROM Editor" and updated the ExtROM. Works well.
I'm not sure if the t-mobile extrom could be used for other version of Himalaya than the MDA II.
Click to expand...
Click to collapse
So long
HonkBB
Got a little confusing, so I'm rewriting this post:
Here are a few boot and welcome splash screens I made (as well as a transparent PNG of the HTC logo that I drew from hand in case anyone wants it ... It's the fourth image down there, named transHTC.png).
Each one of these can be used as a welcome splash screen pretty easily ... All you have to do is rename the image to 'welcomehead.192.png" and stick it in the windows folder. You may run into permissions issues, but you can change the permissions on the file using something like Total Commander.
If you don't want to mess with permissions, I've included a cab file for the blue floral background + windows mobile 6.1 text image (the first image named welcomehead.192.png) called "splash.cab". Note: This cab will overwrite your current welcome splash screen image and can not be uninstalled (afterall, all it's doing is overwriting an image.) I can make other cabs for the other images upon request.
I've also included two roms (RAPHIMG.zip and HTC_logo_w.zip) that you can flash to replace the default boot splash screen. The first one, RAPHIMG.zip, contains the rom with the blue floral background and HTC logo while the second one, HTC_logo_w.zip, contains the plain white with HTC logo. Flash them the same way you'd flash other nbh files, either by using RUU or the SD card method. To perform the SD card method:
1) Unzip the zip file and rename the included nbh file to "RAPHIMG.NBH"
2) Put the RAPHIMG.NBH file in the root of your SD card.
3) Reset your device using the button on the bottom (next to the miniUSB port) while holding down the Volume Down button.
NOTE: This will put your device into the bootloader ... don't be alarmed!
4) Follow the prompts to flash the new rom (don't worry, it only affects the splash screen.)
5) When everything is done, reset the device again using the button on the bottom and stare in awe at your beautiful new splash screen.
Would it be possible for you to make one for the first bootscreen with the htc logo? Would be greatly appreciated , I just installed this one and its is Great! I am keeping it
I made a plain white one not too long ago over here:
http://forum.xda-developers.com/showthread.php?t=465172
I'll make one with the same floral background but the HTC logo instead of the text tomorrow and package it up as a rom (splash only of course) so keep an eye out for it.
I'll make some more if there is an interest.
Can you please make a cab for your upcoming one
Made one myself... Not my image but I made the cab file for it.
VGA ONLY!
Can someone make one with the black default diamond background?
Aaron McCarthy said:
Can someone make one with the black default diamond background?
Click to expand...
Click to collapse
Here you go ... I'll make a cab tomorrow.
lotion said:
I got sick of my old splash screen so here's a new one. Just run splash.cab.
Note: This is the loading splash screen, not the boot splash. VGA, portrait only.
EDIT:
I added a matching boot screen and packaged it up as a rom (RAPHIMG.zip). You can flash it like you would any other ROM (it only overwrites the splash, everything else remains intact). The easiest way to flash it is as follows:
put RAPHIMG.NBH in the root of your SD card.
Hit the reset button on the bottom of your Touch Pro while holding the Volume Down button. You'll go into the bootloader.
Follow the prompts. When it's done flashing, hit the reset button again.
Oh, and one more just for kicks.
Here's a boot splash with just the HTC icon (HTC_logo_w.zip). I ended up drawing it by hand because I couldn't find one large enough for my liking.
I've also included the HTC icon I drew on a transparent background (the seemingly larger HTC logo below) in case anyone wants to use it. All I ask is that you give credit to me for drawing it.
And here's another welcome splash using the default manila background.
Click to expand...
Click to collapse
hey was wondering which picture is the splash cab of before i dled it??? i like the second one with the htc symbol an the blue back round thanx!!
MRFERRARI23 said:
hey was wondering which picture is the splash cab of before i dled it??? i like the second one with the htc symbol an the blue back round thanx!!
Click to expand...
Click to collapse
splash.cab is the blue background with the Windows Mobile 6.1 text.
I'll make cabs of the other ones tomorrow. You can always try renaming the images to welcomehead.192.png and putting them in your Windows folder in the meantime.
Do I need to flash HardSPL before I change my default splash screen by following the above directions? Does it remove the entire AT&T splash screen completely, including the 3g animation and everything? That would be great.
Agent Blair said:
Do I need to flash HardSPL before I change my default splash screen by following the above directions? Does it remove the entire AT&T splash screen completely, including the 3g animation and everything? That would be great.
Click to expand...
Click to collapse
HardSPL is a requirement whenever you attempt to flash anything onto the phone. Both of the nbh files above will replace the ATT boot screen.
how can i flash it with RUU? i find only the .nbh-file...
Nice work thank you
tranquillo said:
how can i flash it with RUU? i find only the .nbh-file...
Click to expand...
Click to collapse
Any RUU will do...you can find one on any of the ROM threads. It won't let me upload it here since it's an exe file. Beware that some anti-virus programs tend to see them as trojans -- they are not.
lotion said:
Here you go ... I'll make a cab tomorrow.
Click to expand...
Click to collapse
When used as a welcomehead, the image is not full screen. Does it have to be resized? BTW, I used the png version on the first page.
hidden_dragon said:
When used as a welcomehead, the image is not full screen. Does it have to be resized? BTW, I used the png version on the first page.
Click to expand...
Click to collapse
Nope, they're all 480x640 (VGA). Did you try to use the 4th image (transHTC.png)? If so, it's not meant to be used as a splash image ... That's just a copy of the HTC logo I drew in case others wanted to use it. Use the 3rd image (HTC_logo_w.png) instead.
lotion said:
Nope, they're all 480x640 (VGA). Did you try to use the 4th image (transHTC.png)? If so, it's not meant to be used as a splash image ... That's just a copy of the HTC logo I drew in case others wanted to use it. Use the 3rd image (HTC_logo_w.png) instead.
Click to expand...
Click to collapse
No, I tried using the one with the diamond background (labeled welcomehead.192.2.png). It doesn't come up full screen. All I did was rename it, then replaced the one in the Windows directory.
dharvey4651 said:
Made one myself... Not my image but I made the cab file for it.
VGA ONLY!
Click to expand...
Click to collapse
Can someone please upload the Green Version of this splash screen?
Thank you in advance
chadster214 said:
Can someone please upload the Green Version of this splash screen?
Thank you in advance
Click to expand...
Click to collapse
Here you go:
When you save it remove COPY from the file name and you should be set.
sorry i'm a noob.. this works! thank you again
Hello,
I've got from a friend who works in HTC a sample of the Touch diamond 2.
The phone is fully working but I would like to change one thing:
WHEN I SWITCH ON THE CELL, THE VERY FIRST SPLASH SCREEN THAT APPEARS SAYS: "SMART MOBILITY - TEST ONLY NOT FOR SALE".
Does anyone know a way to delete the sentence "TEST ONLY NOT FOR SALE"?
Thanks
..use an other rom! changing the splash screen menas a bit cooking!
Flash a official rom, that should fix it for you. Most cooked roms here dont include that first loadscreen.
I tried!
Guys, I have just installed a new ROM (EnergyROM_TOPAZ_20090921_StandardM2.5) but nothing changed..the "test only not for sale" sentence is still there!
Any other idea to replace the phrase?
Thanks
Maybe you could just look away when that phrase is displayed
Hi,
look at this Post. I.ve attached there a file to change the first screen
If you want to make your own look here's HOWTO (sorry, but only in german)
cheers
[HOWTO] change first SplashScreen
I,ve decided to write a Tutorial for this in (my poor) english. Even i don't know if someone needs this
Maybe some MOD can edit the title of the thread.
How To for the exchange of the initial SPLASH SCREEN
Important: I take no responsibility for any damage!
The image that appears when you turn on the device and then displays the versions of radio, ROM and protocol
HSPL is needed!
Here we go:
We need a 24BIT *.bmp in a Dimension 480x800
Extract the content from the attached file to c:\
Put your Picture in the new created Folder
With CMD (start menu, run, cmd) change in this Directory by typing: cd c:\Splash HD
Now type: nbimg -F *.bmp -p 18400 (* = name of your Picture) to start the Conversation
There’s now a new File in the Folder e.g. *.bmp.nb. Because we need a File with 786.432 byte it’s necessary to check the Dimension. If it doesn’t fit delete the File and go to next step.
[FONT="]
[/FONT]
To got the right Dimension you must use the Difference between with the following command: nbimg -F *.bmp -p 18400 (18400 is for Example, please use your calculated Value). Repeat Step 6. and 7. until you’ve got the right Dimension
When this is done type: htcrt.exe and then close CMD
[FONT="]Click on Build![/FONT]
[FONT="]
[/FONT]
Ignore warning by choosing Splash and finally click Build!once again
Now we have a flashable File.
rename *.nbh to TOPAIMG.nbh.
Copy TOPAIMG.NBH into the root dir of your Storage Card.
Be sure to have at least 30% of charge.
Turn off your device by using the Power Button.
Go to Boot loader mode. Push and hold Vol. Down + press Power button.
After that your device with have a white screen with text " Press to power button for continue upgrade or Press Volume down button for cancel upgrade , select press to power button and it will start upgrade Rom.
Reset
Credits to:
• Paolonio
• POF from XDA for ALL and nbimg.exe
• Dark Simpson from XDA for HTCRT
• [FONT="]CMONEX from XDA for HSPL [/FONT]
Followed your instructions, doesn't work as planned, picture is shifted about 8 pixels right, and does not fill the bottom part of screen!
Sorry, but i don't know why. I made a couple of Splashscreens with the method and didn't saw such a problem. Please post me your picture, I will have a look at it
try this way
here you go
run go.bat.
do what it told you to do.then you got a splash.nbh.
flash it.
lcd4linux said:
Sorry, but i don't know why. I made a couple of Splashscreens with the method and didn't saw such a problem. Please post me your picture, I will have a look at it
Click to expand...
Click to collapse
ok on further close scrutiny, the picture is rotated right 16 pixels and the bottom 100 pixels are not displayed (I made a grid to work that out, how sad am I)
The picture I'm using is this http://www.mobinations.com/en/cell-phone-wallpaper-preview.php?w=ford-mustang-[6].jpg
obviously I convert it to a 24bit bmp first!
Have saved bmp from jpeg in both mspaint and photoshop and have same result, are they to fault? what do you use to make the bmp?
Ok, i will look at the picture. In the meantime you could try the file below attached.
hoosbude;The picture I'm using is this [URL said:
http://www.mobinations.com/en/cell-phone-wallpaper-preview.php?w=ford-mustang-[/URL][6].jpg
Click to expand...
Click to collapse
After my nightshift, i've downloaded the picture, converted it with MSPaint to 24BIT bmp and ... flashed it and all is ok didn't see any failure. Below is the result.
splash screen problem.
Hi, I tried all the files and methods above and the splash screen changes.
However the bootup sequence of my splash screen is now different, but it still didn't get rid of the carrier splash screen (China mobile) in my case. I'm a little stumped, so if anyone can give me a hand on this, it would be great.
After flashing it now boots as follows:
1) it boots up as the New picture after it has been flashed.
2) China Mobile carrier splash screen.
3) HTC splash screen.
and then it boots into the phone.
Is there a way to get rid of the splash screen for china mobile in the 2nd step?
Any help would be appreciated.
Thanks in advance.
Put the attached files in your windows folder with totalcommander or resco explorer and overwrite existing files.
lcd4linux
HTC Original
Hi lcd4linux. Do you have the original HTC boot up .gif? You know the one where just the brand "HTC" with white letters comes up on a plain black background.
The Vodafone boot up is just too... red for my taste
Mfg,
Rag.
ragnarokmk2 said:
Hi lcd4linux. Do you have the original HTC boot up .gif? You know the one where just the brand "HTC" with white letters comes up on a plain black background.
The Vodafone boot up is just too... red for my taste
Mfg,
Rag.
Click to expand...
Click to collapse
No, sorry. Also a search by google didn't help
lcd4linux
lcd4linux said:
Put the attached files in your windows folder with totalcommander or resco explorer and overwrite existing files.
lcd4linux
Click to expand...
Click to collapse
i attached the cabfile for this...
including wav for start sound...
works with wm6.1 and wm6.5
bl4ckb1rd
still can't get rid of carrier splash screen
Hi all,
I still can't get rid of the carrier splash screen (China mobile). I want to either remove it or change it to something else...
I have tried everything on this forum.
I've used the above splash.zip, and also the topaimg file, and the very first splash screen changed to the pictures provided.
Also, I have used lcd4linux and bl4ckb1rd method for changing the default windows splash screen.
HOWEVER, what I want to do is change the boot screen that has the carrier splash screen... that doesn't change, even when I flash a new rom such as dutty's leo r4 rom, or the energy photon rom.
Again, the bootup sequence is:
1) 1st splash screen - Which has been changed using lcd4linux and the files provided by angdolphin by using a topaimg and flashing it.
2) Carrier splash screen (china mobile) - WHICH STILL DOESN'T CHANGE.
3) Windows 6.5 splash screen which has been changed to the splash screen provided by lcd4linux and bl4ckb1rd by copying 2 files into the windows folder.
I read somewhere one other way to change the carrier splash screen is to flash a stock rom. Any suggestions?
Stuck.
Thanks heaps everyone.
damourio said:
Hi all,
I still can't get rid of the carrier splash screen (China mobile). I want to either remove it or change it to something else...
I have tried everything on this forum.
I've used the above splash.zip, and also the topaimg file, and the very first splash screen changed to the pictures provided.
Also, I have used lcd4linux and bl4ckb1rd method for changing the default windows splash screen.
HOWEVER, what I want to do is change the boot screen that has the carrier splash screen... that doesn't change, even when I flash a new rom such as dutty's leo r4 rom, or the energy photon rom.
Again, the bootup sequence is:
1) 1st splash screen - Which has been changed using lcd4linux and the files provided by angdolphin by using a topaimg and flashing it.
2) Carrier splash screen (china mobile) - WHICH STILL DOESN'T CHANGE.
3) Windows 6.5 splash screen which has been changed to the splash screen provided by lcd4linux and bl4ckb1rd by copying 2 files into the windows folder.
I read somewhere one other way to change the carrier splash screen is to flash a stock rom. Any suggestions?
Stuck.
Thanks heaps everyone.
Click to expand...
Click to collapse
Yes flash the attached file, That should work !