Hey XDA.
I have an HTC M7 currently with ARHD.
How I did it since now, was to unlock bootloader, get a custom recovery and then flash the custom ROM zip.
Now I found out that I should flash base(?) firmware zips and then then Custom ROMs and Radio and stuff like that.
After reading all that I got a little confused.
Can somebody explain me what I should do?
Le_Vizz said:
Hey XDA.
I have an HTC M7 currently with ARHD.
How I did it since now, was to unlock bootloader, get a custom recovery and then flash the custom ROM zip.
Now I found out that I should flash base(?) firmware zips and then then Custom ROMs and Radio and stuff like that.
After reading all that I got a little confused.
Can somebody explain me what I should do?
Click to expand...
Click to collapse
Weather you need to update firmware or not depends on your current firmware. And version of the ROM, I assume your running the latest 92 lollipop Rom.
Can you please post the output of
Code:
fastboot getvar all
please remove your IMEI and Serial number before posting. :good:
Then we can see if you need to update your firmware. And which firmware you need.
Sent from my M7 Running ARHD 92.x
Danny201281 said:
Weather you need to update firmware or not depends on your current firmware. And version of the ROM, I assume your running the latest 92 lollipop Rom.
Can you please post the output of
Code:
fastboot getvar all
please remove your IMEI and Serial number before posting. :good:
Then we can see if you need to update your firmware. And which firmware you need.
Sent from my M7 Running ARHD 92.x
Click to expand...
Click to collapse
C:\ADB>fastboot getvar all
< waiting for device >
(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-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 3976mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
Thank you for your support
Le_Vizz said:
C:\ADB>fastboot getvar all
< waiting for device >
(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-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 3976mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.066s
Thank you for your support
Click to expand...
Click to collapse
Your firmware is very old. But maybe not such a bad thing at the moment. Have you ever considered going s-off. If you have it would be better to do it now before updating your firmware.
Your currently on hboot 1.55 which you can s-off for free using rumrunner. Once you update past 1.55 your only option for s-off will be Sunshine which costs $25 to use. Also updating firmware while s-off is much easier since you won't need to relock your bootloader.
Your current firmware base is for jellybean. So you will probably have some problems with the latest lollipop roms. You should update to get the most out of your device and the latest roms. But I do recommend going s-off first. :good:
Sent from my SM-T230 using Tapatalk
Danny201281 said:
Your firmware is very old. But maybe not such a bad thing at the moment. Have you ever considered going s-off. If you have it would be better to do it now before updating your firmware.
Your currently on hboot 1.55 which you can s-off for free using rumrunner. Once you update past 1.55 your only option for s-off will be Sunshine which costs $25 to use. Also updating firmware while s-off is much easier since you won't need to relock your bootloader.
Your current firmware base is for jellybean. So you will probably have some problems with the latest lollipop roms. You should update to get the most out of your device and the latest roms. But I do recommend going s-off first. :good:
Sent from my SM-T230 using Tapatalk
Click to expand...
Click to collapse
So I should S-OFF, then Update my firmware and then install Custom ROM/Kernel?
Le_Vizz said:
So I should S-OFF, then Update my firmware and then install Custom ROM/Kernel?
Click to expand...
Click to collapse
Yeah that's what I would recommend. S-off first
Then you can find all firmware zips for your device here https://www.androidfilehost.com/?w=files&flid=32777
You will need to flash
4.19.401.11.zip
5.11.401.10.zip
6.09.401.12.zip
7.19.401.22.zip
If you flash them with s-off they will not wipe anything from your device. Once you have the latest firmware you can use any lollipop Rom you choose :good:
Sent from my M7 Running ARHD 92.x
Danny201281 said:
Yeah that's what I would recommend. S-off first
Then you can find all firmware zips for your device here https://www.androidfilehost.com/?w=files&flid=32777
You will need to flash
4.19.401.11.zip
5.11.401.10.zip
6.09.401.12.zip
7.19.401.22.zip
If you flash them with s-off they will not wipe anything from your device. Once you have the latest firmware you can use any lollipop Rom you choose :good:
Sent from my M7 Running ARHD 92.x
Click to expand...
Click to collapse
Do I flash the firmwares through recovery or through fastboot?
And do I flash them after another or do I have to flash one and start the phone and then flash the next one?
Le_Vizz said:
Do I flash the firmwares through recovery or through fastboot?
And do I flash them after another or do I have to flash one and start the phone and then flash the next one?
Click to expand...
Click to collapse
Flash them with fastboot. Put the firmware files in your fastboot folder. And connect fastboot usb in the bootloader.
With s-off flash with these commands.
Code:
fastboot erase cache
fastboot oem rebootRUU
The device will boot to a black screen with silver HTC logo. This is ruu mode.
Code:
fastboot flash zip name_of_firmware.zip
The first flash is just a pre update. Repeat the same command.
Code:
fastboot flash zip name_of_firmware.zip
The second flash will flash the firmware. The progress bar on the screen will not reach 100% that's normal. When the flash is complete
Code:
fastboot reboot-bootloader
Done.
You don't need to reboot to Android just repeat the procedure again for the next zip strait from the bootloader.
The firmware updates will include the stock recovery. So you will need to flash TWRP or CWM when your done.
If you decide to update wile s-on the procedure is the same. But you will need to 're-lock your bootloader before you start.
Code:
fastboot oem lock
fastboot reboot-bootloader
Be aware though when you unlock the bootloader it will wipe your devices internal storage.
Sent from my M7 Running ARHD 92.x
When I flash/update the Firmware, does it change my current ROM in a way, that I need to reflash it?
Le_Vizz said:
When I flash/update the Firmware, does it change my current ROM in a way, that I need to reflash it?
Click to expand...
Click to collapse
Very good question I'm glad you asked. I missed this in my last post. The firmware will also replace the stock boot.img. only a problem if your running a custom Rom. In which case you don't need to reflash the entire Rom. You can extract the boot.img from the rom zip and flash it with fastboot.
Code:
fastboot flash boot boot.img
Did you manage to s-off? With s-off you can also flash custom firmware. So you could just delete the boot.img and recovery.img from each of the firmware.zips then you can just flash the firmware without complications. :good:
Sent from my M7 Running ARHD 92.x
Danny201281 said:
Did you manage to s-off? With s-off you can also flash custom firmware. So you could just delete the boot.img and recovery.img from each of the firmware.zips then you can just flash the firmware without complications. :good:
Sent from my M7 Running ARHD 92.x
Click to expand...
Click to collapse
Unfortunately, I'm stuck and I get the error "WTF: What are you doing"
Tried to re-install drivers, changed USB ports but nothing worked
Le_Vizz said:
Unfortunately, I'm stuck and I get the error "WTF: What are you doing"
Tried to re-install drivers, changed USB ports but nothing worked
Click to expand...
Click to collapse
This error was from rumrunner? What Rom is currently installed?
Sent from my M7 Running ARHD 92.x
Danny201281 said:
This error was from rumrunner? What Rom is currently installed?
Sent from my M7 Running ARHD 92.x
Click to expand...
Click to collapse
Currently on ARHD 92
Le_Vizz said:
Currently on ARHD 92
Click to expand...
Click to collapse
You may need to flash a jellybean Rom for rumrunner to work. I'm looking for a link for you :good:
Sent from my M7 Running ARHD 92.x
@alray @clsA @majmoz hey guys any idea where to find a 3.62.401.1 stock rom to use with rumrunner. The one on htc1 guru has a dead link. Can't find anything else. Or ARHD 31?
Sent from my SM-T230 using Tapatalk
Danny201281 said:
@alray @clsA @majmoz hey guys any idea where to find a 3.62.401.1 stock rom to use with rumrunner. The one on htc1 guru has a dead link. Can't find anything else. Or ARHD 31?
Sent from my SM-T230 using Tapatalk
Click to expand...
Click to collapse
@alray @clsA
Here you might find ARHD 31. Hope it helps.
majmoz said:
@alray @clsA
Here you might find ARHD 31. Hope it helps.
Click to expand...
Click to collapse
Yes thanks @majmoz helps a lot. Couldn't find anything. Even a direct search at AFH turn up nothing
Le_Vizz said:
Currently on ARHD 92
Click to expand...
Click to collapse
Rumrunner should work with this rom :good:
https://www.androidfilehost.com/?fid=23269279319197489
Sent from my SM-T230 using Tapatalk
Danny201281 said:
Yes thanks @majmoz helps a lot. Couldn't find anything. Even a direct search at AFH turn up nothing
Rumrunner should work with this rom :good:
https://www.androidfilehost.com/?fid=23269279319197489
Sent from my SM-T230 using Tapatalk
Click to expand...
Click to collapse
Will this work with Hboot 1.57, I tried with insertcoin 5.0.2 and ARHD 4.4.2? Can I downgrade Hboot with S-ON by flashing older RUU signed by HTC or 3rd pary authority?
nebitan said:
Will this work with Hboot 1.57, I tried with insertcoin 5.0.2 and ARHD 4.4.2? Can I downgrade Hboot with S-ON by flashing older RUU signed by HTC or 3rd pary authority?
Click to expand...
Click to collapse
Sorry confused you with a different user. Previous reply deleted.
No rumrunner will not work on hboot 1.57. Only sunshine app works to s-off hboot 1.57. If you mean will the rom work then yes it should but it's based on a much older firmware. Downgrading firmware is not possible with s-on. So you can either upgrade your firmware and use ARHD 92 which is a lollipop rom. Or keep your existing firmware and flash ARHD 84 which is a kitkat rom
Because your s-on upgrading firmware will require you to lock the bootloader. Be advised that unlocking again will wipe your devices internal memory. So backup everything you want to keep to your pc before you start. If you want to upgrade to lollipop there are plenty of RUUs for lollipop there should be one you can use depending on your current OS version. Upgrading via ruu will also require you to relock the bootloader.
Sent from my SM-T230 using Tapatalk
Related
hello, where can i download the 4.19.401.8 ruu.exe?? i've rooted my 4.4.2 and want to go back to stock... i'm not into it and can't make it work.. please help me.
cabasse_tronic said:
hello, where can i download the 4.19.401.8 ruu.exe?? i've rooted my 4.4.2 and want to go back to stock... i'm not into it and can't make it work.. please help me.
Click to expand...
Click to collapse
There is no 4.19.401.8 RUU available.
post your ''fastboot getvar all'' minus imei/sn
cabasse_tronic said:
hello, where can i download the 4.19.401.8 ruu.exe?? i've rooted my 4.4.2 and want to go back to stock... i'm not into it and can't make it work.. please help me.
Click to expand...
Click to collapse
why not just leave your device as it is and flash a custom 4.19 rom?
most of the posts in this thread are from people who have screwed up their device trying to relock and RUU.
I've allready locked the device, stock recovery.. but still can't det rid of the root.. and it doesn't even run.. from the begining it didn't.. said su binary.. bla bla bla...
this is fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.8
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH3xxxxxxxxx
(bootloader) imei: 3594xxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 4297mV
(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
all: Done!
finished. total time: 0.046s
the new thing that i've seen is that the HTC Flashlight ain't installed on my phone anymore..
Please help me get it back to stock.. like is fresh out of the box.. if you can help me, i'll replay ASAP here in order to make things go faster. thanks in advice to all of you guys.
Kill me if i'm wrong... i S-OFF the device, downgrade h-boot, then i can flash the RUU for my phone.. the one on the androidruu.com .. right??
cabasse_tronic said:
Kill me if i'm wrong... i S-OFF the device, downgrade h-boot, then i can flash the RUU for my phone.. the one on the androidruu.com .. right??
Click to expand...
Click to collapse
Yes that should do the trick. Flash the correct ruu for your MID and CID
big problem.. can't S-OFF... tried all methodes.. none work. i've got that little root on my phone but ain't working.. please
cabasse_tronic said:
big problem.. can't S-OFF... tried all methodes.. none work. i've got that little root on my phone but ain't working.. please
Click to expand...
Click to collapse
Have you tried Rumrunner? If yes, what errors it's giving you?
checking for updates....... ERROR: cannot check for updates
managed to S-OFF using firewater, after installing a custom rom.. in this moment i'm confused if going back to stock (s-on, etc, etc) or keeping the AHD soft.. it has with 200mb more free ram.. guys.. give me a hint
cabasse_tronic said:
managed to S-OFF using firewater, after installing a custom rom.. in this moment i'm confused if going back to stock (s-on, etc, etc) or keeping the AHD soft.. it has with 200mb more free ram.. guys.. give me a hint
Click to expand...
Click to collapse
If you installed ARHD 51 keep it, it's better than stock
Uxepro said:
If you installed ARHD 51 keep it, it's better than stock
Click to expand...
Click to collapse
i like it.. but on my mind is stock.. i've got problems with my old phone (htc one x) with custom rom, but it was carier dependent and wouldn't recieve OTAs
Have you tried flashing the RUU your device came with? Then OTA update to latest
now i'm on custom rom, S-OFF, Unlocked, Rooted and hboot downgraded (1.44) so at this point i can flash the ruu.exe for my htc one (x.401.x.x) but still i don't know if i'll manage to get it back to the Cosmote rom (had some cool programs installed on it)..
cabasse_tronic said:
now i'm on custom rom, S-OFF, Unlocked, Rooted and hboot downgraded (1.44) so at this point i can flash the ruu.exe for my htc one (x.401.x.x) but still i don't know if i'll manage to get it back to the Cosmote rom (had some cool programs installed on it)..
Click to expand...
Click to collapse
if you want to go back to stock and you have s-off and 1.44 hboot then the only thing you need to do is to download and run the 1.28.401.7 ruu.exe from htc1guru.com
it will wipe your phone and restore to stock rom and stock recovery. you will still be s-off. Just don't forget that if you want to remove the tempered flag, you should do it before the ruu
alray said:
if you want to go back to stock and you have s-off and 1.44 hboot then the only thing you need to do is to download and run the 1.28.401.7 ruu.exe from htc1guru.com
it will wipe your phone and restore to stock rom and stock recovery. you will still be s-off. Just don't forget that if you want to remove the tempered flag, you should do it before the ruu
Click to expand...
Click to collapse
is there a problem if i keep my phone s-off for warranty???
cabasse_tronic said:
managed to S-OFF using firewater, after installing a custom rom.. in this moment i'm confused if going back to stock (s-on, etc, etc) or keeping the AHD soft.. it has with 200mb more free ram.. guys.. give me a hint
Click to expand...
Click to collapse
How did you get firewater to work? Which steps? I seems to have the same getvar info as you, but I can't get it to work...
Thanks!
Hi guys, sorry for my bad english. I've tried in the category m7 but I've not found other similar thread. Well, from some days I'm trying to flash different custom rom, but I always have error after a few moments, I'm using a TWRP Recovery 2.6.3.3 but the problem also occurs with CWM and TWRP 2.6.3.4
I've the same error with CM11, AOKP and MIUI, here a test:
Updating partition details...
Installing '/sdcard/miuiandroid_multi_m7_4.1.24_jp-4.2.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found.
Error flashing zip '/sdcard/miuiandroid_multi_m7_4.1.24_jp-4.2.zip'
Updating partition details...
Failed
Click to expand...
Click to collapse
Here my ./fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.8
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: ******************
(bootloader) imei: ********************
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 3953mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.060s
Click to expand...
Click to collapse
I was forgot, I have S-OFF
Someone can help me? I've tried to install RUU but after i've always the error
Jalava said:
Hi guys, sorry for my bad english. I've tried in the category m7 but I've not found other similar thread. Well, from some days I'm trying to flash different custom rom, but I always have error after a few moments, I'm using a TWRP Recovery 2.6.3.3 but the problem also occurs with CWM and TWRP 2.6.3.4
I've the same error with CM11, AOKP and MIUI, here a test:
Here my ./fastboot getvar all
I was forgot, I have S-OFF
Someone can help me? I've tried to install RUU but after i've always the error
Click to expand...
Click to collapse
if you tried restoring from the 1.28.401.7 RUU then you need to downgrade hboot to 1.44 before. Follow nkk71's guide in my signature.
alray said:
if you tried restoring from the 1.28.401.7 RUU then you need to downgrade hboot to 1.44 before. Follow nkk71's guide in my signature.
Click to expand...
Click to collapse
Yes i've follow the guide, downgrade hboot 1.55 to 1.44 and after I restored with the exe RUU M7 UL JB 50 HTC Europe 1.20.401.1 Radio 4A.13.3227.06 10.27.1127.01 Release 308001 Signed 2 4 and then I updated via OTA from JB 4.1 to KK 4.2.2
I do not know if it can be of help, but in the past I made the switch from SENSE to GPE changing CID, doing the downgrade of hboot and restoring the RUU-HTC_One_GE-4.4.2-3.62.1700.1.zip and about a couple of weeks I went back to SENSE with the same method using the exe RUU M7 UL JB 50 HTC Europe 1.20.401.1 Radio 4A.13.3227.06 10.27.1127.01 Release 308001 Signed 2 4
alray said:
if you tried restoring from the 1.28.401.7 RUU then you need to downgrade hboot to 1.44 before. Follow nkk71's guide in my signature.
Click to expand...
Click to collapse
Jalava said:
Yes i've follow the guide, downgrade hboot 1.55 to 1.44 and after I restored with the exe RUU M7 UL JB 50 HTC Europe 1.20.401.1 Radio 4A.13.3227.06 10.27.1127.01 Release 308001 Signed 2 4 and then I updated via OTA from JB 4.1 to KK 4.2.2
I do not know if it can be of help, but in the past I made the switch from SENSE to GPE changing CID, doing the downgrade of hboot and restoring the RUU-HTC_One_GE-4.4.2-3.62.1700.1.zip and about a couple of weeks I went back to SENSE with the same method using the exe RUU M7 UL JB 50 HTC Europe 1.20.401.1 Radio 4A.13.3227.06 10.27.1127.01 Release 308001 Signed 2 4
Click to expand...
Click to collapse
Major revision (to the guide) will be up some time tomorrow :cyclops: :cyclops: :cyclops:
do not use 1.20.401.1 (has hboot 1.43), use the the 1.28.401.7 instead.
nkk71 said:
Major revision (to the guide) will be up some time tomorrow :cyclops: :cyclops: :cyclops:
do not use 1.20.401.1 (has hboot 1.43), use the the 1.28.401.7 instead.
Click to expand...
Click to collapse
Ok i've tried with again to downgrade the hboot ad restore the RUU 1.28.401.7 via zip then i've flashed again the TWRP and SuperSU.zip and flash the miui rom but the flash is failed, now i'm at work and i've only this on the pc... i can't download another rom now
in the eveving at home i will try with CM or Revolution HD.
Now if I try to restore my old nandroid backup it can give problems being based on the wrong RUU 1.20.401.1?
Jalava said:
Ok i've tried with again to downgrade the hboot ad restore the RUU 1.28.401.7 via zip then i've flashed again the TWRP and SuperSU.zip and flash the miui rom but the flash is failed, now i'm at work and i've only this on the pc... i can't download another rom now
in the eveving at home i will try with CM or Revolution HD.
Now if I try to restore my old nandroid backup it can give problems being based on the wrong RUU 1.20.401.1?
Click to expand...
Click to collapse
nandroid of what? (but shouldnt cause any problems, unless if you are restoring a 1.xx nandroid onto a 2.xx+ firmware then touchscreen won't work)
nkk71 said:
Major revision (to the guide) will be up some time tomorrow :cyclops: :cyclops: :cyclops:
do not use 1.20.401.1 (has hboot 1.43), use the the 1.28.401.7 instead.
Click to expand...
Click to collapse
nkk71 said:
nandroid of what? (but shouldnt cause any problems, unless if you are restoring a 1.xx nandroid onto a 2.xx+ firmware then touchscreen won't work)
Click to expand...
Click to collapse
ok, is the nandroid of my stock rom before the restore with RUU of last night, but i can wait and try another rom
Jalava said:
ok, is the nandroid of my stock rom before the restore with RUU of last night, but i can wait and try another rom
Click to expand...
Click to collapse
then the nandroid should work fine, try another rom later using TWRP 2.6.3.3 or .4
where did you get the rom that's failing, can u post a link.
nkk71 said:
then the nandroid should work fine, try another rom later using TWRP 2.6.3.3 or .4
where did you get the rom that's failing, can u post a link.
Click to expand...
Click to collapse
Ok now i'm using TWPR 2.6.3.4
Link to miui multi language chilp.it/09aea4 from miui.it/download-miui/ after i can try to download it from the official website
the CM is from download.cyanogenmod.org/?device=m7 the download.cyanogenmod.org/get/jenkins/57954/cm-11-20140205-NIGHTLY-m7.zip after i can try with the last nightly
Jalava said:
Ok now i'm using TWPR 2.6.3.4
Link to miui multi language chilp.it/09aea4 from miui.it/download-miui/ after i can try to download it from the official website
the CM is from download.cyanogenmod.org/?device=m7 the download.cyanogenmod.org/get/jenkins/57954/cm-11-20140205-NIGHTLY-m7.zip after i can try with the last nightly
Click to expand...
Click to collapse
If you look at FAQ #1 here: http://forum.xda-developers.com/showthread.php?t=2514595
you'll see that you may need to edit the script: http://forum.xda-developers.com/showpost.php?p=48093981&postcount=340
Though I'm not sure that's the problem in your case
Try AHRD 51.0, it's running very smoothly for me, and then you can test miui again
nkk71 said:
If you look at FAQ #1 here: http://forum.xda-developers.com/showthread.php?t=2514595
you'll see that you may need to edit the script: http://forum.xda-developers.com/showpost.php?p=48093981&postcount=340
Though I'm not sure that's the problem in your case
Try AHRD 51.0, it's running very smoothly for me, and then you can test miui again
Click to expand...
Click to collapse
solved! was a combination of zip corrupt and probably the wrong RUU influenced ... now I can flash the rom
Thanks to all
Hi all,
My girlfriend has a HTC One M7, currentley Rooted with an Unlocked bootloader, Bulletproof Kernel, CWM Recovery, S-On (can't get S-OFF no matter what I try) and running the stock 4.4.2 Sense ROM that came with the phone.
She wants to install an OTA update, obviously this won't work with the phone in it's current state. I've got experience with all of this with my Note II, but the M7 is just a whole different can of worms.
What I've tried:
Getting S-OFF (no luck whatsoever with any tools)
Flashing stock recovery and kernel
Flashing stock recovery and kernel and applying the OTA manually via recovery
I've read everything on here and nothing seems to go in. She just wants to be able to install OTA updates, even if it means unrooting her phone permanently as this will happen each time there is an OTA update.
Someone, please guide me in the right direction! Step by step maybe?
Keep in mind there is no way I can't get S-OFF.
Huge thanks to anyone that can help. I'd be eternally in your debt!!
SmokinWaffle said:
My girlfriend has a HTC One M7, currentley Rooted with an Unlocked bootloader, Bulletproof Kernel, CWM Recovery, S-On (can't get S-OFF no matter what I try) and running the stock 4.4.2 Sense ROM that came with the phone.
She wants to install an OTA update, obviously this won't work with the phone in it's current state. I've got experience with all of this with my Note II, but the M7 is just a whole different can of worms.
Click to expand...
Click to collapse
I suppose the phone is trying to apply to ota update and then show a red triangle with an exclamation mark inside?
What I've tried:
Getting S-OFF (no luck whatsoever with any tools) Any error message when trying to S-OFF? You must use the correct tool for your hboot version (probably firewater) + combination of the correct rom + kernel
Flashing stock recovery and kernel --> You must have stock recovery for ota, ota will not install using a custom one.
Flashing stock recovery and kernel and applying the OTA manually via recovery --> appyling the ota manually from stock recovery require s-off
Click to expand...
Click to collapse
I've read everything on here and nothing seems to go in. She just wants to be able to install OTA updates, even if it means unrooting her phone permanently as this will happen each time there is an OTA update
Click to expand...
Click to collapse
.
http://forum.xda-developers.com/showpost.php?p=52894276&postcount=9
http://forum.xda-developers.com/showpost.php?p=53151895&postcount=23
Keep in mind there is no way I can't get S-OFF.
Click to expand...
Click to collapse
still not sure about this, unless you get the "whelp" message from firewater...
post the output of fastboot getvar all except the imei number and serialno
alray said:
I suppose the phone is trying to apply to ota update and then show a red triangle with an exclamation mark inside?
Click to expand...
Click to collapse
Yep!
alray said:
http://forum.xda-developers.com/showpost.php?p=52894276&postcount=9
http://forum.xda-developers.com/showpost.php?p=53151895&postcount=23
Click to expand...
Click to collapse
Interesting. I don't have the phone with me at the moment and it's late but I'll try to do the POWERUP + VOL tomorrow at some point, I'll get her to try stock recovery + kernel then do it and see what it's stopping at.
alray said:
still not sure about this, unless you get the "whelp" message from firewater...
Click to expand...
Click to collapse
Didn't get that message, just keeps going indefinetley or stops, and doesn't S-OFF. Tried Firewater, Revone, RumRunner, if there is another then I've almost certainly tried it, followed all the guides including the one that flashed Android Revolution...no idea..
alray said:
post the output of fastboot getvar all except the imei number and serialno
Click to expand...
Click to collapse
Code:
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: [I]XXXXXXXXXXXX[/I]
(bootloader) imei: [I]XXXXXXXXXXXXXXX[/I]
(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: 3798mV
(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
all: Done!
finished. total time: 0.047s
Thanks for the prompt reply, really appreciate it and any help you can give.
SmokinWaffle said:
Yep!
Interesting. I don't have the phone with me at the moment and it's late but I'll try to do the POWERUP + VOL tomorrow at some point, I'll get her to try stock recovery + kernel then do it and see what it's stopping at.
Didn't get that message, just keeps going indefinetley or stops, and doesn't S-OFF. Tried Firewater, Revone, RumRunner, if there is another then I've almost certainly tried it, followed all the guides including the one that flashed Android Revolution...no idea..
Code:
(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:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: [I]XXXXXXXXXXXX[/I]
(bootloader) imei: [I]XXXXXXXXXXXXXXX[/I]
(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: 3798mV
(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
all: Done!
finished. total time: 0.047s
Thanks for the prompt reply, really appreciate it and any help you can give.
Click to expand...
Click to collapse
your version-main? (rom version) Go in settings --> About --> Software info --> Rom version
maybe there is a ruu you could use to restore the phone(4.19.401.9), if it match your version
---------- Post added at 04:40 PM ---------- Previous post was at 04:35 PM ----------
you can also flash the stock 5.11.401.10 rom, recovery and firmware available on ARHD website
http://android-revolution-hd.blogspot.ca/p/android-revolution-hd-mirror-site-var.html
http://forum.xda-developers.com/showthread.php?t=2224752
alray said:
your version-main? (rom version) Go in settings --> About --> Software info --> Rom version
maybe there is a ruu you could use to restore the phone(4.19.401.9), if it match your version
---------- Post added at 04:40 PM ---------- Previous post was at 04:35 PM ----------
you can also flash the stock 5.11.401.10 rom, recovery and firmware available on ARHD website
http://android-revolution-hd.blogspot.ca/p/android-revolution-hd-mirror-site-var.html
http://forum.xda-developers.com/showthread.php?t=2224752
Click to expand...
Click to collapse
4.19.401.11
What exactly is the function of the RUU? I can't seems to get my head around it..
I'm guessing the ARHD steps are to try to get S-OFF?
SmokinWaffle said:
4.19.401.11
What exactly is the function of the RUU? I can't seems to get my head around it..
Click to expand...
Click to collapse
forget the ruu, your phone version is higher than the ruu. flashing a ruu (4.11.401.10) with a lower version than on your phone(4.11.401.11) require s-off.
I'm guessing the ARHD steps are to try to get S-OFF?
Click to expand...
Click to collapse
No, this is the latest stock rom(5.11.401.10) for your phone model (MID: PN0710000 and CID:HTC__001) including android 4.4.2 and sense 6.0
You can flash this stock odexed rom(5.11.401.10) from custom recovery, then flash the stock recovery(5.11.401.10) over the custom one and your phone will be stock and ready to take future ota update. You may also want to update firmware to 5.11.401.10
So after flashing that rom and stock recovery, ota would be ready to roll? Would the kernel matter?
What's the purpose / Difference of firmware and how is it updated? On my note II it was just choose a rom choose a kernel and off you go. This is so much more involved
SmokinWaffle said:
So after flashing that rom and stock recovery, ota would be ready to roll? Would the kernel matter?
Click to expand...
Click to collapse
stock kernel in included in the rom (boot.img) so if you don't flash any other kernel it should be fine.
What's the purpose / Difference of firmware and how is it updated? On my note II it was just choose a rom choose a kernel and off you go. This is so much more involved
Click to expand...
Click to collapse
firmware is all the low level code required for your phone hardware to works with the software (OS)
when speaking about HTC phone, firmware.zip include HBOOT(bootloader), BOOT(kernel), Recovery, Radio and some other stuff. if you want your phone to be 100% stock you need both stock rom + stock firmware to match the same version i.e 5.11.501.10
normally, the firmware is updated at the same time the rom version is updated (from an ota update) If you flash a rom, the rom will be updated but not the firmware.
Updating the firmware manually can be dangerous is you don't know what you are doing and flashing the wrong file. You can update firmware using this command from bootloader (with the correct firmware.zip package in the same folder you have adb and fastboot):
Code:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
also it looks like flashing a 5.x.xxx.x firmware over a 3.x.xxx.x firmware will brick your phone. from what i see, your phone should be on a 4.x.401.x version at the moment, so it theory it should be fine.
Fails on:
>>>setting permissions
set_metadata_recursive: some changes failed
E:Error in /data/media/0/one_5.11.401.10_odexed.zip
(status 7)
Tried 3 different versions of cwm. Bad rom download?
Thinking about it I just re read your above post, could it be because the firmware isn't matched? I read your 'it should be fine' as 'dont update the firmware' not 'its fine to update' which I think is what you meant...
Firmware is 4.19.401.11 however the rom is 5.11.401.10. Can't believe I overlooked this, guess firmware needs to be 5.11.401.10 for the rom to take?
SmokinWaffle said:
Tried 3 different versions of cwm. Bad rom download?
Click to expand...
Click to collapse
No you are using CWM thats the problem. always use TWRP 2.6.3.3
alray said:
No you are using CWM thats the problem. always use TWRP 2.6.3.3
Click to expand...
Click to collapse
Huh?
Is this a requirement of ARHD or....?
Just seems odd
Edit: success!! All seems to work. Thank you. She's overjoyed!!!
by accident i touch reset and i lose my OS, now i dont have anything how i can install OS, i have turn on S-ON and Android RUU doesn't work. Please help me
Edit: I looking revone file ( for do S-off) but anywhere it does not already. I instaling TWRP and now I do not know what to do
mateohh said:
by accident i touch reset and i lose my OS, now i dont have anything how i can install OS, i have turn on S-ON and Android RUU doesn't work. Please help me
Edit: I looking revone file ( for do S-off) but anywhere it does not already. I instaling TWRP and now I do not know what to do
Click to expand...
Click to collapse
Turning s-on was not a good move. Now you will need to relock your bootloader to flash an ruu.
Can you please post the output of
Code:
fastboot getvar all
Please remove your imei and serial numbers before posting.
Depending on your current firmware you may have to pay for Sunshine if you want to go back to s-off. But shouldn't be necessary just to get the phone working so cross that bridge when you come to it.
Sent from my HTC One M9 using Tapatalk
Thx for your answer. I dont turning s-on i buy phone with this..
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(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__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4298mV
(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!
Danny201281 said:
Turning s-on was not a good move. Now you will need to relock your bootloader to flash an ruu.
Can you please post the output of
Code:
fastboot getvar all
Please remove your imei and serial numbers before posting.
Depending on your current firmware you may have to pay for Sunshine if you want to go back to s-off. But shouldn't be necessary just to get the phone working so cross that bridge when you come to it.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
Thx for your answer. I dont turning s-on i buy phone with this..
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(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__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4298mV
(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!
Click to expand...
Click to collapse
Ahh! OK seems I misunderstood your first post.
But revone will not work for you. It only works on hboot 1.44. Rumrunner works up-to hboot 1.55.
Since your on hboot 1.57 your only option is Sunshine. But it cost $25 for a license.
All that said none of the above will work with no OS installed.
Your options are to relock the bootloader and flash a lollipop RUU.
Or you can push/copy a rom to the phone in twrp to Install it. Which version of twrp are you using?
Sent from my HTC One M9 using Tapatalk
TWRP v2.7.1.2
Danny201281 said:
Ahh! OK seems I misunderstood your first post.
But revone will not work for you. It only works on hboot 1.44. Rumrunner works up-to hboot 1.55.
Since your on hboot 1.57 your only option is Sunshine. But it cost $25 for a license.
All that said none of the above will work with no OS installed.
Your options are to relock the bootloader and flash a lollipop RUU.
Or you can push/copy a rom to the phone in twrp to Install it. Which version of twrp are you using?
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
TWRP v2.7.1.2
Click to expand...
Click to collapse
Update to 2.8.x.x. then you an use MTP while in twrp. You may have to check mtp is enabled.
In TWRP 2.8.x.x. Select Mounts. Look for option Enable MTP. Make sure it's activated.
Then you should be able to access the phone storage on your PC to copy a rom the the phone :good:
Sent from my HTC One M9 using Tapatalk
Brother!!!!!!!!! Thank you !!!!!!!!!!!! its work ! i update TWRP on 2.8.7.0 and put my OS for sd disc and i install Cm 11 becouse when i before update on CM 12 doest work Google Play, can you recommend some other system better than the CM?
Danny201281 said:
Update to 2.8.x.x. then you an use MTP while in twrp. You may have to check mtp is enabled.
In TWRP 2.8.x.x. Select Mounts. Look for option Enable MTP. Make sure it's activated.
Then you should be able to access the phone storage on your PC to copy a rom the the phone :good:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
Brother!!!!!!!!! Thank you !!!!!!!!!!!! its work ! i update TWRP on 2.8.7.0 and put my OS for sd disc and i install Cm 11 becouse when i before update on CM 12 doest work Google Play, can you recommend some other system better than the CM?
Click to expand...
Click to collapse
Nice :good:
For me anything is better than CM roms.
Android Revolution HD
Maximus HD
Viper Rom
All great functional roms.
I find all CyanogenMod roms feel very experimental or unfinished.
Sent from my HTC One M9 using Tapatalk
Do I should pay attention for that when i have turning s on? this it good for my phone?
http://forum.xda-developers.com/showthread.php?t=2183023
or then http://forum.xda-developers.com/showthread.php?t=2224752
Danny201281 said:
Nice :good:
For me anything is better than CM roms.
Android Revolution HD
Maximus HD
Viper Rom
All great functional roms.
I find all CyanogenMod roms feel very experimental or unfinished.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
Do I should pay attention for that when i have turning s on? this it good for my phone?
http://forum.xda-developers.com/showthread.php?t=2183023
or then http://forum.xda-developers.com/showthread.php?t=2224752
Click to expand...
Click to collapse
With s-on you don't need to worry much. Android Revolution 93 from your first link should work OK. You may want to consider updating your firmware to lollipop firmware though.
Sent from my HTC One M9 using Tapatalk
Forgive me please, but if you could send me the best thing for my phone in your opinion? Recently ruined the whole system, I do not want to have problems again....
Danny201281 said:
With s-on you don't need to worry much. Android Revolution 93 from your first link should work OK. You may want to consider updating your firmware to lollipop firmware though.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
I installed viperOneM9 and there is one problem, everything works but I have no network coverage. Im from Poland
mateohh said:
I installed viperOneM9 and there is one problem, everything works but I have no network coverage. Im from Poland
Click to expand...
Click to collapse
ViperOneM9? Or ViperOne 9.0?
ViperoneM9 is for the HTC One M9 you have an M7. You should flash this one http://forum.xda-developers.com/showthread.php?t=2334294
Sorry should have been more specific :good:
Sent from my HTC One M9 using Tapatalk
i downloaded this:
Latest Fullrom: ViperOne 9.0.0-fix All Carriers(Verizon no data)
MD5: b06767e6920ab542aa9f1171fbd1aef1
Danny201281 said:
ViperOneM9? Or ViperOne 9.0?
ViperoneM9 is for the HTC One M9 you have an M7. You should flash this one http://forum.xda-developers.com/showthread.php?t=2334294
Sorry should have been more specific :good:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
Danny201281 said:
ViperOneM9? Or ViperOne 9.0?
ViperoneM9 is for the HTC One M9 you have an M7. You should flash this one http://forum.xda-developers.com/showthread.php?t=2334294
Sorry should have been more specific :good:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
I see you posted in ViperOne 9.0 thread so I'm assuming you flashed the correct rom.
You may need to update your firmware to suit the new rom.
You can download it here.
https://www.androidfilehost.com/?fid=23991606952612380
Put the zip in your fastboot folder and flash it with fastboot. You'll need to relock your bootloader because your s-on.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Wait for reboot
Code:
fastboot oem rebootRUU
fastboot flash zip7.19.401.2.zip < --- First flash will fail Pre-update
fastboot flash zip 7.19.401.2.zip
fastboot reboot-bootloader
Open the ViperRom zip on your PC and extract the boot.img file. And put it in your fastboot folder.
Unlock your bootloader with your Unlock_code.bin then flash TWRP and the boot.img
Code:
fastboot flash recovery "name of recovery".img
fastboot flash boot boot.img
Reboot the device and check service. :good:
Sent from my HTC One M9 using Tapatalk
the problem at the beginning, and now i cant use recovery
http://imgur.com/a1XFcLl
Danny201281 said:
I see you posted in ViperOne 9.0 thread so I'm assuming you flashed the correct rom.
You may need to update your firmware to suit the new rom.
You can download it here.
https://www.androidfilehost.com/?fid=23991606952612380
Put the zip in your fastboot folder and flash it with fastboot. You'll need to relock your bootloader because your s-on.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Wait for reboot
Code:
fastboot oem rebootRUU
fastboot flash zip7.19.401.2.zip < --- First flash will fail Pre-update
fastboot flash zip 7.19.401.2.zip
fastboot reboot-bootloader
Open the ViperRom zip on your PC and extract the boot.img file. And put it in your fastboot folder.
Unlock your bootloader with your Unlock_code.bin then flash TWRP and the boot.img
Code:
fastboot flash recovery "name of recovery".img
fastboot flash boot boot.img
Reboot the device and check service. :good:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
the problem at the beginning, and now i cant use recovery
http://imgur.com/a1XFcLl
Click to expand...
Click to collapse
Does the bootloader show it's relocked?
Sent from my HTC One M9 using Tapatalk
As for the pink sign Relock in top when i turn on power + volume?
Danny201281 said:
Does the bootloader show it's relocked?
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
mateohh said:
As for the pink sign Relock in top when i turn on power + volume?
Click to expand...
Click to collapse
Yeah, does it show relocked in the bootloader. If it does go ahead and flash the firmware. :good:
Sent from my HTC One M9 using Tapatalk
fastboot oem rebootRUU
fastboot flash zip7.19.401.2.zip < --- First flash will fail Pre-update
fastboot flash zip 7.19.401.2.zip
fastboot reboot-bootloader
i installed this and that change me setting now i have hboot 1.61.0000 and i cant install TWRP recovery
Danny201281 said:
Yeah, does it show relocked in the bootloader. If it does go ahead and flash the firmware. :good:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
hi all, I have htc one m7 international CID : GOOGl001, and have unkown IMEI baseband also no network with hboot 1.54 s-on working 5.02 lollipop custom rom , rooted
I tried to s-off with rumrunner, but it tells me error and try to change the rom
i tried Android revolution and another rom but did not work,
so IF there is a way or custom rom that work with rumrunner please tell me, or if there a way to get the IME and baseband while S-on while be great waiting for the help
Can you please post the output of
Code:
fastboot getvar all
Please remove your serial number and IMEI before posting :good:
Unknown IMEI and Baseband is normally a hardware related problem. In some cases flashing an ruu or firmware package can fix it. But failing that it's most likely hardware.
Thing is the GPE bootloader is a tricky one. As your s-on you will need to re-lock your bootloader to flash an ruu. But the GPE has a bug that prevents unlocking again.
So it would be best to get s-off first if possible. After checking the getvar we can assess your options :good:
Sent from my HTC One M9 using Tapatalk
really very thankfull for you and your reply here the output:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.18.3263.15
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.04.1700.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ********
(bootloader) imei: **********
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3880mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0ddc65a3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
konan2010 said:
really very thankfull for you and your reply here the output:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.18.3263.15
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.04.1700.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ********
(bootloader) imei: **********
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3880mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0ddc65a3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
It's unlikely rumrunner will work with your firmware. But you can try it with this stock rom if you like https://www.androidfilehost.com/?fid=24407100847292669
Flash the stock rom with twrp then try s-off with rumrunner.
If it still doesn't work your only option will be Sunshine App to s-off but it cost $25 and I can't guarantee you'll be able to fix it with s-off. So I'll leave that decision with you.
Or you can relock the bootloader to flash an ruu with s-on. But again I can't guarantee it will solve the problem. And you won't be able to unlock your bootloader through normal means. Because of a bug with the GPE bootloader.
Sent from my HTC One M9 using Tapatalk
Danny201281 said:
It's unlikely rumrunner will work with your firmware. But you can try it with this stock rom if you like https://www.androidfilehost.com/?fid=24407100847292669
Flash the stock rom with twrp then try s-off with rumrunner.
If it still doesn't work your only option will be Sunshine App to s-off but it cost $25 and I can't guarantee you'll be able to fix it with s-off. So I'll leave that decision with you.
Or you can relock the bootloader to flash an ruu with s-on. But again I can't guarantee it will solve the problem. And you won't be able to unlock your bootloader through normal means. Because of a bug with the GPE bootloader.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
thanks for your fast reply, I locked it and relocked and it worked ok with me, would you provide me with RUU work for my phone? and will give it a try and thanks again
konan2010 said:
thanks for your fast reply, I locked it and relocked and it worked ok with me, would you provide me with RUU work for my phone? and will give it a try and thanks again
Click to expand...
Click to collapse
Did you flash the stock rom before relocking the bootloader?
Sent from my HTC One M9 using Tapatalk
Danny201281 said:
Did you flash the stock rom before relocking the bootloader?
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
not yet I will download and try it when do it will tell you
i made full format, and format cashe ,and works fine and now when using rumruner, it worked further step than other rom but give me the following error:
hell, that damn cap is on REALLY tight.......
unfortunately this isn't going to work out with your configuration. you have 2 options:
1.) flash an unsecure kernel that's compatible with your ROM and retry rumrunner (preferred and most reliable method).
2.) flash a different rom.
NOTE: No amount of messing around with su binaries and apk's is going to fix this issue for you!!!.
Better luck next time!!!!bye
Click to expand...
Click to collapse
konan2010 said:
i made full format, and format cashe ,and works fine and now when using rumruner, it worked further step than other rom but give me the following error:
Click to expand...
Click to collapse
Yeah probably to do with your firmware, HTC started patching firmware against rumrunner after jellybean.
Also just to confirm, you are able to Relock and Unlock the bootloader? This is good the bug must have been fixed with the new hboot :good:
So keep the stock rom on your device. Relock your bootloader and flash this firmware with fastboot. https://www.androidfilehost.com/?fid=24340319927533616
Copy the firmware file into your fastboot folder. Connect fastboot usb in the bootloader then flash the firmware with the following commands.
Code:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip 6.04.1700.13_FULL_firmware.zip < ---- First flash will fail with pre-update so repeat command.
fastboot flash zip 6.04.1700.13_FULL_firmware.zip
fastboot reboot-bootloader
Wait for the bootloader and select recovery. The screen will go black and after some seconds show a red triangle with an exclamation mark.
Hold power and press volume up to reveal the stock recovery menu. Select Factory reset from the stock recovery. When it's complete reboot the device. :fingers-crossed:
Sent from my HTC One M9 using Tapatalk
Danny201281 said:
Yeah probably to do with your firmware, HTC started patching firmware against rumrunner after jellybean.
Also just to confirm, you are able to Relock and Unlock the bootloader? This is good the bug must have been fixed with the new hboot :good:
So keep the stock rom on your device. Relock your bootloader and flash this firmware with fastboot. https://www.androidfilehost.com/?fid=24340319927533616
Copy the firmware file into your fastboot folder. Connect fastboot usb in the bootloader then flash the firmware with the following commands.
Code:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip 6.04.1700.13_FULL_firmware.zip < ---- First flash will fail with pre-update so repeat command.
fastboot flash zip 6.04.1700.13_FULL_firmware.zip
fastboot reboot-bootloader
Wait for the bootloader and select recovery. The screen will go black and after some seconds show a red triangle with an exclamation mark.
Hold power and press volume up to reveal the stock recovery menu. Select Factory reset from the stock recovery. When it's complete reboot the device. :fingers-crossed:
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
Thanks a lot i done exactly and all went ok, then I tried installed rumruner and gave me the same error
hmm, cap is on tighter than I expected........
hell, that damn cap is on REALLY tight.......
unfortunately this isn't going to work out with your configuration. you have 2 options:
1.) flash an unsecure kernel that's compatible with your ROM and retry rumrunner (preferred and most reliable method).
2.) flash a different rom.
NOTE: No amount of messing around with su binaries and apk's is going to fix this issue for you!!!.
Better luck next time!!!!bye
Press ENTER to exit
konan2010 said:
Thanks a lot i done exactly and all went ok, then I tried installed rumruner and gave me the same error
hmm, cap is on tighter than I expected........
hell, that damn cap is on REALLY tight.......
unfortunately this isn't going to work out with your configuration. you have 2 options:
1.) flash an unsecure kernel that's compatible with your ROM and retry rumrunner (preferred and most reliable method).
2.) flash a different rom.
NOTE: No amount of messing around with su binaries and apk's is going to fix this issue for you!!!.
Better luck next time!!!!bye
Press ENTER to exit
Click to expand...
Click to collapse
You cannot use rumrunner because your firmware won't allow it to work. To get s-off you must use sunshine app.
Does your device still suffer unknown IMEI and baseband after you flashed the firmware? If so then your problem is hardware related. You could use sunshine to get s-off but you may be spending money for nothing. If the firmware didn't fix it then it's unlikely an ruu will. Is the device still under warranty?
Sent from my HTC One M9 using Tapatalk
Danny201281 said:
You cannot use rumrunner because your firmware won't allow it to work. To get s-off you must use sunshine app.
Does your device still suffer unknown IMEI and baseband after you flashed the firmware? If so then your problem is hardware related. You could use sunshine to get s-off but you may be spending money for nothing. If the firmware didn't fix it then it's unlikely an ruu will. Is the device still under warranty?
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
no it is not underwaranty, is there a way to install ruu with locked bootloader and s-on?
konan2010 said:
no it is not underwaranty, is there a way to install ruu with locked bootloader and s-on?
Click to expand...
Click to collapse
Only ruu I can find is here https://www.androidfilehost.com/?fid=24369303960689836
But it says it's unsigned. Unsigned RUU won't flash with s-on. It needs to be official HTC signed.
Sent from my HTC One M9 using Tapatalk
thanks I will try that one may it work
https://www.androidfilehost.com/?fid=24369303960689828
konan2010 said:
thanks I will try that one may it work
https://www.androidfilehost.com/?fid=24369303960689828
Click to expand...
Click to collapse
didnot work and i tried s-off using firewater it give me the following erro
[email protected]:/ # chmod 755 /data/local/tmp/firewater
[email protected]:/ # /data/local/tmp/firewater
error: only position independent executables (PIE) are supported.
Click to expand...
Click to collapse
do you have any idea about it?
konan2010 said:
didnot work and i tried s-off using firewater it give me the following erro
do you have any idea about it?
Click to expand...
Click to collapse
Firewater was discontinued. It relied on an online resource that is no longer available. With hboot 1.56 and above Sunshine is the only way to get s-off.
Unless you know someone with an XTC clip.
Sent from my HTC One M9 using Tapatalk
I really have no idea why people started loosing their IMEIs. I met two guys with the same problem like me.
Danny201281 said:
Firewater was discontinued. It relied on an online resource that is no longer available. With hboot 1.56 and above Sunshine is the only way to get s-off.
Unless you know someone with an XTC clip.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
I have hboot 1.54 can be solved by anyway except sunshine?is there no way to downgrade it with s-on?
Gudio142 said:
I really have no idea why people started loosing their IMEIs. I met two guys with the same problem like me.
Click to expand...
Click to collapse
I really now I can say I hate HTC for what is happening to us
konan2010 said:
I have hboot 1.54 can be solved by anyway except sunshine?is there no way to downgrade it with s-on?
I really now I can say I hate HTC for what is happening to us
Click to expand...
Click to collapse
No to downgrade firmware you must have s-off, but as I said I don't think it's going to help you. I believe your problem is hardware related.
Sent from my HTC One M9 using Tapatalk
Danny201281 said:
No to downgrade firmware you must have s-off, but as I said I don't think it's going to help you. I believe your problem is hardware related.
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
thanks for reply guess the phone is useless now