Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root

EVO 4G - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old September 23rd, 2010, 11:33 PM   #1 (permalink)
Member
 
theTrashcanMan's Avatar
 
Join Date: May 2010
Location: Downtown to hell
Posts: 133
 
Device(s): HTC EVO 4g
Thanks: 31
Thanked 77 Times in 44 Posts
Default Splash Screen...Need Help

Ok guys and gals. I need some help with changing to a custom splash screen. I've been reading up on it a lot and really want to change from the stock HTC Evo 4g Screen. Here's what I've tried.
1. Download the splash screen, unzip and place the file in the AndroidSDK tools folder.
2. Restart phone into fastboot and plug in to my laptop to get the red Fastboot USB.
3. Open cmd prompt and type. "cd c:\androidsdk\tools"
4. Type "fastboot flash splash1 evosplash1.rgb565" and hit enter

What I get is
"sending 'splash1' (750 KB)... OKAY [ 0.350s]
writing 'splash1'...FAILED (remote: not allowed)
finished. total time: 0.351s

No, I'm not using the quotation marks and yes I am rooted, I used the unrevoked3, unrevoked forever method. Anybody who can shed some light on why I can't get this to work would be much appreciated.

__________________
"God made all men, Sam Colt made them equal"
Rooting 2.3.5 for dummies
Rooting for dummies, gingerbread
FreshEvo
MikG
theTrashcanMan is offline  
Reply With Quote
Sponsors
Old September 26th, 2010, 09:39 AM   #2 (permalink)
New Member
 
Join Date: Aug 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default splash screens with unrevoked root

Quote:
Originally Posted by theTrashcanMan View Post
Ok guys and gals. I need some help with changing to a custom splash screen. I've been reading up on it a lot and really want to change from the stock HTC Evo 4g Screen. Here's what I've tried.
1. Download the splash screen, unzip and place the file in the AndroidSDK tools folder.
2. Restart phone into fastboot and plug in to my laptop to get the red Fastboot USB.
3. Open cmd prompt and type. "cd c:\androidsdk\tools"
4. Type "fastboot flash splash1 evosplash1.rgb565" and hit enter

What I get is
"sending 'splash1' (750 KB)... OKAY [ 0.350s]
writing 'splash1'...FAILED (remote: not allowed)
finished. total time: 0.351s

No, I'm not using the quotation marks and yes I am rooted, I used the unrevoked3, unrevoked forever method. Anybody who can shed some light on why I can't get this to work would be much appreciated.

Apparently when rooting with Unrevoked you don't get the FASTBOOT commands you need to push a new splash screen with that method. From what I can tell this should give you back that functionality although I used a different method to get my splash screen changed.

Get ENG bootloader extended fastboot commands back after Unrevoked forever! - xda-developers

The method I used was taking a jpg, convert it to bmp so it could be recognized by a tool that converts bmp to .nb files. Found on XDA here:

http://208.100.42.21/showthread.php?t=753788

Renamed the .nb file to splash1.img. Then made a PC36IMG.ZIP with that and the android-info.txt file in it. You can download the a PC36IMG.ZIP from here with the correct android-info.txt. The link above gives you one for the Droid which of course doesn't work with the EVO.

http://unrevoked.com/rootwiki/doku.php/public/forever
(Under Custom Splash section)

Just change out the splash1.img file for yours, place on sd card root dir, power off, boot into bootloader, it scans and asks if you want to update. Answer yes, reboot and voila, new splash.
dsEVOLVE is offline  
Last edited by dsEVOLVE; September 26th, 2010 at 04:55 PM.
Reply With Quote
Old September 28th, 2010, 01:14 AM   #3 (permalink)
Wrap it up!
 
Mr. Ed's Avatar
 
Join Date: Jun 2010
Location: Princeton, Tx
Posts: 6,045
 
Device(s): HTC EVO 4g,HTC Aria,HTC Inspire,S7 slim,Acer A500, Nook Color,Samsung Infuse,LG Thrill,Galaxy S2 ,G
Thanks: 856
Thanked 898 Times in 718 Posts
Default

Quote:
Originally Posted by dsEVOLVE View Post
Apparently when rooting with Unrevoked you don't get the FASTBOOT commands you need to push a new splash screen with that method. From what I can tell this should give you back that functionality although I used a different method to get my splash screen changed.

Get ENG bootloader extended fastboot commands back after Unrevoked forever! - xda-developers
This worked tho its a bit buggy...

used the file in post two to get the hboot...everything worked fine from there...until reboot...it boots right back into hboot sooooooo... i reflashed my kernal as he suggested in that thread and everything is fine now.
Mr. Ed is offline  
Reply With Quote
Old September 28th, 2010, 02:28 PM   #4 (permalink)
New Member
 
