Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IIRC,you'll now want to flash amon recovery via fastboot or hboot. Once you have that,try and flash a small MB rom such as celb 4.3,or maybe even aosp tazz GB and it works.
Holy crap, you guys are seriously awesome. I am now at hboot - 1.49.2000 as well as S-OFF.![]()
Now what? lol
Here are the download links to the trackball alternative custom recovery:
New ("1.7.1") version:
https://sites.google.com/site/scary...ecovery-RA-eris-v1.6.2-trackball-optional.img
File size: 3,926,016 bytes
MD5 checksum: 3217768b831a3841180699942204762d

How do I flash amon? I still can't boot into anything.
The only reason I knew I was s-off was because after the failed ruu, it shows it once the phone is disconnected.
Okay, I am trying to install fastboot and I am getting an error message that says
"The program can't start because AdbWinApi.dll is missing from your computer. Try reinstalling to fix this problem."
Did you install the Android SDK first?
Yes, I already have it installed. I went to update all my files though so I could get the Google USB Driver, and access was denied to every single download.
It said a file path wasn't found for each one.
The Google USB driver is a downloadable component for Windows developers, available for download from the AVD and SDK Manager.
The Google USB Driver is only for Android Developer Phones (ADP), Nexus One, and Nexus S. If you're using a different Android-powered device, then you need to get a USB driver from the device OEM. For help finding the appropriate driver, see the list of OEM USB Drivers.
Ok, you're going to have to wait for a person with Windows SDK experience for this one. I'm not sure what the Google USB driver is, though. Based on this:
I don't think that you need the Google USB driver. You already installed the HTC sync thing, which installs the driver for the Eris (as I understand it.) You just need to install the SDK from here:
Android SDK | Android Developers
(the one that says "recommended", I would think).
Like I said earlier, I already have the SDK installed. I have for quite some time. I'll try reinstalling though.
Like I said earlier, I already have the SDK installed. I have for quite some time. I'll try reinstalling though.

Ok, I think I understand it. The fastboot.ext is not an installer - it is the command line tool.
If I understand how Windows does this correctly, the easiest thing to do is to move that file to the SDK install directory, where the adb file is. Then also copy the amon_ra recovery .img file to that same directory as well.
The you want to start a command prompt (start run cmd.exe, I think). At the command window prompt, you want to change directory to the location where fastboot and the abd tool are (cd \whateverthatpathis ) and then, with the Eris powered on and connected by USB:
fastboot devices
Hopefully it will return something that looks like HTC and a bunch of numbers - if you are seeing that, that's good news.
Scary or scotty, please pipe in if I am getting this wrong...
Ok, I think I understand it. The fastboot.ext is not an installer - it is the command line tool.
If I understand how Windows does this correctly, the easiest thing to do is to move that file to the SDK install directory, where the adb file is. Then also copy the amon_ra recovery .img file to that same directory as well.
this^
once you get adb to see your phone. this directory will usually be in "tools" assuming you have also copied all of platform tools into the tools directory. im still new to all this also,so hopefully scary can chime in with a lil more info.
try
adb devices
fastboot devices
when the phone is plugged in
a lil more on the changing directorys...if you put the sdk in C like i did,open your command window and type:
cd c:\android-sdk-windows\tools
this will get you setup to push the recovery image to the phone via fastboot,from the tools directory.
I just need to know what to do next.
When I try adb devices it just tells me "adb is not recognized as an internal or external command"
Plus, I may be wrong, but won't adb only work if usb debuggins is turned on? I mean, it was on when the phone was last working but would it still be active?
It is not fastboot.ext, it is fastboot.exe. Therefore it is a windows executable file. Someone please let me know if I am wrong.
The only progress I've made on this device so far is getting the S-off and the correct hboot.
I just need to know what to do next.
Plus, I may be wrong, but won't adb only work if usb debuggins is turned on? I mean, it was on when the phone was last working but would it still be active?
Also, won't jonzey231's phone need to be booted into FASTBOOT mode in order for the fastboot flash to work?