I am trying to compile AOSP with custom butanization, but without success. And I just ran out of approaches ... To change the butanization, I already did:
created a .zip file with the following structure: bootanimation.zip {desc.txt part0 {000.png, 001.png, ......, 010.png} part1 {011.png, 012.png, .... .., 021.png}}
edited permissions for system / kernel / include / private / android_filesystem_config.h
placed the bootanimation.zip file in / system / media /
However, when Android boots up, it simply displays the Google trademark, skipping the boot animation. Can someone point out what I am missing?
PS: I am successfully compiling AOSP. It loads with all the functions in order. My problem is only setting up butanization in the compiled project.
android compilation android-source
mthama
source share