You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Hello, I'm looking to add the fastboot update method as part of another project I'm working on, and I'm not sure how to best approach it. I've attempted to send it as a SimpleCommand or using SendCommand, but I think the fastboot update method works a bit differently than any of the other fastboot methods that this library implements, in that it acts almost as a meta-command with a bunch of subcommands underneath it.
Not sure what the best way to send the fastboot update command as is, I think part of the issue is that even if the command is sent successfully, there's lots of output to parse to ensure all the different flashing steps it's doing. The other issue I see is to make sure that we wait until the device is booted into fastbootd and catch and process all the output there too.
I'm going to dig into the fastboot source tomorrow to hopefully find some more answers, but just curious if anyone had looked into this before, from looking at issues and a few forks I wasn't thinking so.
Cheers
The text was updated successfully, but these errors were encountered:
4oo4
changed the title
Help wanted - fastboot update method?
Help wanted - fastboot update method
Mar 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm looking to add the
fastboot update
method as part of another project I'm working on, and I'm not sure how to best approach it. I've attempted to send it as aSimpleCommand
or usingSendCommand
, but I think thefastboot update
method works a bit differently than any of the other fastboot methods that this library implements, in that it acts almost as a meta-command with a bunch of subcommands underneath it.Not sure what the best way to send the
fastboot update
command as is, I think part of the issue is that even if the command is sent successfully, there's lots of output to parse to ensure all the different flashing steps it's doing. The other issue I see is to make sure that we wait until the device is booted into fastbootd and catch and process all the output there too.I'm going to dig into the fastboot source tomorrow to hopefully find some more answers, but just curious if anyone had looked into this before, from looking at issues and a few forks I wasn't thinking so.
Cheers
The text was updated successfully, but these errors were encountered: