[UTILITY] Android Flasher 2.1.0.5! (10/10/11) - HTC EVO 3D

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
S-OFF is essential
Features:
Multiple flashes without closing the application.
Deletes all used files leaving you with nothing more than you had to start with.
Completely automatic, only user thing is to make a splash image, have a recovery img, a hboot img or a radio img.
Unified interface.
Completely in C#
Now supports BMP, PNG, and JPEG images. Not just BMP like NBIMG.
Usable on your Desire, Desire Z, Desire HD, EVO 4g, EVO 3D, Desire S, Incredible S, Thunderbolt and Sensation.
The application double checks the image dimensions to ensure no problems.
Also checks the created splash img file size to ensure no errors.
Click to expand...
Click to collapse
Prerequisites:
USB debugging enabled.
HTC and Fastboot/Hboot drivers must be installed.
Windows with .Net 4.0
Splash image, recovery img, a hboot img or a radio img. (not required for donate version)
Click to expand...
Click to collapse
What it actually does:
This app flashes the specific parts of the device (Bootloader, Recovery, Splash screen, and Radio). It's just a time saver.
The splash screen is the image before the boot animation, if you don't like the white HTC, then change it!
Click to expand...
Click to collapse
Credits to SA7039 for assistance and Google for fastboot, adb and dlls.
Post your SPLASH screens here:
http://forum.xda-developers.com/showthread.php?p=8367224
Got problems? Want to request features? Post a ticket
Click to expand...
Click to collapse
Changelog:
Code:
2.1.0.5
Added: EVO 3D, Incredible S, Desire S and Thunderbolt.
Added recent device display as the first button.
Updated pictures to be higher quality.
Fixed redo progress bug.
Added WiMax
2.1.0.1
Fixed a device bug that affected everything except for the Desire and Sensation.
2.1
Fixed checkboxes
Added 'Already in fastboot' button
Rewrote logging
Fixed donate button ;)
Added update notifications
Auto downloads data folder
Added path conversion to unicode, should help with localisation.
Added Desire HD and EVO 4g support.
Added Device list pages - moved DHD to second page with EVO 4G.
2.0.5
MsgBox for invalid splash image dimensions
Image displays in the center when selected
When you unselect a checkbox, it says 'No file selected.'
Menu button added in the file menu
Label changed Z/HD
Added 'Donate' button ;)
Now verifies that the splash img file is the correct size for flashing
2.0
Brand new, recoded entirely from the ground up.
Supports multiple devices, and image extensions.
Please consider donating .
Soon to come:
With Download Browser for all supported devices:
Click to expand...
Click to collapse

Look's good Bro

Great utility. Glad you added E3D Support

Whoa! VERY nice! I'm sure this will come in handy, thanks

VERY NICE! Thank You!

Man pretty sweet thank you
Sent from my PG86100 using xda premium

