[Q]Downgrading CWM 3.x to 2.x - G2 and Desire Z Q&A, Help & Troubleshooting

So I have this problem http://forum.xda-developers.com/showthread.php?t=949733
And I'm trying to fix this by downgrading CWM to 2.xx but the problem is that I don't know how. I can't acces ROM manager because I can't get pass to my bootscreen. So Is there any way to install CWM 2.xx without having to use ROM manager?

YuBlue said:
So I have this problem http://forum.xda-developers.com/showthread.php?t=949733
And I'm trying to fix this by downgrading CWM to 2.xx but the problem is that I don't know how. I can't acces ROM manager because I can't get pass to my bootscreen. So Is there any way to install CWM 2.xx without having to use ROM manager?
Click to expand...
Click to collapse
You can use adb, the context (I believe) would be 'flashimage recovery name-of-recovery-file.img'
Sent from my HTC Vision using XDA App

OriginalGabriel said:
You can use adb, the context (I believe) would be 'flashimage recovery name-of-recovery-file.img'
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I know but I can't find the recovery.img of a 2.x

YuBlue said:
I know but I can't find the recovery.img of a 2.x
Click to expand...
Click to collapse
http://mirrorbrain.cyanogenmod.com/cm/recoveries/
Sent from my HTC Vision using XDA App

OriginalGabriel said:
http://mirrorbrain.cyanogenmod.com/cm/recoveries/
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Thank you very much. But now I'm getting an error whenever I try to flash it using adb. FAILED <remote: not allowed>
any ideas?

http://mirrorbrain.cyanogenmod.com/cm/recoveries/
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Thank you very much. But now I'm getting an error whenever I try to flash it using adb. FAILED <remote: not allowed>
any ideas?
Click to expand...
Click to collapse
Anything show up when you run 'adb devices'?
Sent from my HTC Vision using XDA App

OriginalGabriel said:
Anything show up when you run 'adb devices'?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Only in recovery, shows nothing in the bootloader

YuBlue said:
Only in recovery, shows nothing in the bootloader
Click to expand...
Click to collapse
Sorry, spaced this ... do you have the Engineering HBoot?
Sent from my HTC Vision using XDA App

YuBlue said:
Thank you very much. But now I'm getting an error whenever I try to flash it using adb. FAILED <remote: not allowed>
any ideas?
Click to expand...
Click to collapse
Do you have the ENG SPL installed? If so, you can try:
Code:
fastboot flash recovery recovery.img

theSpam said:
Do you have the ENG SPL installed? If so, you can try:
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
I don't think I've it installed, where can I find it?

YuBlue said:
I don't think I've it installed, where can I find it?
Click to expand...
Click to collapse
If you didn't root via the wiki method then you don't have the ENG
Sent from my HTC Vision using XDA App

YuBlue said:
I don't think I've it installed, where can I find it?
Click to expand...
Click to collapse
First of all, turn on your phone while holding power+vol down. What does this screen say?

thespam said:
first of all, turn on your phone while holding power+vol down. What does this screen say?
Click to expand...
Click to collapse
vision pvt ship s-off
hboot- 0.85. 0005
microp -0425
radio-26.06.02.27_m
eMMC-boot
EDIT: So I know now that I'll need to install the 0.84.2000 engineering Hboot, but I'm having troubles with that too. When I enter the dd if=/.... command I get an error "/data/local/hboot-eng.img "not a directory".

/desperate bump

YuBlue said:
vision pvt ship s-off
hboot- 0.85. 0005
microp -0425
radio-26.06.02.27_m
eMMC-boot
EDIT: So I know now that I'll need to install the 0.84.2000 engineering Hboot, but I'm having troubles with that too. When I enter the dd if=/.... command I get an error "/data/local/hboot-eng.img "not a directory".
Click to expand...
Click to collapse
Please be careful. By flashing your SPL without doing extensive research, you're at risk of turning your semi-brick into a permanent brick.
Look at this guide: http://forum.xda-developers.com/wik..._Root_.2F_.22Permaroot.22.29_using_gfree_v0.5
Pay attention to section 4 (...it looks like gfree is used to install the new SPL too).

Edit: sorry I didn't read that you were unable to boot into your ROM.

Related

Can't get into Recovery

