Loading envsetup.sh +4 −6 Original line number Diff line number Diff line Loading @@ -1354,9 +1354,8 @@ function installboot() adb start-server adb root sleep 1 adb wait-for-device adb remount adb wait-for-device adb wait-for-online shell mount /system 2>&1 > /dev/null adb wait-for-online remount if (adb shell cat /system/build.prop | grep -q "ro.cm.device=$CM_BUILD"); then adb push $OUT/boot.img /cache/ Loading Loading @@ -1398,9 +1397,8 @@ function installrecovery() adb start-server adb root sleep 1 adb wait-for-device adb remount adb wait-for-device adb wait-for-online shell mount /system 2>&1 >> /dev/null adb wait-for-online remount if (adb shell cat /system/build.prop | grep -q "ro.cm.device=$CM_BUILD"); then adb push $OUT/recovery.img /cache/ Loading Loading
envsetup.sh +4 −6 Original line number Diff line number Diff line Loading @@ -1354,9 +1354,8 @@ function installboot() adb start-server adb root sleep 1 adb wait-for-device adb remount adb wait-for-device adb wait-for-online shell mount /system 2>&1 > /dev/null adb wait-for-online remount if (adb shell cat /system/build.prop | grep -q "ro.cm.device=$CM_BUILD"); then adb push $OUT/boot.img /cache/ Loading Loading @@ -1398,9 +1397,8 @@ function installrecovery() adb start-server adb root sleep 1 adb wait-for-device adb remount adb wait-for-device adb wait-for-online shell mount /system 2>&1 >> /dev/null adb wait-for-online remount if (adb shell cat /system/build.prop | grep -q "ro.cm.device=$CM_BUILD"); then adb push $OUT/recovery.img /cache/ Loading