no root required method:
adb push bootanimation.zip /data/local/
adb reboot
no root required method:
adb push bootanimation.zip /data/local/
adb reboot
"You can please some of the people all of the time,
all of the people some of the time,
but never all of the people all of the time"
V Geezy
Currently on Smacked Up to Shazaam!!
cool so i got the animations to work my current problem is that when i alter any of the pictures, they don't show up. is there a certain way i have to change the program before i save?
I think your problem is how you zip them. After you're finish editing the pictures to zip the files back make sure you change compression method to "store" on winrar or 7zip. That should clear up your blank animation. Also try to stay under 250 pictures that could also cause the blank animation. And the final thing that could cause this is that you're not using notepad++ from www.download.com, it's free and no virus.
"You can please some of the people all of the time,
all of the people some of the time,
but never all of the people all of the time"
V Geezy
Currently on Smacked Up to Shazaam!!
FYI, for the sake of simplicity I stored the animations on my sd card in individually named sub-directories and renamed each to bootanimation.zip. Now I can simply use a root browser to copy the desired animation into place anytime I want, without a pc connection.
HTC One X - 4.0.4 ICS
Toshiba Thrive - CM10 Convoluted Crocodile-U3
My addiction to technology is limited only by my lack of time for pursuit.
"I would rather THRiVE than be EXCITEd."
ADW Launcher Ex FAQ/Guide | Thrive Root/Unroot Video Tutorial/Walkthrough
Phone(s) : Motorola Droid RAZR MAXX - Stock ICS (Android 4.0.4) | Motorola Droid (OG) - UltimateDroid 3.2.5 ROM w/ ChevyNo1 ULV 1.25 Ghz kernel
Tablet(s) : Archos 70IT 250 GB - Stock, Rooted w/ Developer firmware | B+N Nook Color - Miui.us latest Miui v 1.11.4 w/ Dal's OC kernel set @ 1300 Mhz. | Toshiba Thrive 32 GB - DaleNet Thrive IMM76D.01.000072314 Rooted ROM(Android 4.0.4)
That may work for those who are just downloading bootanimation and storing them. I keep all my bootani on my pc and adb push them when I need to test them and tweak them. My main goal is to have sound to go with the animation. I will figure this out some how!
"You can please some of the people all of the time,
all of the people some of the time,
but never all of the people all of the time"
V Geezy
Currently on Smacked Up to Shazaam!!
Try this:
Ok make a folder called bootscreen along with an boot_animation.xlm inside with the following code. Then just stick your .gif and mp3 in the bootscreen folder and this doesn't have to be zipped. Just make sure that your. .gif and .mp3 have the same name as in the .xml file.
The .xml file can be created in notepad.
This code box sucks!Code:<?xml version="1.0" encoding="utf-8"?> <!-- * Copyright (C) 2008 HTC Inc. * --> <!-- For new bootup animation <BootConfiguration> <BootAnimation image="/system/media/bootscreen/boot.gif" audio="/system/media/bootscreen/boot.mp3" screenX="100" (optional) screenY="130" (optional) useAudio="1" // 1: true ; 0:false (optional) /> </BootConfiguration> --> <!-- For cropped version <BootConfiguration> <BootAnimation image="/system/media/bootscreen/boot.gif" audio="/system/media/bootscreen/boot.mp3" screenX="40" screenY="0" useAudio="1" /> </BootConfiguration>--> <!-- For full screen version --> <BootConfiguration> <BootAnimation image="/system/media/bootscreen/boot.gif" loopimage="/system/media/bootscreen/boot.gif" audio="/system/media/bootscreen/boot.mp3" useAudio="1" /> </BootConfiguration>
So go here:
http://fragageddon.com/code.txt
Last edited by FragaGeddon; 09-20-2011 at 06:40 AM.
if this works oh my god......I will let you know thank you. Does this go in the media folder, and what do I do with the original bootani?
"You can please some of the people all of the time,
all of the people some of the time,
but never all of the people all of the time"
V Geezy
Currently on Smacked Up to Shazaam!!