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
It assumes the response is in hex, but in AOSP fastboot, it uses ParseUint() to parse it. It handles octal, decimal, and hexadecimal by prefix. If the bootloader returns the size in decimal, android-fastboot misinterprets it as a much bigger value.
It assumes the response is in hex, but in AOSP fastboot, it uses ParseUint() to parse it. It handles octal, decimal, and hexadecimal by prefix. If the bootloader returns the size in decimal, android-fastboot misinterprets it as a much bigger value.