Boot animations on Android devices are (usually) played by the
/system/bin/bootanimation
executable. As it happens, the source of this executable is available (as part of Android) in the official repository in the
platform/frameworks/base section. You can easily check it out with the
git clone https://android.googlesource.com/platform/frameworks/base
command (however be ready for a 600-700 MB download
). Afterwards you can jump to any released (tagged) version by specifying a tag, eg.
git checkout android-4.0.1_r1
will roll back the repo state to the first released version of Ice Cream Sandwich.
Recent comments
2 years 11 weeks ago
3 years 33 weeks ago
3 years 33 weeks ago
3 years 35 weeks ago
3 years 36 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago