PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 12-09-2009, 01:42 AM
drksilenc's Avatar
Regular 'Geeker
Offline
Pocket PC: hero cdma
Carrier: sprint
Threadstarter
Location: pa usa
 
Join Date: Aug 2008
Posts: 287
Reputation: 115
drksilenc is keeping up the good workdrksilenc is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: a way to flash beside recovery flash?

i didnt download a zip i downloaded a apk file. i get an error every time....... going on 7 hours now excessivly pissed off .... dont know why its worse than crackin any other phone...
Reply With Quote
  #12 (permalink)  
Old 12-09-2009, 01:52 AM
bradart's Avatar
Officer Android
Offline
Pocket PC: HTC Hero, T-Mobile G1, Diamond, HTC Evo
Carrier: Sprint
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: a way to flash beside recovery flash?

Quote:
Originally Posted by drksilenc View Post
i didnt download a zip i downloaded a apk file. i get an error every time....... going on 7 hours now excessivly pissed off .... dont know why its worse than crackin any other phone...
Then don't use the flashrec method. I've rooted 4 Heros for people. Never once have i used flashrec. Obviously you can't us flashrec correctly.

Quote:
Originally Posted by theresthatguy View Post
I have compiled this guide from the other one posted on this forum, the discussion therein, and my own knowledge. If you have any suggestions on making it better or to correct any mistakes I may have made please let me know.

This guide is intended for Windows and includes detailed instructions. It will cover the steps neccessary to root, flash the new recovery image, create a full backup. This will work with software versions 1.29.651.1 and 1.56.651.2. I am not responsible for any damage done to your phone using this guide. Root at your own risk.

I have put to together a video on YouTube for you to follow along as well.

Step 1: Download the Android SDK from http://developer.android.com/sdk/index.html The Windows file is called android-sdk_r3-windows.zip. Extract the files to your C: drive so that you now have the folder C:\android-sdk-windows

Step 2: Download the asroot2 exploit file from http://forum.xda-developers.com/atta...2&d=1257621154 Extract asroot2.zip to C:\android-sdk-windows\tools folder.

Step 3: Download the Hero recovery image from http://www.androidspin.com/downloads...roc-v1.2.3.img Place this file in C:\android-sdk-windows\tools as well.

Step 4: Make sure USB Debugging is off by going to Settings>Applications>Development. Now connect the phone to your PC via USB cable.

Step 5: Mount your sdcard and install HTC Sync on your pc. After it is done installing unmount the sdcard then enable your USB debugging.

Step 6: Open a command prompt by clicking the Start button and typing cmd into the search box and pressing enter or found under All Programs>Accessories.

Step 7: You will now enter a series of commands which I will place in parenthesis to indicate the entire command. You may copy and then paste them into the command prompt window by right clicking. Do not copy the parenthesis.
1. "cd C:\android-sdk-windows\tools"
2. "adb devices"
If you've been following this guide you will see your phone's serial number. If you get "device not found" error, you either need to make sure you the drivers were properly installed or make sure you enable USB debugging AFTER you connect the USB cable. Continue on once you get the proper phone serial output.
3. "adb push asroot2 /data/local/"
4. "adb shell"
5. "chmod 0755 /data/local/asroot2"
6. "/data/local/asroot2 /system/bin/sh"
You should see an output that says:
$ /data/local/asroot2 /system/bin/sh
[+] Using newer pope_inode_info layout
Opening: /proc/857/fd/3
SUCCESS: Enjoy the shell.
#
Now for a few last commands.
7. "mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system"
8. "cd /system/bin"
9. "cat sh > su"
10. "chmod 4755 su"
You are now officially rooted. A few more steps and you will have flashed the recovery image.
11. "exit"
12. "exit"
13: "adb push recovery-RA-heroc-v1.2.3.img /sdcard"
14: "adb shell reboot"
This will cause the phone to restart automatically. Wait till it is fully booted to continue.
15: "adb shell"
16: "su"
17: "cd /sdcard/"
18: "flash_image recovery recovery-RA-heroc-v1.2.3.img"
19: "reboot recovery"
Step 8: This is the last command; you may now close the cmd prompt. Your phone to boot into recovery mode; it should take no longer than 2-3 mins.
The second option on the list is "Nandroid v2.2. backup"; select it. The phone will prompt you to press HOME to confirm which is want you want to do. The backup will begin. You will see the screen say, "Performing backup : .........." When done, the bottom of the screen will say "Backup complete!" and you will be given the menu options again. Select reboot system.