I've readseveral threads over and over trying to find a solution to my problem. I was trying to flash a ROM and did the required data and cache wipe. After I downloaded the ROM The phone rebooted and now it stuck on HTC boot screen. I pulled the battery and press the volume down and power button to get into recovery. Once I get into recovery and it loads I get asked if I want to update RADIO_V2 and I can select yes or no. Well I tried both and no luck I can not get into recovery the option is not there. Here is my phone recovery info:
VisionPVT ENG S-off
HBOOT-0.76.2000 (PC1010000)
Microp-0425
Radio-26.08.04.16_M
eMMC-boot
Aug 20 2010, 16:51:01
Any help please or am I Bricked?
You have the ENG HBOOT installed...that's a good thing. So, this will allow you to reflash the recovery image from fastboot:
Code:
fastboot flash recovery /path/to/<recovery>.img
You need to delete the update zip or pc10img. zip on your sd card. I think its not letting you go through recovery because its reading something in your sdcard.
Sent from my HTC Desire Z/G2 Using XDA Premium App
theSpam said:
You have the ENG HBOOT installed...that's a good thing. So, this will allow you to reflash the recovery image from fastboot:
Code:
fastboot flash recovery /path/to/<recovery>.img
Click to expand...
Click to collapse
IS this done through ADB?
cdsbj6508 said:
IS this done through ADB?
Click to expand...
Click to collapse
I was just wondering why it says radio_v2 did you try to flash a radio file?
Sent from my HTC Desire Z/G2 Using XDA Premium App
lainvalenajr said:
You need to delete the update zip or pc10img. zip on your sd card. I think its not letting you go through recovery because its reading something in your sdcard.
Sent from my HTC Desire Z/G2 Using XDA Premium App
Click to expand...
Click to collapse
How can I access my sdcard when I turn my phone on it stays on the HTC bootup screen, and when I try to get into recovery I can't it pass the update?
Thanks-
cdsbj6508 said:
How can I access my sdcard when I turn my phone on it stays on the HTC bootup screen, and when I try to get into recovery I can't it pass the update?
Thanks-
Click to expand...
Click to collapse
do you have another phone? that can acess your sd card. When you stated Radio_v2... i was thinking u were trying to flash a radio file via bootloader.
Sent from my HTC Desire Z/G2 Using XDA Premium App
lainvalenajr said:
do you have another phone? that can acess your sd card. When you stated Radio_v2... i was thinking u were trying to flash a radio file via bootloader.
Sent from my HTC Desire Z/G2 Using XDA Premium App
Click to expand...
Click to collapse
I do have another phone should I look for the Radio_V2 file and delete it?
I got it to work!
Thanks
cdsbj6508 said:
I got it to work!
Thanks
Click to expand...
Click to collapse
Glad you got it to work. lol just remember to delete any update/PC10IMG. zips. after you use them.
Sent from my HTC Desire Z/G2 Using XDA Premium App

stuck in htc logo

hello everyone :crying:
i got 2 htc evo 4g both are stuck, i been trying everything but nothing work can someone help me
HBOOT-2.10.0001
RADIO- 2.15.00.11.19
THANKS
catet92 said:
hello everyone :crying:
i got 2 htc evo 4g both are stuck, i been trying everything but nothing work can someone help me
HBOOT-2.10.0001
RADIO- 2.15.00.11.19
THANKS
Click to expand...
Click to collapse
Did you try going into boot? Volume down and power 5 sec.
jwitt418 said:
Did you try going into boot? Volume down and power 5 sec.
Click to expand...
Click to collapse
yes i can access to the fastboot screen but i can't go into recovery i try to put it back to stuck with the pc36img.zip but its saids that the main version is older update fail
Trying using this method rooting for the latest hboot. It works for me. I already had s-off but I just needed my boot loader unlock. There s also instruction how to get s off too.
http://forum.xda-developers.com/showthread.php?t=1777378
Sent from my PC36100 using xda app-developers app
THANKS
culua said:
Trying using this method rooting for the latest hboot. It works for me. I already had s-off but I just needed my boot loader unlock. There s also instruction how to get s off too.
http://forum.xda-developers.com/showthread.php?t=1777378
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
YOU ARE THE BEST :laugh::good:
catet92 said:
YOU ARE THE BEST :laugh::good:
Click to expand...
Click to collapse
So is the problem resolved with this method?
Sent from my PG06100 using xda premium

[Q] RUU Error 150

