How to ADB Pull stock recovery? - One (M7) Q&A, Help & Troubleshooting

Does anyone know about it?
Sent from my HTC One using xda premium

mathrania said:
Does anyone know about it?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
I don't think it can be done with ADB pull. Instead of flashing a custom recovery, do:
fastboot boot customrecovery.img
Do a backup, this will give you a stock recovery.img in the backup.
Sent from my HTC One using xda premium

redbull123 said:
I don't think it can be done with ADB pull. Instead of flashing a custom recovery, do:
fastboot boot customrecovery.img
Do a backup, this will give you a stock recovery.img in the backup.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
I am on 1.54, and for that i will need to downgrade to 1.44.....
Sent from my HTC One using xda premium

mathrania said:
I am on 1.54, and for that i will need to downgrade to 1.44.....
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
1.54 can't fastboot boot? That sucks.. I'm on the GE 1.54 but haven't even tried fastboot boot on anything.
Sent from my HTC One using xda premium

redbull123 said:
1.54 can't fastboot boot? That sucks.. I'm on the GE 1.54 but haven't even tried fastboot boot on anything.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Fastboot is still available but HTC have disabled the ability to boot into a custom recovery in 1.54

rider5512 said:
Fastboot is still available but HTC have disabled the ability to boot into a custom recovery in 1.54
Click to expand...
Click to collapse
That definitely sucks..

rider5512 said:
Fastboot is still available but HTC have disabled the ability to boot into a custom recovery in 1.54
Click to expand...
Click to collapse
I knew fastboot still worked, I used it to flash a custom recovery after updating firmware. Just didn't realised they had stopped us from using it to boot a .img without flashing it.. Thanks

redbull123 said:
Do a backup, this will give you a stock recovery.img in the backup.
Click to expand...
Click to collapse
Backup, which kind? There are so many terms, it's really hard to know what you mean.. be more useful if you could add more specific info. Thanks

micnolmad said:
Backup, which kind?
Click to expand...
Click to collapse
A nandroid backup using a custom recovery
There are so many terms, it's really hard to know what you mean.. be more useful if you could add more specific info. Thanks
Click to expand...
Click to collapse
If you read the entire thread which is only one page, its pretty obvious that he is talking about backing up the stock recovery by making a Nandroid backup of it using a custom recovery. Anyway you can't do that since "fastboot boot recovery.img" command which will make the device boot to a custom recovery without flashing it over the stock recovery is now disabled, it only worked on hboot 1.44.
You can extract the stock recovery.img from the ota update zip file that match your firmware version
Or you can also pull the stock recovery from your phone mmcblk0p34 partition if you have S-OFF using this method . Wouldn't recommend trying this unless you really know what you are doing.
If you need help to find your stock recovery just post the output of "fastboot getvar all" (with your imei/serialno removed).

alray said:
A nandroid backup using a custom recovery
Click to expand...
Click to collapse
Thanks
alray said:
If you read the entire thread which is only one page, its pretty obvious that he is talking about backing up the stock recovery by making a Nandroid backup of it using a custom recovery.
Click to expand...
Click to collapse
Might be obvious to you but for me who does not get the obvious I have to ask. And also it would defeat the recovering of the stock image when using a custom recovery, that was also why I didn't understand what method he was referring to.
alray said:
You can extract the stock recovery.img from the ota update zip file that match your firmware version
Click to expand...
Click to collapse
Ok, I will search for that method.
alray said:
Or you can also pull the stock recovery from your phone mmcblk0p34 partition if you have S-OFF
Click to expand...
Click to collapse
I have done this on lollipop with s-on but with twrp as recovery, just to see if I could get the commands right. Don't know yet if the image is any good though.
alray said:
If you need help to find your stock recovery just post the output of "fastboot getvar all" (with your imei/serialno removed).
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: -
(bootloader) imei: -
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4202mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Thank you for your time
Found it at androidfilehost

