Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
randology
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
Unhappy help! deleted recovery.img

just wondering if anyone can help me out here, i was trying to flash the cyanogen hero recovery image to my phone using fastboot so i erased my stock recovery image, only to get the message "remote: signature verify fail" so im now stuck with no recovery image and dont know how to get it back, can anyone help me out please?
 
randology
Old
(Last edited by randology; 4th August 2009 at 05:24 AM.)
#2  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
ok so i managed to mount my system as read write in fastboot and put the recovery.img from the wwe version in to system which has gave me my recovery back but when i boot it just stays on the hero screen and says fastboot usb at the top if i have it plugged into my pc. i have no idea how to reset the original files and i didnt back up, can anyone help me pleas?
 
randology
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
Well after trying for hours to fix this, I give up. I can't install the system.img from wwe rom posted on here it says verify failed or something similar so I stupidly tried to flash the magic 32a heroski port hoping it would work and still nothing. Is there anyway someone could post there nandroid backup file and help me flash it to see if that works? Or should I just give up. I'm really stuck now lol
 
enlightener
Old
#4  
Senior Member
Thanks Meter 0
Posts: 134
Join Date: Aug 2008
Location: Rome
you can't flash anything from fastboot because the images need to be signed.
what version of hero do you have?
if you have the wwe hero(it's not needed :P ) i can send you (later, now i'm at work) my nandroid backup (system,boot,recovery, splash...) so you can restore them
It's all about choices
 
randology
Old
#5  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
I have the orange hero. I used fastboot to load cyanogens recovery image then flashed the heroski rom hoping it might work lol so I ended up using fastboot to erase system. Question is do you think your nandroid backup would work? I sure hope so it would be a great help!!! Thanks.
 
enlightener
Old
(Last edited by enlightener; 4th August 2009 at 03:34 PM.)
#6  
Senior Member
Thanks Meter 0
Posts: 134
Join Date: Aug 2008
Location: Rome
i have the unlocked wwe hero. i'm uploading now the system, boot and recovery to rapidshare . it'll be up in a couple of minutes. if you find a orange hero backup you can restore in the same way ;)
It's all about choices
 
enlightener
Old
(Last edited by enlightener; 4th August 2009 at 03:38 PM.)
#7  
Senior Member
Thanks Meter 0
Posts: 134
Join Date: Aug 2008
Location: Rome
Smile restoring hero wwe

download the backup from(it's better if you verify the md5):

http://rapidshare.com/files/263636068/bkp.rar.html
MD5: BEAE167BCBB1FF6D3D2701FB64604203

Put the contents on sdcard (i'm assuming that you put the images in a folder named bkp on the sdcard)

so:
download the recovery from here: http://rapidshare.com/files/26262114...covery.img.zip and extract it
put your phone in fastboot mode (with the phone off, press the back key then turn the phone on).
then:
boot with the downloaded recovery
Code:
 fastboot boot cm-hero-recovery.img
0) mount the partitions
Code:
   adb shell mount /system 
  adb shell mount /sdcard
1) do a wipe
select the wipe option from the recovery menu

2) restore boot
Code:
   adb shell flash_image boot /sdcard/bkp/boot.img
3) restore recovery
Code:
  adb shell flash_image recovery /sdcard/bkp/recovery.img
4)restore system
Code:
 adb shell
 cd /system
 rm -rf *    (ignore the errors)
 unyaffs /sdcard/bkp/system.img
5) unmount the partitions
Code:
 umount /system
6) reboot
Code:
reboot
hope it helps
It's all about choices
 
randology
Old
#8  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
Ok thanks. Have to wait 4 hours to try it as I'm in work lol, what is an md5 for, just out of curiosity?
 
maxisma
Old
#9  
maxisma's Avatar
Senior Member
Thanks Meter 43
Posts: 1,204
Join Date: May 2009
Location: Dorsten, Germany
A MD5sum is a checksum to verifiy that your downloaded file isn't corrupt.
Acer Liquid Metal
LG Optimus 2x
Reading advice: http://forum.xda-developers.com/showthread.php?t=667298
Follow me on Twitter: www.twitter.com/maxisma
Donate to MoDaCos Cancer Research fund
 
randology
Old
#10  
Junior Member - OP
Thanks Meter 0
Posts: 19
Join Date: May 2009
Quote:
Originally Posted by maxisma View Post
A MD5sum is a checksum to verifiy that your downloaded file isn't corrupt.
Ok dude makes sense thanks.

 
Post Reply+
Tags
recovery.img, restore hero
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more