Hi,
I have download and build Gingerbread ASOP ROM for nexus one (passion).
in my out/target/product/passion directory, I have
And I have followed this instruction to flash the image to my phone:
http://source.android.com/source/building-devices.html
But it fails when I do a 'fastboot flashall', any idea how to fix my problem?
Thank you.
I have download and build Gingerbread ASOP ROM for nexus one (passion).
in my out/target/product/passion directory, I have
Code:
$ ls *.img
boot.img ramdisk.img system.img
ramdisk-recovery.img recovery.img userdata.img
http://source.android.com/source/building-devices.html
Code:
$ fastboot oem unlock
...
(bootloader) Device was already unlocked!
OKAY [ 0.067s]
finished. total time: 0.067s
$ fastboot erase cache
erasing 'cache'...
OKAY [ 2.304s]
finished. total time: 2.305s
$ fastboot erase userdata
erasing 'userdata'...
OKAY [ 3.922s]
finished. total time: 3.922s
$ fastboot flashall
error: neither -p product specified nor ANDROID_PRODUCT_OUT set
Thank you.