HTC Desire :: How To Create A Boot Animation / Make It My Own
Aug 27, 2010I have downloaded a few boot animations but has someone got a guide on how to make my own?

I have downloaded a few boot animations but has someone got a guide on how to make my own?
So last night I decided to try and change my boot animation but when I restart my phone I still have the stock verizon one. I have received the 2.2 update and not sure if that matters. And I was wondering what are the requirement to make a boot animation. I'm a huge UFC fan and would love to have a .gift of a fight or something.
View 3 Replies View RelatedCan someone help me find a guide on making my own boot animation? I found a live wallpaper zip with the .png files and I wanted to make my own boot animation to share.
View 3 Replies View RelatedI downloaded the bootanimation.zip for the droid 2 and all instructions and tips say:
If your rooted it's as easy as putting it in the /data/local folder!
Well there is a /data folder on my Nexus and it's empty. If I try to make a new folder it says "cannot create new folder" in File Explorer that came with CM6.1. Astro greys out the create folder button. What am I missing? Also I saw that you can ADB push it. WTF does that mean? I know how to do some fastboot stuff, is it the same? Reboot the phone with the USB connected and run commands on my PC?
I really like the stock boot animation, but wanted it to be a little more personalized. I like it a lot. Made it into a gif file easier to share.
View 7 Replies View RelatedMaking boot animation? I need to know how to make the flashable zip file I already have the images created
I need them optimized as well, not sure what tool is needed or how to make it? Its for the SG4.
You need adb and root. choose and download the bootanimation from here Boot Animations NEW! - Android @ MoDaCo. then place the bootanimation.zip into c:/where.ever.you.have.it/androidsdk/tools/ change or remove where.ever.you.have.it to the match your system. then hit windows key and r together. type cmd and hit enter. then type cd c:/where.ever.you.have.it/androidsdk/tools/adb devices (wait for it to find your phone, also make sure that usb debugging is on) now type adb push bootanimation.zip /data/local. when its finished reboot and enjoy.
View 15 Replies View RelatedI just installed LeeDroid 2.2b on my Desire. When it starts, there's a screen that looks like a PC Bios screen that shows stuff being loaded. It plays R2D2 noises. That's followed by an ASCII Android picture and the LeeDroid logo. I'd like to remove all of that. Especially the R2D2 noises. I downloaded some boot animations and here's what I did:
- Created a folder called "local" in the "data" folder. (there was no "local" folder already, nor a "system/media").
- Dropped a bootanimation.zip into the "local" folder of the SD card, via USB (Windows). File was present on that folder.
- Rebooted
- Nothing happened.
Is it even possible to change LD's boot process? (I'm not sure if the BIOS screen is an animation or its actually calculating stuff, and will bork everything if removed). If Root Explorer, Android Mate or something like that works, great, as I'd prefer not to have to mess around with installing drivers and all that sdk stuff! But would they do anything different then I already did via USB, since I am able to place the file anywhere on the FAT32 partition? (Although if the boot file needs to be on the ext3 partition or otherwise outside fat32, that's another story.....). I wonder, has anyone succeeded at changing the boot process in LeeDroid?
I have been unsuccessful in getting this to work.
xda-developers - View Single Post - Droid X R2-D2 editon boot animaion if anyone want it
xda-developers - View Single Post - R2D2 from StarWars
Has anyone been able to get it to work or can help me with it? I got the LWP and notifications to work but not the boot animation.
I am looking for this boot animation I seen a while back where the Android Bot is waving and making these weird sounds. Its like this but without the eye. http://img59.imageshack.us/img59/8780/boot.gif
View 2 Replies View RelatedYou Tube - Change Boot Animation on Android Phone *non-rooted* on a mac.
View 5 Replies View RelatedI just got a used Nexus One off of e bay. It came rooted with the Cyanogen Mod on it. The only thing I miss is the old boot animation http://www.youtube.com/watch?
View 1 Replies View RelatedIf i wanted to delete a boot Animations how do i do that i use root explorer but i t wont allow me to remove the zip file it says "cannot be deleted file system is read-only" what to do?
View 1 Replies View RelatedJust thought I'd show you what I got running on my EVO. I take absolutely no credit for this, just saw a thread somewhere in the incredible forum about a boot animation and did it. Takes no ROOT, just install the SDK and a small amount of knowledge on how to use the ADB tool. Here is a video of it on my EVO.
View 1 Replies View RelatedI recently tried to get a custom boot animation on my Droid X and copied the boot animation.zip into system/media and now instead of a boot animation i have a black screen. How can i get the stock animation back on there? should i put my custom boot animations in data/local instead?
View 2 Replies View RelatedCan anyone take the boot animation/sound out of the leaked OTA for me?
View 10 Replies View RelatedDoes anyone have the new droids boot animation for download? in format to per
Put on my incredible?
I want to change the boot animation, since I now I have access to the /system/customize/resource folder can I just delete that boot animation file and move the new one over from the sd card? I was going to use Astro to do this.
View 2 Replies View Relatedhttp://androidforums.com/all-things-root-incredible/134977-unable-change-boot-startup-since-going-froyo.html I am attempting to modify/replace the default boot animation on my Incredible. I am currently running Froyo 2.2 (not sure if that's relevant). I downloaded the BIOS style boot animation and the zip file contains: Code...
View 5 Replies View RelatedMaybe I missed this and if I did, can you please point me to the right link but just rooted and flashed to the latest ROM and wanted to know how to add the N1 boot animation instead of what is has now.
View 14 Replies View RelatedHas anyone seen this boot animation before...I saw it on the incredible while snooping around the verizon website...sorry about the small size, it's the best I could get...
View 49 Replies View RelatedSo I'm not quite ready to root yet but wanted to do some more custimization to my phone. I read in another forum about being able to change the boot animation without root. It worked so after reading about some of you all that don't like the sprint 4g boot animation I figured I'd share.
First, you need to install android SDK. Bill did a good guide to installing it: http://androidforums.com/tips-tricks-evo-4g/90418-how-install-android-sdk.html.
When I was installing the sdk I had a lot of trouble with installing the driver for the EVO for whatever reason. Eventually this is what worked for me:
dc50 Hideaway: ADB Driver for HTC Evo 4G
Once you get SDK installed find a new boot animation. There are a few here: [url]
The boot animation should be a zip file named "bootanimation". Put this file in the tools folder of the sdk.
Open up command prompt (Start>Run>type "cmd"). In command prompt you need to get to the sdk tools folder. To do this I typed in "cd C:Documents and SettingsUserDesktopandroid-sdk-windows ools" where "User"=you user name. This may be different depending on your version of windows and where you unpacked sdk.
Now from here you can check to make sure your device is connected by typing in "adb devices". If you get a line that says "List of Devices Attached" and then a line with some numbers and letters followed by "device" you are conneceted. If not go back a try reinstalling Android SDK.
Now with the bootanimation.zip file in the tools folder and command prompt pointing to the tools folder type "adb push bootanimation.zip /data/local". Make sure you put the spaces in or it won't work.
Restart your phone and you should see the new boot animation instead of the Sprint 4G one.
I've got a rooted HTC Incred running Froyo...how do I change the boot up animation/sound? Specifically, I'm looking for a way to change it to the Nexus One's boot up animation. During my search, I came across the website DroidBoots.com. It seems that it only caters to the Motorola Droid, but does anyone know otherwise?
View 10 Replies View RelatedI can't seem to figure out how to add one to my phone... if someone could direct me to a how to guide?
View 15 Replies View RelatedI have an app called Rom toolbox. Using this app I tried to install a boot animation. When I rebooted my phone I found that the boot animation is not installed.
View 4 Replies View RelatedI made this animation. Everything seems to be okay, but when I boot my phone with it, I just get the default Android boot animation like I normally do when I don't have a boot animation. I didn't compress it or anything.
View 3 Replies View RelatedI am making a new boot animation(noob to make one ) and I want to ensure if I make one bootanimation on a resolution for ex ( 720 width * 1080 height ) will it work on any other phone with any android on the same resolution?
View 1 Replies View Relatedi just got a new phone (my first android), ive been trying to change my boot animation and cant seem to get it to work,i replaced the file which was named bootanimation_virigin.zip (also didnt think of renaming the original, so the original is gone), i even replaced the stock one which was named bootanimation.zip (also didnt rename it or back it up... -__-;; ) i made sure the files are correct and match up with the desc.txt file. i copied the original boot animation zip to my computer and just replaced everything, same number of files, about the same file size, same file type, same size and just put the folders "part0", "part1" and the desc.txt files back on my sd card and moved it to system/media/bootanimation_virigin, i compressed the files into a zip using root browser from the rom toolbox, i made sure that the compression was set to none, and then moved the zip file to system/media, i set the permisions to rw-r--r-- which is the exact same as the other boot animations. nothing shows up anymore till the phone is done booting but ill admit that it is definitely better than the stock virgin mobile animation...
here is everything i have for this boot animation (including: original virgin mobile boot animation, a video of the boot animation, all the pictures, and a folder titled "bootanimation_virign" which is the folder i moved into system/media)
[URL] ........
i thought it was something on my phone but it was the way after effects renders jpeg sequences, i think it has something to do with the attributes of the jpeg file but anyways i just used a program called boot animation creator and it worked perfectly
I want to start making boot animations, and I was wondering if it was possible to extend the time of a boy animation for more than 9 seconds? Is there code that I can adjust? I really want to make the pokemon theme along with the song as my boot animation.
~~~~~~~~~~~~~~~~~~~~~
Samsung galaxy s2
Rom: Jedi knight 6
kernel: Jedi kernel 2
~~~~~~~~~~~~~~~~~~~~~
I need to create an animation - Flip a view and show another one. The width of currently shown view is decreased slowly to zero and after that the width of the view-to-be-shown must be increased from zero. During this time, the height goes from the currently-shown-height to slightly-decreased-height and back again.
View 1 Replies View Related