Created
July 14, 2020 04:06
-
-
Save colemickens/d0c144dd9f724bde50dfc53f1e52758d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> while true; do fastboot boot result; sleep 1; done | |
< waiting for any device > | |
Sending 'boot.img' (23196 KB) FAILED (Status read failed (No such device)) | |
fastboot: error: Command failed | |
< waiting for any device > | |
Sending 'boot.img' (23196 KB) OKAY [ 1.047s] | |
Booting FAILED (remote: 'Error verifying the received boot.img: Invalid Parameter') | |
fastboot: error: Command failed | |
Sending 'boot.img' (23196 KB) OKAY [ 0.941s] | |
Booting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment