• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Incredible Boot Animation

Wayne/others-
Is it possible to make one post outlining the exact commands/steps to do to get the new Boot screen/animation to work? Sorry, not meaning to be a d!ck or anything, but seems there's a bunch of threads of "try this", "oops, no do this", etc, where it's very confusing if you want to do this. Or at least to me? :)
I love your boot up screen Wayne and would love to do that. Thanks!

I am lazy so I'm using this guy's post and editing it ;)

Would this work for the Incredible..

Okay, the original instructions are great... provided you aren't a noob. I had to find a lot of stuff out on my own... so please amend the original instructions with these noob friendly additions.

First, you need the Android SDK. You can find that here: Android SDK | Android Developers

Extract the folder and run Setup (Preferrably, extract to the root C: drive since it will be easier for you to get to it in the cmd terminal later on. Feel free to rename the extracted folder as well). It will ask you to download files, do so.
-If you are having trouble with this step trying to download required files, click the "settings" on the side panel and check the option for making the server link from https:// -> http://
-Try to download the required files. It will pop a list of things it will download. MAKE SURE TO CHECK THE USB DRIVES part as well in the bottom of that list.
-After it downloads and installs those files. Follow these instructions next: Installing HTC Incredible Android SDK Drivers | <-- not sure if this is really needed to change bootanimation but it seems that the HTC Incredible is not recognized without doing the steps mentioned in the link.

[Next, create your animation--I won't go into much detail about this... all I'll say is the only real specification is that they are .png and they are named in a way that they can be numerically ordered with the first frame being the lowest possible number. Here is the original zip file for the default animation: Droid Forum - Verizon Droid & the Motorola Droid Forum
If you want just a single looping animation, simply put your frames into a single folder, preferably called "part0". If you have half your animation run once and the other half loop, put those two halves into separate folders--"part0" and "part1".

Modify the desc.txt to coordinate with your frames and folders. Here is a guide on the desc.txt: The desc.txt for boot animations works like this

Using 7zip found here: 7-Zip, create a zip archive of the folders and desc.txt with the compression setting as "store". Name this zip file: bootanimation.zip]

The paragraphs between [...] are for people who wish to make/edit their own bootanimation.zip. If not and lazy like me, then just download the bootanimation.zip posted in the previous posts in this thread. There are more as well but I'm not sure if they're compatible to HTC Incredible. Continue on to the following instructions below...

Place this bootanimation.zip into the tools folder of the SDK. You can find the tools folder inside of the android_sdk_windows folder (or the new name of the extracted folder if you renamed it earlier) you extracted when you downloaded the SDK.

Connect your phone to your computer with USB. Mount your phone by clicking on the USB message in the notification bar. You will then need to run Debugging mode by going on your phone to: Settings > Applications > Development > USB Debugging. Make sure this is checked; you should get an exclamation mark icon in your notification bar.

Once you are connected, mounted, and in debugging mode, go to on your computer: Start > Run. Type in "cmd" and hit Ok. This will open command prompt.

You need to navigate to the android_sdk_folder from command prompt. If the folder is in your C drive and the letter next to your cursor is different, simply type: "c:" and it will switch to the correct drive. If you are on an XP machine and the folder is on your desktop, you will need to navigate to the tools folder by typing:

cd c:\Documents and Settings\user\Desktop\android-sdk-windows\tools

...where "user" is your login name. THIS IS NOT ALWAYS THE ADDRESS, you can see the full path at the top of the open tools folder. The "cd" before the directory path is necessary--it tells the command prompt to "change directory".

If you have correctly typed in the exact directory your tools folder is in, you should see the entire directory path displayed to the left of your cursor on the new line. Now, you need to push the bootanimation.zip folder to your phone by entering in this line of text:
adb push bootanimation.zip /data/local

Once you hit enter, a second should go by and you should see that a certain amount of data was added to the phone. When you see this, turn off your phone and reboot. You should now see the new animation! You may need to unplug your USB cable before you turn the power back on. In debugging mode, it may display weird menu text when you boot up if you are still connected to the PC.

I hope this helps, I know I was in the same boat as a lot of you, I had to scrounge around to find all this info, don't know why it's not all in one place.

