iowabowtech
root@android:/ #
How often do you people boot up your phones to care what the boot animation is or do you just like changing it up for $hits and giggles?
$hits and giggles more than anything. And just because we can.

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How often do you people boot up your phones to care what the boot animation is or do you just like changing it up for $hits and giggles?

I haven't tried a new one yet but my plan is to remove the animation.zip from both the card and PC, drop in a new one in both places and then re-run the .bat. Should work, it's doing the very same thing. Lemme know if you try a new one before I do.
Mine.... Thanks to DarkKnight for explaining the audio.
http://www.facebook.com/video/video.php?v=393589170657&saved#!/video/video.php?v=393589170657
Sorry for the background noise. That be my case fan(s).
My wallpaper is the Decepticon symbol with the red eyes from the end of the boot animation.
I used Goldwave.. its the best raw rough editor out... quick and easy...
I need to try this.
480 638 15
p 1 0 android
p 1 0 eye
p 0 0 loading
;
;HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
;
;HTC Incredible
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT048HJ00425 device


I've tried to recap all that was posted into a single post. Hopefully this is easy enough to follow, and I hope I didn't miss a step somewhere.
This was completed on a Windows 7 system. Linux and Mac may or may not be similar. You'll have to adapt the instructions for your OS. Sorry.
Note: DO NOT plug the phone to your computer yet.
- Download
- Your choice of: bootanimation.zip and android_audio.mp3 (.mp3 file must be named "android_audio.mp3")
- Edit desc.txt file
- Unzip bootanimation.zip and edit desc.txt file
- Use editors of your choice (textpad, jEdit, Notepad++)
- Your desc.txt would be something like:
Code:480 638 15 p 1 0 android p 1 0 eye p 0 0 loading- Make sure you save it as a UNIX file, otherwise it won't work
- Zip the folder up again (without compression) - bootanimation.zip
- Note: I only extracted the desc.txt file and not the entire contents of bootanimation.zip. After editing desc.txt, I just re-added that back into the original bootanimation.zip file. This worked for me. YMMV.
- Install Android SDK
- Android SDK | Android Developers
- Extract .zip file; you could rename extracted folder to whatever you like (e.g., "Android")
- Copy/move "Android" folder to the root of your drive (e.g., C:\Android)
- Run "SDK Setup"
- Follow SDK installation directions
- Download USB drivers into a folder inside your SDK as Google tells you to do
- My drivers ended up in C:\Android\usb_driver
- Edit "android_winusb.inf" to add support for the HTC Incredible
- Find the section labeled [Google.NTx86]. At the end of that section, add the following lines.
Code:; ;HTC Incredible %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
- Find the section [Google.NTamd64]. At the end of that section, add the following lines.
Code:; ;HTC Incredible %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01- Copy/Move
- Copy/Move your bootanimation.zip and android_audio.mp3 files into the "tools" folder of the SDK (e.g., C:\Android\tools)
- On Your Incredible
- Turn USB Debugging ON (Settings->Applications->Development)
- You should get an exclamation mark icon on your Incredible notification bar
- NOW, you can connect your phone to the PC
- Be sure to set/mount your USB connection to "Disk Drive"; do not use "Charge only"
- On Your PC
- Go to Start->Right-Click My Computer->Manage
- You should see a device with a warning on it called "Other->ADB"
- Right-click it and choose "Update Driver Software"
- Install the drivers manually and point that to your usb_drivers folder (e.g., C:\Android\usb_driver)
- Ignore any warnings about unsigned drivers and everything should install just fine
- After the driver installation, you should see "Android Phone->Android Composite ADB Interface" in the Device Manager
- Test Your Setup
- Open command prompt/window
- Change directory to the "tools" folder in your SDK (e.g., C:\Android\tools)
- Run the following command:
- adb devices (you should get an output similar to below)
Code:* daemon not running. starting it now * * daemon started successfully * List of devices attached HT048HJ00425 device- Reboot Your Computer
- Push Animation/Audio
- Make sure your USB connection is set/mounted to "Disk Drive"; do not use "Charge only"
- Open command prompt/window
- Change directory to the "tools" folder in your SDK (e.g., C:\Android\tools)
- Run the following command:
- adb push bootanimation.zip /data/local
- adb push android_audio.mp3 /data/local (if you want sound during bootup)
- you should have seen that a certain amount of data was added to the phone after each command
- Reboot Your Incredible
- You might want to go through the proper procedure for unmounting/disconnecting your phone from your computer first
- You might want to turn off USB Debugging
- Enjoy your new animated boot screen
Sources: this entire thread, Android SDK | Android Developers, Installing HTC Incredible Android SDK Drivers
Note: this worked for me. This may or may not work for you. If, by following this, you brick your Incredible, I am not liable for anything.![]()
Easiest way to get boot animations on your phone.
Try this on for size :
1) Download this file PutYourBootHERE.zip ? RGhost ? file sharing
2) Make a folder called PutYourBootHERE and extract the files from above zip file into it
3) Drop a copy of the .zip file for the boot animation you want -don't even have to rename it, the batch will rename it for you- into the PutYourBootHERE folder
4) Run the .bat file
5) Enjoy your new boot
6) Hit Thanks >>>
followed the post about three or so back. worked flawless. made my own audio with All That Remains after the droid sounds
I've tried to recap all that was posted into a single post. Hopefully this is easy enough to follow, and I hope I didn't miss a step somewhere.
This was completed on a Windows 7 system. Linux and Mac may or may not be similar. You'll have to adapt the instructions for your OS. Sorry.
Note: DO NOT plug the phone to your computer yet.
- Download
- Your choice of: bootanimation.zip and android_audio.mp3 (.mp3 file must be named "android_audio.mp3")
- Edit desc.txt file
- Unzip bootanimation.zip and edit desc.txt file
- Use editors of your choice (textpad, jEdit, Notepad++)
- Your desc.txt would be something like:
Code:480 638 15 p 1 0 android p 1 0 eye p 0 0 loading- Make sure you save it as a UNIX file, otherwise it won't work
- Zip the folder up again (without compression) - bootanimation.zip
- Note: I only extracted the desc.txt file and not the entire contents of bootanimation.zip. After editing desc.txt, I just re-added that back into the original bootanimation.zip file. This worked for me. YMMV.
- Install Android SDK
- Android SDK | Android Developers
- Extract .zip file; you could rename extracted folder to whatever you like (e.g., "Android")
- Copy/move "Android" folder to the root of your drive (e.g., C:\Android)
- Run "SDK Setup"
- Follow SDK installation directions
- Download USB drivers into a folder inside your SDK as Google tells you to do
- My drivers ended up in C:\Android\usb_driver
- Edit "android_winusb.inf" to add support for the HTC Incredible
- Find the section labeled [Google.NTx86]. At the end of that section, add the following lines.
Code:; ;HTC Incredible %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01
- Find the section [Google.NTamd64]. At the end of that section, add the following lines.
Code:; ;HTC Incredible %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C9E&MI_01- Copy/Move
- Copy/Move your bootanimation.zip and android_audio.mp3 files into the "tools" folder of the SDK (e.g., C:\Android\tools)
- On Your Incredible
- Turn USB Debugging ON (Settings->Applications->Development)
- You should get an exclamation mark icon on your Incredible notification bar
- NOW, you can connect your phone to the PC
- Be sure to set/mount your USB connection to "Disk Drive"; do not use "Charge only"
- On Your PC
- Go to Start->Right-Click My Computer->Manage
- You should see a device with a warning on it called "Other->ADB"
- Right-click it and choose "Update Driver Software"
- Install the drivers manually and point that to your usb_drivers folder (e.g., C:\Android\usb_driver)
- Ignore any warnings about unsigned drivers and everything should install just fine
- After the driver installation, you should see "Android Phone->Android Composite ADB Interface" in the Device Manager
- Test Your Setup
- Open command prompt/window
- Change directory to the "tools" folder in your SDK (e.g., C:\Android\tools)
- Run the following command:
- adb devices (you should get an output similar to below)
Code:* daemon not running. starting it now * * daemon started successfully * List of devices attached HT048HJ00425 device- Reboot Your Computer
- Push Animation/Audio
- Make sure your USB connection is set/mounted to "Disk Drive"; do not use "Charge only"
- Open command prompt/window
- Change directory to the "tools" folder in your SDK (e.g., C:\Android\tools)
- Run the following command:
- adb push bootanimation.zip /data/local
- adb push android_audio.mp3 /data/local (if you want sound during bootup)
- you should have seen that a certain amount of data was added to the phone after each command
- Reboot Your Incredible
- You might want to go through the proper procedure for unmounting/disconnecting your phone from your computer first
- You might want to turn off USB Debugging
- Enjoy your new animated boot screen
Sources: this entire thread, Android SDK | Android Developers, Installing HTC Incredible Android SDK Drivers
Note: this worked for me. This may or may not work for you. If, by following this, you brick your Incredible, I am not liable for anything.![]()
Re tidying up this thread....
If somebody could point me to the relevent posts, I could copy them into a new "Boot Animation Instructions"-type thread and stick it in "Tips & Tricks".
Thoughts?
Does anyone have the link for the PutYourBootHere zip? The link is down...
Maybe give it another try? I just tested it and it was working.
It doesnt say my htc, it says something different...how do i change it to my htc?This one. I made some minor changes. No need to edit the text file if its downloaded off this thread. No need to do the driver step if the phone has been installed on the computer already. And check the my computer/ properties/ device manager to make sure it says android phone / my htc. Very very easy