Searched refs:bootanim (Results 1 – 5 of 5) sorted by relevance
5 bootanim=""7 until [[ "$bootanim" =~ "stopped" ]]; do8 …bootanim=`${ANDROID_SDK_ROOT:-$ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim…9 echo " ☛ $bootanim"10 if [[ "$bootanim" =~ "not found" ]]; then
85 local bootanim=""87 until [[ "$bootanim" =~ "stopped" ]]; do89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)90 echo "boot animation status=$bootanim"
31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)