Hi!
First sorry for my english...
So my problem is the next:
I've got a HTC Vision, i'm done with the rooting and s-off by using this guide: http://forum.xda-developers.com/wik...Phone.2C_Set_SuperCID.2C_and_Turn_Radio_S-OFF
Everything went fine, now i can get su in term emulator, i see s-off in fastboot, but when i try to flash recovery or splash screen i always get errors like this: (with splash.img it's the same)
C:\adb>fastboot flash recovery recovery.img
sending 'recovery' (4442 KB)...
OKAY [ 0.779s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 0.780s
I have no idea where should i start debugging...
I'm running Virtuous 1.0.1 and i'v got a modded cwm recovery (3.0.0.5) to charge with power off
Anyone can help me please?
EDIT:
In the wiki i read this:
"Assuming you've backed up your phone with Clockwork's nandroid, you can install the engineering HBOOT (bootloader), which among other things allows you to use fastboot flash (or flashing-over-usb from your computer). This is unnecessary for most users but provides additional functionality for developers. "
Is this mean i can't flash via fastboot without eng hboot?
Sorry if it's a noob question but it seems much difficult like with the normal desire.....
Yes you need the ENG. Hboot to push commands in fastboot.
Sent from my HTC Vision using XDA Premium App
joemm said:
Yes you need the ENG. Hboot to push commands in fastboot.
Sent from my HTC Vision using XDA Premium App
Click to expand...
Click to collapse
thanks for quick reply...
I was thinking the same thing but I'm not sure, and i don't wanted to brick my new favourite
If you want to flash recovery without the ENG HBOOT you can use this method:
http://forum.xda-developers.com/showthread.php?t=902493
raitchison said:
If you want to flash recovery without the ENG HBOOT you can use this method:
http://forum.xda-developers.com/showthread.php?t=902493
Click to expand...
Click to collapse
somewhere else i found a solution to flash recovery in shell, and found one to flash splash img in shell too, but thanks...
my problew was only the eng hboot.... before the Vision i had a Bravo, and with that there was everything is simple... unrEVOked to root(1 click), alpharev to s-off(1 click again)... after those i can did everything....
the eng boot is new for me (in android), but now i know what can i do with it and what can i do without it.... but maybe the most important, i know, i can do almost everything without it, the only thing i have to do is to go on a longer way
Related
Some help please...
I've switched to s-off with XTC clip, but now I'm stuck in order to root with hboot 1.0.1. Followed couple of guides like this onefor making a goldcard and custom recovery with PC49IMG.zip to no avail. In fastboot it doesn't give me the choice for the new firmware... thus can't recover unsigned or custom rooted roms. Somewhere in the process I'm mistaken or repeat an error that I cannot find... anyway
How can I recover an earlier RUU from microSD in order to downgrade the bootloader? I don't have a specific choice since I'll go with custom roms just wanna root with an earlier hboot that unrevoked can handle...(english of course)
Apologize in advance since I'm a noob and such subjects have been covered before but i'm tired of rebootin the phone and searchin threads... if anybody can pinpoint me the RUU and the exact process with the standard recovery I would be glad!!! Thanks again..
*In case of a computer need, linux is prefered..
tried to flash with fastboot a cwm recovery ending in a : writing 'recovery'... FAILED (remote: not allowed)..
Also tried to flash with recovery an update.zip ending in signature verification abort..
Still can't get it... it is supposed to be easy ???
If you got s-off:
1) get and flash normally from windows this rom:
RUU_Buzz_HTC_WWE_1.37.405.1_Radio_13.53.55.24H_3.35.19.25_release_151892_signed.exe
2) use unrevoked 3.2 (not latest)
and it will install recovery, after that put some roms onto sd card and flash from recovery
thats it. :> short guide
stabak said:
tried to flash with fastboot a cwm recovery ending in a : writing 'recovery'... FAILED (remote: not allowed)..
Also tried to flash with recovery an update.zip ending in signature verification abort..
Still can't get it... it is supposed to be easy ???
Click to expand...
Click to collapse
remote is not supported by your Hboot version, you have to downgrade your rom to 2.1 first and then root it using unrevoked 3.2 test version.
Thanks people! I'm ok now
Sent from my HTC Wildfire using XDA App
Hi, I have 2 desire bravo, one is Amoled and the other is Slcd,
I rooted the amoled one with alpharev.nl, and everything works ok...
But i bought the S-LCD one already rooted, the one who sell me it told me that he rooted it with "unrevocked forever". it's s-off with CWM recovery and every thing work but i cant flash radio, hboot and recovery via fastboot, it also told me : FAILED (remote: not allowed)
is there a solution for this?
is it safe to reroot my device using alpharev.nl?
thx
you don't flash the radio through recovery. You flash it through fastboot!!
bortak said:
you don't flash the radio through recovery. You flash it through fastboot!!
Click to expand...
Click to collapse
It's recommend to do this since one is S-OFF, you are right. But it's only really necessary if one's using a hboot with a /cache partition <35-40 mb.
I'am not flashing the radio through recovery. i am doing it with fastboot.
with the SLCD one i got this error when flashing hboot or radio :
sending 'hboot' (512 KB)... OKAY [ 0.094s]
writing 'hboot'... FAILED (remote: not allowed)
Doublecheck your bootloader if you are really S-OFF.
I have bravo stock hboot with 40M cache, so i had already tried to flash radio through CWM recovery and i got an error like :
amend scripting (update script) is no longer supported..
yes it's s-off!! it's weird.
MatDrOiD said:
Doublecheck your bootloader if you are really S-OFF.
Click to expand...
Click to collapse
BRAVO PVT3 SHIP S-OFF
HBOOT-0.93.0001
MICROP-051d
psykodali said:
I have bravo stock hboot with 40M cache, so i had already tried to flash radio through CWM recovery and i got an error like :
amend scripting (update script) is no longer supported..
Click to expand...
Click to collapse
That means your recovery is too modern for the script you want to flash. Since version 3.xxx cwm uses a newer scripts, but not all flashable zips support this. So you need to change recovery. This has to be done via fastboot. So we need to get your fastboot working:
Installed HTC drivers correctly?
Running windows or ubuntu (linux)?
Unrevoked forever is for cdma and cdma are dvt not pvt so that's not right
Sent from my HTC Desire using XDA App
Oh thanks rootSU, only read "unrevoked".
TouchPaled from dGB using Transparent XDA App
MatDrOiD said:
That means your recovery is too modern for the script you want to flash. Since version 3.xxx cwm uses a newer scripts, but not all flashable zips support this. So you need to change recovery. This has to be done via fastboot. So we need to get your fastboot working:
Installed HTC drivers correctly?
Running windows or ubuntu (linux)?
Click to expand...
Click to collapse
fastboot is working gr8 with my desire amoled.
Are you kidding me? You just wrote:
I'am not flashing the radio through recovery. i am doing it with fastboot.
with the SLCD one i got this error when flashing hboot or radio :
sending 'hboot' (512 KB)... OKAY [ 0.094s]
writing 'hboot'... FAILED (remote: not allowed)
Click to expand...
Click to collapse
That's not a working fastboot.
rootSU said:
Unrevoked forever is for cdma and cdma are dvt not pvt so that's not right
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
yes my device is not CDMA, the one who sell me it told me that he got errors while rooting the device, but despite that he got the s-off.
i must reroot using alpharev?
MatDrOiD said:
Are you kidding me? You just wrote:
That's not a working fastboot.
Click to expand...
Click to collapse
In the same computer, it work with another Desire bravo that i rooted with alpharev
So what's your problem? I do not get it.
in the same computer fastboot work with on a bravo amoled device, and dont work with an other bravo scld device..
i think that the probleme is that the slcd one is not rooted well.
is it safe to reroot it with alpharev even it's s-off on bootloader?
thx
Okay, now I get it. No, I would say to set the slcd one back to stock and then S-OFF and root with revolutionary:
http://revolutionary.io
But read the documentation page carefully and make sure your hboots is supported. If it's not, use unrevoked (first) and alpharev (second) seperately.
okey i will do that
thx MatDrOiD
Anytime. Don't forget the thanks-button.
I flashed BlackRose Hboot in my HTC Desire and then run latest RUU, It appear HTC logo and 4 triangles at each corner after flashing. Someone tell me BlackRose Hboot is just for NexusOne and then I flashed bravo_alphasp1.img but failed.
Can you help me?
did RUU process finish?
can you boot to fastboot?
kotag82 said:
did RUU process finish?
can you boot to fastboot?
Click to expand...
Click to collapse
kotag82,
Thanks for your reply.
Yes, I use RUU_HTC Desire Android 2.3 Upgrade (Gingerbread) but fail shown error code [152] : IMAGE UPDATE ERROR
No, it stay on black screen with HTC logo and 4 triangels after reboot.
where phone got stuck on 152 error? was it system, radio etc
try to flash alpharev downgrade via fastboot and reboot again to fastboot
then run ruu and pray...
This has happened before in the sandvold irc. It lasted a while before I left. I'm not sure if it got fixed in the end. We tried everything we could think of. I certainly had decided it was bricked. Last I knew, _thalamus had started asking qquestions so if anyone knows whether it was recovered, it will be him...
Sent from my HTC Desire using Tapatalk
I can't tell too from that info provided... But flashing hboot from different phone is like death sentence for phone, I know both are very similar... I try to dig deeper, thanks for info
Sent from my HTC Desire using XDA Premium App
rootSU said:
This has happened before in the sandvold irc. It lasted a while before I left. I'm not sure if it got fixed in the end. We tried everything we could think of. I certainly had decided it was bricked. Last I knew, _thalamus had started asking qquestions so if anyone knows whether it was recovered, it will be him...
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
My Desire shows Bootloader and System - Fail PU after flashing RUU. The fastboot command can be still worked in DOS mode but adb command isn't work.
That is better, I was afraid of radio fail...
Flash downgrade hboot from alpharev and then RUU
Sent from my HTC Desire using XDA Premium App
Not much help at this point but I had a desire in the same state a few weeks ago and it lives and breathes again. For the life of me I cant remember how I finally fixed it.
I believe I had to create a goldcard and flash an RUU.
IIRC you have a Locked bootloader. There is a section on the HTC website that might help.
what happens when you try to flash an alpharev hboot?
Prof Peach said:
Not much help at this point but I had a desire in the same state a few weeks ago and it lives and breathes again. For the life of me I cant remember how I finally fixed it.
I believe I had to create a goldcard and flash an RUU.
IIRC you have a Locked bootloader. There is a section on the HTC website that might help.
Click to expand...
Click to collapse
This is much more serious than yours. This has had an spl from another device flashed. All op can hope if that fastboot will flash a new hboot.
Sent from my HTC Desire using Tapatalk
flash stock hboot from alpharev site then re run ruu
thats what fixed mine use fastboot commander
Droidzone said:
what happens when you try to flash an alpharev hboot?
Click to expand...
Click to collapse
The message of PC shows:
c:\tools>fastboot flash hboot bravo_downgrade.img
sending 'hboot' <512 KB>... OKAY [0.109s]
writing 'hboot' ... FAILED <remote: image update error>
finished. total time:0.109s
The message of Desire shows after reboot:
*** BlackRose ***
STOCK-145/95/186
BRAVO UNKNOWN ENG S-OFF
HBOOT-7.35.5017 (PB9920000)
MICROP-031d
TOUCH PANEL-SYNT0101
RADIO-5.17.05.23
Dec 31 2011, 00:00:00
RUU
Bootloader -Fail PU
System - Fail PU
Only BlackRose can be flashed
That's just great. Apparently Black Rose employs a similiar protection like Alpharev. Better contact the dev team of BR, and get them to help unlock it.
Btw...you should have searched well... I found it in 5 seconds.
If you would like to unlock protection
fastboot oem brcmd pass [ORIGINAL PASSWORD]
Click to expand...
Click to collapse
Unlock it, then flash Alpharev followed by Boot, Recovery and Radio for the Desire (NOT Nexus One!).
Once you get the correct radio and recovery on it, you can install a custom rom.
Droidzone said:
Btw...you should have searched well... I found it in 5 seconds.
Unlock it, then flash Alpharev followed by Boot, Recovery and Radio for the Desire (NOT Nexus One!).
Once you get the correct radio and recovery on it, you can install a custom rom.
Click to expand...
Click to collapse
Awesome find dz
Sent from my HTC Desire using Tapatalk
Droidzone said:
Btw...you should have searched well... I found it in 5 seconds.
Unlock it, then flash Alpharev followed by Boot, Recovery and Radio for the Desire (NOT Nexus One!).
Once you get the correct radio and recovery on it, you can install a custom rom.
Click to expand...
Click to collapse
I follow your mentioned steps as following result:-
c:\tools>fastboot oem brcmd pass
...
<bootloader> Access granted!
OKAY [0.000s]
finished. total time: 0.00s
c:\tools>Fastboot flash hboot bravo_alphaspl.img
sending 'hboot' <512KB>...
OKAY [0.094s]
writing 'hboot' ...
FAILED <remote :image update error>
finished. total time: 0.094s
Seek your comment.
See if you're able to flash an ruu..
Droidzone said:
See if you're able to flash an ruu..
Click to expand...
Click to collapse
I flash this RUU RUU_Bravo_HTC_WWE_1.21.405.2_Radio_32.36.00.28U_4.06.00.02_2_release_126984_signed
But failed with error code 110 and showed system -Fail PU.
Can you suggest any RUU for HTC Desire?
That is from my pm to dla5244... who is started this thread
Sorry about this we have a guy here who flashed BlackRose on HTC Desire - someone told him ?!? Could you please take a look on safe removal of BlackRose and get stock or alpharev hboot on[/QUOTE]
Wow...
Did you flashed blackrose on your desire?
First, disable flashing protect by using blackrose installer.
(Advanced section, ignore device list)
Then, fastboot flash hboot (alpharev image file name)
If he helped you should consider a donation to save your device
Morning,
Please recently i have flashed a new Custom ROM in my HTC Desire A8181 that i found in ClockWorkMod web site!!! I flashed it in my phone with Rom Manager Premium v4 because more recent ROM Manager didn't install in my HTC Desire with Android 2.1 update 1. The Recovery that i used is one which installed by unrevoked3! The Problem is after installation of new ROM my phone doesn't boot well! It show the first white screen with HTC writed on it after it's showing black screen with ANDROID writed on it and stop there! No more action!!! I don't understand!!!
My radio is 4.05.00.11
HBOOT 0.75.0000
S-ON
I can't pass in S-OFF because revolutionnary doesn't work with my model HBOOT! How can i do! I wonder if it's possible to reinstall a new ROM in Recovery mode!!!
use bortak's troubleshooting guide stickied to the top of Q&A
you'll need to RUU, recommend the 2.3.3 GB one. then use revolutionary to s-off. afterwards flash 4ext recovery (see my sig), it's better and can partition your sd card properly. then full wipe and flash a new rom.
uninstall rom manager, do not use it on this phone, it is bad for desire. it may be the reason you're having these problems in the first place.
Problem with fastboot or bootloader!
Please, i can't use fastboot in my PC well! When i try some instruction like flash my hboot to a newer in fastboot SDK because my hboot is too old to be S-OFF by revolutionnary I got an error! It say it can verify the signature of my bootloader! That's what writen in my command!
c:\fastboot>fastboot flash hboot bravo_alphasspl.img
sending 'hboot' (512KB)...
OKAY [ 0.095s]
writing 'hboot'...
(bootloader) signature checking...
FAILED (remote:signature verify fail)
finished. total time: 0.169s
It does same thing i try to erase system,boot or userdata!Please help!
slow down, have you even followed the guide?
- have you installed the fastboot drivers in order to be able to use it.
- you can't flash an hboot unless you are s-off
- run the 2.3.3 RUU like i said, then s-off using revolutionary
try the guide again..
Okay! Thanks i think that Download RUU Froyo like it says in the tread is the most way for me to resolve my problem!!!
maxusr said:
Okay! Thanks i think that Download RUU Froyo like it says in the tread is the most way for me to resolve my problem!!!
Click to expand...
Click to collapse
If u take eddie's advice and download what he says then u would have been done by now.
This is my first time trying to get a custom rom working so bear with me.
situation:
rooted = yes , unlocked = yes , S-ON!
clockworkmod working, but cant get any rom installed. (no custon , no stock)
no rom on phone atm.
fastboot or hboot dosent let me install anything. (cant write to boot partition)
i have a micro sd reader so i can put roms on sd, but cant seem to get any installed.
now i dont know how to get s-off without having a working rom on my phone.
info:
vision pvt ship s-on
hboot-0.85.0015
clockworkmod recovery v5.8.1.0
Ill try to explain how i got here.
So firstly I relised that I had to unlock my phone and to do that i had to downgrade it first to get it to a correct version.
I used this guide:
http://forum.xda-developers.com/showthread.php?t=1178912
Everything went well but the desire z PC10IMG.zip: links didnt work so i found somewhere a working one.
Got the phone unlocked via htcdev.com
Then i got cocky.
I got a custom rom and downloaded it and put it on my sd.
Went to clockworkmod and tried to install it.
It didnt work, cause only THEN i realised that i had s-on still somehow. (i may have used 2 or 3 different guides at the same time cause some were old and links broken)
What is the output from cmd/terminal when flashing kernel through fastboot exactly
Sent from my Nexus 4 using XDA Premium 4 mobile app
demkantor said:
What is the output from cmd/terminal when flashing kernel through fastboot exactly
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
C:\android\sdk\platform-tools>fastboot flash zip StockRom.zip
< waiting for device >
sending 'zip' (291447 KB)... OKAY
writing 'zip'... INFOadopting the signature contained in this image...
FAILED (remote: not allowed)
C:\android\sdk\platform-tools>
darranen said:
C:\android\sdk\platform-tools>fastboot flash zip StockRom.zip
< waiting for device >
sending 'zip' (291447 KB)... OKAY
writing 'zip'... INFOadopting the signature contained in this image...
FAILED (remote: not allowed)
C:\android\sdk\platform-tools>
Click to expand...
Click to collapse
Then your not flashing the kernel correctly. Being your still s-on you need to flash ROM via recovery than kernel via fastboot
So pick out any custom ROM you want and put it on SD
Now boot to recovery and wipe all then flash it
Now boot to bootloader to flash kernel
This is extracted from that ROM you flashed its the boot.img
Now in fastboot mode you need to type in cmd/terminal
fastboot flash boot boot.img
Now
fastboot reboot
Now you'll be in custom ROM and then you can go through the process of obtaining s-off which I highly recommend
If any of this troubles you let me know, but be sure to give full input/output from terminal here if something fails
Happy flashing!
Sent from my Nexus 4 using XDA Premium 4 mobile app
demkantor said:
Then your not flashing the kernel correctly. Being your still s-on you need to flash ROM via recovery than kernel via fastboot
So pick out any custom ROM you want and put it on SD
Now boot to recovery and wipe all then flash it
Now boot to bootloader to flash kernel
This is extracted from that ROM you flashed its the boot.img
Now in fastboot mode you need to type in cmd/terminal
fastboot flash boot boot.img
Now
fastboot reboot
Now you'll be in custom ROM and then you can go through the process of obtaining s-off which I highly recommend
If any of this troubles you let me know, but be sure to give full input/output from terminal here if something fails
Happy flashing!
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It worked!
Thank you! times a million
Now I have more than a brick again.
No problem, please read through this
http://forum.xda-developers.com/showthread.php?p=43195539
To learn the ins and outs of your phone, and seriously consider s-off now so you won't have to **** around with fastboot flashing kernels each time you want a new ROM
To gain s-off the proper way you will need to downgrade and then follow the wiki, lunks for all this and more in the thread above
Happy flashing!
Sent from my Nexus 7 using Tapatalk 2