Hi I want to put a stock rom on my desire hd as I no longer wish to use android revolution hd.
I downloaded RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.6 0.29_26.14.04.28_M_release_225512_signed and ran it but it comes up with Error 150 unknown error.
Any ideas?
rockcliff15 said:
Hi I want to put a stock rom on my desire hd as I no longer wish to use android revolution hd.
I downloaded RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.6 0.29_26.14.04.28_M_release_225512_signed and ran it but it comes up with Error 150 unknown error.
Any ideas?
Click to expand...
Click to collapse
Are you S-OFF or have an unlock bootloader?
How do I find this out?
Sent from my Desire HD using xda app-developers app
rockcliff15 said:
How do I find this out?
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
Boot in hboot and see what it says at the top left corner.
glevitan said:
Boot in hboot and see what it says at the top left corner.
Click to expand...
Click to collapse
I guess so as this is what I have in hboot.
ACE PVT SHIP S-OFF RL
HBOOT-0.85.0024
MICROP-0438
RADIO-26.10.04.03_M
eMMC-boot
rockcliff15 said:
Hi I want to put a stock rom on my desire hd as I no longer wish to use android revolution hd.
I downloaded RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.6 0.29_26.14.04.28_M_release_225512_signed and ran it but it comes up with Error 150 unknown error.
Any ideas?
Click to expand...
Click to collapse
I see this ROM contains a specific BASEBAND-Version (RADIO) in name. Maybe your DHD does not have this BSABAND-version. And my experience is that an ROM-update (FLASH) does not change your BASBAND-version. This version will be changed by a separate installation process. So if you have an unlocked bootloader check your BASEBAND-Version (RADIO) in your system settings.
rockcliff15 said:
I guess so as this is what I have in hboot.
ACE PVT SHIP S-OFF RL
HBOOT-0.85.0024
MICROP-0438
RADIO-26.10.04.03_M
eMMC-boot
Click to expand...
Click to collapse
Ok, so you are S-OFF...what are you flashing a RUU? do you want to go back to stock? You can just change your custom rom for another one.
I want to revert back from my custom Rom android revolution hd to a stock rom.
Sent from my Desire HD using xda app-developers app
rockcliff15 said:
I want to revert back from my custom Rom android revolution hd to a stock rom.
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
ok, you shouldn't have problems with the RUU if you are S-OFF, but maybe you lost superCID and that is failing. Try flashing a different WWE RUU Sense 3.0 and see what happens.
Are there any other prerequisites that I need to make sure of such as the latest version of HTC sync or anything like that?
Sent from my Desire HD using xda app-developers app
rockcliff15 said:
Are there any other prerequisites that I need to make sure of such as the latest version of HTC sync or anything like that?
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
Do you know how to find the CID number?
glevitan said:
Do you know how to find the CID number?
Click to expand...
Click to collapse
No
Sent from my Desire HD using xda app-developers app
rockcliff15 said:
No
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
ok, do you mind if I have a look at it over teamviewer? is easier than writing everything..:laugh:
Id rather not, sorry.I've looked in bootloader but can't see the cid number. Is that the right place.
Sent from my Desire HD using xda app-developers app
rockcliff15 said:
Id rather not, sorry.I've looked in bootloader but can't see the cid number. Is that the right place.
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
No. Use the guide in my signature to guide for more information.
glevitan said:
No. Use the guide in my signature to guide for more information.
Click to expand...
Click to collapse
Thanks, I've had a read through but cant find anything in the guide that mentions the CID number.
glevitan said:
Do you know how to find the CID number?
Click to expand...
Click to collapse
Found the CID number and it is 11111111
FYI I'm using windows 7
rockcliff15 said:
FYI I'm using windows 7
Click to expand...
Click to collapse
Then, Make sure that the download Is fine. You should be able To flash any Ruu that You like. Make sure that USB debugging Is ON.
glevitan said:
Then, Make sure that the download Is fine. You should be able To flash any Ruu that You like. Make sure that USB debugging Is ON.
Click to expand...
Click to collapse
USB debugging is on but I still get "unknown error" I've downloaded this from Shipped Roms

[Q] HTC Desire hd Cant be rooted???

