Custom Boot Images here

Where you able to flash a boot images

  • Yes

    Votes: 632 76.1%
  • No

    Votes: 199 23.9%

  • Total voters
    831
Search This thread

xMemphisx

Senior Member
Dec 7, 2008
81
33
I merged all the bootscreens from the original boot screen thread in development. Over taking "aron4588" as the thread creator of this one. His original post is in 12.
Sorry "aron4588"

This is updated with the latest tool. (Windows)
I included a zip with all files you may need at the bottom of the post.

1. Turn off your phone

2. Turn on the phone into bootloader (camera+power).
Make sure it say fastboot in the middle if not hit back and it should appear-

3. Make sure your device is found in device manger
If you don't see adb device up top in device manger find the yellow mark devices
Right Click, update driver, and point to the location of the USB Driver
(http://dl.google.com/android/android_usb_windows.zip)
(Driver for 1.5r2)
If you have the "new spl" you're going to need the new usb drivers
(http://sapphire-port-dream.googlecode.com/files/usb_driver_updated.zip)

4. Open and extract the below zip to your desktop
You should now have a custom and fastboot folder on your desktop

5. Open up a dos window (start>run>CMD)

6. Type cd desktop then cd fastboot

7. If you would not like to flash the sample images skip to step 9

8. copy and paste the command line by line
fastboot flash splash1 mysplash.rgb565
fastboot flash splash2 mysplash.rgb565 You dont get a splash2 option with the "NEW SPL"
fastboot reboot

Part 2 Making your own images
9. Open up the "create" folder

10. Run CreateG1Splash.exe

11. Open up your image in the program and click convert

12. Go to the folder of your images and their you will find mysplash.rgb565

13. Place the mysplash.rgb565 into the fastboot folder

14. copy and paste the command line by line
fastboot flash splash1 mysplash.rgb565
fastboot flash splash2 mysplash.rgb565
fastboot reboot


Files updated 1/4/08
Credit to JF for all app to make this possible

OR get Boot Screen Flasher 3000 by dom2684 & Octoberriot
 

Attachments

  • Boot_images.zip
    880.8 KB · Views: 4,883
Last edited by a moderator:

xMemphisx

Senior Member
Dec 7, 2008
81
33
to build the file yourself go to the root android source directory (mine is linux, but it looks like this "/home/ryan/android_source"), your's might look something like "C:/Source Codes/android/" or whatever. Once you navigate to that directory (via the command prompt... just go to start > run > and type in 'cmd' and hit enter, then use the 'cd' command to get there... e.g., "cd C:/Source Codes/android/"), once there, simply type 'make' and hit enter and it will start building everything, it might take a few minutes to complete. Then just go into the 'out' directory, then it's under "host/windows-x86/bin" (i'm not sure about the windows-x86 part, it might just be windows or something like it, i'm just assuming based on mine), once in that folder you'll have the fastboot as well as all of the other binary files ready to go. Then you can just type fastboot w/e w/e and it'll work just fine.

Here's my updated bootloader logo:

bootloader.JPG


It's kind of difficult to see, my camera sucks... it's my fraternity letters with the crest in the background. Here's the image i used for it:

start.jpg
 

damien667

Senior Member
Oct 27, 2008
147
42
I found this one on google, I think it suits me :D
 

Attachments

  • Think_Linux_320X480_iPhone_Mobile_Wallpaper.jpg
    Think_Linux_320X480_iPhone_Mobile_Wallpaper.jpg
    9.3 KB · Views: 1,747

wyseman76

Member
May 15, 2008
30
0
Ok, before i go dual booting my system , as i have Vista x64 now. I want to know if i can use ubuntu x64 for this process or would it be best to use the 32 bit version.

Here is the boot image I put together that i want to use. Still futzing with it but this is the general idea.

splash.gif
 

SGTDavePwnage

Senior Member
Nov 9, 2008
157
0
Stock Boot Logos

For anyone that wants a copy of the stock images, for instances of RMA/repair.......Here they are.

The file contains both UK and US logos :)





Thanks to JesusFreke and Tobes, for the rip coding and the UK logo
 

LGSilva

Senior Member
May 7, 2007
736
159
Custom Boot Screen

Just sharing the boot screen I'm using. Made by me on PS. Enjoy. :D
AndroidG1.png
 

LGSilva

Senior Member
May 7, 2007
736
159
Yes, you need to convert the picture.
Just in case here is the raw file.
 

Attachments

  • mysplash.zip
    39.3 KB · Views: 536

Stericson

Retired Senior Mod / Retired Senior RD
Nov 10, 2008
1,203
417
Sure, I can provide the base image. On mine however, I customized it with some of my information, such as my name, etc. That way if it ever gets stolen, the thief will be reminded of it everyday:)

