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?
Asked
Active
Viewed 1.2k times
1 Answers
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

MinnesotaSlim
- 86
- 4
-
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