summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsher Simonds <dayanhammer@gmail.com>2017-01-16 21:52:24 -0600
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-01-19 13:25:31 +0000
commitcac593aa296fdcb01e83c694fdbc6c25b5fc2e67 (patch)
treebd2b1c1721b480602b0a037f6eb31025dc62b1d8
parent2a2b14a0519d1c36ec58342dce17e9e89d2d601b (diff)
downloadvendor_replicant-cac593aa296fdcb01e83c694fdbc6c25b5fc2e67.zip
vendor_replicant-cac593aa296fdcb01e83c694fdbc6c25b5fc2e67.tar.gz
vendor_replicant-cac593aa296fdcb01e83c694fdbc6c25b5fc2e67.tar.bz2
cm: bootanimation: Improve boot animation
* Make it run at 60 FPS * Slow down the pace to make it more relaxed Change-Id: I563b09da875c53f1cd456606ee7a6200e8841bb1 (cherry picked from commit 070053c6abf1d2d23a9cbbcf910db139fde8100c)
-rw-r--r--bootanimation/bootanimation.tarbin5416960 -> 10265600 bytes
-rw-r--r--bootanimation/desc.txt2
-rwxr-xr-xbootanimation/generate-bootanimation.sh2
3 files changed, 3 insertions, 1 deletions
diff --git a/bootanimation/bootanimation.tar b/bootanimation/bootanimation.tar
index 95f6b4c..7e4b0dc 100644
--- a/bootanimation/bootanimation.tar
+++ b/bootanimation/bootanimation.tar
Binary files differ
diff --git a/bootanimation/desc.txt b/bootanimation/desc.txt
index 4aecc8e..5ddacd6 100644
--- a/bootanimation/desc.txt
+++ b/bootanimation/desc.txt
@@ -1,3 +1,5 @@
c 1 0 part0
c 0 0 part1
c 1 0 part2
+c 1 1 part3
+c 1 0 part4
diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh
index 5a30c39..6ef0312 100755
--- a/bootanimation/generate-bootanimation.sh
+++ b/bootanimation/generate-bootanimation.sh
@@ -29,7 +29,7 @@ done
tar xfp "vendor/cm/bootanimation/bootanimation.tar" --to-command="convert - -resize '$RESOLUTION' \"png8:$OUT/bootanimation/\$TAR_FILENAME\""
# Create desc.txt
-echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 30 > "$OUT/bootanimation/desc.txt"
+echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 60 > "$OUT/bootanimation/desc.txt"
cat "vendor/cm/bootanimation/desc.txt" >> "$OUT/bootanimation/desc.txt"
# Create bootanimation.zip