Hello. I am here because I am having trouble root my htc desire hd. I have an unlocked bootloadr and I have tried flashing recoveries and roms with fastboot but it always fails. I have also tried to use multiple rooting soft wares like one click root aahk etc. and attempting to downgrade then root but that neverworks. please help.Thanks in advance
this is what the top of my boot loader says
***UNLOCKED***
ACE PVT SHIP S-ON RL
HBOOT-2.00.0030
MICROP-0438
RADIO-26.17.14.11_M
eMMC-boot
Feb 20 2012, 16:03:18
jae202 said:
Hello. I am here because I am having trouble root my htc desire hd. I have an unlocked bootloadr and I have tried flashing recoveries and roms with fastboot but it always fails. I have also tried to use multiple rooting soft wares like one click root aahk etc. and attempting to downgrade then root but that neverworks. please help.Thanks in advance
this is what the top of my boot loader says
***UNLOCKED***
ACE PVT SHIP S-ON RL
HBOOT-2.00.0030
MICROP-0438
RADIO-26.17.14.11_M
eMMC-boot
Feb 20 2012, 16:03:18
Click to expand...
Click to collapse
How are you trying to flash a recovery from fastboot? What happens?
bananagranola said:
How are you trying to flash a recovery from fastboot? What happens?
Click to expand...
Click to collapse
I try from the command prompt and when I try it usualy say cannot load rcoveryname.img or unknown partition now it says device offline
jae202 said:
I try from the command prompt and when I try it usualy say cannot load rcoveryname.img or unknown partition now it says device offline
Click to expand...
Click to collapse
Please tell us what comnands you are typing.
The command should be
Fastboot flash recovery recovery.img
Sent from my GT-I9505 using xda app-developers app
What recovery? From where? Is it saved where you're running the command from? What exactly are you typing? What exactly is the error? Is your phone in fastboot mode (not hboot)?
ranger4740 said:
Please tell us what comnands you are typing.
The command should be
Fastboot flash recovery recovery.img
Sent from my GT-I9505 using xda app-developers app[
in command prompt I go to the folder with my recovery fastboot and adb
I type adb reboot bootloader
at first it worked now it says device offline
when it worked after that I typed
fasboot flash (recoveryname).img
Click to expand...
Click to collapse
jae202 said:
Hello. I am here because I am having trouble root my htc desire hd. I have an unlocked bootloadr and I have tried flashing recoveries and roms with fastboot but it always fails. I have also tried to use multiple rooting soft wares like one click root aahk etc. and attempting to downgrade then root but that neverworks. please help.Thanks in advance
this is what the top of my boot loader says
***UNLOCKED***
ACE PVT SHIP S-ON RL
HBOOT-2.00.0030
MICROP-0438
RADIO-26.17.14.11_M
eMMC-boot
Feb 20 2012, 16:03:18
Click to expand...
Click to collapse
Find the recoverimg and rename in to recovery.IMG
Than in the same folder find a blank space and click left click by holding sift key and and click on command promd than try it
Sent from my HTC one using xda premium
bananagranola said:
What recovery? Is it saved where you're running the command from? What exactly are you typing? What exactly is the error?
Click to expand...
Click to collapse
I use cwm recovery and it is saved where I run it from and I use two different computers so its a different error on each computer
jae202 said:
Hello. I am here because I am having trouble root my htc desire hd. I have an unlocked bootloadr and I have tried flashing recoveries and roms with fastboot but it always fails. I have also tried to use multiple rooting soft wares like one click root aahk etc. and attempting to downgrade then root but that neverworks. please help.Thanks in advance
this is what the top of my boot loader says
***UNLOCKED***
ACE PVT SHIP S-ON RL
HBOOT-2.00.0030
MICROP-0438
RADIO-26.17.14.11_M
eMMC-boot
Feb 20 2012, 16:03:18
Click to expand...
Click to collapse
Or type
Fastboot flash recovery CD c:/xxxxxxxx(path to recovery)/recovery.img
Sent from my HTC Desire C using xda premium
[email protected] said:
Find the recoverimg and rename in to recovery.IMG
Than in the same folder find a blank space and click left click by holding sift key and and click on command promd than try it
Sent from my HTC one using xda premium
Click to expand...
Click to collapse
it says error: cannot load 'recovery.IMG'
jae202 said:
it says error: cannot load 'recovery.IMG'
Click to expand...
Click to collapse
Try second method or try using diffrent recover
Sent from my HTC Desire C using xda premium
[email protected] said:
Try second method or try using diffrent recover
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
I have I've tried with 4ext
[email protected] said:
Try second method or try using diffrent recover
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
what other methods are there?
jae202 said:
what other methods are there?
Click to expand...
Click to collapse
By putting zip file in SD card and booting into boot loader
Sent from my HTC Desire C using xda premium
[email protected] said:
By putting zip file in SD card and booting into boot loader
Sent from my HTC Desire C using xda premium
Click to expand...
Click to collapse
what zip file
jae202 said:
it says error: cannot load 'recovery.IMG'
Click to expand...
Click to collapse
Try this. Type "fastboot flash recovery recovery" and then hit TAB. What gets completed?
Copy the cmd.exe to the folder placed fastboot.exe and recovery.img from C:\WINDOWS\system32\cmd.exe
Check that your USB is connected to the hub on the back of your computer(unless you are using notebook)
Execute cmd.exe you copied earlier, and type:
adb reboot bootloader
fastboot flash recovery recovery.img
fastboot reboot
That's done
Sent from my HTC Desire X using xda premium
jae202 said:
it says error: cannot load 'recovery.IMG'
Click to expand...
Click to collapse
The command is wrong. That happens because you are not in the same folder where the recovery image is in. Try using this command
fastboot flash recovery c:\users\your user\ folder where the file is located
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
i flashed a reovery
i have successfully flashed cwm recovery now how do i get root access
thank you to everyone who helped me
jae202 said:
i have successfully flashed cwm recovery now how do i get root access
thank you to everyone who helped me
Click to expand...
Click to collapse
Flash the SuperSU zip found on XDA in recovery. Or flash a rooted ROM from recovery.

[Q] SOS, M8 bircked

It has been unlocked, s-off and has a supercid.
when im trying to flash a H-boot rom it went wrong and stuck in a big grey HTC logo in the middle and four triangle sign on each corner of the screen,
could anyone please help me?
I've try power+vol down in a bright light, but somehow it doesn't works. it there anything i do wrong in this process?
The screen shows:
TAMPERED
UNLOCKED
M8_VL PVT SHIP S-OFF
CID-11111111
HBOOT-3.16.0.0000
RADIO-1.16.21331831.A11G
OpenDSP-v38.2.2-00542-m8974.0311
OS-1.56.1400.2 (1.54.708.5)
eNMC-boot 2048MB
Apr 11 2014,18:30:16:0
RUU
I have download Stock recovery 1.54.401.5 and the exactly rom. After I flash this recovery I tried to flash the rom but failed, it says: remote: 24 parsing android-info fail. Any ideas guys?
harvery said:
It has been unlocked, s-off and has a supercid.
when im trying to flash a H-boot rom it went wrong and stuck in a big grey HTC logo in the middle and four triangle sign on each corner of the screen,
could anyone please help me?
I've try power+vol down in a bright light, but somehow it doesn't works. it there anything i do wrong in this process?
Click to expand...
Click to collapse
Try Power and Volume+
Sent from my HTC One_M8 using Tapatalk
harvery said:
It has been unlocked, s-off and has a supercid.
when im trying to flash a H-boot rom it went wrong and stuck in a big grey HTC logo in the middle and four triangle sign on each corner of the screen,
could anyone please help me?
I've try power+vol down in a bright light, but somehow it doesn't works. it there anything i do wrong in this process?
Click to expand...
Click to collapse
Yes, you should have fastboot access. You should be able to flash an hboot or firmware zip and restore it.
altimax98 said:
Try Power and Volume+
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Thanks altimax! I've tried, it vibrate and reboot and then nothing changed....
exad said:
Yes, you should have fastboot access. You should be able to flash an hboot or firmware zip and restore it.
Click to expand...
Click to collapse
Thanks exad!
I don't have fastboot access. there's no fastboot, hboot .etc. only RUU.
The screen shows:
TAMPERED
LOCKED
M8_VL PVT SHIP S-OFF
CID-11111111
HBOOT-3.16.0.0000
RADIO-1.16.21331831.A11G
OpenDSP-v38.2.2-00542-m8974.0311
OS-1.56.1400.2 (1.54.708.5)
eNMC-boot 2048MB
Apr 11 2014,18:30:16:0
RUU
harvery said:
Thanks exad!
I don't have fastboot access. there's no fastboot, hboot .etc. only RUU.
The screen shows:
TAMPERED
LOCKED
M8_VL PVT SHIP S-OFF
CID-11111111
HBOOT-3.16.0.0000
RADIO-1.16.21331831.A11G
OpenDSP-v38.2.2-00542-m8974.0311
OS-1.56.1400.2 (1.54.708.5)
eNMC-boot 2048MB
Apr 11 2014,18:30:16:0
RUU
Click to expand...
Click to collapse
You will have to unlock your bootloader to fix this. You won't have the options on the screen but you should still be able to access the phone with fastboot. You have a corrupted hboot.
Type fastboot reboot-bootloader
Sent from my Nexus 4 using XDA Free mobile app
SaHiLzZ said:
Type fastboot reboot-bootloader
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
This will not help. He has a corrupted hboot -_-
He's already in the bootloader
The last line says RUU
Sent from my Nexus 4 using XDA Free mobile app
SaHiLzZ said:
The last line says RUU
Sent from my Nexus 4 using XDA Free mobile app
Click to expand...
Click to collapse
You must be right. I will leave this to you then. Good luck OP.
exad said:
You will have to unlock your bootloader to fix this. You won't have the options on the screen but you should still be able to access the phone with fastboot. You have a corrupted hboot.
Click to expand...
Click to collapse
sorry for my typo. Its unlocked. Could you please advice how should i do now?
harvery said:
sorry for my typo. Its unlocked. Could you please advice how should i do now?
Click to expand...
Click to collapse
Do you have a stock recovery image for your phone? If not look here http://forum.xda-developers.com/showthread.php?t=2696282
Everything you need is in this thread. How to flash etc. It will return you to stock conditions. Make sure you get the recovery image that matches your devices.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
harvery said:
It has been unlocked, s-off and has a supercid.
when im trying to flash a H-boot rom it went wrong and stuck in a big grey HTC logo in the middle and four triangle sign on each corner of the screen,
could anyone please help me?
I've try power+vol down in a bright light, but somehow it doesn't works. it there anything i do wrong in this process?
The screen shows:
TAMPERED
UNLOCKED
M8_VL PVT SHIP S-OFF
CID-11111111
HBOOT-3.16.0.0000
RADIO-1.16.21331831.A11G
OpenDSP-v38.2.2-00542-m8974.0311
OS-1.56.1400.2 (1.54.708.5)
eNMC-boot 2048MB
Apr 11 2014,18:30:16:0
RUU
Click to expand...
Click to collapse
Just calm down Since your phone is turning on it means that its not bricked Bricked means if your device is just dead, cant be powered on, virtually a real brick
Venomtester said:
Do you have a stock recovery image for your phone? If not look here http://forum.xda-developers.com/showthread.php?t=2696282
Everything you need is in this thread. How to flash etc. It will return you to stock conditions. Make sure you get the recovery image that matches your devices.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you very much sir!
I visit the website and I found this:
HTC One 2014 (M8)
KitKat (Android 4.4.2)
Download Android Revolution HD 5.5
Stock KitKat (Android 4.4.2)
Download stock odexed 1.54.4015
Download stock de-odexed 1.54.401.5
Download stock recovery 1.54.401.5
Firmware
Firmware collection
Could you please tell me which one should i download. I'm too numb to tell....
Stock recovery 1.54.401.5
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Venomtester said:
Stock recovery 1.54.401.5
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I've flash recovery, but nothing changed....
what should i do next?
What carrier is your phone from? I'll try prepare a flashable hboot for you it will help if you happen to have an ota zip file from your carrier
Sent from my HTC One_M8 using XDA Free mobile app
exad said:
What carrier is your phone from? I'll try prepare a flashable hboot for you it will help if you happen to have an ota zip file from your carrier
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
WOW!!! YOU ARE AMZAING!!!
My carrier is china unicom. CID is HTCCN701。
And yes, I just found an ota zip.
Please upload and give me the link or link me if you found one uploaded.
Sent from my HTC One_M8 using XDA Free mobile app
exad said:
Please upload and give me the link or link me if you found one uploaded.
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
This link is my carrier otaits a chinese websie)
http://pan.baidu.com/s/1eQtb7ns
this link is the ota of the rom that I flashed and caused my phone bricked. my phone has this rom, so i post it to you as well:
http://yun.baidu.com/s/1bnlFoDp.
And again, Thank you very much!!!

Categories

Resources