How we can get BootAnimation.zip Location in android with adb.exe?
android, boot-animation
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.
Problem
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?