• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Custom Rom on the Droid Eris

You need to install amons recovery image, its step 2 in the guide. Once you install it transfer over the rom to the root directory of your sd card and reboot into recovery mode (vol up + power) then you can choose flash from sd card and flash the rom. Use the instructions on how to install the rom with the included readme or from the developers thread.
 
Upvote 0
Follow these instructions.

II: Prerequisites - Android SDK - These instructions are for Windows XP. You must adapt them to your version of Windows.
First we must install the Android SDK as it has the tools we need for both this walkthrough as well as to make your life in the Android world easier.

1.
Visit the Android SDK site.

2.
Visit the Java site and download the latest Java JDK.

3.
Extract the Android SDK zip file unto c:\AndroidSDK\

4.
Double click on SDK Setup.exe

5.
Many times, you will need to click on Settings and check the box to force HTTP instead of HTTPS.

6.
Choose to download the USB drivers package. Nothing else is required.

7.
Enable your phone's USB debugging mode: Settings > Applications > Development > check USB Debugging

8.
Connect your phone via USB to your PC.

9.
Right-click My Computer > Properties, click on Hardware, and go to Device Manager. You should see a device with a yellow exclamation next to it, this is your phone (if you don't see it you probably forgot to enable USB debugging mode)

10.
Right-click the device, select Update Driver. Browse to your Android SDK directory, and you should see a "USB Driver" folder in it now. If you don't, you forgot to download the USB Driver package when in "SDK Setup.exe". Select the driver in that folder.

11.
To make life easier, lets add a global path to the android SDK tools. Right-click My Computer > Properties, click on Advanced, then click on Environment Variables. Doubleclick on PATH, then at the end of the Variable value, add a semi colon ";" and then c:\AndroidSDK\tools


III: Flashing a Custom Recovery
Flashing a custom recovery will make your life easier when flashing ROMs in the future.

1. Download this file: Recovery.zip

2. Extract file contents to your \tools\ directory of your Android SDK.

3. Open up a command prompt and go to your tools directory, and execute these commands:
  • adb shell mount -o rw,remount /dev/block/mtdblock3 /system
  • adb push recovery.img /sdcard
  • adb push flash_image /system/bin
  • adb shell chmod 755 /system/bin/flash_image
  • adb shell flash_image recovery /sdcard/recovery.img
4. Success! You now have a recovery partition installed on your phone. You can access it by running "adb shell reboot recovery" or by powering off your phone, holding "Volume Up + Power On"


If you're have everything installed like the instructions said and you're to #3 on "Flashing a Custom Recovery" (which is where it sounds like you are), you need to hit start (if you're in Windows) and open the command prompt (search for "cmd"). Enter this into the command prompt:

cd C:\android-sdk-windows\tools

Now enter the 5 commands and press enter after each one.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones