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
rerfactor: Refactor FastbootUtil to file-scoped partials
Flatten FastbootUtil implementation across command files: use file-scoped namespaces and a public partial FastbootUtil class (remove nested partial-class wrappers). Add XML summary comments and consolidate per-command methods into their own files. Improve I/O and protocol handling: refine DownloadData/UploadData streaming, progress notifications, short-write checks, and CRC handling for sparse flashes. Rewrite HandleResponse to parse OKAY/FAIL/INFO/TEXT/DATA more robustly, enforce data size limits, reset timeouts on progress, and improve error reporting. Update RawCommand to handle write exceptions and standardize console logging of responses. Minor test/usings whitespace cleanup. Add LICENSE and README.
0 commit comments