Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 868
Shaahin Ashayeri Avatar asked Nov 20 '12 12:11

Shaahin Ashayeri


1 Answers

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.

like image 136
MinnesotaSlim Avatar answered Sep 18 '22 03:09

MinnesotaSlim