Alright I got bored so I figured I would make a few boot animations. The first part of it works fine, it starts up, plays part0 and then stops and stays on the last frame of part0 until the phone is completely booted.
I have the desc.txt file set up as so:
720 1280 14
p 1 0 part0
p 0 0 part1
Any help on why it won't move from part0 to part1 would be greatly appreciated. Thanks.
Related
okay so i have an idea that i wanted to try.
i was going to have the HTC logo appear and fade, then have a spinning android animation follow.
how would i go about putting this together?
the HTC logo is 1 folder, while the spinning logo is 2. (one folder for fade in, and one for looping)
help plox?
files:
part0
part1
part2
desc.txt
stronger.mp3
this is what my desc.txt looks like
Code:
480 800 30p 1 0 part0p 0 0 part1s stronger.mp3
i tried it but i just get black screen :\
Did you get anywhere?
I made a boot animation and the more settings i try at the desc.txt file and it will never show the part1
This are my settings
720 720 12
p 1 0 part0
p 0 0 part1
What could it be?
Here is the bootanimation i created for the AOSB rom im using http://www.mediafire.com/?f9bl97mh3dt14tg
Nevermind guys i fixed the problem which was the way I was compressing the zip
I know how to create bootanimations, I saw CM bootanimation that the desc.txt looks like this
Code:
1440 2560 30
p 1 0 part0
c 0 0 part1
c 1 0 part2
They made the part2 to loop and when the phone going to boot up they made the part 3 animation to work like a ending part. I tried to do the same few times with same settings and no lock,someone know maybe why?
I attached the Bootanimation so you can see.
Thanks.
Hi guys, I've made a boot animation for my Z3, I read a few tutorials and followed each to the letter.
I used ffmpeg to grab the frames from a video and put them in two folders, named; part0 and part1.
Part0, I want to play once. Part1 I want to play once and then loop until the phone boots fully.
my desc.txt file looks like this:
Code:
1080 1920 30
p 1 0 part0
c 1 0 part1
p 0 0 part1
I tried it without the line "c 1 0 part1" and it still didn't work.
I previewd the file with depotovski01's boot animation factory and it played perfect, but when I installed it on my phone using ROM toolbox pro and rebooted, the first part played fine then the screen went white and I was in a bootloop.
Had to change it through recovery to boot again.
Any ideas what's causing this?
Thanks in advance!
Hi,
I'm making a bootanimation and i'm facing some problems.
The bootanimation.zip includes:
part0: intro
part1: loop until OS loads successfully
part2: outro
My desc.txt:
Code:
720 1280 21
p 1 0 part0
p 0 0 part1
p 1 0 part2
However, it just play part1 without part2. I see in another bootanimation (for my device, too), the desc.txt is
Code:
720 1280 25
c 1 0 part0
c 0 0 part1
c 1 0 part2
That one plays 3 part completely. I tried to put his decs.txt in my bootanimation.zip, and my animation didn't play, it returned a black screen.
And btw, what is the difference between p and c at the beginning of the lines in the desc.txt?
Thanks in advance.
My device is Zenfone 2 ZE550ML with stock Mashmallow.
Sorry for my English.