Search code examples
androidboot-animation

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?


Solution

  • Try system/media or system/customize/resource or data/local. If you find a bootanimation.zip file in one of those, that is probably the location it is on your phone.