You should be able to get going by unzipping the update.zip file, then
flashing the partitions one by one, which doesn't have any sanity
checks on the bootloader:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
You'll typically also want to delete the user data (factory reset)
while you're at it, unless you're flashing from an older compatible
build (e.g. 1.5).
fastboot erase userdata
fastboot erase cache
And reboot:
fastboot reboot
Note: this is from memory, untested.
JBQ
> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.