micnolmad said:
And also it would defeat the recovering of the stock image when using a custom recovery
Click to expand...
Click to collapse
No because "fastboot boot recovery.img" will boot in custom recovery without flashing the custom recovery over the stock recovery.
Ok, I will search for that method.
Click to expand...
Click to collapse
No need to search is simple as downloading the ota update that match your version (7.19.401.2). Open it and inside you'll find a firmware.zip file. Extract this file and then open it. You'll find a recovery.img file. This one is the stock recovery.
I have done this on lollipop with s-on but with twrp as recovery, just to see if I could get the commands right.Don't know yet if the image is any good though.
Click to expand...
Click to collapse
If you have dumped mmcblk0p34 with twrp installed on your phone, then the mmcblk0p34 file is a dump of twrp...
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.19.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: -
(bootloader) imei: -
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 4202mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e2a13e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Thank you for your time
Found it at androidfilehost
Click to expand...
Click to collapse
And fortunately, your version is the most common so yes the 7.19.401.2 stock recovery is available everywhere

alray said:
No because "fastboot boot recovery.img" will boot in custom recovery without flashing the custom recovery over the stock recovery.
Click to expand...
Click to collapse
Neat.. didn't know that!
alray said:
No need to search is simple as downloading the ota update that match your version (7.19.401.2). Open it and inside you'll find a firmware.zip file. Extract this file and then open it. You'll find a recovery.img file. This one is the stock recovery.
Click to expand...
Click to collapse
Uh I am learning so much
alray said:
If you have dumped mmcblk0p34 with twrp installed on your phone, then the mmcblk0p34 file is a dump of twrp...
Click to expand...
Click to collapse
I know this, I just wanted to test the commands

Related

[Q] cant boot into recovery or boot the phone

hallo
i have installed a custom rom to my htc one and now it is in a boot loop and when i try to go to recovery it just freeze at the htc logo
i have tryet to instal cwm recovery and twrp recovery and stock recovery with no luck hope you guys can help me
sorry for my bad english
Anemicnine40 said:
hallo
i have installed a custom rom to my htc one and now it is in a boot loop and when i try to go to recovery it just freeze at the htc logo
i have tryet to instal cwm recovery and twrp recovery and stock recovery with no luck hope you guys can help me
sorry for my bad english
Click to expand...
Click to collapse
Which custom rom?
Which TWRP version?
Post the output of ''fastboot getvar all'' except IMEI and SN
did you ''fastboot erase cache'' ?
alray said:
Which custom rom?
Which TWRP version?
Post the output of ''fastboot getvar all'' except IMEI and SN
did you ''fastboot erase cache'' ?
Click to expand...
Click to collapse
cant remember the name of the rom
twrp version 2,5,0,0 -2,6,3,3- 2,7,0,0
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: xxxxxxxx
(bootloader) imei: xxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 3840mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
yes i erase cache after every flash
Anemicnine40 said:
cant remember the name of the rom
twrp version 2,5,0,0 -2,6,3,3- 2,7,0,0
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: xxxxxxxx
(bootloader) imei: xxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
(bootloader) battery-status: good
(bootloader) battery-voltage: 3840mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
yes i erase cache after every flash
Click to expand...
Click to collapse
use at least twrp 2.6.3.3. if you can't remember the name of the rom you are flashing then you don't know what you are doing and I can't help you.
at least with s-off you can restore your phone with any ruu.
alray said:
use at least twrp 2.6.3.3. if you can't remember the name of the rom you are flashing then you don't know what you are doing and I can't help you.
at least with s-off you can restore your phone with any ruu.
Click to expand...
Click to collapse
how do i restore with ruu i have tried but i get fail every time i tried to do it
Anemicnine40 said:
how do i restore with ruu i have tried but i get fail every time i tried to do it
Click to expand...
Click to collapse
which ruu have you tried? please don't say you can't remember....
alray said:
which ruu have you tried? please don't say you can't remember....
Click to expand...
Click to collapse
jmzstockattoneodex
jmzstockattonedeodex
cos-0,8_4,3-20130922-unofficial-m7ul.zip
HTC__Y13-2.17.401.2.7z
One_4.19.401.11_odexed.zip
Um, there is a difference between "RUU" and "ROM"
Do a quick Google search and when you are ready come back here and we can help some more..
Sent from my HTC One using xda app-developers app
NxNW said:
Um, there is a difference between "RUU" and "ROM"
Do a quick Google search and when you are ready come back here and we can help some more..
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
it isnt roms its ruu files
Yeah, still not sure we're communicating here.
If it didn't come from HTC, it's not a RUU.
Have a look at http://androidruu.com/?developer=M7
*Those* are RUU's.
You need to use the right one for your phone. (If your cidnum is unusual, such as HTC_Y13, there may not *be* an official RUU for your phone. See http://forum.xda-developers.com/showthread.php?t=2287505)
RUU's nuke all the data on your phone and fix all the partitions (recovery, HBOOT, radio, everything) on your phone, leaving it completely stock.
They need a Windows PC with HTC drivers to run.
What did *you* think RUU means?
Sent from my HTC One using xda app-developers app
alray said:
which ruu have you tried? please don't say you can't remember....
Click to expand...
Click to collapse
NxNW said:
Um, there is a difference between "RUU" and "ROM"
Do a quick Google search and when you are ready come back here and we can help some more..
Click to expand...
Click to collapse
Anemicnine40 said:
jmzstockattoneodex
jmzstockattonedeodex
cos-0,8_4,3-20130922-unofficial-m7ul.zip
HTC__Y13-2.17.401.2.7z
One_4.19.401.11_odexed.zip
Click to expand...
Click to collapse
Anemicnine40 said:
it isnt roms its ruu files
Click to expand...
Click to collapse
i think you should slow down and start reading a bit... maybe a lot.
you have (supposedly):
(bootloader) product: m7_ul
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__Y13
not trying to sound condescending, or anything, but if you think the ones you mentioned above are RUUs, then you should seriously do some more research.
some of those don't even look like M7 ROMs, and if you can find a real signed RUU which is deodexed... then WOW.
NxNW said:
Yeah, still not sure we're communicating here.
If it didn't come from HTC, it's not a RUU.
Have a look at http://androidruu.com/?developer=M7
*Those* are RUU's.
You need to use the right one for your phone. (If your cidnum is unusual, such as HTC_Y13, there may not *be* an official RUU for your phone. See http://forum.xda-developers.com/showthread.php?t=2287505)
RUU's nuke all the data on your phone and fix all the partitions (recovery, HBOOT, radio, everything) on your phone, leaving it completely stock.
They need a Windows PC with HTC drivers to run.
What did *you* think RUU means?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
sorry that im not so much in it i use google to find the things and that is what i got
Anemicnine40 said:
sorry that im not so much in it i use google to find the things and that is what i got
Click to expand...
Click to collapse
you can find m7 ruu on www.htc1guru.com or androidruu.com
you are s-off which mean you can flash both signed or decrypted ruu.
ruu.exe are flashed from windows OS. You plug your phone with usb cable and you launch the ruu.exe
ruu.zip can be flashed from any OS when your phone is in RUU mode (fastboot oem rebootRUU) using windows command prompt, linux terminal or mac terminal.
To flash a ruu it must be intended for your phone CID and MID
With S-ON (not your case) you also need a ruu that is signed and same or higher version of your phone. + bootloader must be locked/relocked
With S-OFF (your case) you can flash any ruu that match your CID/MID even if its a downgrade and bootloader can be locked/unlocked/relocked
Now the ruu you should use is this one: http://www.htc1guru.com/dld/ruu_m7_ul_k44_sense55_mr_htc_europe_4-19-401-9_r_radio_4a-23-3263-28_10-38r-1157-04l_release_353069_signed_2-1-exe/
This is the latest version for your phone and it match your MID (PN0710000) and your CID (HTC__Y13)
stays s-off and bootloader unlocked unless you send your phone for warranty repair.

how to go back to stock rom after custom rom

Hi all,
I have rooted my phone and have put a custom rom on it. I wish to keep it rooted but go back to stock rom. Any help please would be appreciated. I have s-off at the moment,
thanks
mackenzie121 said:
Hi all,
I have rooted my phone and have put a custom rom on it. I wish to keep it rooted but go back to stock rom. Any help please would be appreciated. I have s-off at the moment,
thanks
Click to expand...
Click to collapse
follow nkk71's guide linked in my signature. Keep s-off.
OK thanks. My mistake, it's s-on
Sent from my HTC One using XDA Free mobile app
Find the stock firmware that matches your mobile [google it] and flash it through odin..
Sent from my GT-S6312 using XDA Free mobile app
That easy? Will it wipe all the phone?
Sent from my HTC One using XDA Free mobile app
Isn't Odin a Samsung flashing application? I have a HTC One m7
Sent from my HTC One using XDA Free mobile app
mackenzie121 said:
Isn't Odin a Samsung flashing application? I have a HTC One m7
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
yes, he is speaking about samsung phones, htc phones are very different than samsung when speaking about flashing stuff.
post the output of "fastboot getvar all" except the IMEI and SERIALNO so we can determine what are your options (1st step in the guide btw)
have you made a nandroid backup before flashing a custom rom?
Post the output?
And I think I did. Can't remember lol
Sent from my HTC One using XDA Free mobile app
mackenzie121 said:
Post the output?
Click to expand...
Click to collapse
you have flashed a rom, so you should know how to use ADB and FASTBOOT commands right? if not, there are many guide out there that explain everything, just do a quick search on google: "how to use fastboot"
Code:
fastboot getvar all
then copy/paste the output here (except IMEI and SERIALNO so we can see what version exactly of the HTC one you have and so determine what options you have. (restore using a nandroid backup, a guru reset rom, or a ruu)
And I think I did. Can't remember lol
Click to expand...
Click to collapse
"can't remember" is not a valuable answer, we need yes or no if you want us to be able to help you.
When I can't remember how to spell a word, I look in the dictionary :laugh: same principle apply here, if you can't remember if you have made a nandroid backup then look in the phone's storage if there is any.... or boot in recovery and check if there is any backup stored.
if you have one, it will be easier so you might want to take 30 sec of your time and check
alray said:
you have flashed a rom, so you should know how to use ADB and FASTBOOT commands right? if not, there are many guide out there that explain everything, just do a quick search on google: "how to use fastboot"
Code:
fastboot getvar all
then copy/paste the output here (except IMEI and SERIALNO so we can see what version exactly of the HTC one you have and so determine what options you have. (restore using a nandroid backup, a guru reset rom, or a ruu)
"can't remember" is not a valuable answer, we need yes or no if you want us to be able to help you.
When I can't remember how to spell a word, I look in the dictionary :laugh: same principle apply here, if you can't remember if you have made a nandroid backup then look in the phone's storage if there is any.... or boot in recovery and check if there is any backup stored.
if you have one, it will be easier so you might want to take 30 sec of your time and check
Click to expand...
Click to collapse
ok i have a recovery
im in fastboot but cant get any information, when i type fastboot devices in cmd,it doesnt show phone
mackenzie121 said:
im in fastboot but cant get any information, when i type fastboot devices in cmd,it doesnt show phone
Click to expand...
Click to collapse
Install HTC drivers? Look in device manager..
OK. I have windows 8.1.will this matter? I do have recovery also.
Sent from my HTC One using XDA Free mobile app
mackenzie121 said:
ok i have a recovery
Click to expand...
Click to collapse
I asked if you have a nandroid backup, I know you have a recovery, you flashed a custom rom. If you have a nandroid backup you could restore it from recovery mode.
---------- Post added at 07:51 AM ---------- Previous post was at 07:49 AM ----------
mackenzie121 said:
OK. I have windows 8.1.will this matter? I do have recovery also.
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
yes this matter if your hboot is 1.44, your phone will not be able to connect in fastboot mode. If this is the case, use a windows 7 PC or a linux like Ubuntu.
It's hboot 1,55. It says fastboot USB, but won't show on fast boot or adb. How do I go back to stock rom
Sent from my HTC One using XDA Free mobile app
mackenzie121 said:
It's hboot 1,55. It says fastboot USB, but won't show on fast boot or adb.
Click to expand...
Click to collapse
Then your drivers are not installed. Install HTC drivers so the computer will be able to see the phone.
How do I go back to stock rom
Click to expand...
Click to collapse
so we are back at post #7, to determine what you need to go back to stock, i need to know your "fastboot getvar all" so we can determine what options you have. For now you can't post this information because you have drivers issue. Fix your drivers and then post that info.
OR
restore your nandroid backup (if you have one, you still not have answered this clearly btw) from recovery, this option will not require adb and fastboot
OK once I get it working I will send the info. Yeah there is a nand backup using twerp. If I done a restore using that will it go back to factory stock Rom?
Sent from my HTC One using XDA Free mobile app
mackenzie121 said:
OK once I get it working I will send the info. Yeah there is a nand backup using twerp. If I done a restore using that will it go back to factory stock Rom?
Sent from my HTC One using XDA Free mobile app
Click to expand...
Click to collapse
restoring the backup will restore your phone to the same state it was when you did the backup (only you can know). So if you did the backup when the phone was running the stock rom, it will restore the stock rom. If you did the backup when you were on stock rom + rooted, it will restore stock rom + root.
here is my details
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.25.3263.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3827mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
mackenzie121 said:
here is my details
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.25.3263.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3827mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
Doesn't seem to be a backup available. Your choice is to use your own backup (if you have one) or install a custom rom using
1. adb push romname.zip /sdcard
or
2. adb sideload rom.zip

Htc one Dual bricked

Hello guys. It's pretty late that I discovered this thread. I had my HTC one dual bricked 24 hrs ago. What I did was tried to flash Maximus HD rom after installing TWRP(v2.6.0.0). My phone was S-ON .The flashing went successful but my phone hangs at HTC logo. Its then enters into a boot loop.Tried matching my issues with posts earlier but seems to be greek n latin to me. Any help is really appreciated.
Anyone out there to fix the issue here??
itzvaibhav said:
Hello guys. It's pretty late that I discovered this thread. I had my HTC one dual bricked 24 hrs ago. What I did was tried to flash Maximus HD rom after installing TWRP(v2.6.0.0). My phone was S-ON .The flashing went successful but my phone hangs at HTC logo. Its then enters into a boot loop.Tried matching my issues with posts earlier but seems to be greek n latin to me. Any help is really appreciated.
Click to expand...
Click to collapse
itzvaibhav said:
Anyone out there to fix the issue here??
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=46742848
I got the forum but which is the one I need to install and will that work?
itzvaibhav said:
I got the forum but which is the one I need to install and will that work?
Click to expand...
Click to collapse
I have no idea ... you never posted any phone info
I'm guessing you version of recovery is too old
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: 1.01.32.0423
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.17.720.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ************
(bootloader) imei: ***************
(bootloader) meid: **************
(bootloader) product: m7cdwg
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0751000
(bootloader) cidnum: HTC__038
(bootloader) battery-status: good
(bootloader) battery-voltage: 4240mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Which is the one I need to get on?
clsA said:
I have no idea ... you never posted any phone info
I'm guessing you version of recovery is too old
Click to expand...
Click to collapse
itzvaibhav said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-main: 5.17.720.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) product: m7cdwg
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0751000
(bootloader) cidnum: HTC__038
Which is the one I need to get on?
Click to expand...
Click to collapse
Try this recovery and the rom again > http://forum.xda-developers.com/showthread.php?t=2467536
be sure and factory reset when flashing the rom
Performed the recovery. But the screen hangs entering recovery and it boots in a loop.
Used fastboot flash recovery filename.img
clsA said:
Try this recovery and the rom again > http://forum.xda-developers.com/showthread.php?t=2467536
be sure and factory reset when flashing the rom
Click to expand...
Click to collapse
itzvaibhav said:
Performed the recovery. But the screen hangs entering recovery and it boots in a loop.
Used fastboot flash recovery filename.img
Click to expand...
Click to collapse
fastboot erase cache
fastboot reboot-bootloader
Used the three commands but it doesnt take me to recovery and boots in a loop instead.
clsA said:
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
itzvaibhav said:
Used the three commands but it doesnt take me to recovery and boots in a loop instead.
Click to expand...
Click to collapse
no idea
put your old recovery back on then and flash stock rom or restore your nandroid backup
Yes. Will do it. But what if I dont have nandroid backup??
clsA said:
no idea
put your old recovery back on then and flash stock rom or restore your nandroid backup
Click to expand...
Click to collapse
itzvaibhav said:
Yes. Will do it. But what if I dont have nandroid backup??
Click to expand...
Click to collapse
their's one in the mega thread i posted
before making any changes to your phone you need a nandroid backup copied to your PC for safe keeping
Sure will give that a try.. I'm downloading the same.
clsA said:
their's one in the mega thread i posted
Click to expand...
Click to collapse
Not sure if its still the same, but with my friend's One S you had to flash the boot.img in the bootloader after you flashed the ROM in recovery.
itsdacj said:
Not sure if its still the same, but with my friend's One S you had to flash the boot.img in the bootloader after you flashed the ROM in recovery.
Click to expand...
Click to collapse
not necessary on the HTC One
clsA said:
not necessary on the HTC One
Click to expand...
Click to collapse
Even if its S-ON?
itsdacj said:
Even if its S-ON?
Click to expand...
Click to collapse
makes no difference, all roms for the htc one flash the boot.img automatically

[Q] Installing Android Revolution

Hello, I have an HTC One M7 and I'm trying to install the custom ROM Hd revolution. To do this I follow this guide : http://forum.xda-developers.com/showthread.php?t=2265618 . I've already unlock the bootloader and now I'm trying to "Flashing custom recovery" everything is ok till the stage 8, on my terminal they write the good message "OKAY" however my phone is block the white screen with fastboot and I don't have access to do a nandroid backup. Do you have an idea why? thank you very much
ti_coco said:
Hello, I have an HTC One M7 and I'm trying to install the custom ROM Hd revolution. To do this I follow this guide : http://forum.xda-developers.com/showthread.php?t=2265618 . I've already unlock the bootloader and now I'm trying to "Flashing custom recovery" everything is ok till the stage 8, on my terminal they write the good message "OKAY" however my phone is block the white screen with fastboot and I don't have access to do a nandroid backup. Do you have an idea why? thank you very much
Click to expand...
Click to collapse
Can you post a fastboot getvar all, removing the serial number and imei please?
Also, are you trying to run the command "fastboot boot recovery recovery.img"?
What version of recovery are you using?
stovie_steve said:
Can you post a fastboot getvar all, removing the serial number and imei please?
Also, are you trying to run the command "fastboot boot recovery recovery.img"?
What version of recovery are you using?
Click to expand...
Click to collapse
"(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.10.1020.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__247
(bootloader) battery-status: good
(bootloader) battery-voltage: 3920mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!"
No I try to do "fastboot boot recovery.img" as explained in the guide in order to do a nandroid back after. I use TWRP recovery. Thanks for your help
ti_coco said:
"(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.10.1020.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__247
(bootloader) battery-status: good
(bootloader) battery-voltage: 3920mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!"
No I try to do "fastboot boot recovery.img" as explained in the guide in order to do a nandroid back after. I use TWRP recovery. Thanks for your help
Click to expand...
Click to collapse
You can't use fastboot boot recovery with that version of hboot. Only works for hboot 1.44 it mentions in the guide it only works in earlier versions
You have to flash the recovery using the command fastboot flash recovery recovery.img
After that you can make a nandroid backup, but it won't contain stock recovery
stovie_steve said:
You can't use fastboot boot recovery with that version of hboot. Only works for hboot 1.44 it mentions in the guide it only works in earlier versions
You have to flash the recovery using the command fastboot flash recovery recovery.img
After that you can make a nandroid backup, but it won't contain stock recovery
Click to expand...
Click to collapse
Ok, thank you but how can I do a stock recovery then ?
ti_coco said:
Ok, thank you but how can I do a stock recovery then ?
Click to expand...
Click to collapse
I checked and couldn't find one for you. Here are other stock recoveries but none for your version
Are you planning on getting s off after you install your custom ROM? Means you can run an earlier RUU for your CID which will put you completely stock again if you need to return your phone for warranty purposes etc
stovie_steve said:
I checked and couldn't find one for you. Here are other stock recoveries but none for your version
Are you planning on getting s off after you install your custom ROM? Means you can run an earlier RUU for your CID which will put you completely stock again if you need to return your phone for warranty purposes etc
Click to expand...
Click to collapse
Sorry I don't know very well, so I don't understand what you are saying How do I become s-off after my ROM ?And what does it change?
ti_coco said:
Sorry I don't know very well, so I don't understand what you are saying How do I become s-off after my ROM ?And what does it change?
Click to expand...
Click to collapse
If you do not understand what s off is or what it means for your phone, then don't worry. It's not for you
To install the custom ROM, you need to flash the recovery rather than boot recovery as suggested by the guide. If you have any problems installing the ROM I'd be happy to help you along. But continue with the guide in the meantime
stovie_steve said:
If you do not understand what s off is or what it means for your phone, then don't worry. It's not for you
To install the custom ROM, you need to flash the recovery rather than boot recovery as suggested by the guide. If you have any problems installing the ROM I'd be happy to help you along. But continue with the guide in the meantime
Click to expand...
Click to collapse
Ok, just do I need to root my phone to install this ROM ?
ti_coco said:
Ok, just do I need to root my phone to install this ROM ?
Click to expand...
Click to collapse
To install the ROM:
1. Unlock your bootloader
2. Flash TWRP, preferably version 2.6.3.3 and download ROM to your phone
3. Make a nandroid backup in recovery
4. install ROM and follow instructions
stovie_steve said:
To install the ROM:
1. Unlock your bootloader
2. Flash TWRP, preferably version 2.6.3.3 and download ROM to your phone
3. Make a nandroid backup in recovery
4. install ROM and follow instructions
Click to expand...
Click to collapse
I did what you say but now my HTC One is stuck on HTC logo that comes on while switching it on....
ti_coco said:
I did what you say but now my HTC One is stuck on HTC logo that comes on while switching it on....
Click to expand...
Click to collapse
Did you use 2.6.3.3 version of twrp?
When installing the ROM did you choose to do a complete wipe in the options whilst installing it?
make sure you flash the lastest firmware as well...
divxdvd said:
make sure you flash the lastest firmware as well...
Click to expand...
Click to collapse
I believe he is already on the latest firmware for his device
Also, from Vomers Guide:
FIRMWARE FAQ:
Q: Do I need S-OFF for firmware flashing?
A: YES!
OP doesn't have s off
It works now, for information I used clockwork but it didn't work so I reflash my phone wirth twrp-2.6.3.3-m7.img and erase cach. Then I reinstall the ROM and it worked!

I cant flash my Htc802t China Mobile Phone m7cdtu

HBOOT STATUS
m7cdtu relocked
cid htccn704(İ changed it years ago im not sure it is original)
hboot 2.49.0000
radio: u3.19.3509.4
opendsp-v35.120.274.0718
qsc-1237.29.35.0903
OS-7.17.401.6
Here is Device info
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: U3.19.3509.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.17.401.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: HC35KW907694
(bootloader) imei: 123583295771204
(bootloader) meid: 00000000000000
(bootloader) product: m7cdtu
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0780000
(bootloader) cidnum: HTCCN704
(bootloader) battery-status: good
(bootloader) battery-voltage: 3875mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d0e3b226
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
I cant flash RUU, there is no recovery even if i can flash recovery my phone goes boot loop. entering recovery I really need to find the real problem guys ty.
mkenbu said:
I cant flash RUU
Click to expand...
Click to collapse
Why? What's wrong when flashing the RUU?
alray said:
Why? What's wrong when flashing the RUU?
Click to expand...
Click to collapse
FAILED (remote: data length is too large) when i tried to flash fastboot gives me that message.
Can you send me a true RUU file ty.
mkenbu said:
FAILED (remote: data length is too large) when i tried to flash fastboot gives me that message.
Can you send me a true RUU file ty.
Click to expand...
Click to collapse
You need htc_fastboot.exe
mkenbu said:
FAILED (remote: data length is too large) when i tried to flash fastboot gives me that message.
Can you send me a true RUU file ty.
Click to expand...
Click to collapse
7.17.401.5 ruu is available on androidfilehost.com
Flash it using htc_fastboot.exe or rename the zip PN071IMG, save the file at the root of a fat32 sdcard and reboot in bootloader mode with the sdcard in the phone and youll be able to flash the RUU without using fastboot
lucyr03 said:
You need htc_fastboot.exe
Click to expand...
Click to collapse
alray said:
7.17.401.5 ruu is available on androidfilehost.com
Flash it using htc_fastboot.exe or rename the zip PN071IMG, save the file at the root of a fat32 sdcard and reboot in bootloader mode with the sdcard in the phone and youll be able to flash the RUU without using fastboot
Click to expand...
Click to collapse
okey guys here is the problem i have flashed the wrong RUU. My original OS name was 5.15.1403.32 Or something like that i dont know. I dont think my hboot, radio and os is right. Htc 802t is very problematic to find a RUU. I also tried htc boot exe and the PN07IMG method.
mkenbu said:
okey guys here is the problem i have flashed the wrong RUU. My original OS name was 5.15.1403.32 Or something like that i dont know. I dont think my hboot, radio and os is right. Htc 802t is very problematic to find a RUU. I also tried htc boot exe and the PN07IMG method.
Click to expand...
Click to collapse
http://d-h.st/8OH
Sent from my HTC6545LVW using Tapatalk
santod040 said:
http://d-h.st/8OH
Sent from my HTC6545LVW using Tapatalk
Click to expand...
Click to collapse
header error 32
santod040 said:
http://d-h.st/8OH
Sent from my HTC6545LVW using Tapatalk
Click to expand...
Click to collapse
i get that message header error 32

Categories

Resources