[Q] Verizon HTC incredible 2 stops at Logo - Verizon Droid Incredible 2

I have a Verizon ADR6350VW HTC Incredible 2. I decided to 'upgrade' it to a new ROM.
I unlocked the boot loader and installed ClockwrkMod Recovery v5.0.2.0
*** UNLOCKED ***
VIVO_W XB SHIP S-ON RL
HBOOT-0.98.0000
RADIO-1.09.01.0312
eMMC-boot
Jul 18 2011,12:39:36
I tried putting an incredible 2 ROM (Viper) and since then it won't fully boot, it gets stuck forever on the green HTC logo on the white background.
I can get to the bootloader, and tried reflashing the same or other downloaded ROMs (all meant for the HTC incredible 2). Without much luck.
The original flashing process was not interrupted. I did a lot of googling and reading (but missed the S-ON/S-OFF part originally), and have tried many different ways to get out of this without luck.
3rd party ROM will flash and complete the process (but still won't boot), Verizon ROMs will give me an error (cannot open flash, bad). I did check the md5 checksums on ALL the files I used, and tried flashing from adb to no avail.
Before anyone asks, Yes I do clear the data, cache and Dalvik cache before flashing. I am at a loss of what to try next, short of finding someone reputable online to do it for a fee.
Thanks,
Wahran

wahran99 said:
I have a Verizon ADR6350VW HTC Incredible 2. I decided to 'upgrade' it to a new ROM.
I unlocked the boot loader and installed ClockwrkMod Recovery v5.0.2.0
*** UNLOCKED ***
VIVO_W XB SHIP S-ON RL
HBOOT-0.98.0000
RADIO-1.09.01.0312
eMMC-boot
Jul 18 2011,12:39:36
I tried putting an incredible 2 ROM (Viper) and since then it won't fully boot, it gets stuck forever on the green HTC logo on the white background.
I can get to the bootloader, and tried reflashing the same or other downloaded ROMs (all meant for the HTC incredible 2). Without much luck.
The original flashing process was not interrupted. I did a lot of googling and reading (but missed the S-ON/S-OFF part originally), and have tried many different ways to get out of this without luck.
3rd party ROM will flash and complete the process (but still won't boot), Verizon ROMs will give me an error (cannot open flash, bad). I did check the md5 checksums on ALL the files I used, and tried flashing from adb to no avail.
Before anyone asks, Yes I do clear the data, cache and Dalvik cache before flashing. I am at a loss of what to try next, short of finding someone reputable online to do it for a fee.
Thanks,
Wahran
Click to expand...
Click to collapse
1st recommendation: go s-off
2nd recommendation: flash the boot img from the rom in fastboot...I don't know the exact process because I am s-off, but it is discussed in many of the development threads, so now you know what terms to search for at least.

gtdtm said:
1st recommendation: go s-off
2nd recommendation: flash the boot img from the rom in fastboot...I don't know the exact process because I am s-off, but it is discussed in many of the development threads, so now you know what terms to search for at least.
Click to expand...
Click to collapse
Thank you for your reply.
Going S-OFF: I tired, most guides online will show you how to do by going to the OS first (and enabling USB debug). The only one I found from Revolutionary involved doing it from the adb. When I boot into ClockwrkMod, I can run adb just fine (doing adb devices returns the correct S/N amongst other things), but revolutionary tool complains it can't find the device.
I will google again your second recommendation.

wahran99 said:
Thank you for your reply.
Going S-OFF: I tired, most guides online will show you how to do by going to the OS first (and enabling USB debug). The only one I found from Revolutionary involved doing it from the adb. When I boot into ClockwrkMod, I can run adb just fine (doing adb devices returns the correct S/N amongst other things), but revolutionary tool complains it can't find the device.
I will google again your second recommendation.
Click to expand...
Click to collapse
From Nitsuj17 in the viper thread post 2:
If you are dev unlock, you need to pull the boot.img from the rom zip and fastboot it in hboot
The process will be the same for any rom as long as you are dev unlocked.

gtdtm said:
From Nitsuj17 in the viper thread post 2:
If you are dev unlock, you need to pull the boot.img from the rom zip and fastboot it in hboot
The process will be the same for any rom as long as you are dev unlocked.
Click to expand...
Click to collapse
gtdtm,
Thank you again for trying to help, I am still getting no where. I reloaded the Viper ROM, it said it installed correctly (after going through the selection menus and waiting on the progress bar to finish), I had previously extracted the boot.img file and put it with my fastboot.exe. This is my output (I blanked out the S/N with 'x')
C:\HTC>fastboot devices
HTxxxxxxxxxx fastboot
C:\HTC>fastboot erase cache
erasing 'cache'... OKAY [ 1.064s]
finished. total time: 1.064s
C:\HTC>fastboot oem rebootRUU
... OKAY [ 0.338s]
finished. total time: 0.339s
C:\HTC>fastboot flash zip boot.img
sending 'zip' (3786 KB)... OKAY [ 1.155s]
writing 'zip'... INFOzip header checking...
FAILED (remote: 32 header error)
finished. total time: 6.902s
Any idea where to go from here?

wahran99 said:
gtdtm,
Thank you again for trying to help, I am still getting no where. I reloaded the Viper ROM, it said it installed correctly (after going through the selection menus and waiting on the progress bar to finish), I had previously extracted the boot.img file and put it with my fastboot.exe. This is my output (I blanked out the S/N with 'x')
C:\HTC>fastboot devices
HTxxxxxxxxxx fastboot
C:\HTC>fastboot erase cache
erasing 'cache'... OKAY [ 1.064s]
finished. total time: 1.064s
C:\HTC>fastboot oem rebootRUU
... OKAY [ 0.338s]
finished. total time: 0.339s
C:\HTC>fastboot flash zip boot.img
sending 'zip' (3786 KB)... OKAY [ 1.155s]
writing 'zip'... INFOzip header checking...
FAILED (remote: 32 header error)
finished. total time: 6.902s
Any idea where to go from here?
Click to expand...
Click to collapse
I'm really guessing here, but try fastboot flash boot boot.img
---------- Post added at 01:33 PM ---------- Previous post was at 01:29 PM ----------
wahran99 said:
gtdtm,
Thank you again for trying to help, I am still getting no where. I reloaded the Viper ROM, it said it installed correctly (after going through the selection menus and waiting on the progress bar to finish), I had previously extracted the boot.img file and put it with my fastboot.exe. This is my output (I blanked out the S/N with 'x')
C:\HTC>fastboot devices
HTxxxxxxxxxx fastboot
C:\HTC>fastboot erase cache
erasing 'cache'... OKAY [ 1.064s]
finished. total time: 1.064s
C:\HTC>fastboot oem rebootRUU
... OKAY [ 0.338s]
finished. total time: 0.339s
C:\HTC>fastboot flash zip boot.img
sending 'zip' (3786 KB)... OKAY [ 1.155s]
writing 'zip'... INFOzip header checking...
FAILED (remote: 32 header error)
finished. total time: 6.902s
Any idea where to go from here?
Click to expand...
Click to collapse
Try this one. The author includes 2 ways to flash boot.img
http://forum.xda-developers.com/showpost.php?p=22639929&postcount=1

gtdtm said:
I'm really guessing here, but try fastboot flash boot boot.img
---------- Post added at 01:33 PM ---------- Previous post was at 01:29 PM ----------
Try this one. The author includes 2 ways to flash boot.img
http://forum.xda-developers.com/showpost.php?p=22639929&postcount=1
Click to expand...
Click to collapse
fastboot flash boot boot.img worked without error, then I followed it with "fastboot reboot", it took about 15mn, but now it's booted to the SIM unlock screen (that would be my next step).
Thank you very much for all your help! I just registered today to these forums, I see a thank you meter next to the avatar, but can't see I way to 'officially' click and thank you, I will look again....

wahran99 said:
fastboot flash boot boot.img worked without error, then I followed it with "fastboot reboot", it took about 15mn, but now it's booted to the SIM unlock screen (that would be my next step).
Thank you very much for all your help! I just registered today to these forums, I see a thank you meter next to the avatar, but can't see I way to 'officially' click and thank you, I will look again....
Click to expand...
Click to collapse
I'm glad you got it going. You'll probably want to remember that method since you'll have to do it any time you flash a rom.

gtdtm said:
I'm glad you got it going. You'll probably want to remember that method since you'll have to do it any time you flash a rom.
Click to expand...
Click to collapse
Since I posted that message, I had to put back the Verizon stock ROM, so I can SIM unlock the phone (apparently you cannot use the unlock code with a 'cooked' ROM, something I didn't know), and while doing that, HBOOT got downgraded to 0.97, which allowed me to S-OFF the phone with revolutionary. I got the phone SIM unlocked and put back the Viper ROM on it.
In summary, learning from my mistakes, and if I am not mistaken:
1. If you plan to SIM unlock the phone, do it while it is still on stock firmware, it will save you a lot of time and headaches.
2. If you are unlocking the boot loader, S-OFF the phone as well (and put Clockworkmod on it as well), it would make life a lot easier.
3. Then you can go an experiment with ROMs....
gtdtm: Thank you again for your help and patience, and most importantly for keeping me going, as I was about to give up on this phone.
Wahran99

wahran99 said:
Since I posted that message, I had to put back the Verizon stock ROM, so I can SIM unlock the phone (apparently you cannot use the unlock code with a 'cooked' ROM, something I didn't know), and while doing that, HBOOT got downgraded to 0.97, which allowed me to S-OFF the phone with revolutionary. I got the phone SIM unlocked and put back the Viper ROM on it.
In summary, learning from my mistakes, and if I am not mistaken:
1. If you plan to SIM unlock the phone, do it while it is still on stock firmware, it will save you a lot of time and headaches.
2. If you are unlocking the boot loader, S-OFF the phone as well (and put Clockworkmod on it as well), it would make life a lot easier.
3. Then you can go an experiment with ROMs....
gtdtm: Thank you again for your help and patience, and most importantly for keeping me going, as I was about to give up on this phone.
Wahran99
Click to expand...
Click to collapse
No problem. Next challenge: Put TWRP on it instead of Clockwork.

Related

[Q] DHD bricked?

Hi all,
Im having a little trouble with my dhd. It won't boot up !
I can get into HBOOT, but thats it. (ie. no recovery CWM)
When trying to boot normally it hangs at spash screen.
so far i have tried:
- fastboot flashing (system.img dosn't flash (for known reasons))
- this thread (http://forum.xda-developers.com/showthread.php?t=841890) (tried with 2 different RUUs)
everything seemed to go according to plan, but still exactly the same problem.
- I've even tried flashing back the stock spash screen via fastboot in preperation to send it back to tmobile/htc to fix BUT, despite fastboot telling me flashing was succsessful, i still have my custom splash!
- pulling my hair out!
ive got eng hboot s-off radio s-off supercid and stuff??
my hboot info screen looks like this:
ACE PVT ENG S-OFF
HBOOT-0.85.2007 (PD9810000)
MICROP-0438
RADIO-26.04.02.17_M2
eMMC-boot
Oct 11 2010, 12:44:14
SYSTEM INFO
SN-HT0CPRX05836
LCD-SHARP
TOUCH PANEL-SYN3KT_0108
Commit-7eafc656
OS ver.-1.39.110.1
IMEI-
CID-11111111
RAM-768MB
eMMC-Sandisk 2223MB 4554751sectors
Thanks in advance to anyone with ideas
Which cw recovery is installed?
Sent from my Desire HD using XDA App
First question, what did you do immediately before you turned you DHD off, hence the reboot?
From the bootloader can you enter fastboot? You should be able to flash recovery from there. You mention "for known reasons" what are these?
Hi pwraggcan,
I'm not too sure? and I'm not sure how I can check either, as I can only enter hboot/fastboot.
AndyHarney,
As far as I can remember I was using my phone as normal. (no risky installs/flashes to speak of). Then overnight it ran out of battery, and now won't boot up .. ?
fastboot flash system system.img returns:
sending 'system' (410134 KB)... FAILED (remote: data length is too large)
finished. total time: 0.006s
fastboot flash recovery recovery.img returns:
sending 'recovery' (8701 KB)... OKAY [ 1.494s]
writing 'recovery'... OKAY [ 0.837s]
finished. total time: 2.331s
but when I choose 'RECOVERY' form hboot menu it still hangs on splash.
jason9 said:
Hi pwraggcan,
I'm not too sure? and I'm not sure how I can check either, as I can only enter hboot/fastboot.
AndyHarney,
As far as I can remember I was using my phone as normal. (no risky installs/flashes to speak of). Then overnight it ran out of battery, and now won't boot up .. ?
fastboot flash system system.img returns:
sending 'system' (410134 KB)... FAILED (remote: data length is too large)
finished. total time: 0.006s
fastboot flash recovery recovery.img returns:
sending 'recovery' (8701 KB)... OKAY [ 1.494s]
writing 'recovery'... OKAY [ 0.837s]
finished. total time: 2.331s
Click to expand...
Click to collapse
So you have recovery, and you're rooted, well I'd say install a ROM as ROMS flash system, boot and cache img files. Sending a 410mb file ofver adb seems a bit risky. Also, if you have no ROMs on the SD Card go into recovery, mounts and storage and at the bottom is usb or something.
MrYuiM,
I don't mean to act the fool, but I don't fully understand you're post.
"well I'd say install a ROM as ROMS flash system, boot and cache img files"
not sure how I can go about doing this? using fastboot?
"Also, if you have no ROMs on the SD Card go into recovery"
which ROMs do you mean? I have on my sdcard "LeeDrOiD_HD_V1.5.1.zip" and others. I also have some nandroid backups.
Currently, I have not found a way to enter recovery..
P.S I apologize for spewing my ignorance all over this thread.
Get PD98IMG.zip from my downgrade guide, put it into your SD card and go to the bootloader. Then tell us what what happens.
By the way, you still have fully warranty despite the fact that your device has S-OFF. There is nothing about software mods in warranty terms. For example mike1986 sent his phone to HTC's service center, it was S-OFF and it even had a custom ROM in it, and they did not complain.
jkoljo said:
Get PD98IMG.zip from my downgrade guide, put it into your SD card and go to the bootloader. Then tell us what what happens.
By the way, you still have fully warranty despite the fact that your device has S-OFF. There is nothing about software mods in warranty terms. For example mike1986 sent his phone to HTC's service center, it was S-OFF and it even had a custom ROM in it, and they did not complain.
Click to expand...
Click to collapse
When I asked HTC they were pretty stern on the fact that rooting voids their warranty despite it not being in the guidelines :/
jason9 said:
MrYuiM,
I don't mean to act the fool, but I don't fully understand you're post.
"well I'd say install a ROM as ROMS flash system, boot and cache img files"
not sure how I can go about doing this? using fastboot?
"Also, if you have no ROMs on the SD Card go into recovery"
which ROMs do you mean? I have on my sdcard "LeeDrOiD_HD_V1.5.1.zip" and others. I also have some nandroid backups.
Currently, I have not found a way to enter recovery..
P.S I apologize for spewing my ignorance all over this thread.
Click to expand...
Click to collapse
To enter recovery turn your phone off completely and plug it into the charger, recovery will auto open. Also, everyone starts off somewhere.
But go with jkoljo first as he is more experienced
Hi jkoljo,
Downloading now,
It's also a big relief to hear that software modding dosn't effect warrenty *phew*
jason9 said:
Hi jkoljo,
Downloading now,
It's also a big relief to hear that software modding dosn't effect warrenty *phew*
Click to expand...
Click to collapse
Good luck mate, report back on how it goes
Might be futile but you could try a different recovery. If you're s off it should work. Try a 2.x.x.x then a 3.x.x.x. flashing from fastboot, it could be that. If the pd98img doesn't work then it might be a faulty motherboard and htc will have to fix it.
Sent from my Desire HD using XDA App
I tried jkoljo advice, but still no dice! ... (hey that rhymes!)
One thing I noticed as it was checking SD card: -
SD Checking...
Loading...[PD98DIAG.zip]
No image!
Loading...[PD98DIAG.nbh]
No image or wrong image!
Loading...[PD98IMG.zip]
are those errors normal?!
just to clarify, after jkoljo's PD98IMG.zip update, I reboot and it hangs at my custom spash screen, just as before.
It's as if I hadn't tried to update/recover at all!
Anyways, Thankyou all for your help, assistance and advice.
I have to go out now, but ill be back tomorrow to try again.
It seems that you have to format your SD card. Do a full format to FAT32 (no quick format), and try it again.
Ok, formatted and tried again.
But same results as my last post.
I even tried with 2 SD's (4gb + 8gb).
Does this mean my phone is not recoverable..?
....I hope not..
oopes, delete this post please
pwraggcan said:
Try flashing a different recovery while in fastboot.
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
Could you recommend one?
The only one I've ever known is CWM.
Also I don't have much faith in fastboot right now.
When I flashed my stock splash, it said 'OK' but never changed!
Thanks pwraggcan
Try flashing a different recovery while in fastboot.. Try the stock one first and if you can boot into recovery wipe data/factory reset.
fastboot flash recovery nameofrecovery.img
recovery zip attached. good luck.
Thanks for the suggestion pwraggcan,
I tried that recovery.. and it flashed 'OK' but still no change from my previous attempts.
Soo... Shall I call this a write-off and let HTC deal with it..
Or are there any last ditch solutions I could be trying.
Jason9
As a last resort try the attached recovery. If this recovery doesn't work it's gotta be a hardware issue. I'm thinking if you backed up with a 2 series cw recovery then updated the recovery with rom manager to a 3 series cw recovery it won't let restore the backup. So, try the attached and fingers crossed, you're up and running. Probably won't sort it but definitely worth a try.

[Q] Help: Can't relock, can't flash via fastboot

UPDATE: Still no solution found - new Ideas very welcome.
Hi there,
I'm at the end of my wits with my HOX which is with a german o2 branding. After getting stuck in bootscreen after athe OTA-Update from 1.26.207.2 to 1.28.207.9 - which failed for some reasons. I tried to install different Custom-Roms, none of which would boot beyond the first HTC-Screen.
The latest one I tried was Cyanogenmod, that did boot fully but I got constant "andoidupi crashed" messages, so I tried to reflash it.
After that things got weird, because right now I can't really do anything anymore. If I try to relock it via "Fastboot oem lock" it just reboots and it boots straight into CWM 5.8.3.1 but when I get back to bootloader its still "**** UNLOCKED ****"
I can flash boot.imgs via fastboot flash... but even so its says at the command prompt that it was successful flashed, it really isnt. No matter what - at reboot I will boot into CWM.
It is like working on a virtual machine - the HOX gives all the right responses, but noting I try to flash is permanent.
I can't relock, I can't flash new recoverys, can't flash new boot.img and everything I push onto the SDCARD via adb is gone after reboot. If I delete a file that is actually on the SDCARD it will be back after reboot, like it was never really deleted.
I already checked my drivers, switched off Antivir, tried it on a different PC, reinstalled the drivers etc etc.
My HOX is from German o2
I've got HBOOT 0.94.0000 and Radio 1.1204.90.13
If anyone has any suggestions besides "You have to fastboot flash recovery/boot..." and "Don't forget to erase cache after every flash" I'd be very thankfull
Best regards,
Thad
did you try to re-download your fastboot ?
and did you navigate on CMD to the right place where your fastboot folder is stored ?
You need to flash the stock recovery before you relock your bootloader.
Flash stock recovery
Relock bootloader
Install ruu
Hope this helped
EDIT: Just read your post again and you said you've tried flashing recoveries, sorry, its late here
Sent from my HTC One X using xda premium
i made a compilation of threads about this matter, it might help you. check it out..
http://forum.xda-developers.com/show....php?t=1692681
Thanks for all suggestions on the topic
@muamers
I redownloaded fastboot multiple times, but its all the same, sadly The problem is: It seems to work. I get all the right replies on the command prompt, but after rebooting nothing is flashed.
@mikey0105
The link goes to a 404 page - could you post it again?
Thank you
tadeausz said:
Thanks for all suggestions on the topic
@mikey0105
The link goes to a 404 page - could you post it again?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1692681
Thank you Gibeon & mikey0105
I retried all the steps there, but still no change.
The problem still is the same. This is what I get in response:
>fastboot erase cache
erasing 'cache'...
OKAY [ 0.044s]
finished. total time: 0.045s
>fastboot flash boot boot.img
sending 'boot' (4156 KB)...
OKAY [ 0.538s]
writing 'boot'...
(bootloader) Format partition LNX done
OKAY [ 0.470s]
finished. total time: 1.008s
>fastboot erase cache
erasing 'cache'...
OKAY [ 0.034s]
finished. total time: 0.034s
>fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
sending 'recovery' (5760 KB)...
OKAY [ 0.829s]
writing 'recovery'...
(bootloader) Format partition SOS done
OKAY [ 0.548s]
finished. total time: 1.377s
So everything should've worked out great. But not so, because in reality he really hasn't flashed anything to the HOX permanently. When I reboot to recovery I still have the OLD CWM without fixes. The boot.img isn't flashed either.
As I said: It's like working on a virtual machine, where nothing really has any effects, it's a if all the fastboot commands only affect the RAM but are not really flashed to Memory.
And I still can't relock, still can't reboot-bootloader from Bootloader.
Any other ideas are welcome...
Greetings,
Thad
Bump.
Nobody any more ideas?
Bump. Still no solution after many month
try to flash the latest CWM recovery. http://www.clockworkmod.com/rommanager
robchongke said:
try to flash the latest CWM recovery. http://www.clockworkmod.com/rommanager
Click to expand...
Click to collapse
I'd like to - but as I said - it won't flash anything. I get the right responses but after a reboot it's back to the old Recovery
tadeausz said:
I'd like to - but as I said - it won't flash anything. I get the right responses but after a reboot it's back to the old Recovery
Click to expand...
Click to collapse
are you doing
fastboot flash recovery recovery.img
Or
fastboot boot recovery.img
I'm not sure the second one works, but if it did, it would do what you describe. So do the first.
help
I'm running ICJ ROM AOKP. last time I flashed this rom and flashed the gapps too,
Now I want to install a new package of gapps, SO, do I need to wipe data, cache, dalvic cache to install the gapps ???
Note that I'm going to install ONLY the gapps...
THANKS
aimen7 said:
i'm running icj rom aokp. Last time i flashed this rom and flashed the gapps too,
now i want to install a new package of gapps, so, do i need to wipe data, cache, dalvic cache to install the gapps ???
Note that i'm going to install only the gapps...
Thanks
Click to expand...
Click to collapse
That's the third time I've read this question from you.
STOP POSTING IT NOW!
BenPope said:
That's the third time I've read this question from you.
STOP POSTING IT NOW!
Click to expand...
Click to collapse
sorry, I'm CONFUSED about that
Aimen7 said:
sorry, I'm CONFUSED about that
Click to expand...
Click to collapse
Make 1 new thread or search....don't go posting it in every Q&A thread !
That is confusing ! :thumbdown:

[Q] S-off method - Phone rooter by other

I just bought a rooted DInc2. I love it, and am slowly learning about. I don't know the method that the previous owner rooted the phone, but it is currently S-ON.
So, my question is: which method should I use to get it to S-OFF? I was looking at the Comprehensive S-OFF/Root Methods (http://forum.xda-developers.com/showthread.php?t=1751796), and it is not clear to me. Do I use the instructions, "Get S-OFF after using HTCDev Unlock", even if I don't know if the phone was rooted using HTCDev Unlock?
Here is info on my phone:
S-ON
HBoot 0.98.0000
Radio 1.09.01.0312
eMMC-boot
Firmware 6.01.605.05 710RD
Thanks for your help
Only way that I know for it to be still S on is through htcdev.com. Yeah use that guide.
Sent from my forgotten by HTC Droid Incredible 2. Rooted and Rommed by great minds at XDA that won't forget this phone.
Go into hboot and see if the device is unlocked or relocked?
Sent from my SCH-I535 using xda app-developers app
unlocked
It says "unlocked", so I will try the 2nd method. Thanks.
HELP!
So, I am going through the steps to Get S-OFF after using HTCDev Unlock. I made successfully (I think!) through flashing the zip file:
Vivo_W_Gingerbread_S_VERIZON_WWE_2.18.605.3_Radio_1.09.01.0622_NV_VZW1.92_release_199487_si.zip
Everything was working as expected, so far...
Then I proceeded though these steps:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip 1.09.01.0312_vivow_Radio_PG32IMG.zip
but I get the following when I try to flash the above Radio zip file, which is copied directly from the command prompt window
C:\Android>fastboot flash zip 1.09.01.0312_vivow_Radio_PG32IMG.zip
sending 'zip' (13225 KB)... OKAY [ 3.425s]
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 6.232s
I tried re-flashing the Gingerbread zip, but same result. I am stuck at the black HTC screen, and not sure what to do next.
stuckinthedirt said:
So, I am going through the steps to Get S-OFF after using HTCDev Unlock. I made successfully (I think!) through flashing the zip file:
Vivo_W_Gingerbread_S_VERIZON_WWE_2.18.605.3_Radio_1.09.01.0622_NV_VZW1.92_release_199487_si.zip
Everything was working as expected, so far...
Then I proceeded though these steps:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip 1.09.01.0312_vivow_Radio_PG32IMG.zip
but I get the following when I try to flash the above Radio zip file, which is copied directly from the command prompt window
C:\Android>fastboot flash zip 1.09.01.0312_vivow_Radio_PG32IMG.zip
sending 'zip' (13225 KB)... OKAY [ 3.425s]
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 6.232s
I tried re-flashing the Gingerbread zip, but same result. I am stuck at the black HTC screen, and not sure what to do next.
Click to expand...
Click to collapse
Redownload the file, then try.
Sent from my Droid Incredible 2 using Tapatalk.
Got it
Finally got the radio to flash. I copied it to my sdcard, and flashed it by starting up in bootloader. Got S-OFF via revolutionary, so mission accomplished!
stuckinthedirt said:
Finally got the radio to flash. I copied it to my sdcard, and flashed it by starting up in bootloader. Got S-OFF via revolutionary, so mission accomplished!
Click to expand...
Click to collapse
What steps did you take to flash it over from your sdcard once you started in bootloader?
jncryer said:
What steps did you take to flash it over from your sdcard once you started in bootloader?
Click to expand...
Click to collapse
I copied the radio to my sdcard, with the name PG32IMG.zip. When you reboot in bootloader, it prompts you to run that file.
Don't forget to delete or rename that file when you're done so it doesn't prompt you to run that file every time you go into your boot loader.
sent from my incredibly paranoid inc2
Jason, Thanks for the reminder!

[Q] HBoot Relocked, S-ON, Root, trying to upload stock ROM

Hello,
Im having reallly big problem with my Desire HD device and unfortunately,I realize this is only my fault and inadvertence. Im hoping that someone will help me with my problem...
First of all, I've had stock 2.3.5 on my device and every possible blockade. I've used Downgrade_v2 files (with adb and Gingerbreak and 1.32 stock android) but it wasn't working as it supossed to do. I've found nice tool to unblock DHD, called EasyAceRootTool. Everything went OK, new H-Boot was uploaded, unblock process went smoothly, Revovery Touch was uploaded to DHD as well, Superuser was installed too.
And at this level I've hurried too much, because I've installed by recovery new rom on Android 4.0.4 , this one : http://forum.xda-developers.com/showthread.php?t=1839004
And of course... I know now iVe forgot to make S-OFF, android doesn't start, nothing happens at all....
My Hboot now says :
Hboot :
***Relocked***
ACE PVT SHIP S-ON RL
HBOOT-2.0020029
RADIO -26.14.04.28_M
Ive tried a lot of soutions
1)Install PD98IMG.zip on sdcard (2 different stock roms) but when Bootlader is checking image, it says, that newer android is already on device
2)Install RUU, It says that there is a problem with Hboot and i need to wait for upgrade
3)Install PD98IMG.zip (pulled out from stock RUU) by recovery, it says that this image is "bad"
4)Restore backed up adnroid from this thread http://forum.xda-developers.com/showthread.php?t=920876&highlight=hboot, from section "Install stock Vodafone ROM", but it didn't helped as well, it says MD5 checksum failed...
5) When im trying to unlock Hboot in EasyAceRootTool, it communicating with device, but then it says : "Your device is not recognized"
Please guys... what else should I do ??
ps. I know there's a lot of grammatic mistakes, sorry for that. I was trying to check what I was writing
You've relocked your bootloader. You need to re-unlock it. Also, each time after you flash a ROM, you need to extract the boot.img from the ROM zip and
Code:
fastboot flash boot boot.img
bananagranola said:
You've relocked your bootloader. You need to re-unlock it. Also, each time after you flash a ROM, you need to extract the boot.img from the ROM zip and
Code:
fastboot flash boot boot.img
Click to expand...
Click to collapse
tried to do that in bootloader is fastboot mode, and it says :
C:\win>fastboot flash boot boot.img
sending 'boot' (2932 KB)... OKAY [ 0.496s]
writing 'boot'... INFOsignature checking..
FAILED (remote: signature verify fail)
finished. total time: 0.973s
peanek said:
tried to do that in bootloader is fastboot mode, and it says :
C:\win>fastboot flash boot boot.img
sending 'boot' (2932 KB)... OKAY [ 0.496s]
writing 'boot'... INFOsignature checking..
FAILED (remote: signature verify fail)
finished. total time: 0.973s
Click to expand...
Click to collapse
Like I said, you relocked your bootloader. First you need to re-unlock your bootloader.
bananagranola said:
Like I said, you relocked your bootloader. First you need to re-unlock your bootloader.
Click to expand...
Click to collapse
Sorry, I haven't read properly
C:\win>fastboot flash unlocktocken Unlock_code.bin
sending 'unlocktocken' (0 KB)... OKAY [ 0.014s]
writing 'unlocktocken'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.019s
It's an unlock coode made in HTCDev.com, with a signature of my handset...
Is your phone in fastboot mode?
bananagranola said:
Is your phone in fastboot mode?
Click to expand...
Click to collapse
OK, there was a trivial bug, I've wrote unlocktocken instead of unlocktoken it is working now !!
Thanks man, I was fighting with this device for more than whole week, thanks for your help
peanek said:
OK, there was a trivial bug, I've wrote unlocktocken instead of unlocktoken it is working now !!
Thanks man, I was fighting with this device for more than whole week, thanks for your help
Click to expand...
Click to collapse
Ok, Im having other problem, tried to use fastboot flash boot boot.img, everything went OK, file was sended, but nothing happens, Hboot is still 2.00.0029, tried to use RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed, but after reboot, when i see HTC on black screen, when RUU should send new update, error is occured.
PD98IMG.zip on sdcard can't install too.
peanek said:
Ok, Im having other problem, tried to use fastboot flash boot boot.img, everything went OK, file was sended, but nothing happens, Hboot is still 2.00.0029, tried to use RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed, but after reboot, when i see HTC on black screen, when RUU should send new update, error is occured.
PD98IMG.zip on sdcard can't install too.
Click to expand...
Click to collapse
The boot.img isn't the bootloader. You need to flash the ROM (not RUU), then fastboot flash the boot.img.
bananagranola said:
The boot.img isn't the bootloader. You need to flash the ROM (not RUU), then fastboot flash the boot.img.
Click to expand...
Click to collapse
C:\win>fastboot flash zip UPDATE.zip
sending 'zip' (336097 KB)... OKAY [ 57.277s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOzip header checking...
INFOzip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 62.750s
or 2 others zip with ROM I've downloaded. Hboot is unblocked for 100%
Wait, no. Flash the ROM from recovery. You can't flash zips like that in fastboot. You can flash ROM images, but it makes more sense for you to get a recovery and flash zips instead.
If you don't have a recovery, first you need to install one. If you have a rooted ROM, you can install a recovery from apps: ROM Manager for ClockworkMod, 4ext Updater apk (from 4ext's website) for 4ext, and GooManager for TWRP. If you don't, download a recovery.img and flash it from fastboot:
Code:
fastboot flash recovery recovery.img
.
If you do, just go straight to flashing the zip from recovery. Then,
Code:
fastboot flash boot boot.img
.
bananagranola said:
Wait, no. Flash the ROM from recovery. You can't flash zips like that in fastboot. You can flash ROM images, but it makes more sense for you to get a recovery and flash zips instead.
If you don't have a recovery, first you need to install one. If you have a rooted ROM, you can install a recovery from apps: ROM Manager for ClockworkMod, 4ext Updater apk (from 4ext's website) for 4ext, and GooManager for TWRP. If you don't, download a recovery.img and flash it from fastboot:
Code:
fastboot flash recovery recovery.img
.
If you do, just go straight to flashing the zip from recovery. Then,
Code:
fastboot flash boot boot.img
.
Click to expand...
Click to collapse
OK, first of all, I'm having recovery, 5.8.7.2 Touch version that was installed with EasyAceRootTool.
I can't install any .apk, because I have now installed 4.0.4 rom, and because of S-ON, it will not start. I was trying to install few roms from recovery of course (Stock versions downloaded from xda, 1.32 versions and 2.3.5.), but every time I am doing this, revovery give me a error "installation aborted (bad)" it's from a PD98IMG zip downloaded from xda and rom.zip pulled out from "RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed"
When I am trying to do in fastboot mode :
Code:
fastboot flash system system.img
(system.img from stock roms, they are uploading, says OK for writing, but when I reboot phone, I see green HTC on white screen, then black screen, and then everytime phone reboots in recovery.
Few minutes a go i tried :
Code:
fastboot eease cache
fastboot oem rebootRUU
fastboot flash zip PD98IMG.zip
but every time it says :
Code:
C:\win>fastboot flash zip UPDATE.zip
sending 'zip' (336097 KB)... OKAY [ 57.215s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOzip header checking...
INFOzip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 62.713s
peanek said:
OK, first of all, I'm having recovery, 5.8.7.2 Touch version that was installed with EasyAceRootTool.
I can't install any .apk, because I have now installed 4.0.4 rom, and because of S-ON, it will not start. I was trying to install few roms from recovery of course (Stock versions downloaded from xda, 1.32 versions and 2.3.5.), but every time I am doing this, revovery give me a error "installation aborted (bad)" it's from a PD98IMG zip downloaded from xda and rom.zip pulled out from "RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed"
When I am trying to do in fastboot mode :
Code:
fastboot flash system system.img
(system.img from stock roms, they are uploading, says OK for writing, but when I reboot phone, I see green HTC on white screen, then black screen, and then everytime phone reboots in recovery.
Few minutes a go i tried :
Code:
fastboot eease cache
fastboot oem rebootRUU
fastboot flash zip PD98IMG.zip
but every time it says :
Code:
C:\win>fastboot flash zip UPDATE.zip
sending 'zip' (336097 KB)... OKAY [ 57.215s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOzip header checking...
INFOzip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 62.713s
Click to expand...
Click to collapse
What are you trying to do?? If you have an unlocked bootloader a RUU will never flash. Besides, being S-ON requires the specific RUU for your device.
If you have CWM and an unlocked bootloader, you can flash any custom rom in recovery but need to flash boot.img after flashing the rom.
You can't flash apks in recovery, only zips. Then fastboot flash the boot.img.
bananagranola said:
You can't flash apks in recovery, only zips. Then fastboot flash the boot.img.
Click to expand...
Click to collapse
glevitan said:
What are you trying to do?? If you have an unlocked bootloader a RUU will never flash. Besides, being S-ON requires the specific RUU for your device.
If you have CWM and an unlocked bootloader, you can flash any custom rom in recovery but need to flash boot.img after flashing the rom.
Click to expand...
Click to collapse
Ok, I was trying to put this device on feet, because it wasn't load any ROM I was flashing. There's a lot of tools and tutorials that I was reading before flashing DHD on xda and other forums. I was convinced, that I need S-OFF to use custom ROM. Few minutes a go I flashed Sabsa-Prime ROM by Recovery, then i searched for boot.img in Sabsa_Prime_v16.0_By_AlirezaB.zip, flashed it in fastboot, anddddd tadaaam...Everythings working perfectly
Thank You gyus, I really appreciate your help !! I was really stuck on this device...
Best Regards !
I need help...NOOB!!!
Hi there i need help.. my phone is stuck on a relocked screen and i cant get it tp power up... i will post a pic so maybe someone can help me out asap...
good
hiii please help mee!!
peanek said:
Hello,
Im having reallly big problem with my Desire HD device and unfortunately,I realize this is only my fault and inadvertence. Im hoping that someone will help me with my problem...
First of all, I've had stock 2.3.5 on my device and every possible blockade. I've used Downgrade_v2 files (with adb and Gingerbreak and 1.32 stock android) but it wasn't working as it supossed to do. I've found nice tool to unblock DHD, called EasyAceRootTool. Everything went OK, new H-Boot was uploaded, unblock process went smoothly, Revovery Touch was uploaded to DHD as well, Superuser was installed too.
And at this level I've hurried too much, because I've installed by recovery new rom on Android 4.0.4 , this one : http://forum.xda-developers.com/showthread.php?t=1839004
And of course... I know now iVe forgot to make S-OFF, android doesn't start, nothing happens at all....
My Hboot now says :
Hboot :
***Relocked***
ACE PVT SHIP S-ON RL
HBOOT-2.0020029
RADIO -26.14.04.28_M
Ive tried a lot of soutions
1)Install PD98IMG.zip on sdcard (2 different stock roms) but when Bootlader is checking image, it says, that newer android is already on device
2)Install RUU, It says that there is a problem with Hboot and i need to wait for upgrade
3)Install PD98IMG.zip (pulled out from stock RUU) by recovery, it says that this image is "bad"
4)Restore backed up adnroid from this thread http://forum.xda-developers.com/showthread.php?t=920876&highlight=hboot, from section "Install stock Vodafone ROM", but it didn't helped as well, it says MD5 checksum failed...
5) When im trying to unlock Hboot in EasyAceRootTool, it communicating with device, but then it says : "Your device is not recognized"
Please guys... what else should I do ??
ps. I know there's a lot of grammatic mistakes, sorry for that. I was trying to check what I was writing
Click to expand...
Click to collapse