Stericson
 

Attachments

  • splash.png
    splash.png
    48.4 KB · Views: 614

s0niqu3

Senior Member
Feb 23, 2005
718
391
paranoid_android_splash.jpg


“It won't work,” droned Marvin, “I have an exceptionally large mind.”

:cool:

I really liked this idea, so I found the image at deviantart, and made a copy of your boot image, and for anyone else, I've attached the splash.raw565 file (zipped) to this post.

Cheers guys, and happy new year!

-- michael
 

Attachments

  • marvin_splash.zip
    78.5 KB · Views: 821

aron4588

Senior Member
Jun 14, 2007
169
0
[HOW TO] Install Custom Boot Images/Post images here

CAN I GET A STICKY I THINK THIS THREAD HAVE HELP ALOT OF PEOPLE AND I NEVER BEEN STICKY BEFORE LOL :)

This is updated with the lastest tool. (Windows)
I included a zip with all files you may need at the bottom of the post.

1. Turn off your phone

2. Turn on the phone into bootloader (camera+power).
Make sure it say fastboot in the middle if not hit back and it should appear-

3. Make sure your device is found in device manger
If you don't see adb device up top in device manger find the yellow mark devices
Right Click, update driver, and point to the location of the USB Driver
(http://dl.google.com/android/android_usb_windows.zip)

4. Open and extract the below zip to your desktop
You should now have a custom and fastboot folder on your desktop

5. Open up a dos window (start>run>CMD)

6. Type cd desktop then cd fastboot

7. If you would not like to flash the sample images skip to step 9

8. copy and paste the command line by line
fastboot flash splash1 mysplash.rgb565
fastboot flash splash2 mysplash.rgb565
fastboot reboot

Part 2 Making your own images
9. Open up the "create" folder

10. Run CreateG1Splash.exe

11. Open up your image in the program and click convert

12. Goto the folder of your images and their you will find mysplash.rgb565

13. Place the mysplash.rgb565 into the fastboot folder

14. copy and paste the command line by line
fastboot flash splash1 mysplash.rgb565
fastboot flash splash2 mysplash.rgb565
fastboot reboot


Files updated 1/4/08
Credit to JF for all app to make this possible
 

Attachments

  • dsp44ztbb.jpg
    dsp44ztbb.jpg
    7.1 KB · Views: 440
  • nzc6nav0t.jpg
    nzc6nav0t.jpg
    13.7 KB · Views: 350
  • z0we6txcw.jpg
    z0we6txcw.jpg
    23 KB · Views: 556
  • 856577701_e0fffaa83a.jpg
    856577701_e0fffaa83a.jpg
    36.6 KB · Views: 516
  • Boot_images.zip
    880.8 KB · Views: 571

MMTest97

Member
Mar 12, 2007
22
0
Success

I was able to do it, but quick question.

How many splash images can I have?

I was able to flash 2 over and it boots the first one (splash1) and then the second one (splash2)

How far can I go with this?
 

Attachments

  • splash1.JPG
    splash1.JPG
    20.9 KB · Views: 365
  • splash2.jpg
    splash2.jpg
    45.4 KB · Views: 438

Top Liked Posts