Tadaah....
 
I haven't done this on a Inc but what would be stopping you from using Terminal Emulator from the market instead of ADB? The commands would be almost identical except you would have to place the boot animation files on the root of the SD card and use cat instead of push, or mv. If this would work it might be way easier for some users instead of having to install the SDK.
 
I haven't done this on a Inc but what would be stopping you from using Terminal Emulator from the market instead of ADB? The commands would be almost identical except you would have to place the boot animation files on the root of the SD card and use cat instead of push, or mv. If this would work it might be way easier for some users instead of having to install the SDK.

Probably none. I only used the SDK route since there was not a proven command lines that was said. I mean there were but was unsure. I suppose I could try it later today ;)
 
Ok here it is but sorry for the poor quality was shooting with another phone.
At the end you will here my phone ringing that is not part of the mp3 that is on DI.

YouTube - MOV03641.MPG

That is very nice. Any chance of you uploading the bootanimation.zip file as well as the audio file? It would be nice if we all could benefit from your hard work! :D
 
Sweet. So glad we can add boot up sounds. Now I can follow through on my idea for the Transformers sound at start up.
 
JETC,

Thanks for the link on how to edit the USB drivers. I spent an hour trying to install them last night to no avail. I'll give this link a shot when I get home
 
The mp3 was made by me recording my 4 year old daughters voice going woohoo.. for the first and Hi there for the 2nd. Used the DI voice recorder then coverted to mp3. Then added the rest and mixed it with Acousitca mp3 audio mixer free version.
 
The mp3 was made by me recording my 4 year old daughters voice going woohoo.. for the first and Hi there for the 2nd. Used the DI voice recorder then coverted to mp3. Then added the rest and mixed it with Acousitca mp3 audio mixer free version.

Well, you did a great job! How you got it to sync so well is beyond me!

Any thoughts on why my sound doesn't play? I've done everything exactly as suggested and the animation works but no sound. Is there a setting on the phone itself I could be missing? I have sounds set to "normal" :confused:
 
I put the mp3 in my sdk tools folder. from there open up cmd. type

cd C:\Documents and Settings\xxxx.xxxx\My Documents\Downloads\android\android-sdk-windows\tools. This was mine but what ever yours copy and paste it into command.

Then copy paste this command.
adb push android_audio.mp3 /data/local

make sure you have the mp3 named android_audio.mp3.
Then reboot your phone.
 
As much as I like what Musky has done with his boot animation (very nicely done) I don't think I'd ever be brave enough to try that myself. I'd be too afraid that I'd screw it up and my phone would never boot again. Then I'd have to go to Verizon and HTC with my tail between my legs and beg for a new phone and have to hear them tell me NO. Shelling out $500 for a new phone right now b/c I think the boot animation is lame is not an option. I wish it was :D
 
I put the mp3 in my sdk tools folder. from there open up cmd. type

cd C:\Documents and Settings\xxxx.xxxx\My Documents\Downloads\android\android-sdk-windows\tools. This was mine but what ever yours copy and paste it into command.

Then copy paste this command.
adb push android_audio.mp3 /data/local

make sure you have the mp3 named android_audio.mp3.
Then reboot your phone.

Yes, did exactly that and it even tells me how much data was moved, etc, just like with the animation, it just doesn't play.

I'll start over and maybe I can figure out what I'm doing wrong.

EDIT: I notice an extra period at the end of your mp3 file name, was that on purpose?

Thanks much!
 
Yes, did exactly that and it even tells me how much data was moved, etc, just like with the animation, it just doesn't play.

I'll start over and maybe I can figure out what I'm doing wrong.

EDIT: I notice an extra period at the end of your mp3 file name, was that on purpose?

Thanks much!
No the extra period should not be there.

hmm strange so you have it in the tools folder and it shows it moved over. Not sure why it did not work then. Might try mine maybe it will work.
 
No the extra period should not be there.

hmm strange so you have it in the tools folder and it shows it moved over. Not sure why it did not work then. Might try mine maybe it will work.

Yes, I'm going to start from the beginning and see!

Thanks again!
 
Back
Top Bottom