Factory reset is impossible

In short, I'm trying to factory reset the phone to it's default settings, but every attempt is met with a failed attempt. Here's the specs
HTC Incredible
Android 2.2
Locked
S-ON
Hboot 1.02.000
Software: 3.26.605.1
Baseband: 2.15.00.07.28
Upgrading using the RUU file, PB3120000_Incredible_C_hboot_1.02.0000_4.08.605.2.exe, does nothing because even when it says it succeeds, the software version is the same. Tried the PB31IMG.zip method doesn't work because I get the error, "Main version is older". Going into recovery mode and resetting from there does nothing either because that fails.
The closest method I've seen which resembles mine is from this thread, but because the phone is deactivated I can't access the market to download and install rom manager to fix what could be a corrupted recovery? On top of that, I spent over an hour working with SDK, and came to the conclusion that I'm out of my depth. If anyone could point me in the right directions.
Edit: Figured out I had the wrong zip file so when I finally got it to update to 4.08.605.2 image, the boot screen is stuck at "HTC Incredible" splash screen, so I'm to assume I bricked it?
S_K_I said:
In short, I'm trying to factory reset the phone to it's default settings, but every attempt is met with a failed attempt. Here's the specs
HTC Incredible
Android 2.2
Locked
S-ON
Hboot 1.02.000
Software: 3.26.605.1
Baseband: 2.15.00.07.28
Upgrading using the RUU file, PB3120000_Incredible_C_hboot_1.02.0000_4.08.605.2.exe, does nothing because even when it says it succeeds, the software version is the same. Tried the PB31IMG.zip method doesn't work because I get the error, "Main version is older". Going into recovery mode and resetting from there does nothing either because that fails.
The closest method I've seen which resembles mine is from this thread, but because the phone is deactivated I can't access the market to download and install rom manager to fix what could be a corrupted recovery? On top of that, I spent over an hour working with SDK, and came to the conclusion that I'm out of my depth. If anyone could point me in the right directions.
Edit: Figured out I had the wrong zip file so when I finally got it to update to 4.08.605.2 image, the boot screen is stuck at "HTC Incredible" splash screen, so I'm to assume I bricked it?
Click to expand...
Click to collapse
If you can get to hboot, its not bricked. Have you tried a factory reset from hboot since doing the update?
cmlusco said:
If you can get to hboot, its not bricked. Have you tried a factory reset from hboot since doing the update?
Click to expand...
Click to collapse
Yes, I can get to hboot, and unfortunately doing a factory reset from there didn't work either? What are my options now you think, since I ran out of ideas a while ago.
S_K_I said:
Yes, I can get to hboot, and unfortunately doing a factory reset from there didn't work either? What are my options now you think, since I ran out of ideas a while ago.
Click to expand...
Click to collapse
So am I out of options at this point, because I've exhausted every resource I could find.
S_K_I said:
So am I out of options at this point, because I've exhausted every resource I could find.
Click to expand...
Click to collapse
Try this ruu thru hboot http://dinc.does-it.net/Stock_Images/4.08.605.15/PB31IMG.zip. If that dosent work i would unlock your bootloader with http://htcdev.com/bootloader. Then flash a custom recovery. Then from recovery try to do a full wipe and a flash of a rom.
How do I get access to the sim card from my computer and install the zip if the phone won't boat? Or is there a way I can still do this through hboot?
S_K_I said:
How do I get access to the sim card from my computer and install the zip if the phone won't boat? Or is there a way I can still do this through hboot?
Click to expand...
Click to collapse
Well to put the PB file on the sdcard you would need to remove it from the phone, and then use a pc to put the file on there. You would most likley need an adapter, as most card readers dont do micro sd. However you can use fastboot to flash a pb file. Place the PB file on your pc in the same folder as fastboot.exe. Then type the folowing one at a time.
Code:
fastboot oem rebootRUU
Code:
fastboot flash zip PB31IMG.zip
Also unlocking the bootloader, and flashing a recovery only requires the use of fastboot.
EDIT: I guess i should have asked first if you have fastboot adb and their drivers setup on your pc? And if you know how to use them?
Sorry bout not mentioning I'm still a noob at this but for the most part I'm pretty tech savvy (just with iphones shhhh), I was in the middle of updating my progress, and I just finished installing SDK and recovery-clockwork-5.0.2.0-vivo.img, so now after installing the PB zip udate I got this message, "Failed (remote: 99 unknown fail)". What version of PB is this anyways?
S_K_I said:
Sorry bout not mentioning I'm still a noob at this but for the most part I'm pretty tech savvy (just with iphones shhhh), I was in the middle of updating my progress, and I just finished installing SDK and recovery-clockwork-5.0.2.0-vivo.img, so now after installing the PB zip udate I got this message, "Failed (remote: 99 unknown fail)". What version of PB is this anyways?
Click to expand...
Click to collapse
The latest 4.08.605.15. Wait that is not a correct recovery for this phone. So you are unlocked now? If so that is why the fastboot ruu failed, the bootloader must be locked.
Yea I googled it not too long ago and figured that out. So what's the right version then?
S_K_I said:
Yea I googled it not too long ago and figured that out. So what's the right version then?
Click to expand...
Click to collapse
CWM - http://dinc.does-it.net/Recoveries/CWM_5.0.2.0/
Or
TWRP - http://dinc.does-it.net/Recoveries/TWRP_2.4.4.0/
I need to do some errands but I"ll be back in 30 minutes, Just letting you know in case you're waiting on me, but irregardless thanks for the help so far and I apologize having to put up with me. Bueno, ttys..
OK, I think I just made things worse. First off, I didn't know I shouldn't of unlocked it because now I instead of getting that error 99 when trying to mount the PB, I get the message saying, "bootloader err command error !!!" after I enter "fastboot oem rebootruu". And trying to mount it while it's unlocked I get the message, "FAILED (remote: not allowed)". Sad face all around. Also, those 2 links you gave me are broken or just aren't working for me, so I'll try to find other links in the mean time. But as far as re-locking the phone, I still get the same messages as above.
S_K_I said:
OK, I think I just made things worse. First off, I didn't know I shouldn't of unlocked it because now I instead of getting that error 99 when trying to mount the PB, I get the message saying, "bootloader err command error !!!" after I enter "fastboot oem rebootruu". And trying to mount it while it's unlocked I get the message, "FAILED (remote: not allowed)". Sad face all around. Also, those 2 links you gave me are broken or just aren't working for me, so I'll try to find other links in the mean time. But as far as re-locking the phone, I still get the same messages as above.
Click to expand...
Click to collapse
You can relock by typing in fastboot
Code:
fastboot oem lock
Or your saying you already tried that and it have an error?
The links should be working again.
---------- Post added at 10:34 PM ---------- Previous post was at 10:29 PM ----------
Wait, does your hboot still have the same info you posted earlier as far as software version and baseband? In othet words are you still on android 2.2? And do you have a working recovery now?
C:\Android>fastboot oem rebootruu
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.006s]
finished. total time: 0.009s
C:\Android>fastboot flash zip PB31IMG.zip
sending 'zip' (3064 KB)...
OKAY [ 0.535s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.965s
This is while it's relocked btw.
S_K_I said:
C:\Android>fastboot oem rebootruu
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.006s]
finished. total time: 0.009s
C:\Android>fastboot flash zip PB31IMG.zip
sending 'zip' (3064 KB)...
OKAY [ 0.535s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.965s
This is while it's relocked btw.
Click to expand...
Click to collapse
The RUU has to be capital letters in that first command. (fastboot rebootRUU)
Try with this one http://dinc.does-it.net/Stock_Images/4.08.605.2/PB31IMG.zip, i forgot that last one was built and not official.
S_K_I said:
C:\Android>fastboot oem rebootruu
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.006s]
finished. total time: 0.009s
C:\Android>fastboot flash zip PB31IMG.zip
sending 'zip' (3064 KB)...
OKAY [ 0.535s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.965s
This is while it's relocked btw.
Click to expand...
Click to collapse
I got 4.08.605.2 installed, with radio 2.15.10.12.20. And if I understand you correctly regarding the recovery, I got clockwork installed and working.
S_K_I said:
I got 4.08.605.2 installed, with radio 2.15.10.12.20. And if I understand you correctly regarding the recovery, I got clockwork installed and working.
Click to expand...
Click to collapse
Well you could try thay ruu in the post above, or go to recovery, do a wipe, and flash a rom.
EDIT: To flash a rom thru recovery you would need to unlock again with the bin file.
---------- Post added at 10:50 PM ---------- Previous post was at 10:44 PM ----------
Lol we kind of have two different things going here, and they kind of conflict. So either stay locked and try that othet ruu, or unlock again and wipe and flash a rom with cwm.
Ok, it succesfully mounted that last image you linked to me. Only thing now after it finished on the command prompt, looking at the phone now and it's sitting there with the HTC logo, a black background, and a finished green bar. Should I just reboot it or keep waiting?
S_K_I said:
Ok, it succesfully mounted that last image you linked to me. Only thing now after it finished on the command prompt, looking at the phone now and it's sitting there with the HTC logo, a black background, and a finished green bar. Should I just reboot it or keep waiting?
Click to expand...
Click to collapse
Keep waiting, mabey for 10 15 min. It may take awile and reboot a few times.

Categories

Resources