bricked or is there hope ..

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
i have an old Verizon HTC Droid Incredible 2 that i'm trying to root just to learn the ropes .. i dont use it anymore so its just a guinea pig for now .. I was able to unlock the phone, install the Clockwork Mod Recovery, flash it, and install superuser .. however the superuser updated but didn't get admin rights. i can still boot the phone to recovery mode but after trying to install a few different roms, the phone freezes at the white htc screen .. i have let it run for 10, 15, even 20 minutes but never gets past the white screen. currently when i hold volume down and power and boot to recovery i see this: ****UNLOCKED**** / VIVO_W XB SHIP S-ON RL / RADIO-1.09.01.0312 / eMMC-boot / July 18 2011, 12:39:36 .. the last time it loaded was with version 2.3.4 .. i am able to clear cache, wipe data, ect and the rom zip installs always work, but once i reboot after the install, it never gets past the white htc screen. am i missing a step or done something to break it for good. any help would be greatly appreciated. thanks!
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
i have an old Verizon HTC Droid Incredible 2 that i'm trying to root just to learn the ropes .. i dont use it anymore so its just a guinea pig for now .. I was able to unlock the phone, install the Clockwork Mod Recovery, flash it, and install superuser .. however the superuser updated but didn't get admin rights. i can still boot the phone to recovery mode but after trying to install a few different roms, the phone freezes at the white htc screen .. i have let it run for 10, 15, even 20 minutes but never gets past the white screen. currently when i hold volume down and power and boot to recovery i see this: ****UNLOCKED**** / VIVO_W XB SHIP S-ON RL / RADIO-1.09.01.0312 / eMMC-boot / July 18 2011, 12:39:36 .. the last time it loaded was with version 2.3.4 .. i am able to clear cache, wipe data, ect and the rom zip installs always work, but once i reboot after the install, it never gets past the white htc screen. am i missing a step or done something to break it for good. any help would be greatly appreciated. thanks!

I don't know for sure, but I can try to get some help.
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
Try to reflash the stock ROM, and then redownload the ROM, and reflash. GO through everything again, wipe cache, data, dalvik.
 

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
thanks for reply .. will try again .. but could you or anyone possibly confirm the steps to recover/flash/install rom for me ? still very new to this and seems each video or set of instructions is different .. i just have a terrible feeling i am missing a step or not doing something in correct order .. going to try to install the stripped factory setting rom called 6.01.605.05_VZW__OTA-stripped-odex.zip .. thanks again!
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
thanks for reply .. will try again .. but could you or anyone possibly confirm the steps to recover/flash/install rom for me ? still very new to this and seems each video or set of instructions is different .. i just have a terrible feeling i am missing a step or not doing something in correct order .. going to try to install the stripped factory setting rom called 6.01.605.05_VZW__OTA-stripped-odex.zip .. thanks again!

Where are you getting instructions?

Sent from a SlimROM S3.
 

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
just different sites from searching google ... some step by step print, some are you tube videos. i was able to boot up with the rom i listed before, but my wifi is broken from that one
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
just different sites from searching google ... some step by step print, some are you tube videos. i was able to boot up with the rom i listed before, but my wifi is broken from that one

Do the YouTube videos have the same steps?

Sent from a SlimROM S3.
 

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
breakthrough ! because my phone has S-ON .. after i install the rom .. have to go back and drop the boot.img file in the fastboot folder on the computer, and flash the boot.img .. once i did that, i was able to load the Cyanogenmod that i had installed before with no success .. i assume most roms will come with a boot.img if you extract all of the files
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
breakthrough ! because my phone has S-ON .. after i install the rom .. have to go back and drop the boot.img file in the fastboot folder on the computer, and flash the boot.img .. once i did that, i was able to load the Cyanogenmod that i had installed before with no success .. i assume most roms will come with a boot.img if you extract all of the files

All of my rooting and flashing experience us with Samsungs. There are less steps to unlock the boot loader and obtain root.
So in short, I don't know. I would guess yes.

Sent from a SlimROM S3.
 

Scott Kenyon

Well-known member
Apr 2, 2011
2,060
1
0
Visit site
Generally this is how it works:

  • Download all of the files necessary
  • Unlock the bootloader via HTC Dev if possible, if not with a workaround
  • Push and flash your recovery of choice, I like CWM better but am using TWRP as it's mostly foolproof
  • Push flashable Superuser or SuperSU to the phone and flash it
  • Reboot and make sure everything is working as it should
  • Copy the rom file to the root of your sdcard directory on your device
  • Reboot recovery, wipe cache/dalvik/factory reset
  • Flash the rom from sdcard
  • Rewipe cache/dalvik/reset
  • Boot into your new firmware

I use adb for most everything when it comes to modifying devices. It's part of the SDK. You can download the whole SDK for free at developer.android.com. The one click tools are great, but you don't learn anything by using them. Jerry had posted a great mini-adb-tutorial to the blog last month that you should read. Knowing how to utilize adb can help you save your devices.

[TIP]Always always always keep a copy of the correct ruu file for your HTC device on your computer. Running the ruu in windows with your phone plugged in will restore it to factory without you having to do anything else.[/TIP]

[TIP]Always keep USB debugging ENABLED on your device at all times. This will always allow you to interface with your phone through the adb console, even if you cannot get into the OS. So long as you can get into recovery, you'll have a way to fix it.[/TIP]

[TIP]Ensure your have the correct version of a rom for your device. An AT&T HTC rom will not work on a Verizon device and vice versa.[/TIP]

If you have any specific questions, post them on in here. I'll be subscribed and will respond when I can.
 

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
my "real" phone is a Samsung Galaxy S3 ... was just using my old droid to kind of get the hang of what the rooting process is all about. still leary of creating a $200 paper weight with my Samsung !!... any sites you would recommend to walk through the process ? Thanks again for your help !
 

Golfdriver97

Trusted Member Team Leader
Moderator
Dec 4, 2012
35,298
59
48
Visit site
my "real" phone is a Samsung Galaxy S3 ... was just using my old droid to kind of get the hang of what the rooting process is all about. still leary of creating a $200 paper weight with my Samsung !!... any sites you would recommend to walk through the process ? Thanks again for your help !

Root galaxys3. Pretty good videos of how to root and descriptives of ROMs themselves.

Sent from a SlimROM S3.
 

Greg Goodson

Member
Aug 23, 2013
10
0
0
Visit site
Thanks Scott .. i do have the adb file and the sdk for htc and have been using CWM recovery.. what is the ruu file .. is there one specific for each rom or is there just one for each type of phone that is the stock operating system
 

gollum18

Well-known member
Oct 10, 2011
1,485
32
0
Visit site
Thanks Scott .. i do have the adb file and the sdk for htc and have been using CWM recovery.. what is the ruu file .. is there one specific for each rom or is there just one for each type of phone that is the stock operating system

They are device specific. And are named based in the device baseband and codename. Like the evo4glte, its ruus have "jewel" appended to it.

Sent from my SPH-L710 using Tapatalk 2
 

Scott Kenyon

Well-known member
Apr 2, 2011
2,060
1
0
Visit site
They are device specific. And are named based in the device baseband and codename. Like the evo4glte, its ruus have "jewel" appended to it.

Sent from my SPH-L710 using Tapatalk 2

Good reply!

To expand upon this, ruus are device, carrier, baseband and version specific. It should also be noted ruu is a HTC specific thing. You won't find one for any other brand.

Sent from my HTC One using Mobile Nations mobile app