Step 9: Once your phone is fully booted, mount the sdcard. You will see a folder called "nandroid"; I highly recommend you copy this to your pc in case you lose your sdcard data or reformat it. Your phone is rooted, 100% backed up, and ready to install a custom rom if you wish!
there.
__________________
Olympic-class smoker since 2005.

Sponsored by Kools.
Reply With Quote
This post has been thanked 1 times.
  #13 (permalink)  
Old 12-09-2009, 02:20 AM
drksilenc's Avatar
Regular 'Geeker
Offline
Pocket PC: hero cdma
Carrier: sprint
Threadstarter
Location: pa usa
 
Join Date: Aug 2008
Posts: 287
Reputation: 115
drksilenc is keeping up the good workdrksilenc is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: a way to flash beside recovery flash?

i get the cannot create su read only...
Reply With Quote
  #14 (permalink)  
Old 12-09-2009, 11:15 AM
bradart's Avatar
Officer Android
Offline
Pocket PC: HTC Hero, T-Mobile G1, Diamond, HTC Evo
Carrier: Sprint
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: a way to flash beside recovery flash?

Quote:
Originally Posted by drksilenc View Post
i get the cannot create su read only...
Are you following the steps carefully, one at a time with all the files downloaded and placed in the correct directory?

Last edited by bradart; 12-09-2009 at 11:17 AM.
Reply With Quote
  #15 (permalink)  
Old 12-09-2009, 11:47 AM
athlet1c's Avatar
Kind of a BIG Deal
Offline
Pocket PC: HTC EVO
Carrier: SPRINT
Location: NEW YORK - NORTH CAROLINA
 
Join Date: Aug 2007
Posts: 1,021
Reputation: 950
athlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to athlet1c Send a message via Yahoo to athlet1c Send a message via Skype™ to athlet1c
Re: a way to flash beside recovery flash?

Honestly and this is not to be mean , but there are like 20 forums on how to flash in any and every kind of way available.. I am just surprised there is another
__________________
I can do all things through Christ who strengthens me
Have a listen to my music as well tell me what you think
http://www.myspace.com/siremusicgroup
Thank a Fellow Geeker If you have been helped by hitting the button below
Reply With Quote
  #16 (permalink)  
Old 12-09-2009, 02:35 PM
bradart's Avatar
Officer Android
Offline
Pocket PC: HTC Hero, T-Mobile G1, Diamond, HTC Evo
Carrier: Sprint
Location: Right behind you.
 
Join Date: Jan 2009
Posts: 1,895
Reputation: 2614
bradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIPbradart is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bradart Send a message via MSN to bradart Send a message via Skype™ to bradart
Re: a way to flash beside recovery flash?

Quote:
Originally Posted by athlet1c View Post
Honestly and this is not to be mean , but there are like 20 forums on how to flash in any and every kind of way available.. I am just surprised there is another
thats why igot frustrated and jacked one of those other threads and put it here.
Reply With Quote
  #17 (permalink)  
Old 12-09-2009, 02:55 PM
athlet1c's Avatar
Kind of a BIG Deal
Offline
Pocket PC: HTC EVO
Carrier: SPRINT
Location: NEW YORK - NORTH CAROLINA
 
Join Date: Aug 2007
Posts: 1,021
Reputation: 950
athlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuffathlet1c knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to athlet1c Send a message via Yahoo to athlet1c Send a message via Skype™ to athlet1c
Re: a way to flash beside recovery flash?

lol.Its like stating another Reality show on finding the love of your life.Wait is this the Truman show ?
Reply With Quote
  #18 (permalink)  
Old 12-10-2009, 03:29 AM
drksilenc's Avatar
Regular 'Geeker
Offline
Pocket PC: hero cdma
Carrier: sprint
Threadstarter
Location: pa usa
 
Join Date: Aug 2008
Posts: 287
Reputation: 115
drksilenc is keeping up the good workdrksilenc is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: a way to flash beside recovery flash?

5. "chmod 0755 /data/local/asroot2"
6. "/data/local/asroot2 /system/bin/sh"
thats where i was getting messed up i was puttin that in one line before i saw yours
i got it going and im now freshin lol
Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > Legacy HTC Android Devices > HTC Hero


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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:12 PM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com