Go Back   Android Forums > Android Phones > HTC Hero (Sprint) > Sprint Hero - All Things Root

Sprint Hero - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old November 8th, 2009, 07:32 PM   #51 (permalink)
Junior Member
 
imneveral0ne's Avatar
 
Join Date: Oct 2009
Location: Taylor, MI
Posts: 91
 
Device(s): HTC Thunderbolt and Samsung Fascinate
Thanks: 13
Thanked 3 Times in 3 Posts
Send a message via AIM to imneveral0ne
Default

Quote:
Originally Posted by pking View Post
The Modaco ROM should be a 'no-wipe', nobody is reporting they've lost anything so far.

You'll *absolutely* want to create a Nandroid backup before flashing though, just in case
which tutorial did you follow?

imneveral0ne is offline  
Reply With Quote
Sponsors
Old November 8th, 2009, 08:25 PM   #52 (permalink)
New Member
 
Join Date: Nov 2009
Location: USA
Posts: 12
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to lpeezy99
Default

Quote:
Originally Posted by Negrito View Post
I'm pretty sure its completely rooted now...

Photo Courtesy of The_Miker:



To root the instructions are here: Post# 209
CDMA Hero Root status? - xda-developers
View Single Post - CDMA Hero Root status?
I am a serious Android Noob and reading through all this is proving quite difficult. I have a couple of questions:
1. Will rooting reset my phone to factory settings with the exception of my now having root access i.e. Will I have to do my scenes over and redo all settings, app DLs etc.
2. Is there a video or simple step by step posting for dummies of this anywhere? For example:
Step 1: Blah, blah, blah
Step 2: Blah, blah, blah
Step 3: etc.
3. Will this allow me to save apps to memory card?
lpeezy99 is offline  
Reply With Quote
Old November 8th, 2009, 08:38 PM   #53 (permalink)
New Member
 
Join Date: Nov 2009
Location: USA
Posts: 12
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to lpeezy99
Default

What is ModaCo Custom ROM? What would I need it for?
lpeezy99 is offline  
Reply With Quote
Old November 8th, 2009, 08:56 PM   #54 (permalink)
Junior Member
 
Join Date: Oct 2009
Location: Herndon, VA
Posts: 47
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by lpeezy99 View Post
I am a serious Android Noob and reading through all this is proving quite difficult. I have a couple of questions:
1. Will rooting reset my phone to factory settings with the exception of my now having root access i.e. Will I have to do my scenes over and redo all settings, app DLs etc.
2. Is there a video or simple step by step posting for dummies of this anywhere? For example:
Step 1: Blah, blah, blah
Step 2: Blah, blah, blah
Step 3: etc.
3. Will this allow me to save apps to memory card?
This how to is the one that I used as it was pretty simple step by step. I think I was one that was a little more to the point. The only thing this one and the one posted before this one are missing are the instructions on flashing the recovery image which is like the bootloader. That is what you use to backup/restore/flash roms to and from your phone. I have included that at the bottom...

http://androidforums.com/sprint-htc-hero/14814-sprint-hero-has-been-rooted.html#post90553

Also download http://www.androidspin.com/downloads...roc-v1.2.3.img (this is the recovery image aka bootloader) and place that into the same directory you extracted asroot2.

Now that your phone is officially rooted after the instructions in the link above, but we arent done yet though. Now you need to flash the recovery image. If you are still in adb shell type in exit until you are out. You should be in the directory where you extracted the recovery image. If not go there. Type in the following:

adb push recovery-RA-heroc-v1.2.3.img /sdcard/

Once that is done, type in adb shell (or sudo ./adb shell in ubuntu). If your command prompt is a dollar sign then type in su and press enter. If it is a pound sign you are good. Then type in the following:

adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img

Once that is finished you are done. To reboot into recovery type in adb shell reboot recovery. You should reboot into recovery mode.

I had a little trouble on this last part so if you run into some issues check out the thread on xda and look for the section where people had problems installing the recovery image. How to root the CDMA Hero - xda-developers
QuiQNeZZ is offline  
Reply With Quote
Old November 8th, 2009, 10:31 PM   #55 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Once that is done, type in adb shell (or sudo ./adb shell in ubuntu). If your command prompt is a dollar sign then type in su and press enter. If it is a pound sign you are good. Then type in the following:

adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img
Quick clarification on that - if you're already in the shell (after typing ./adb shell), you do not need to prepend 'adb shell' to further commands. The progress should look something like this:

./adb push recovery-RA-heroc-v.1.2.3.img /sdcard/
./adb shell (<-- this connects you to your phone's shell)
$ su
# cd /sdcard
# flash_image recovery recovery-RA-heroc-v1.2.3.img
#

At that point the recovery image should be loaded. Power down your phone, power it up while holding the volume-down and power buttons, you should be at a screen showing you the little Android mascot on a skateboard.

From there hit the Home button to enter the recovery image you just loaded. (screenshot above)
pking is offline  
Last edited by pking; November 8th, 2009 at 10:32 PM.
Reply With Quote
Old November 8th, 2009, 10:39 PM   #56 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by imneveral0ne View Post
which tutorial did you follow?
@imneveral0ne: I haven't tried the MoDaCo ROM actually - by the time the ROM was released I'd already made most of the changes manually, and I'm pretty happy with my current setup.

I'm more excited to see some of the OS replacement ROMs like Cyanogen's, and even more excited for someone to rom-up a 2.0 build

The next couple of weeks are going to be pretty exciting in phone geekland, at least for this phone geek.
pking is offline  
Reply With Quote
Old November 8th, 2009, 10:39 PM   #57 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 23
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by pking View Post
Quick clarification on that - if you're already in the shell (after typing ./adb shell), you do not need to prepend 'adb shell' to further commands. The progress should look something like this:

./adb push recovery-RA-heroc-v.1.2.3.img /sdcard/
./adb shell (<-- this connects you to your phone's shell)
$ su
# cd /sdcard
# flash_image recovery recovery-RA-heroc-v1.2.3.img
#

At that point the recovery image should be loaded. Power down your phone, power it up while holding the volume-down and power buttons, you should be at a screen showing you the little Android mascot on a skateboard.

From there hit the Home button to enter the recovery image you just loaded. (screenshot above)
Thanks... that #cd /sdcard step missing is a life saver!!! I couldn't figure out why it kept saying not found.
steb0ne is offline  
Reply With Quote
Old November 9th, 2009, 02:24 AM   #58 (permalink)
Junior Member
 
imneveral0ne's Avatar
 
Join Date: Oct 2009
Location: Taylor, MI
Posts: 91
 
Device(s): HTC Thunderbolt and Samsung Fascinate
Thanks: 13
Thanked 3 Times in 3 Posts
Send a message via AIM to imneveral0ne
Default

im never gonna get this thing rooted if i cant get HTC Sync to recognize my phone
imneveral0ne is offline  
Reply With Quote
Old November 9th, 2009, 02:27 AM   #59 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 16
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by imneveral0ne View Post
im never gonna get this thing rooted if i cant get HTC Sync to recognize my phone
Do you have windows 7?
Check here..
Workaround for HTC Hero Sync Problem in Windows 7 My Digital Life
KennyD is offline  
Reply With Quote
Old November 9th, 2009, 03:14 AM   #60 (permalink)
Junior Member
 
imneveral0ne's Avatar
 
Join Date: Oct 2009
Location: Taylor, MI
Posts: 91
 
Device(s): HTC Thunderbolt and Samsung Fascinate
Thanks: 13
Thanked 3 Times in 3 Posts
Send a message via AIM to imneveral0ne
Default

Quote:
Originally Posted by KennyD View Post
i do have windows 7, my phone connects now. but it doesnt stay connected with the sync....

EDIT:

it does stay connected now, but if i try to do anything with the phone, it disconnects from sync as soon as i try to do anything rooting related.
imneveral0ne is offline  
Last edited by imneveral0ne; November 9th, 2009 at 04:18 AM.
Reply With Quote
Sponsors
Old November 9th, 2009, 08:12 AM   #61 (permalink)
Member
 
Aldo Junior Ao2's Avatar
 
Join Date: Sep 2009
Posts: 398
 
Device(s): HTC EVO 4G in NYC
Thanks: 26
Thanked 65 Times in 40 Posts
Default

someone suggested installing pdanet because it has all the drivers you need. I actually used this method not htc sync which i never downloaded ever. Make sure you have usb debugging on in your phone.

http://www.junefabrics.com/android/
PDANET
Aldo Junior Ao2 is offline  
Last edited by Aldo Junior Ao2; November 9th, 2009 at 08:13 AM.
Reply With Quote
Old November 9th, 2009, 09:00 AM   #62 (permalink)
New Member
 
Join Date: Nov 2009
Location: USA
Posts: 12
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to lpeezy99
Talking

Quote:
Originally Posted by QuiQNeZZ View Post
This how to is the one that I used as it was pretty simple step by step. I think I was one that was a little more to the point. The only thing this one and the one posted before this one are missing are the instructions on flashing the recovery image which is like the bootloader. That is what you use to backup/restore/flash roms to and from your phone. I have included that at the bottom...

http://androidforums.com/sprint-htc-hero/14814-sprint-hero-has-been-rooted.html#post90553

Also download http://www.androidspin.com/downloads...roc-v1.2.3.img (this is the recovery image aka bootloader) and place that into the same directory you extracted asroot2.

Now that your phone is officially rooted after the instructions in the link above, but we arent done yet though. Now you need to flash the recovery image. If you are still in adb shell type in exit until you are out. You should be in the directory where you extracted the recovery image. If not go there. Type in the following:

adb push recovery-RA-heroc-v1.2.3.img /sdcard/

Once that is done, type in adb shell (or sudo ./adb shell in ubuntu). If your command prompt is a dollar sign then type in su and press enter. If it is a pound sign you are good. Then type in the following:

adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img

Once that is finished you are done. To reboot into recovery type in adb shell reboot recovery. You should reboot into recovery mode.

I had a little trouble on this last part so if you run into some issues check out the thread on xda and look for the section where people had problems installing the recovery image. How to root the CDMA Hero - xda-developers
WOW! Thanks a lot for this. Confident and ready to go now.Couple quick questions:
1. Will I lose my scenes, settings and current apps?
2. What does flashing the ROM mean? Is that saving everything I currently have, Installing new firmware or both?
3. Upon completion can I save and run apps from the SD card?
lpeezy99 is offline  
Reply With Quote
Old November 9th, 2009, 09:40 AM   #63 (permalink)
Junior Member
 
Join Date: Oct 2009
Location: Herndon, VA
Posts: 47
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by lpeezy99 View Post
WOW! Thanks a lot for this. Confident and ready to go now.Couple quick questions:
1. Will I lose my scenes, settings and current apps?

No, that's the great thing about this ROM, it keeps all your current settings/apps/contacts. It's like it installs it right over your current one.

2. What does flashing the ROM mean? Is that saving everything I currently have, Installing new firmware or both?

Before you do ANYTHING as far as changing anything on your phone after you root you should do a backup of your current ROM, so in case you mess anything up you can just restore it back as it was from your backup. Then you can Flash modaco's custom ROM and play with it. As stated above, it's like it installs right over your old rom but with a few added apps/features/tweeks.

3. Upon completion can I save and run apps from the SD card?

Yes, but I haven't done this part yet but will today. From what I understand, this ROM is basically already setup to allow you to do this. All you really have to do is install Apps2sd and it'll partition the SD for you or you can use the partition tool built into the recovery image aka bootloader to do it as well. Don't forget to backup the contents of your SD card if you don't want to lose anything since it'll wipe you SD card clean.
Hope this helps.
QuiQNeZZ is offline  
Last edited by QuiQNeZZ; November 9th, 2009 at 09:45 AM.
Reply With Quote
Old November 9th, 2009, 09:43 AM   #64 (permalink)
Junior Member
 
Join Date: Oct 2009
Location: Herndon, VA
Posts: 47
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Aldo Junior Ao2 View Post
someone suggested installing pdanet because it has all the drivers you need. I actually used this method not htc sync which i never downloaded ever. Make sure you have usb debugging on in your phone.

PdaNet -- Use your Android as a USB Modem
PDANET
Indeed, that was the method I used.
QuiQNeZZ is offline  
Reply With Quote
Old November 9th, 2009, 10:37 AM   #65 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Flashing your ROM means overwriting the software on the phone with custom software. Doing this will usually erase all of your personal data and applications.

I think there's a lot of confusion floating around because there's really two flashing steps involved - flashing the 'recovery' software, and flashing the 'main' phone ROM. The Hero (as with other Android phones) actually has several partitions (sections) of ROM memory -

1) The recovery image (this is what the Anon_RA image overwrites) installs software which allows you to easily load in other ROMs, backup your current phone (Nandroid), or restore from backups. There are also other tools here for setting up your SD card to work with some of the custom ROMs more easily. Overwriting the recovery image does not erase your personal data or apps.

2) 'Main' phone ROM - ie, the software you see when your phone boots up normally. This is what the MoDaCo ROM and other custom software overwrites. Usually, overwriting this ROM memory will erase your data. This is why it's imperitive that you create a backup before flashing one of these images.

