Zloe,
Here's how to get the S-OFF HBOOT installed (if you choose to do so). Note to the casual reader here: erisuser1 has warned on numerous occasions that you should use all due caution and understand that flashing operations, especially ones where the files being flashed have not been vetted (i.e., checksums verified) is asking for trouble.
Note: I really should re-emphasize that you should be verifying your MD5 checksums of the files we've been talking about. This is true for both when they are downloaded and placed on your PC AND when/after you've transferred them to your Android device.
1. Okay first, you'll need to flash the patched misc.img file (I'm assuming that you also/already pushed the
misc.img file to
/cache in the earlier posts), you would:
c:\>
cd android-sdk-windows\tools
c:\android-sdk-windows\tools>
adb shell
#
cd /cache
#
/cache/flash_image misc /cache/misc.img
2. After you have flashed the above
misc.img file, you'll want to get the base root ROM installed:
A. Grab that base root ROM that we discussed in post #23 (
http://androidforums.com/eris-all-things-root/440288-eris-half-brick.html#post3423263) -- you probably have it still laying-around.
[ 2.19.605.1 ] a.k.a. "Root ROM" - (Eclair/2.1)
RUU: n/a
PB00IMG.ZIP: Eris_RootROM_v2.19.605.1_PB00IMG.zip
107,427,740 bytes; MD5 signature: 63eacc5ede3b179f95dc22d8ef585f94
B. Double-check its MD5 checksum with my AFV app if you haven't already.
C. Place (transfer) the
PB00IMG.zip file in the top-level of your SD card.
D. Power-off your phone and reboot back in to FASTBOOT mode (press both front buttons simultaneously, then press volume-DOWN to get into HBOOT mode); from there, HBOOT will scan for the PB00IMG.zip file and will attempt to install the (pretty old, buggy 2.1 version of Android, but awesome S-OFF) base root ROM. Here's a great thread from eu1 (from back in May of 2010!) that shows visually how to install the base root ROM (ignore the stuff about battery pulls--you're not doing this here):
http://androidforums.com/eris-all-things-root/75384-visual-example-pb00img-zip-update-method.html
E. Follow the instructions on the screen and in 10 minutes or so, you should have and old version of Android installed, but will have the S-OFF HBOOT. Double-check this by rebooting back into FASTBOOT mode and verifying that you have the S-OFF setting and the 1.49.2000 version of HBOOT.
F.
Note: at some point in time, you'll want to delete, rename, or move that PB00IMG.zip file out of your /sdcard directory--otherwise, it could get accidentally re-installed if you happen to inadvertantly go into HBOOT mode.
--------------------------------------------
So, what is the S-OFF HBOOT good for? Well, it will allow you to re-flash custom recovery directly from the Windows Command Prompt using the
fastboot utility (that should already be in your android-sdk-windows\tools folder):
Note: I assume you still have the
recovery-RA-eris-v1.6.2-trackball-optional.img file in your
c:\android-sdk-windows\tools folder on your PC, you can simply do this:
c:\>
cd android-sdk-windows\tools
c:\android-sdk-windows\tools>
fastboot flash recovery recovery-RA-eris-v1.6.2-trackball-optional.img
^^^ That's just a taste of the power of the S-OFF engineering bootloader

.
After you've done this, you can simply reboot back into custom recovery and restore your Nandroid backup that you made earlier. You should be back to where you were, but now with a shiny new, S-OFF HBOOT.
Pretty sweet, eh?
Cheers!