Looks like the problem is related to the error I got after all
E:can't open /cache/recovery/command
To fix this,
I reflash the recovery image
fastboot flash recovery recovery.img
from wget
http://n0rp.chemlab.org/android/cm-recovery-1.3.img
now I can flash any ROM without problem. Thanks
On Oct 3, 11:00 pm, honcheng <
honch...@gmail.com> wrote:
> SInce this doesn't work, I tried using update.zip as well, and installation
> was aborted.
> Is there something very wrong with my phone after flashing that wrong 1.6.?
>
>
>
> On Sat, Oct 3, 2009 at 10:54 PM, honcheng <
honch...@gmail.com> wrote:
> > I unzip the file but I can only fine boot.imgsystem is a folder, not an
> > img
> > and there isn't a recovery.img as well
>
> > The structure after unzip is something like this
> > -boot.img
> > -META-INF (folder)
> > -system (folder)
>
> > On Sat, Oct 3, 2009 at 10:19 PM, Jean-Baptiste Queru <
j...@android.com>wrote:
>
> >> If you have a fastboot image that doesn't contain all the necessary
> >> configuration files (or that doesn't pass the sanity-checks), you can
> >> bypass the tests by extracting the individual filesystem images (e.g.
> >> boot.img, recovery.img and system.img) and flashing them one by one:
>
> >> fastboot flash boot boot.img
> >> fastboot flash recovery recovery.img
> >> fastboot flash system system.img
>
> >> JBQ
>