If I ask nicely would you mind posting the audio file PLEASE.![]()
Here you go
MEGAUPLOAD - The leading online storage and file delivery service
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.
If I ask nicely would you mind posting the audio file PLEASE.![]()
I am no expert on this but looking up the commands used with adb i think you could just do
adb shell rm -r /data/local/android_audio.mp3
or if that doesnt work
adb pull /data/local/android_audio.mp3
Thanks for these instructions. Just sat down to try this out for the first time and I was successful in all of 10 minutes.If you are having problems follow this by the letter.
I did and It works......
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. It will ask you to download files, do so.
Place this bootanimation.zip into the tools folder of the SDK. You can find the tools folder inside of the android_sdk_windows folder 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.
And for those that still have problems with your audio file, just copy the mp3 file into your "tools" directory (same place where "bootanimation.zip" goes), and push it to your phone using this:
adb push android_audio.mp3 /data/local
Hope this helps.
Does anyone have the"droid" voice in an mp3, the only ones i find other net have a weird noise at the end.
Since people are asking here are the animation and audio i used...
MEGAUPLOAD - The leading online storage and file delivery service
the animation was posted earlier without audio.
some guy posted this on droid life blog site comments section:
"All of you DROID INCREDIBLE owners will soon get a surprise on the next update. The boot-up sequence will be there as so the rest of the DROID brand elements. We weren't able to include them in the first batch but they are coming and you will love it if you loved the teaser.
Yes. Packaging, New Eye Animation and DROID tones will all be coming in an OTA update soon. HTC has them testing right now. Should be any day now."
Cant wait! How its true
Hi there guys!
I just made my own boot video with audio. I took macdaddaypuff's bootanimation sequence and then edited the android_audio.mp3...
I like how it turned out.
here it is....
YouTube - M2U00045.MPG
Actually if ADB scares you or you don't have it on your PC you can doo everything directly from the Incredible with terminal emulator from the market. Thee commands would be basically the same...
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
mv /system/media/bootanimation.zip /system/media/bootanimation.bak
cat /sdcard/bootanimation.zip > /system/media/
OR
mv /sdcard/bootanimation.zip /system/media/bootanimation.zip
sync
reboot
It will reboot with the new animation, this way is easier if you don't mind using the virtual keyboard.
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 >>>
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 >>>
Thanks for that. Is there any way to get an audio file working with the boot animation using a similar method? I placed the audio file in the same folder (not as zip but mp3) but it only loaded the animation.
I uploaded a new version of the file for you. PutYourBootHERE2.zip ? RGhost ? file sharing
If you want to include audio use the RunMEnowWITHaudio.bat file instead. It will copy the animation and the sound.
Enjoy!