Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemickens/d0c144dd9f724bde50dfc53f1e52758d to your computer and use it in GitHub Desktop.
Save colemickens/d0c144dd9f724bde50dfc53f1e52758d to your computer and use it in GitHub Desktop.
> 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