Load a Nexus One with the HTC Desire ROM
I put this blog entry together because I could not find a complete guide on how to install the HTC Desire ROM on a Nexus One, instead I actually had to piece it together from different blogs. I hope this saves you guys a lot of time and a lot of searching.
Prerequisites
First of all, you’ll need a few things to get started. You’ll need the Android SDK (link), Nexus One USB Drivers (link), and to put your phone in debug mode (Settings > Applications > Development > USB debugging).
After your device is in USB debugging mode, extract the USB drivers and then point the “Add New Hardware Wizard” to the directory of where you extracted it.
Next you’ll need to install the Android SDK.
Also, you’ll need to know how to put your device in “bootloader mode”, which is simple. To do it, turn your phone off. Once it is fully off press and hold the track ball down and then press the power button. This will put you in “bootloader mode”.
Now that the prerequisites are done, we can get to business.
Step 1
First up, you will have to unlock the bootloader, and then root your Nexus One for full file system access on Android 2.1
Step 1a (Unlocking the bootloader)
To unlock the bootloader, open up a command prompt, and go to the tools directory of the android SDK. Type in “fastboot oem unlock” (without the quotes) and press enter. Now your bootloader is unlocked, however, if it continues to say “waiting for device” then you have not installed the drivers correctly or you do not have USB debugging turned on.
Step 1b (Root your Nexus One)
Download and extract Superboot (link – you may need to register before this link works), put your device in “bootloader mode”, and run install-superboot-windows.bat, that’s it!
- Download boot.alpha2.img (link) and place it in your tools directory of the Android SDK
- Startup in “bootloader mode”
- Select “BOOTLOADER” -> “FASTBOOT”
- Now repeat the steps in step 1a, except this time you’re going to type: “fastboot flash boot boot.alpha2.img” (without the quotes)
Video Review