Questions tagged [boot-animation]
16 questions
18
votes
4 answers
Android emulator refuses to boot
I'm an Android newbie trying to learn how to port one of my apps to the Android platform. I've been following this tutorial:
http://www.vogella.de/articles/Android/article.html#overview
I'm stuck unable to boot up the emulator :( When I tell it to…

Karen
- 241
- 1
- 3
- 6
14
votes
2 answers
How to compile an AOSP project with my own custom bootanimation?
I'm trying to compile AOSP with a custom bootanimation, but with no success. And I just have run out of approaches... To change bootanimation, I've already done:
created a .zip file with the following structure:
bootanimation.zip {
desc.txt
…

Marcelo
- 2,075
- 5
- 21
- 38
5
votes
1 answer
How we can get BootAnimation.zip Location in android with adb.exe?
In different android phones location of "bootanimation.zip" are not the same. In this case we want to find true location of "bootanimation.zip" with adb.exe. Is it possible to help me?

Shaahin Ashayeri
- 918
- 2
- 13
- 30
3
votes
1 answer
android bootanimation
I'm doing android porting ,
I wanna modify android framework to make boot animation loop infinitely
so I modified the 「desc.txt」 in the bootanimation.zip as following :
480 360 1
p 0 0 part0
I set loop value to 「0」 for infinitely loop , until…

peterlawn
- 2,371
- 6
- 25
- 44
3
votes
1 answer
Bootanimation.zip location on emulator
I am not finding Bootanimation.zip file on Android emulator 2.3.3. I have checked all below paths.
system/media or system/customize/resource or data/local.
I need to put Bootanimation.zip in right location of emulator and test
Thanks

user1844484
- 101
- 1
- 3
2
votes
2 answers
Android Custom Launcher doesn't stop the BootAnimation
I am working on a custom launcher for Android, in a project using BBBAndroid (android v4.4.4 w/ kernel 3.8 for the beagleboneblack):
http://bbbandroid.sourceforge.net
I created aosp_stripped.mk to strip some unneeded Android packages and replace the…

ForeverLearning
- 413
- 5
- 25
2
votes
1 answer
Change Android boot splash screen (not bootanimation.zip)
When my android device turns on, an image and after that a video is shown. I've searched a lot about boot animation and boot video but all answers I've found were about bootanimation.zip file. And my problem is that there was no file in…

Ahmad Behzadi
- 1,006
- 15
- 30
1
vote
0 answers
How to access /data/ without rooting bu from a platform signed app?
Hi I'm working on a custom application on my own custom ROM and I need to be able to programmatically change the boot animation from the code.
I wanted to do this by copying bootanimation.zip to /data/local within the application but can't access…

Lele
- 281
- 3
- 13
1
vote
1 answer
Customer's logo as a default bootanimation
I am developing an android customized os for a customer. What I am trying to do is change the custom bootanimation to customer's bootanimation logo. In u-boot i have changed it but in android and in kerel I do not know how to do it.
I have two…

mrigendra
- 1,472
- 3
- 19
- 33
1
vote
1 answer
Batch Renaming - Android Bootanimation - rename files with different steps between them from 1 to 100
I have 100 consecutive PNG files, used in one boot animation. But with different steps between them
Example: 1, 4, 5, 10, 14, 15, 16, 19...
Using Ant Renamer is enough, and it's a good application for this, but i love to do it with the old black…

M. A.
- 424
- 6
- 21
0
votes
0 answers
Android - Unable to play audio during boot animation
I am trying to add audio during boot animation in android device. But I heard static noise instead added audio.
I added audio.wav file in part folder, as mentioned in this…

krishna
- 599
- 4
- 2
0
votes
1 answer
How to show a boot animation preview?
Hi i'm working on a simple boot animation app for my first app just to learn the basics and all. I'm now done with the app and have everything i wanted basically, except previews of the boot animations. I tried creating a gallery and showing an…

GFlam
- 1,109
- 4
- 25
- 38
0
votes
1 answer
Can I set a video as boot animation using Plymouth in Arch Linux?
I'm new to Arch and I need your help. I like a video(Watch Dogs loading screen animation) and I want to set it as my Arch's boot animation. Is there a way I could do it?? I'm using Plymouth. I would like to know your answers. Please help!

Amith Magajikondi
- 21
- 1
- 4
0
votes
1 answer
Where does Cyanogen Mod store boot animations?
I am aware that the active boot animation (one being used currently) is stored at /system/media/bootanimation.zip but where are the ones stored that get previewed at Settings->Themes->Bootanimations?
Kind Regards

k3170makan
- 43
- 4
0
votes
0 answers
Putting a RLE image in my kernel
Have an rle image
putting this rle image in device/myv200/v200/overlay/initlogo
Now I am booting again, why this image is not showing?

mrigendra
- 1,472
- 3
- 19
- 33