The MoDaCo ROM is 'special' in that it's a no-wipe ROM - which means theoretically it should not overwrite your apps or personal data. This ROM installs custom software over the top of the /system partition (where the operating system files are stored) without touching your /data partition (where all your apps are stored)

You can safely follow all the steps through flashing the 'recovery' image without harming your phone (in most cases, there is no guarantee). Once that is in place, you'll have the ability to create a backup image of your phone. This is the 'Nandroid v2.2 backup' option in the screenshot earlier in this thread. This will create a 'nandroid' folder on your SD card with images of the entire phone memory, including all your apps and preferences.
pking is offline  
Reply With Quote
Old November 9th, 2009, 12:04 PM   #66 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 18
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Im looking forward to sitting down & doing this. I know a lot of people like Sense, but I consider it bloatware & just want my Hero to run as smooth as possible.
peestandingup is offline  
Reply With Quote
Old November 9th, 2009, 12:43 PM   #67 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation

Quote:
Originally Posted by elguapo76 View Post
Edit: Started working on this prior to previous post. Will leave here in case anybody needs it.


Success for fellow Dummy!!!

WARNING DO THIS AT YOUR OWN RISK!!!!

#1
First you need to download the Android SDK execute and copy the file it produces to your C: drive. It should be named similar to:android-sdk-windows-1.1_r1 You should download any android sdk I downloaded 2.0 but to make things easy rename the directory you copied to your c drive to: android-sdk-windows-1.1_r1

