5

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

1 Answers1

6

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.

Jason
  • 2,503
  • 3
  • 38
  • 46
  • I found that the boot animation video is a file called 'bootvideo' under /vendor/etc/ in my Android 9 device. It's an .mp4 file without extension. – Luismi Nov 24 '20 at 11:03