[Q] Now to flash ASOP ROM to Nexus one

test.im.09

Member
Jan 8, 2012
25
0
0
Hi,
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
And I have followed this instruction to flash the image to my phone:
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
But it fails when I do a 'fastboot flashall', any idea how to fix my problem?

Thank you.
 

test.im.09

Member
Jan 8, 2012
25
0
0
I
I get passed the previous error by setting ANDROID_PRODUCT_OUT variable.
Now I am getting this error:

$ fastboot -w flashall--------------------------------------------
Bootloader Version...: 0.35.0017
Baseband Version.....: 5.08.00.04
Serial Number........: HT9BSP800010
--------------------------------------------
checking mid...
OKAY [ 0.003s]
checking product...
OKAY [ 0.003s]
checking version-bootloader...
OKAY [ 0.004s]
checking version-microp...
FAILED

Device version-microp is '0915'.
Update requires '0b15' or '0c15'.

finished. total time: 0.025s
 

Jack_R1

Senior Member
Aug 9, 2009
4,365
962
0
You appear to have some very weird, very old Nexus, most likely a developer version, given away to Google employees before the phone was actually released, and likely one of the first ones at that. Your microp version is below both of the common ones (0x0b15 and 0x0c15).