This way you can copy paste commands. If you don't do this please change your commands as appropriate!!!

#2
Then you need to install adb driver, I did this by installing pdanet, installs it for you automatically. Follow instructions.

PdaNet -- Use your Android as a USB Modem
Some people had success by installing HTC Sync. I did not.

#3
Download asroot file from here: xda-developers - View Single Post - CDMA Hero Root status?

Copy asroot file to your file to the tools directory:
C:\android-sdk-windows-1.1_r1\tools directory

#4
Then change your environment variables:

To do this right-click on "My Computer" and select Properties. Next select the Advanced tab(Advanced Settings in Vista) then select Environment Variables.

Click "New" under System Variables and add the following:

Variable: adb
Value: C:\android-sdk-windows-1.1_r1\tools


#5 Put your phone in usb debug mode if not already. Found under applications> development settings



#6
Let's test.

Running Command Prompt:

Windows XP: Select Start or Tap the Windows Key on your Keyboard, select "Run" and type "CMD" then hit "Enter".

Windows Vista/7: Select Start or Tap the Windows Key on your Keyboard, select the search box on the left and type "cmd" then hit "Enter".

Code:
Copy paste into command prompt: cd C:\android-sdk-windows-1.1_r1\tools <-- Tap Enter

You should be at:

C:\android-sdk-windows-1.1_r1\tools> <run your adb command here>
Ok, now that you know how to initiate an adb command let's try one shall we?


Remember, we are still in the command prompt and in the /tools folder within the android sdk....

Code:
C:\android-sdk-windows-1.1_r1> adb shell <--- Hit Enter
you should get a $ sign.


ok now we are going to root. close out current command promtpt and start a new one like in step previous step:

#7

Let's Root!

Windows XP: Select Start or Tap the Windows Key on your Keyboard, select "Run" and type "CMD" then hit "Enter".

Windows Vista/7: Select Start or Tap the Windows Key on your Keyboard, select the search box on the left and type "cmd" then hit "Enter".


Code:
Copy paste into command prompt: cd C:\android-sdk-windows-1.1_r1\tools <-- Tap Enter

Copy paste:
adb push asroot2 /data/local/

Copy paste:
adb shell chmod 0755 /data/local/asroot2

Copy paste:
adb shell

Copy paste:
/data/local/asroot2 /system/bin/sh


You should have seen the following lines progressively as you typed the previous commands:
$ /data/local/asroot2 /system/bin/sh
[+] Using newer pipe_inode_info layout
Opening: /proc/857/fd/3
SUCCESS: Enjoy the shell.
#


# should indicate a successful root. Someone correct me if I'm wrong. Now copy paste the following lines individually:

copy paste:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

copy paste:
cd /system/bin

copy paste:
cat sh > su

copy paste:
chmod 4755 su


Close command prompt window.


#8
You should be fully rooted! If you'd like now google search for wifi tether. Download the HTC Version!!!


Start and test. It should work like a charm!!!!!!!!!


Thank you for the following guide. I copied heavily from it to apply it here:
[HOW-TO] ADB for Dummies(How-To Learner's Guide) - xda-developers
Where do we get the download for 2.0? I was only able to find this: Android 1.6 NDK, Release 1 | Android Developers which is 1.6 and nothing higher?
STILLSPRINTIN is offline  
Reply With Quote
Old November 9th, 2009, 12:45 PM   #68 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by pking View Post
Flashing your ROM means overwriting the software on the phone with custom software. Doing this will usually erase all of your personal data and applications.

I think there's a lot of confusion floating around because there's really two flashing steps involved - flashing the 'recovery' software, and flashing the 'main' phone ROM. The Hero (as with other Android phones) actually has several partitions (sections) of ROM memory -

1) The recovery image (this is what the Anon_RA image overwrites) installs software which allows you to easily load in other ROMs, backup your current phone (Nandroid), or restore from backups. There are also other tools here for setting up your SD card to work with some of the custom ROMs more easily. Overwriting the recovery image does not erase your personal data or apps.

2) 'Main' phone ROM - ie, the software you see when your phone boots up normally. This is what the MoDaCo ROM and other custom software overwrites. Usually, overwriting this ROM memory will erase your data. This is why it's imperitive that you create a backup before flashing one of these images.

The MoDaCo ROM is 'special' in that it's a no-wipe ROM - which means theoretically it should not overwrite your apps or personal data. This ROM installs custom software over the top of the /system partition (where the operating system files are stored) without touching your /data partition (where all your apps are stored)

You can safely follow all the steps through flashing the 'recovery' image without harming your phone (in most cases, there is no guarantee). Once that is in place, you'll have the ability to create a backup image of your phone. This is the 'Nandroid v2.2 backup' option in the screenshot earlier in this thread. This will create a 'nandroid' folder on your SD card with images of the entire phone memory, including all your apps and preferences.
where do we get nandroid v2.2 from?
STILLSPRINTIN is offline  
Reply With Quote
Old November 9th, 2009, 12:54 PM   #69 (permalink)
Junior Member
 
Join Date: Oct 2009
Location: Herndon, VA
Posts: 47
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by STILLSPRINTIN View Post
where do we get nandroid v2.2 from?
It is included into the recovery image. I linked it in this post.

QuiQNeZZ is offline  
Reply With Quote
Old November 9th, 2009, 01:38 PM   #70 (permalink)
Junior Member
 
Saltwater Hero's Avatar
 
Join Date: Oct 2009
Location: Bonita Springs, FL
Posts: 92
 
Device(s): HTC EVO 4g Samsung EPIC Galaxy S
Thanks: 8
Thanked 6 Times in 4 Posts
Default

thank you elguapo76 I got my phone rooted thanks to your how to and im a total noob to this! I also installed the teather app but cannot get online also.
Saltwater Hero is offline  
Reply With Quote
Sponsors
Old November 9th, 2009, 02:50 PM   #71 (permalink)
New Member
 
Join Date: Nov 2009
Location: USA
Posts: 12
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to lpeezy99
Default

Quote:
Originally Posted by QuiQNeZZ View Post
Hope this helps.
Ok, I rooted. It appeared to be successful. I did everything but Flash recovery image. I want to do that but I am unsure of how to do the backup before doing so, please assist.

Additionally, how do I delete stock apps?
lpeezy99 is offline  
Reply With Quote
Old November 9th, 2009, 04:28 PM   #72 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Ok, I rooted. It appeared to be successful. I did everything but Flash recovery image. I want to do that but I am unsure of how to do the backup before doing so, please assist.

Additionally, how do I delete stock apps?
You'll want to install the recovery image, you'll be able to do a Nandroid backup after that. The recovery image will not remove any data on your phone. Note that I'm *not* talking about the MoDaCo ROM, but specifically the recovery image that QuiQNeZZ linked a couple of posts up.

Deleting stock apps basically consists of removing the .apk and .odex files for those applications. There are several guides on xda-developers that outline how to do this. You definitely want to make a backup *before* doing so, as it's easy to freak out your phone (or possibly brick it) by removing the wrong apps or files.

Once you've got the recovery image flashed and you've made a backup, see this XDA thread for how to remove stock apps:

How to remove Stocks, Nascar and other useless apps... - xda-developers
pking is offline  
Reply With Quote
Old November 9th, 2009, 05:35 PM   #73 (permalink)
New Member
 
Join Date: Nov 2009
Location: USA
Posts: 12
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to lpeezy99
Default

Quote:
Originally Posted by pking View Post
You'll want to install the recovery image, you'll be able to do a Nandroid backup after that. The recovery image will not remove any data on your phone. Note that I'm *not* talking about the MoDaCo ROM, but specifically the recovery image that QuiQNeZZ linked a couple of posts up.

Deleting stock apps basically consists of removing the .apk and .odex files for those applications. There are several guides on xda-developers that outline how to do this. You definitely want to make a backup *before* doing so, as it's easy to freak out your phone (or possibly brick it) by removing the wrong apps or files.

Once you've got the recovery image flashed and you've made a backup, see this XDA thread for how to remove stock apps:

How to remove Stocks, Nascar and other useless apps... - xda-developers
Thank you Pking and QuiQNeZZ for all your help !!! Can't wait to get those stock apps removed.

I'm almost there. I did flash but I am unable to do a Nandroid backup. I get an message that says "Backup not performed" or something to that effect. I have 96MB remaining on a 2GB micro SD card. Could it be a space issue? Also, once I've done a succesful backup. How do I get the MoDaCo ROM on my phone?
lpeezy99 is offline  
Reply With Quote
Old November 9th, 2009, 05:40 PM   #74 (permalink)
Member
 
Aldo Junior Ao2's Avatar
 
Join Date: Sep 2009
Posts: 398
 
Device(s): HTC EVO 4G in NYC
Thanks: 26
Thanked 65 Times in 40 Posts
Default

Quote:
Originally Posted by lpeezy99 View Post
Thank you Pking and QuiQNeZZ for all your help !!! Can't wait to get those stock apps removed.

I'm almost there. I did flash but I am unable to do a Nandroid backup. I get an message that says "Backup not performed" or something to that effect. I have 96MB remaining on a 2GB micro SD card. Could it be a space issue? Also, once I've done a succesful backup. How do I get the MoDaCo ROM on my phone?
Yes it is a space issue . It need let say 150mb free to be safe
Aldo Junior Ao2 is offline  
Reply With Quote
Old November 9th, 2009, 06:29 PM   #75 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

My nandroid backups are closer to ~215mb, but I had a few apps installed. The /system image is about 150mb alone, so I'd say at least 250mb is a safer bet.

Probably the easiest thing to do is move all your SD card data off to a folder on your PC, do a Nandroid backup on the empty card, copy that to your PC and then copy back everything that was on the card originally when you're done playing.
pking is offline  
Last edited by pking; November 9th, 2009 at 06:30 PM.
Reply With Quote
Old November 9th, 2009, 10:52 PM   #76 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by pking View Post
# cd /sdcard
# flash_image recovery recovery-RA-heroc-v1.2.3.img
#
I'm stuck at this step. I get a message stating

mtd: read error at 0x00000000 (out of memory)

It lists a handful of locations and then goes back to the # prompt.

Please help a brother!
__________________
\oo/_ _\oo/
n.
nathanotis is offline  
Reply With Quote
Old November 9th, 2009, 10:57 PM   #77 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got this flashing my girlfriend's hero as well - a few others at teh XDA forum also ran into this.

The fix so far has been to power-down your phone, power it back up and try again. Worked fine for me on the second attempt.
pking is offline  
Reply With Quote
Old November 9th, 2009, 11:12 PM   #78 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by pking View Post
I got this flashing my girlfriend's hero as well - a few others at teh XDA forum also ran into this.

The fix so far has been to power-down your phone, power it back up and try again. Worked fine for me on the second attempt.
Interesting... I powered down and brought it back up, then tried to proceed from the step I was stuck at... I kept getting a "device not found" error.

Frustrated, I powered down. On a whim, I powered back up, holding vol down and power... I got the skating android screen and chose to back up... BACKUP COMPLETE!

Thanks, Android Forum! BOCK BOCK!!
nathanotis is offline  
Last edited by nathanotis; November 9th, 2009 at 11:14 PM.
Reply With Quote
Old November 9th, 2009, 11:22 PM   #79 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Interesting - perhaps the memory register error messages are something somewhat unrelated and it's actually flashing normally? Anyway, congrats
pking is offline  
Reply With Quote
Old November 9th, 2009, 11:23 PM   #80 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by pking View Post
Interesting - perhaps the memory register error messages are something somewhat unrelated and it's actually flashing normally? Anyway, congrats
I may have started to celebrate too early. I'm trying to uninstall some apps following the "How To" in links above and my PC is saying the device is not found.

I'm not sure where to go at this point.
nathanotis is offline  
Reply With Quote
Sponsors
Old November 9th, 2009, 11:27 PM   #81 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It might not help as I'm using linux (debian) on my laptop, but I generally need to hit the 'HTC Sync' option in the phone's notification menu to get the PC talking to it. Once at the start of every session.

Also, make sure USB debugging is enabled on your phone ( Menu -> Settings -> Applications )
pking is offline  
Reply With Quote
Old November 9th, 2009, 11:30 PM   #82 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by pking View Post
It might not help as I'm using linux (debian) on my laptop, but I generally need to hit the 'HTC Sync' option in the phone's notification menu to get the PC talking to it. Once at the start of every session.