Will this work for those of us with HBOOT 1.5? And will it flash kernels since (i'm assuming) it's working through fastboot?

Awesome little tool, Thanks!

Good job
Sent from my PG86100 using XDA Premium App

This looks really nice!
You think you could add support for the Motorola xoom and tablets running hc?

davyboy04 said:
Will this work for those of us with HBOOT 1.5? And will it flash kernels since (i'm assuming) it's working through fastboot?
Click to expand...
Click to collapse
Since one of the requirements is s-off, I don't think this will work with HTC's unlock method. I can't say for sure, but that would be my best guess.

housry23 said:
Since one of the requirements is s-off, I don't think this will work with HTC's unlock method. I can't say for sure, but that would be my best guess.
Click to expand...
Click to collapse
Well it says S-OFF IS ESSENTIAL in Big bold red letters in the OP, so i would guess you're safe saying no. lol i can't believe that was even asked.

Please use this thread: http://forum.xda-developers.com/showthread.php?t=794638

Related

[GUIDE] Change the splash screen image

OH SNAP! ...you say??
This is a quick tutorial for anyone who may want to change [any] image into your new splash screen.
Prerequisites
- s-off
- drivers for the e3d (if on windows)
- nbimg for windows users or for linux users (probably best to put this in your SDK tools folder since that will already be in your path)
- an image you want as your splash screen in BMP format
(^^ it's probably best to have a BMP image that is 540x960 since that is our resolution)
The Process
1. In command prompt (windows) or terminal (linux) type the following:
Code:
nbimg -F nameofimg.bmp -w 540 -h 960
2. In the same directory as your BMP image you will now find a file called: "nameofimg.bmp.n0"
3. Rename "nameofimg.bmp.n0" to "splash.img"
.......Windows:
Code:
rename nameofimg.bmp.n0 splash.img
.......Linux:
Code:
mv nameofimg.bmp.n0 splash.img
4. Now we're done converting the image to a format the e3d can use so let's reboot to the bootloader:
Code:
adb reboot bootloader
.......OR ...power down your phone, hold the volume up and hit the power button and make sure your usb cord is plugged in.
5. Time to flash the image, in the same command prompt or terminal window that you opened earlier type the following:
Code:
fastboot flash splash1 splash.img
6. w00t! you're done!! Use the volume rocker to go down to "reboot" and hit the power button to reboot and see your new splash screen.
blakejohnson86 said:
You might want to mention that 32-bit BMPs don't tend to work well with nbimg. I don't know if 16-bit BMPs do either, but I find it safe to stick with 24-bit.
Click to expand...
Click to collapse
Drifting back into the past I remember an old legend of a group called 'SNAP' in the OG EVO days....perhaps they're coming back? hmmmm.... At any rate, because of this, I'm using a SNAP splash screen created by my OG SNAP buddy shift_ which looks like this (and can be downloaded here):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Perhaps we can use this thread to share customs splashes....? I know Shift_ will be making more SNAP ones. . .
woo!! thanks for the write up, tuna!
oh and what's this snap business you're talking about????? *chuckles*
spiicytuna said:
Perhaps we can use this thread to share customs splashes....? I know Shift_ will be making more SNAP ones. . .
Click to expand...
Click to collapse
I'd be interested in seeing some custom splash images...
worked perfectly heres my splash screen
http://www.mediafire.com/?vfiofui7y1fhh51 resized and all
Now all we need is a snap comeback!!!
Sent from my beast!! 3vo!!
Oh the joy the Evo 3d has the best developers with the best designers as well!
Thanks for the write up, it worked great. Attached is a splash I resized and inverted, it looks nice on my 3d.
Download the img file, put it into the folder where fastboot is located. type the following commmand while in fastboot.
fastboot flash splash1 googleinvert.img
then reboot
http://forum.xda-developers.com/showthread.php?t=1193698
http://cdn0.knowyourmeme.com/i/000/099/660/original/****-just-got-real.jpg?1297627360
knowledge561 said:
http://forum.xda-developers.com/showthread.php?t=1193698
http://cdn0.knowyourmeme.com/i/000/099/660/original/****-just-got-real.jpg?1297627360
Click to expand...
Click to collapse
oh snap! i didn't even notice your thread! why is it in themes/apps? nice work though.
oh and why is **** getting real?
anyone feel like creating a splash similar to the original Evo 4G 'white text on black' that was so popular that just said 'HTC Evo 4G', but perhaps just use the text from the 'HTC Evo 3D' straight text logo? I bet it'd be pretty simple..
shift_ said:
oh snap! i didn't even notice your thread! why is it in themes/apps? nice work though.
oh and why is **** getting real?
Click to expand...
Click to collapse
I post that pic everyhwere. It's just funny.
Here's the one that I whipped up. Need to go find how to change the boot animation as well...
We need this to become a "STICKY"...*cough*MODs*cough*
Sent from my PG86100 using XDA Premium App
@spiicytuna: You might want to mention that 32-bit BMPs don't tend to work well with nbimg. I don't know if 16-bit BMPs do either, but I find it safe to stick with 24-bit.
No mac support? Just don't want to dig out my win machine.
Happy Happy Joy Joy!!
rstuckmaier said:
Happy Happy Joy Joy!!
Click to expand...
Click to collapse
Can someone upload the STOCK splash screen please. I really need it for my thread. http://forum.xda-developers.com/showthread.php?t=1193698
Knight2011 said:
No mac support? Just don't want to dig out my win machine.
Click to expand...
Click to collapse
I'm on a mac and didn't have any problem. found a precompiled nbimg in the original nbimg xda thread here since i don't have gcc installed:
http://forum.xda-developers.com/showpost.php?p=8370174&postcount=85
Thanks phwelo. Now if i can get it to flash.
When i try flash it i get "-bash: fastboot: command not found"

[Splash] Evo4G/Inc style splash screen for Rezound

OG Evo & OG Incredible styled splash-screens for the Rezound
For anyone that has owned an OG Evo or OG Incredible in the past, this splash screen is for you!
Here are the ones I've made so far. There are more to come.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here are the old Evo and Inc splash screens for reference
Install Instructions
There are three methods to install these so pick the one that you like best
Bootloader
- Download the ZIP of your choice
- Rename to "PH98IMG.zip"
- Copy to your External SD card
- Reboot to bootloader
- Allow it to flash
- Reboot when prompted
Fastboot
- Download the IMG of your choice
- Reboot your phone into fastboot mode
- Wait for your phone to say "fastboot usb"
- Type in
Code:
$ fastboot flash splash1 splash.img
- Reboot when prompted
Terminal Emulator or adb shell
- Download the IMG of your choice
- Copy IMG to your sdcard
- Type in
Code:
# dd if="/sdcard/splash.img" of="/dev/block/mmcblk0p14"
# reboot
Download Links
PH98IMG.ZIP for bootloader flashing
Without reflection
blackBGnoReflect.zip
whiteBGnoReflect.zip
With reflection
blackBGReflect.zip
whiteBGReflect.zip
SPLASH.IMG for fastboot & terminal flashing
Without reflection
blackBGnoReflect.img
whiteBGnoReflect.img
With reflection
blackBGReflect.img
whiteBGReflect.img
Credits
- Trueblue_drew for the initial instructions on how to do this
- TNET Services, Inc for the easy PH98IMG.zip creator
- AndroidRevolutions for the file hosting
Disclaimer
Not that I really need this but just in case, I assume no responsibility for your actions. You flash this and any other files at your own risk. Please flash responsibly.
Looks great. Reflection would be good.
Edit: Just flashed and it looks great.
Sent from my ADR6425LVW using xda premium
If I'm not by a PC can I rename to PH98IMG.zip and install via bootloader? I do realize this currently is a .img
You can't through the bootloader with this img. However there are some instructions floating around on a method to do it through terminal emulator but if you find them you'll need to make sure they are for the rezound.
Once I get home from work ill package them up in a bootloader zip and ill see if I can't get the right partition info so they can be flashed from terminal.
Sent from my ADR6425LVW using xda premium
Thanks very nice job on this
red3razor said:
If I'm not by a PC can I rename to PH98IMG.zip and install via bootloader? I do realize this currently is a .img
Click to expand...
Click to collapse
I just opened up another ph98img zip I had for another splash screen with 7 zip, deleted the splash1 out of it, and copied this splash1.img in it's place, closed zip. Placed on ext sd, and flashed in bootloader. Worked like a charm.
Sent from my ADR6425LVW using xda premium
Could do that..... but with a PC (7zip)
red3razor said:
Could do that..... but with a PC (7zip)
Click to expand...
Click to collapse
I am now officially home. Give me about 15 minutes or so and I'll have a bootloader zip for you
Well that was easier than I though, link is in the OP!
mbobino said:
I am now officially home. Give me about 15 minutes or so and I'll have a bootloader zip for you
Click to expand...
Click to collapse
Appreciated friend. At hospital with my wife having our first baby soon today, so no PC. Good work
btw, love the simple clean look
red3razor said:
Appreciated friend. At hospital with my wife having our first baby soon today, so no PC. Good work
btw, love the simple clean look
Click to expand...
Click to collapse
I know the feeling. Lots of waiting with having a baby. We just had our first June 25th. Congrats to you, life changes a whole lot after you have one lol
mbobino said:
I know the feeling. Lots of waiting with having a baby. We just had our first June 25th. Congrats to you, life changes a whole lot after you have one lol
Click to expand...
Click to collapse
Thanks, and congrats to you also
red3razor said:
Could do that..... but with a PC (7zip)
Click to expand...
Click to collapse
Oops, forgot that part. Oh well, I tried.
Sent from my ADR6425LVW using xda premium
Good news! I finally figured out the partition that splash1 resides on. So now there are 3 confirmed ways to flash splash screens.
The details will be in the OP (which is getting prettified tonight)
I like the black reflection.
Nice job on these!!! The black reflection is sweet.
I miss my unrEVOked splash from my Inc.
Sent from my ADR6425LVW using xda premium

[Q] Flash splash screen on hboot 1.12?

Hello xda, I have recently tried to flash a custom splash screen using this web converter and it didn't work. My rooted EVO LTE currently has:
HBOOT 1.12.2222
LazyPanda S-Off
TWRP Version 2.2.0
HW Version 0003
SW Version 2.13.651.1 710RD Android 4.0.4, Sense 4.1
Baseband Version 1.12.11.0809
Is there some alternative way to create a custom splash screen and flash it either via recovery or fastboot for 1.12 HBOOT devices?
You could just drop it in to system media
om4 said:
You could just drop it in to system media
Click to expand...
Click to collapse
He is asking about splash screen, not bootanimation.
Sent from my lair.
---------- Post added at 03:15 PM ---------- Previous post was at 03:14 PM ----------
gnarlynick said:
Hello xda, I have recently tried to flash a custom splash screen using this web converter and it didn't work. My rooted EVO LTE currently has:
HBOOT 1.12.2222
LazyPanda S-Off
TWRP Version 2.2.0
HW Version 0003
SW Version 2.13.651.1 710RD Android 4.0.4, Sense 4.1
Baseband Version 1.12.11.0809
Is there some alternative way to create a custom splash screen and flash it either via recovery or fastboot for 1.12 HBOOT devices?
Click to expand...
Click to collapse
What was your flashing process?
Sent from my lair.
The splash screen? I remember doing that for the boot animation. What is the exact directory for splash screens?
Sent from my HTC EVO 4G LTE using Tapatalk
Sorry, got confused. For some reason I always think boot animation when someone says splash screen
gnarlynick said:
The splash screen? I remember doing that for the boot animation. What is the exact directory for splash screens?
Sent from my HTC EVO 4G LTE using Tapatalk
Click to expand...
Click to collapse
You are confusing me, the converter that you posted a link to is for slash screens. Then you asked about bootanimation. What's exactly that you're trying to do?
Sent from my lair.
Op wants splash, I confused everyone lol
volk9029 said:
What was your flashing process?
Sent from my lair.
Click to expand...
Click to collapse
The web generator takes an image you create to exact dimensions and converts it into a flashable .zip folder. From there, you place it on the root of your SD and flash it from recovery. It flashes and says success but when I reboot it has the stock splash screen still displayed. If you read that thread for the web generator that I linked in the OP, on the third page someone states that he/she doesn't believe it works for 1.12 Hboots. I was curious if we had a similar, alternative method for 1.12 in which I can create my own and flash it successfully.
There's no reason you shouldn't have access to splash with soff
gnarlynick said:
The web generator takes an image you create to exact dimensions and converts it into a flashable .zip folder. From there, you place it on the root of your SD and flash it from recovery. It flashes and says success but when I reboot it has the stock splash screen still displayed. If you read that thread for the web generator that I linked in the OP, on the third page someone states that he/she doesn't believe it works for 1.12 Hboots. I was curious if we had a similar, alternative method for 1.12 in which I can create my own and flash it successfully.
Click to expand...
Click to collapse
I had no problem flashing it from recovery. I am s-off and hboot 1.12.2222. Maybe try to flash one of already made from that tread, just to see if you made a mistake when using converter?
Sent from my lair.
om4 said:
There's no reason you shouldn't have access to splash with soff
Click to expand...
Click to collapse
I'll give it another shot when I get home, but I'm under the assumption that hboot version plays a role in changing the splash screen.
Sent from my HTC EVO 4G LTE using Tapatalk
It blocks the partition when locked but seeing as you are s-off it shouldn't matter. Can you peek inside the zip from what ever file explorer you use
---------- Post added at 02:54 PM ---------- Previous post was at 02:37 PM ----------
Sorry my mind is still else where if zip had been damaged flashing would have failed
OK I did it again and it worked without a hitch, don't know what was the issue before. The generator says it checks if the image is in the correct format, dimensions etc. If it is not, it will generate an error code so there was no error there with my upload. Then when I flashed it before it didn't show any errors and said it successfully flashed but it in fact did not. Now I did the same process with the same image and everything worked fine. Thanks for the help guys, whoever said hboot 1.12 wasn't supported was in fact wrong.
Here is the splash I made if anybody is interested, I think it looks classy and doesn't burn your eyeballs out when you look at it in a dark room.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Toolkit Ideas

So I made the base of my toolkit. Just waiting on a recovery to finish it. Now I want some ideas to add/implement/make it better.
Many people know that I make toolkits for basically every new HTC phone. Here is the sample for the One X+ at the moment.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Things I will NOT add.
- Stock/Custom Kernels
- Remove Root
- Probably more that I forgot
Many people flashed kernels and had no idea on how to use it and soft-bricked their phones.
Root can be removed with the SuperSU app from my toolkit.
So give reasonable recommendations and I will see what I can do!
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
jotha said:
Hey hasoon,
under "kernel" maybe "fastboot erase cache" as it comes hand after flashing boot.img (or directly in flash command for boot.img, if it's not already there)
and eventually "adb logcat -d >log.txt" under "command". Just for the lazy among us .
Click to expand...
Click to collapse
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
hasoon2000 said:
Great idea actually lol.
What other reporting/troubleshooting commands should I add?
Sent From My HTC Amaze 4G via Someone's Room
Click to expand...
Click to collapse
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
DerSandmann said:
Would be happy to help but I don't know how flashing on the one x+ looks like as I don't have one(for the moment). But when I'll have passed the two weeks of stock rom limits testing and will flash another rom, then I'll see if they are improvements to do .
Sandmann
Click to expand...
Click to collapse
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
hasoon2000 said:
flashing is the same with all phones. download a ROM, transfer to your phone, go into recovery and flash. Rooting is the same for pretty much all modern HTC phones.
Click to expand...
Click to collapse
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Aditya Nanda said:
Can u please tell me how to root after unlocking the bootloader (sorry for being a total noob)
Click to expand...
Click to collapse
I believe you just flash the superuser zip in recover
Good morning, then I root my htc one x + bare with your software? thank you
SuperUser-zip
olorolo said:
I believe you just flash the superuser zip in recover
Click to expand...
Click to collapse
Where can I find the SuperUser-zip??
Running un-locked (S-off) 1X+
Android 4.1.1 - Sens 4+ (HTCExtension_Sense45_1)
SWnr 1.14.401.18
Kernel 3.1.10-g626c6aa
Thanx!!
I've used your toolkit, and I have to say it is pretty awesome work. However, as a first time user, I was rather confused with the UI, since it looked like there was no real 'order' labelled on each section, they aren't labelled like "Step 1, 2.. etc". Otherwise, the tool works great.
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Sarren Arterius said:
Might be more a project rather than a option but Rom Downloader? or adb sideload, handy when you format your sd
Click to expand...
Click to collapse
ROM downloader is another story. I don't have a centralized database with all the ROMs. I'm adding ADB Sideload as we speak!
I'm redoing my scripts to make this even better! It isn't easy and I probably won't have it done tonight. My goal is to have it done by tonight! However, I never had these features before, so I'm learning how to implement them without errors!
Here's a sample of the new addition!
Make some requests. I'll see what I can do!
Features will vary from device to device. The Amaze does not need an ADB Sideload feature. I'm using my Amaze source to mess with the new add ons.
This will not be done tonight. It's taking a lot of time to write this and it's giving me some errors.

[SPLASH] Droid DNA Splash Screens by dubsx

Droid DNA Splash Screens by dubsx
Wanted to start making some splash screens again, since I haven't done so since my Incredible days. I know the DNA isn't the cool kid the Incredible was, but if you're still messing around on the DNA, this is for you.
This is going to be a work in progress, so I will add them as I make them. Yes, I try to take requests, so PM me or let me know if you have something you're looking for.
I don't squish, stretch, or otherwise ruin any of the images I use in my splash screens, so expect the highest quality possible. :good:
--------------------------------------------------------------------------
BEFORE YOU DO ANYTHING:
MUST HAVE S-OFF
*SEE ONE OF THESE THREADS BELOW TO LEARN HOW TO UNLOCK AND S-OFF
RUMRUNNER (3.06.605.4)
MOONSHINE (2.06)
MUST HAVE ENG HBOOT
*ONLY THE ENGINEERING HBOOT WILL ALLOW YOU TO FLASH A SPLASH IMAGE
**WARNING: BE EXTRA CAREFUL WHEN USING THIS HBOOT, IT WILL NOT PREVENT YOU FROM FLASHING THINGS TO THE WRONG PARTITION
HBOOT-8064 Groups Engneering HBOOT
*I THINK THE LINK HERE IS DEAD, SO I USED THE DNA TOOLKIT TO FLASH ENG, LINK BELOW
HTC Droid DNA Toolkit
==================================================
==================================================
INSTRUCTIONS:
- DOWNLOAD DESIRED SPLASH, RENAME TO JUST "splash.img", AND PLACE IN ADB FOLDER
- OPEN A COMMAND PROMPT FROM ADB FOLDER AND TYPE THE FOLLOWING:
Code:
ADB REBOOT-BOOTLOADER
- ONCE IN FASTBOOT (WILL SAY FASTBOOT USB), TYPE THE FOLLOWING:
Code:
FASTBOOT FLASH SPLASH1 SPLASH.IMG
- AFTER THE FLASH IS COMPLETE, TYPE THE FOLLOWING:
Code:
FASTBOOT REBOOT
==================================================
==================================================
RETURN TO STOCK HBOOT
*IF YOU ARE DONE FLASHING SPLASH IMAGES AND WANT TO RETURN TO STOCK HBOOT, YOU CAN FIND IT HERE:
STOCK HBOOT
ORIGINAL THREAD:
[How-To] From S-OFF to 100% Stock S-ON [Facepalm/JTAG/RevOne/Moonshine]
-----------------------------------------------------------------------------
AS ALWAYS...
I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR PHONE AS A RESULT OF USING THIS CONTENT, JUST AS IT IS NO ONE ELSES FAULT FOR ANY DAMAGE I MIGHT DO TO MINE. IF YOU DO NOT KNOW THE RISKS INVOLVED, YA MIGHT JUST BE BETTER OFF STICKING WITH STOCK. IT'S NOT THAT COMPLICATED, JUST DO A LITTLE RESEARCH...
-----------------------------------------------------------------------------
...don't be afraid to use the "THANKS" button...
ALL OF THE LOGOS DISPLAYED ON THIS THREAD BY ME ARE OWNED AND TRADEMARKED BY THEIR RESPECTIVE TEAMS, COMPANIES AND ORGANIZATIONS. I IN NO WAY CLAIM TO CREATE ANY OF THESE LOGOS AND DO NOT INTEND TO PROFIT OFF OF THESE. THANK YOU FOR YOUR SUPPORT
Htc splashes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment htc_matrix-glow_splash.img
View attachment htc_oem_splash.img
View attachment 2459017 View attachment 2459018
View attachment htc-soundwaves_splash.img
Super splashes
View attachment man-of-steel_splash.img
View attachment iron-man_helmet_splash.img
View attachment batman_rain_splash.img
View attachment Spiderman-V1_splash.img
BEATS Splashes
View attachment DNA-EYE_BEATS-Glow_splash.img
View attachment BEATS_splash.img
Splashes 4
Still mine
Splashes 5
Reserved for splashes
More...
Still more...
Last one....probably...
Annnnnnnd
Done
Hell yeah man. These look great! I'll be grabbing one tomorrow. Thanks for including the Hboot info.
I've got 2 Devs building Roms for the DNA on DroidRzr if you wanted to add your theming skills to the pile...
Memnoch73 said:
Hell yeah man. These look great! I'll be grabbing one tomorrow. Thanks for including the Hboot info.
I've got 2 Devs building Roms for the DNA on DroidRzr if you wanted to add your theming skills to the pile...
Click to expand...
Click to collapse
Thanks man, I'll have to head over there and take a look...I didn't know anybody was doing much for the DNA over in those parts.
Sent from my HTC6435LVW using Tapatalk
Done. Thanks man. I actually had the toolkit give me a fastboot error when trying to flash the eng hboot. I just pulled the file from the toolkit and used fastboot to load it. Flashed the splash then went back to normal Hboot.
Good to go...
Could
You turn this into a splash screen for my DNA?
So is this thread dead or what?
Sent from my HTC6435LVW using xda app-developers app
jhr5474 said:
So is this thread dead or what?
Click to expand...
Click to collapse
Not sure if the thread is dead or not, but asking someone to use an image created using vistaprint is probably not appropriate. Not to mention the fact that resolution of the image you provided is 521x305 and would result in a VERY low quality screen if you were to try to blow it up make it fill the screen. If you have a higher quality image you would like to have made in to a splash screen, let me know and I can do it for you.
jhr5474 said:
So is this thread dead or what?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
The thread is not dead, I have just been very busy. This is something I do in my spare time, not something that is a daily priority.
As already pointed out, the image you provided would not be ideal for making a splash screen for this device. The images need to be quite large as this is a 1080P display. Even with that, there is no way to make it full screen without squishing the image to where it would be almost illegible.
Sent from my HTC6435LVW using Tapatalk
dubsx said:
The thread is not dead, I have just been very busy. This is something I do in my spare time, not something that is a daily priority.
As already pointed out, the image you provided would not be ideal for making a splash screen for this device. The images need to be quite large as this is a 1080P display. Even with that, there is no way to make it full screen without squishing the image to where it would be almost illegible.
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
thank you for your time and efforts.

Categories

Resources