Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Help wanted - fastboot update method #177

Open
4oo4 opened this issue Mar 23, 2020 · 0 comments
Open

Help wanted - fastboot update method #177

4oo4 opened this issue Mar 23, 2020 · 0 comments

Comments

@4oo4
Copy link

4oo4 commented Mar 23, 2020

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

@4oo4 4oo4 changed the title Help wanted - fastboot update method? Help wanted - fastboot update method Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant