Upgrade HTC Magic to Cyanogenmod 7.1.0 (CARZ)
Cyanogenmod has stopped support for the HTC Magic as of v6.x. However CARZ provides support.
As per the instruction the SPL and Radio need to be the correct versions (I had older versions).
> fastboot flash radio Radio_HTC_PVT_32A_6.35.10.18.img > fastboot flash hboot hboot-1.76.2007.img > fastboot flash Clockworkmod-Carz-v4.0.0.5-recovery.img > fastboot erase system -w > fastboot reboot-bootloader
Reboot into the recovery rom and flash the three images:
- CyanogenCARZ-7.1.0-07102011-6355Sapphire-signed.zip
- carz-2.6.34.4-07072011-signed.zip
- gapps_mdpi_gb_20110613_S.zip
I also erased all data while in recovery image to ensure things worked.
Links
Appendices
fastboot
> fastboot flash radio Radio_HTC_PVT_32A_6.35.10.18.img sending 'radio' (21376 KB)... OKAY [ 5.843s] writing 'radio'... OKAY [ 37.215s] finished. total time: 43.059s > fastboot flash hboot hboot-1.76.2007.img sending 'hboot' (512 KB)... OKAY [ 0.493s] writing 'hboot'... OKAY [ 0.557s] finished. total time: 1.051s > fastboot.exe flash recovery Clockworkmod-Carz-v4.0.0.5-recovery.img sending 'recovery' (3294 KB)... OKAY [ 1.358s] writing 'recovery'... OKAY [ 1.826s] finished. total time: 3.184s > fastboot erase system -w erasing 'system'... OKAY [ 0.489s] erasing 'userdata'... OKAY [ 1.641s] erasing 'cache'... OKAY [ 0.435s] finished. total time: 2.571s > fastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.006s] finished. total time: 0.008s