Also, make sure USB debugging is enabled on your phone ( Menu -> Settings -> Applications )
HA! I just tried that... It fails to find HTC Sync and prompts me to download (even though it's installed), but windows sees the device now. Thanks.
nathanotis is offline  
Reply With Quote
Old November 9th, 2009, 11:36 PM   #83 (permalink)
Junior Member
 
elguapo76's Avatar
 
Join Date: Oct 2009
Posts: 70
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by STILLSPRINTIN View Post
Where do we get the download for 2.0? I was only able to find this: Android 1.6 NDK, Release 1 | Android Developers which is 1.6 and nothing higher?
You're right I was looking at the 2.0 platform. I downloaded 1.6r1 as well. My mistake.

Android 2.0, Release 1 | Android Developers
elguapo76 is offline  
Reply With Quote
Old November 10th, 2009, 12:02 AM   #84 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by elguapo76 View Post
You're right I was looking at the 2.0 platform. I downloaded 1.6r1 as well. My mistake.

Android 2.0, Release 1 | Android Developers
Wait... if I redo all this with that download, I'll have eclair? Just trying to clarify.
nathanotis is offline  
Reply With Quote
Old November 10th, 2009, 12:18 AM   #85 (permalink)
Junior Member
 
elguapo76's Avatar
 
Join Date: Oct 2009
Posts: 70
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by nathanotis View Post
Wait... if I redo all this with that download, I'll have eclair? Just trying to clarify.
Wish it were that simple. I believe it's just the 2.0 APIs. Even so when you download the SDK it's just to utilize the adb shell to communicate with your phone. It's just a tool that comes with the SDK.
elguapo76 is offline  
Reply With Quote
Old November 10th, 2009, 12:51 AM   #86 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by pking View Post

You can safely follow all the steps through flashing the 'recovery' image without harming your phone (in most cases, there is no guarantee). Once that is in place, you'll have the ability to create a backup image of your phone. This is the 'Nandroid v2.2 backup' option in the screenshot earlier in this thread. This will create a 'nandroid' folder on your SD card with images of the entire phone memory, including all your apps and preferences.
Do I understand correctly that the Nandroid backup is taking up space on the SD card? After a couple days of problem free operation, would it be ok to remove it (storing it on my pc) to reclaim that space?

Check that... I read your post detailing moving the backup off the SD... Makes sense.

Thank you.
nathanotis is offline  
Last edited by nathanotis; November 10th, 2009 at 12:53 AM.
Reply With Quote
Old November 10th, 2009, 01:18 AM   #87 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 20
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If these have been answered, I apologize. I have read every post on this thread, and if the answers were posted, I probably didn't understand them

1. Can I root my phone primarily to get rid of Sprint apps and keep running Sense?

2. If I brick my phone, am I just screwed? Is there no way to repair or replace it other than just to buy a new one out of pocket?
Fwicks is offline  
Reply With Quote
Old November 10th, 2009, 01:48 AM   #88 (permalink)
Member
 
Aldo Junior Ao2's Avatar
 
Join Date: Sep 2009
Posts: 398
 
Device(s): HTC EVO 4G in NYC
Thanks: 26
Thanked 65 Times in 40 Posts
Default

Quote:
Originally Posted by Fwicks View Post
If these have been answered, I apologize. I have read every post on this thread, and if the answers were posted, I probably didn't understand them

1. Can I root my phone primarily to get rid of Sprint apps and keep running Sense?

ANSWER: Yes you can root just to get rid of the sprint apps. But please flash the recoery image just to use the nandroid backup

2. If I brick my phone, am I just screwed? Is there no way to repair or replace it other than just to buy a new one out of pocket?

ANSWER: Really hard to brick it unless you don't read carefully the how to root instructions. Also Nandroid will backup your stock rom that you have now just in case you mess up while deleting the sprint apps you can always restore.
Pow
Aldo Junior Ao2 is offline  
Last edited by Aldo Junior Ao2; November 10th, 2009 at 01:49 AM.
Reply With Quote
Old November 10th, 2009, 02:52 AM   #89 (permalink)
Junior Member
 
imneveral0ne's Avatar
 
Join Date: Oct 2009
Location: Taylor, MI
Posts: 91
 
Device(s): HTC Thunderbolt and Samsung Fascinate
Thanks: 13
Thanked 3 Times in 3 Posts
Send a message via AIM to imneveral0ne
Default

still cant get my computer to recognize my phone >.<
imneveral0ne is offline  
Reply With Quote
Old November 10th, 2009, 04:10 AM   #90 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 20
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Wow, I probably shouldn't be doing this, considering I have been trying to just set up ADB drivers for over an hour. I think it is a problem with my computer, though. It doesn't want to recognize anything, and when I disable drivers, it re-enables them. If this last try doesn't work, I may just wait for Eclair before I try to do this again, although that still won't get rid of Nascar and NFL apps.
Fwicks is offline  
Reply With Quote
Sponsors
Old November 10th, 2009, 08:33 AM   #91 (permalink)
Member
 
Aldo Junior Ao2's Avatar
 
Join Date: Sep 2009
Posts: 398
 
Device(s): HTC EVO 4G in NYC
Thanks: 26
Thanked 65 Times in 40 Posts
Default

PdaNet -- Use your Android as a USB Modem

Try installing pdanet since it will have the drivers to connect to your pc this is what i did and also did you check usb debugging on your phone is checked.
Aldo Junior Ao2 is offline  
Reply With Quote
Old November 10th, 2009, 09:03 AM   #92 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

After gaining root and uninstalling several programs, I'm not seeing the huge space and performance gains I was hoping for.

What have I missed?
nathanotis is offline  
Reply With Quote
Old November 10th, 2009, 09:14 AM   #93 (permalink)
Member
 
Aldo Junior Ao2's Avatar
 
Join Date: Sep 2009
Posts: 398
 
Device(s): HTC EVO 4G in NYC
Thanks: 26
Thanked 65 Times in 40 Posts
Default

Quote:
Originally Posted by nathanotis View Post
After gaining root and uninstalling several programs, I'm not seeing the huge space and performance gains I was hoping for.

What have I missed?
Well for me flashing the Madaco rom and then removing the sprint apps especially sprint navigator which i have a garmin already helped. The theme for madaco also helped. We have to wait for our rom to really be tweaked before we see a real significant boost in speed but for now atleast them ugly sprint apps are gone.
Aldo Junior Ao2 is offline  
Reply With Quote
Old November 10th, 2009, 09:27 AM   #94 (permalink)
Member
 
Join Date: Sep 2009
Location: Denver, CO
Posts: 338
 
Device(s): NS4G, Nook Tablet. Nothing exceeds like excess.
Thanks: 16
Thanked 10 Times in 7 Posts
Default

Quote:
Originally Posted by Aldo Junior Ao2 View Post
We have to wait for our rom to really be tweaked before we see a real significant boost in speed but for now atleast them ugly sprint apps are gone.
I should clarify... I'm not so concerned about the boost to performance (which I suspected was "seat-of-the-pants"). What I really wanted to see after all this was the extra space... Where should I be looking? Menu > Settings > SD Card & phone storage? If so, I'm actually down a couple meg as compared to my pre-root numbers.
nathanotis is offline  
Reply With Quote
Old November 10th, 2009, 10:56 AM   #95 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 69
 
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Bottom line here. If you root your phone, will lose any chance at warranty? From what I understand you are backing up the phone so you can essentially put it back to factory...correct? Is there anyway for them to detect that you rooted the phone?
mustang5o is offline  
Reply With Quote
Old November 10th, 2009, 03:28 PM   #96 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 20
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

OH CRAP. Everything worked fine, I did the recovery reboot, got the the skateboarding droid screen, clicked the home button, and it took me to a black screen with a picture of a phone and a triangle with a "!" in it. My computer pulled up a window that said it was searching for drivers, but nothing ever happened. My phone will not power down and will not respond to anything. What now?
Fwicks is offline  
Reply With Quote
Old November 10th, 2009, 03:42 PM   #97 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Pull the battery, wait a few seconds, and power back up.

The screen you got to is the HTC default recovery image - the 'searching for drivers' you saw was Windows seeing the phone in a different state than normal - namely, the phone wanted to connect to the HTC updater program to load a flash ROM from your PC.

This probably means that the recovery image did not get flashed to your phone properly, I'd try that step again once you've got the phone back up and running.
pking is offline  
Reply With Quote
Old November 10th, 2009, 03:46 PM   #98 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by mustang5o View Post
Bottom line here. If you root your phone, will lose any chance at warranty?
That's a question better asked to your Sprint rep or whomever you have phone insurance through (if any).

Theoretically, a hardware defect is a hardware defect, and would've been a problem regardless of what you've done to the software. IMO, that should be covered no questions asked, but I don't get to create their policy

If you happen to really, permanently, 'brick' your phone somehow - it's unlikely they're going to be able to tell without some serious investigation, which isn't really worth the time except for exploratory purposes.

I work tech support for a firewall appliance, and every once in a while we'll get a return where someone 'hacked around' - we basically laugh and go 'wow, did they really try to do that?', but it generally ends there.
pking is offline  
Reply With Quote
Old November 10th, 2009, 03:54 PM   #99 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 20
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you! Ok, tried to flash recovery image again and, after entering "adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img" now am getting this:

adb: not found

Any ideas?
Fwicks is offline  
Reply With Quote
Old November 10th, 2009, 04:16 PM   #100 (permalink)
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Are you doing this from inside the phone's shell? (ie. after typing 'adb shell' and getting the '#' prompt) If so, you don't need to type the 'adb shell' part again.
pking is offline  
Reply With Quote
Sponsors
Reply

Bookmarks


Go Back   Android Forums > Android Phones > HTC Hero (Sprint) > Sprint Hero - All Things Root User CP
Thread Tools

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finally Rooted My Sprint HTC Hero!! LBPHeretic Sprint Hero - All Things Root 44 December 9th, 2010 04:19 PM
Backup for rooted Sprint htc hero valdesr11 Android Applications 0 July 9th, 2010 12:29 AM
Rooted Sprint Hero vs Rooted Samsung Moment jmaez Android Lounge 1 June 10th, 2010 06:52 PM
tethering rooted sprint hero dizzie916 Sprint Hero - All Things Root 4 February 1st, 2010 06:15 PM
Post your rooted Sprint Hero ..... 5280droid HTC Hero (Sprint) 0 November 13th, 2009 02:41 PM



All times are GMT -5. The time now is 02:47 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.