Loading flash/factory.common +3 −3 Original line number Diff line number Diff line Loading @@ -190,13 +190,13 @@ flash_factory() { # If only one device is found $sn will store its serial number find_device # Check if the device is properly unlocked check_unlock_status if [ "${USE_FASTBOOTD}" = "true" ]; then switch_to_fastbootd fi # Check if the device is properly unlocked check_unlock_status # Flash the device flash_device Loading Loading
flash/factory.common +3 −3 Original line number Diff line number Diff line Loading @@ -190,13 +190,13 @@ flash_factory() { # If only one device is found $sn will store its serial number find_device # Check if the device is properly unlocked check_unlock_status if [ "${USE_FASTBOOTD}" = "true" ]; then switch_to_fastbootd fi # Check if the device is properly unlocked check_unlock_status # Flash the device flash_device Loading