Results 1 to 25 of 132
- 04-10-2010, 11:15 PM
Thread Author #1
How-To repair your bootloader after using the 2.1 RUU
1. Make sure you have the Android SDK installed. Read HERE for more info.
2. Download
3. Download
4. Unzip the first file, and place both in your Android SDK/tools folder.
5. Make sure USB debugging is ON
6. Connect your phone to the PC
7. Open the command window and navigate to the Android-sdk/tools folder on your computer.
8. At the prompt enter the following, one line at a time followed by enter
9. Your phone will reboot. When it is finished, back at your command window, once again enterCode:adb shell su mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system exit exit adb push flash_image /system/bin adb push recovery-RA-heroc-v1.5.2.img /sdcard adb shell chmod 0755 /system/bin/flash_image reboot
10. With any luck, you'll have the recovery image back and can load custom 2.1 based ROMS again.Code:adb shell su cd /sdcard flash_image recovery recovery-RA-heroc-v1.5.2.img reboot recovery
Last edited by Jerry Hildenbrand; 04-11-2010 at 04:43 PM.
(•‿•) - 04-11-2010, 01:19 PM #2
Wow thanks, I'm about to try this, will post if it works! Thanks man, been looking for this.
- 04-11-2010, 01:24 PM #3
Okay, I get an error:
adb push flash_image /system/bin
adb: not found
when I try to push the flash_image..
EDIT: Okay, the tutorial up top is wrong, there's supposed to be two exits, not one.Last edited by spatel14; 04-11-2010 at 01:28 PM.
- 04-11-2010, 01:41 PM #4
Alright I get another error, it can't find the .img on my SD card when I go to flash the image.. it says "No such file or directory"..
- 04-11-2010, 02:09 PM
Thread Author #5
(•‿•) - 04-11-2010, 02:32 PM #6
Yeah it's there, I think the real error here is the fact that when I tried to push it, I got a "Read Only" error, so I manually put the file on the SD card..
EDIT: So yeah, the only problem that I seem to be having at this point is the fact that flash_image cannot see the .img file on my SD card..Last edited by spatel14; 04-11-2010 at 02:41 PM.
- 04-11-2010, 02:41 PM
Thread Author #7
read only on the sd card doesn't make a lot of sense. Make sure you don't have your SD card mounted in windows.
does /system/bin/flash_image exist?
Did you get any error when you tried to chmod /system/bin/flash_image?
(Making sure the program to flash it got copied over correctly)
from the adb shell
does /sdcard/recovery-RA-heroc-v1.5.2.img exist?
(Making sure the recovery image is in the right place)(•‿•) - 04-11-2010, 02:43 PM #8
No, I didn't get any errors. Basically, I got through the entire process but when I get to flash_image recovery recovery-..., it doesn't see the file on my SD card.. And the .img is on my SD card, I am seeing it on my card right now.
EDIT: so when I do /sdcard/recovery-RA-heroc-v1.5.2.img, it says not found. So what I did was completely remove the .img from my SD card and try the push again, and when I tried the adb push line to copy the .img to the card, I got a read-only error.Last edited by spatel14; 04-11-2010 at 02:47 PM.
- 04-11-2010, 02:54 PM
Thread Author #9
What I would do to troubleshoot
unplug phone from PC
reboot pc
reboot phone
Plug phone back in to pc
check to be sure you have it set as charge only (not as a disk) from the pull down bar.
if it creates the directory, we're good. That means the card isn't mounted to the pc, and writing to it is working. Then proceed to push the image to your sd card and continue.Code:adb shell cd /sdcard mkdir test
The settings when you hook your phone to the PC have changed. Double check that the phone is set to charge only. If this does not work, we can push the image to /data/local/ and skip the sd card completely.(•‿•) - 04-11-2010, 03:05 PM #10
Ohhh is has to be on charge? I have it on disk mode..
- 04-11-2010, 03:08 PM
Thread Author #11
(•‿•) - 04-11-2010, 03:09 PM #12
Alright nice, so the .img copied over successfully without read errors, I had no idea it was supposed to be in charge and not disk! Thanks for the help gbhil, will post back after it's all done
- 04-11-2010, 03:10 PM
Thread Author #13
(•‿•) - 04-11-2010, 03:11 PM #14
Okay, so when I go to flash the recovery, I still get no such file in directory! WTF!
I did the adb shell /sdcard to find the file and it says it's there, but permission is denied.. - 04-11-2010, 03:19 PM #15
- 04-11-2010, 03:21 PM #16
- 04-11-2010, 03:23 PM #17
- 04-11-2010, 03:23 PM
Thread Author #18
(•‿•) - 04-11-2010, 03:26 PM #19
- 04-11-2010, 03:27 PM #20
- 04-11-2010, 03:28 PM #21
I'd recommend you get DamageControl 2.1 and not this. Go to the xda forums and then to the HTC Hero subforums, they have a great tutorial on how to install the ROM. Good Luck!
I was in the same boat you were, trust me, it's not hard at all, just make sure you follow the directions down to the last period!Last edited by spatel14; 04-11-2010 at 03:30 PM.
- 04-11-2010, 03:35 PM #22
- 04-11-2010, 03:36 PM #23
Just don't do option 1 and you will be fine. Not that option 1 doesn't work, it will, but option 3 provides a stock look and an amazing feel (fast, no delay transitions). You just need to follow the directions on Rooting the hero first.
Get familiar with the recovery after doing so, like nand-backups (makes a bootable backup at a set point and time), nand-restore (how you would go back after said bootable backup), usb toggle (just in case you forgot to add a file or put it in the wrong directory, or need to back up your SD card before you partition but are already in recovery mode), Wipe (clears all data/settings on phone, EXT partition (you apps if you use A2SD) and Dalvik), Flash (heres where you flash your custom ROM). It sounds like a lot, but it really isn't once you see it. - 04-11-2010, 03:39 PM #24
- 04-11-2010, 03:41 PM #25




Reply




