Join Date: Aug 2010
Location: Melbourne, FL
Posts: 12
 
Device(s): TMO SGS2 Juggernaut 5.0
Thanks: 6
Thanked 0 Times in 0 Posts
Cool

public:forever [RootWiki]
(Under Custom Splash section)

Just change out the splash1.img file for yours, place on sd card root dir, power off, boot into bootloader, it scans and asks if you want to update. Answer yes, reboot and voila, new splash.

-----

Thanks a lot. I did this last option and it worked. I used a evosplash1.rgb565 file and renamed it to splash1.img. Then placed it in the PC36IMG.ZIP from Unrevoked. I was then able to update it from the bootloader, reboot and the splash screen showed up correctly.

This seemed a lot less risky than all of the mess with the ENG bootloader where people are getting into boot loops.
Splaktar is offline  
Reply With Quote
Old September 28th, 2010, 10:56 PM   #5 (permalink)
Wrap it up!
 
Mr. Ed's Avatar
 
Join Date: Jun 2010
Location: Princeton, Tx
Posts: 6,045
 
Device(s): HTC EVO 4g,HTC Aria,HTC Inspire,S7 slim,Acer A500, Nook Color,Samsung Infuse,LG Thrill,Galaxy S2 ,G
Thanks: 856
Thanked 898 Times in 718 Posts
Default

Quote:
Originally Posted by Splaktar View Post
public:forever [RootWiki]
(Under Custom Splash section)

Just change out the splash1.img file for yours, place on sd card root dir, power off, boot into bootloader, it scans and asks if you want to update. Answer yes, reboot and voila, new splash.

-----

Thanks a lot. I did this last option and it worked. I used a evosplash1.rgb565 file and renamed it to splash1.img. Then placed it in the PC36IMG.ZIP from Unrevoked. I was then able to update it from the bootloader, reboot and the splash screen showed up correctly.

This seemed a lot less risky than all of the mess with the ENG bootloader where people are getting into boot loops.
oddly enough I tried this method 5 or six times and it didn't work
sure would have been alot easier
Mr. Ed is offline  
Reply With Quote
Old October 30th, 2010, 11:16 AM   #6 (permalink)
New Member
 
Join Date: Oct 2010
Posts: 7
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Mr. Ed View Post
oddly enough I tried this method 5 or six times and it didn't work
sure would have been alot easier
Follow my instructions from xda or use my pre compiled file. Only works for evo4g.

xda-developers - View Single Post - [MOD] White On Black Evo Splash Screen
thepiecesfit is offline  
Last edited by thepiecesfit; October 30th, 2010 at 11:48 AM.
Reply With Quote
Old October 31st, 2010, 02:19 AM   #7 (permalink)
Wrap it up!
 
Mr. Ed's Avatar
 
Join Date: Jun 2010
Location: Princeton, Tx
Posts: 6,045
 
Device(s): HTC EVO 4g,HTC Aria,HTC Inspire,S7 slim,Acer A500, Nook Color,Samsung Infuse,LG Thrill,Galaxy S2 ,G
Thanks: 856
Thanked 898 Times in 718 Posts
Default

Quote:
Originally Posted by thepiecesfit View Post
Follow my instructions from xda or use my pre compiled file. Only works for evo4g.

xda-developers - View Single Post - [MOD] White On Black Evo Splash Screen
honestly i don't remember how I did it but I eventually got it to work via someone else zip over on xda.

between that and changing my boot animation tho I had somehow changed my bootloader...and none of my nandroids would work. simply flashed clockwork again and all was well...but it was such a pita

your write up looks great and will hopefully help others who want to change their splash screen. I went with the red on black and absolutely love it
Mr. Ed is offline  
Reply With Quote
Reply

HTC EVO 4G
Current Rating:
Rate this Phone:

When Sprint announced their first ever 4G handset at CTIA in March 2010, they dropped a bombshell on the mobile world. The HTC Evo 4G is a device that introduces a lot of firsts when compared to other North American handsets. This is the first Andr... Read More


Bookmarks


Go Back   Android Forums > Android Phones > HTC EVO 4G > EVO 4G - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Evo Splash screen surfologist87 EVO 4G - All Things Root 5 April 12th, 2011 10:13 PM
Start up splash screen neo1973 Samsung Captivate 6 December 23rd, 2010 03:22 PM
HTC EVO splash screen font? Brent Pierce Android Themes 6 October 30th, 2010 07:56 PM
Splash Screen ShanksG1 Android Themes 2 August 30th, 2010 05:19 PM
Removing O2 splash screen origdav HTC Desire 1 June 2nd, 2010 01:40 PM



All times are GMT -5. The time now is 06:31 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo