Rooting and Installing Custom ROM on S-ON HTC Sensation


At the moment, I’m doing some weekend project coding in Android and since a Galaxy Tab does not qualify as a phone, I switched gadget. An iPhone for an HTC Sensation with my uncle. One thing I quickly miss is iPhone’s Retina Display, however the performance of the Sensation is sensational compared to my iPhone. Was happy until the battery keeps on dying out too soon. I figured HTC Sense played a big part, so I went hunting to get a Sense-less ROM.

The HTC Sensation I have on me is already running Ice Cream Sandwich, was updated OTA. This is good news for me because from some readings here, virgin ROMs are easy to be rooted. For the sake of clarity, here are some links that you’d find most useful in doing the we’re about to do.

  • Stock ROMs to revert back to factory defaults, here.
  • HTC Sensation/XE/4G AIO Tool (Windows based), here.
  • Virtuous Inquisition ROM, here.
  • Fastboot, just Google this.
Because we’re rooting and installing Custom ROMs with S-ON, there is a limitation on what is possible and what is not. First of all, you can only use ROMs that are based on HTC firmwares meaning that you CANNOT use ROMs that are coming from AOSP, CyanogenMod or any of those sort. However, there are some tricks you can try but I’m not responsible for any wrongdoings.

Before anything else, you should root and install a custom recovery. If you’re lucky enough to have your hboot version less then 1.18 then you should go ahead and visit Revolutionary.io, follow the steps there and you even get S-OFF and therefore the limitation in the previous paragraph does not apply to you. However if you’re not that lucky, use the AIO tool from the links above and run it to root your device.

You could actually do S-OFF with the AIO tool BUT you’d have to do it my meddling with some hardware. Since this is a borrowed unit, I’m not doing it. Now that you have root and custom recovery installed, you can go ahead and install a ROM.

  1. Download an HTC based ROM like the one I put above at the links section.
  2. Copy the ROM to the root directory of your device’s SD Card.
  3. Turn off the device.
  4. Unplug the battery and replug after a few seconds.
  5. Hold down Volume Down + Power buttons until it shows a white screen.
  6. Press Volume Down to select RECOVERY.
  7. Once you’re in the Custom Recovery, choose Install from a ZIP
  8. Select the ZIP file you downloaded earlier.
  9. Confirm the ROM installation
  10. Next you must Wipe Data and Wipe Cache + Dalvik
Now for the next part, since we’re still S-ON, the ROM script to overwrite boot.img will not work, it’s still protected by the device. What you can do now is to repeat steps 3 to 5 above. In your laptop/computer, unzip the ROM’s zip file and copy the file boot.img from kernel/pyramid/boot.img to somewhere you’re comfortable.
  1. On the device, select FASTBOOT by pressing the Power Button.
  2. If your device is properly connected with your laptop, the device will say FASTBOOT USB.
  3. Open up a terminal and do fastboot flash boot /path/to/boot.img
  4. Restart the device by doing fastboot reboot
Now you have an S-ON device with a custom ROM :)