T-mobile New 1.57.531.7 not rooting!!! - T-Mobile HTC One (M8)

I have just updated to the new Firm: 1.57.531.7 and know I can not re-root the phone, I am able to.
C:\Desktop\HTC Root Files\platform-tools>fastboot flash recovery openrecovery-twrp-2.7.0.1
target reported max download size of 1830711296 bytes
sending 'recovery' (11976 KB)...
OKAY [ 1.306s]
writing 'recovery'...
OKAY [ 0.699s]
finished. total time: 2.006s
But when I do the recovery on the phone it does not got to TWRP, it looks like is trying to find the twrp image but it just reboot
to normal mode. Have any of you have experience this?

Try and reflashing the recovery image. I had to do it twice for it to work right.
Sent from my HTC One_M8 using Tapatalk

Fastboot erase cache
HTC One M8

The one click tool available works as well. Just did it today without any issue.
Sent from my HTC One_M8 using XDA Free mobile app

Brand new TMO M8.
Was able to unlock bootloader (HTC Dev method).
Loaded Philz Recovery via ADB.
Rooted via adb flash SU method.
Cannot S-OFF with Firewater (firmware 1.57), getting "whelp, this sucks."
Posted a pledge on the firewater bounty page.
Now I read that one actually does not need S-OFF for loading custom ROMs, which is good...

@cdfosburg what tool are you referring to? Link?

You can still s-off using sunshine.

diaz9220 said:
@cdfosburg what tool are you referring to? Link?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2702327

Related

[Q] Rooting hboot .98 and 2.3.4??

EDIT: Nevermind... sorry for the post. By all accounts - no stable (non bootlooping) method to root as of yet. Sorry again. Thanks.
So the wife just picked up a Dinc2 (free upgrade) and I want to root her so we can backup/restore apps and such.
The phone came with:
- hboot .98
- android 2.3.4
- software 6.01.605.05 017RD
I was going to follow the directions provided by nat3mil here to downgrade and root: http://www.youtube.com/watch?v=CgIYFGcVimU&feature=plcp
My concern is that much of this information I'm finding is a bit old and I don't know if the processes still work with the newest (presumably) software.
Can anyone shed any light on the subject? Thanks!
byproxy said:
EDIT: Nevermind... sorry for the post. By all accounts - no stable (non bootlooping) method to root as of yet. Sorry again. Thanks.
So the wife just picked up a Dinc2 (free upgrade) and I want to root her so we can backup/restore apps and such.
The phone came with:
- hboot .98
- android 2.3.4
- software 6.01.605.05 017RD
I was going to follow the directions provided by nat3mil here to downgrade and root: http://www.youtube.com/watch?v=CgIYFGcVimU&feature=plcp
My concern is that much of this information I'm finding is a bit old and I don't know if the processes still work with the newest (presumably) software.
Can anyone shed any light on the subject? Thanks!
Click to expand...
Click to collapse
HTCDev unlock will work perfectly with no bootloops but voids warranty, I heard XTC Clip will also do the trick if you're willing to pay for it. Bootloops are only on Sense ROMs btw with the tacoroot method, AOSP is fine.
prototype7 said:
HTCDev unlock will work perfectly with no bootloops but voids warranty, I heard XTC Clip will also do the trick if you're willing to pay for it. Bootloops are only on Sense ROMs btw with the tacoroot method, AOSP is fine.
Click to expand...
Click to collapse
I have my GF's phone and she wants it rooted just so she can restore Titanium Backup her's is the same as OP
I just ran the HTC DEV unlock, can anyone help with the next step of rooting?
I usually use SAMSUNG products and rarely deal with HTC
dmbatson said:
I have my GF's phone and she wants it rooted just so she can restore Titanium Backup her's is the same as OP
I just ran the HTC DEV unlock, can anyone help with the next step of rooting?
I usually use SAMSUNG products and rarely deal with HTC
Click to expand...
Click to collapse
Rename this file to PG32IMG.zip and put it on the root of your sdcard: http://dl.dropbox.com/u/23303294/4EXT Recovery Touch v1.0.0.5 RC3.zip
Put this file in the root of your sdcard, you don't need to change it: http://goo-inside.me/superuser/su-2.3.6.3-efgh-signed.zip
Boot into the bootloader, and wait for it to recognize the zip, then hit vol up to flash it. Boot into recovery and flash the other zip you put on your sdcard, then reboot normally, open Superuser and update the su binary, and you have root. Make sure you delete the PG32IMG.zip after you're done.
It recognized the zip
But doesn't give the option of flashing it
It is stuck on Checking
Sent from my Galaxy Nexus using xda premium
dmbatson said:
It recognized the zip
But doesn't give the option of flashing it
It is stuck on Checking
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Odd. Check the md5sum, maybe you got a bad download? I'm getting a42bfe0c0a92ad2790467a1393a804b4.
prototype7 said:
Odd. Check the md5sum, maybe you got a bad download? I'm getting a42bfe0c0a92ad2790467a1393a804b4.
Click to expand...
Click to collapse
how would i check it?
i have tried with re-downloading
Try just extracting the recovery_signed.img from the zip and flash it with fastboot, "fastboot flash recovery recovery_signed.img"
It worked!!!!!!
never have used that recovery before usually CWM or twrp
i actually had to type this
Code:
C:\>cd/Makbak
C:\Makbak>adb reboot bootloader
C:\Makbak>fastboot oem rebootRUU
... OKAY [ 0.310s]
finished. total time: 0.310s
C:\Makbak>fastboot flash recovery recovery_signed.img
sending 'recovery' (5436 KB)... OKAY [ 1.717s]
writing 'recovery'... OKAY [ 1.103s]
finished. total time: 2.820s
C:\Makbak>fastboot reboot
rebooting...
finished. total time: 0.155s
C:\Makbak>adb reboot recovery
while in recovery flashed from SD card the SU.
it worked!
Thank you very much!
would this recovery also work to flash any roms (she is asking about a way to have battery percent only where battery is displayed in top right only way i know of is a rom.
btw have a paypal donation link?
dmbatson said:
It worked!!!!!!
never have used that recovery before usually CWM or twrp
i actually had to type this
Code:
C:\>cd/Makbak
C:\Makbak>adb reboot bootloader
C:\Makbak>fastboot oem rebootRUU
... OKAY [ 0.310s]
finished. total time: 0.310s
C:\Makbak>fastboot flash recovery recovery_signed.img
sending 'recovery' (5436 KB)... OKAY [ 1.717s]
writing 'recovery'... OKAY [ 1.103s]
finished. total time: 2.820s
C:\Makbak>fastboot reboot
rebooting...
finished. total time: 0.155s
C:\Makbak>adb reboot recovery
while in recovery flashed from SD card the SU.
it worked!
Thank you very much!
would this recovery also work to flash any roms (she is asking about a way to have battery percent only where battery is displayed in top right only way i know of is a rom.
btw have a paypal donation link?
Click to expand...
Click to collapse
Interesting. If it worked, it worked, I guess lol. Yes, 4EXT is fine to flash ROMs, I think most out there have an option for battery percent. I don't have a donation link, if you're that donate-happy, give it to one of the great devs out there.
thanks... ya, i ran htcdev to unlock. i actually pushed SU through adb and all worked well.
thanks all for the help!
for s-off and root on the 6.01 follow my guide here http://forum.xda-developers.com/showthread.php?t=1723920
I had the same phone software/setup as the OP and this set of instructions worked while others (similar in nature) did not. Running without issues now.
http://androidforums.com/incredible...y-downgrade-firmware-build-6-01-605-05-a.html
Figured I would post in case anyone else is looking for ways to get it done.

Please help!

I'm trying to install Miui Rom so i unlocked the bootloader and rooted the device but when i try to install the rom i get this error!
assert failed: getprop ("ro.product.device")=="endeavoru"|| getprop ("ro.build.product") ==endeavoru"
E:error in /sd card/miuiandroid_endeavoru-2.8.31.zip
(Status 7)
and the bigger problem is i restored the backup but the device doesn't work properly! no service! no wi-fi and it keeps turning on & off!
so please help me! i just bought the device :'(​
The error message says you don't have the quad core Tegra3 One X.
If you're sure you have right phone, make sure you have the latest recovery, I think an old version suffered from this problem.
BenPope said:
The error message says you don't have the quad core Tegra3 One X.
If you're sure you have right phone, make sure you have the latest recovery, I think an old version suffered from this problem.
Click to expand...
Click to collapse
How can i know if it's Tegra3 One X or not! and i have recovery-clockwork-touch-5.8.2.4-endeavouru.img
saleh9416 said:
How can i know if it's Tegra3 One X or not! and i have recovery-clockwork-touch-5.8.2.4-endeavouru.img
Click to expand...
Click to collapse
In the bootloader it should say ENDEAVORU not EVITA or anything else.
5.8.4.0 is the oldest CWM you want to be using. 5.8.2.4 is ancient.
BenPope said:
In the bootloader it should say ENDEAVORU not EVITA or anything else.
5.8.4.0 is the oldest CWM you want to be using. 5.8.2.4 is ancient.
Click to expand...
Click to collapse
I checked the phone and it's ENDEAVORU ! the problem was in the CWM as you said, i installed the new version and it worked perfectly! :good:
Many many thanks man
brick
saleh9416 said:
I checked the phone and it's ENDEAVORU ! the problem was in the CWM as you said, i installed the new version and it worked perfectly! :good:
Many many thanks man
Click to expand...
Click to collapse
Plz help i bricked my htc one x and now i want to flash it with the stock rom but the phone is not allowing me to.
1. i can't flash the stock recover
2. when i check my phone rom version its version-main: 1.29.709.12.
Is there anyway i can fix the phone?
i had this problem, flashing a new recovery helped me, Make sure you have USB Drivers and ADB on your PC.
go to fastboot.
type
fastboot flash recovery recovery.img
an flash the recovery attached. It charges in clockwork and also mounts storage too. it fixed it for me
i have attached it for you. version. 5.8.4.0
brick
xl VipeR lx said:
i had this problem, flashing a new recovery helped me, Make sure you have USB Drivers and ADB on your PC.
go to fastboot.
type
fastboot flash recovery recovery.img
an flash the recovery attached. It charges in clockwork and also mounts storage too. it fixed it for me
i have attached it for you. version. 5.8.4.0
Click to expand...
Click to collapse
Thanks but it didn't work this is the message i got.
C:\fastboot>fastboot flash recovery recovery.img
sending 'recovery' (8192 KB)...
OKAY [ 1.022s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 1.227s
porbear said:
Thanks but it didn't work this is the message i got.
C:\fastboot>fastboot flash recovery recovery.img
sending 'recovery' (8192 KB)...
OKAY [ 1.022s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 1.227s
Click to expand...
Click to collapse
If all you want is stock,
1. re-lock your bootloader
2. install a RUU.
what software version is your stock rom?
Sent from my HTC One X using Tapatalk 2
brick
chrisjcks said:
If all you want is stock,
1. re-lock your bootloader
2. install a RUU.
what software version is your stock rom?
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
I did relock my bootloader the screen shows relocked. the i have 1.29.7 version on the phone.

[Q] Unlocking Bootlader HTC ONE X HBOOT 1.72

Hi mates,
I´ve never rooted or unlocked my htc one x but now im trying and when i follow all the steps when i execute the command : fastboot flash unlocktoken Unlock_code.bin i only het:
sending 'unlocktoken' (0 KB)...
OKAY [ 0.120s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.223s]
finished. total time: 0.343s
Nothing happens, i followed all the steps correctly, or i think so !
Can you help me on this?
Thanks
Did you reboot in bootloader and it doesn't say unlocked on the top?
Sent from my HTC One X
Get a new one at the HTC site and try again.
n1kos said:
Did you reboot in bootloader and it doesn't say unlocked on the top?
Sent from my HTC One X
Click to expand...
Click to collapse
Yes, its says unlocked.
I don't see the problem then !
So, it worked.
Sent from my HTC One X
n1kos said:
So, it worked.
Sent from my HTC One X
Click to expand...
Click to collapse
But i cant finish the process and then i cant root my phone. I received my unlock code binary file, but with that command it should appear the unlock bootloader screen, but it doesnt.
But if its unlocked, how can i root my phone now?
1: Flash a custom recovery
2: MAKE A NANDROID BACKUP !!!!!
3: install superuser.zip via recovery

[Q] My one is dead? RUU

Ok, So being a total a noob that I am, I attempted to get google edition ROM using a tut called How to Convert Any HTC One into a Stock Google Play Edition with Bootloader, Recovery, & OTA Updates. I can't link sorry, not realzing it's only for GSM phones. I just changed the model ID in android-info and didn't think and changed my CID. Tho, when it finished flashing, it stayed at 100%, so I just turned it off and went into bootloader. Then, I went into recovery to fix it, and it just boots into google edition. So, you're thinking WOOOO! Unfortunately, not the case. I was put into a boot loop, so I just turned off my phone, went back into bootloader. The problem is, I can't do anything without a boot loop, besides going into fastboot. I have successfully changed my CID back to VZW__001, but when I try to flash cyanogenmod(what I was using before) it says C:\Users\(My name)\Desktop\sdk\platform-tools>fastboot flash zip C:\Users\(My Name)\Downlo
ads\cm-10.2.0-m7vzw.zip
target reported max download size of 1526722560 bytes
sending 'zip' (192433 KB)...
OKAY [ 8.808s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 8.843s
Now I'm brick. Brick Tamland. Will someone please help me?
wickedcheeselover said:
Ok, So being a total a noob that I am, I attempted to get google edition ROM using a tut called How to Convert Any HTC One into a Stock Google Play Edition with Bootloader, Recovery, & OTA Updates. I can't link sorry, not realzing it's only for GSM phones. I just changed the model ID in android-info and didn't think and changed my CID. Tho, when it finished flashing, it stayed at 100%, so I just turned it off and went into bootloader. Then, I went into recovery to fix it, and it just boots into google edition. So, you're thinking WOOOO! Unfortunately, not the case. I was put into a boot loop, so I just turned off my phone, went back into bootloader. The problem is, I can't do anything without a boot loop, besides going into fastboot. I have successfully changed my CID back to VZW__001, but when I try to flash cyanogenmod(what I was using before) it says C:\Users\(My name)\Desktop\sdk\platform-tools>fastboot flash zip C:\Users\(My Name)\Downlo
ads\cm-10.2.0-m7vzw.zip
target reported max download size of 1526722560 bytes
sending 'zip' (192433 KB)...
OKAY [ 8.808s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 8.843s
Now I'm brick. Brick Tamland. Will someone please help me?
Click to expand...
Click to collapse
Install a custom recovery like: http://forum.xda-developers.com/showthread.php?t=2416431 then
ADB copy the CM ROM to the phone and install it using the custom recovery.
You're obviously s-off and unlocked so whatever you do keep it that way. There are decrypted RUUs that you can use in the forums if you need to get back to a working state and then you can go from there.
EDIT: You said you were using CM before. I'm not sure if you lost your recovery using that tutorial. If you reinstall your custom recovery (TWRP or CWM), that's where you want to reinstall CM from.
Skrewy Rom?
So this rom was a RUU for the google edition, so it replaced my bootloader and deleted CWM. Unfortunately, factory reset in bootloader, flashing zips, backing up or restoring in CWM do not work because of this weird rom. I have a RUU downloading from htc1guru(google it and find 1.10.605.10 Verizon RUU Zip) and it said it was decrypted. Does this mean that I have to encrypt? Or would I just fastboot oem rebootRUU and then flash the RUU? Also does bootlock need to be on or off when flashing?
not sure what boot lock is, unlocked boot loader?, if you run the ruu I thinknyou need to be in fast boot is all
Sent from my HTC one using xda app-developers app
Unlocked Bootloader
So ya that's what I meant unlocked bootloader. There is not an exe file I can find for RUU verizon HTC one. If u can find on that'd be awesome, but for now I have to download this RUU and try to flash it. I will update when I flash it, but it's a big download so it won't be soon.
Fixed it!
I successfully flashed that RUU and my one is back up and running. Thanks xda!:good:

[Q] HTC one m8 lollipop update problem

I've rooted my HTC one m8 which was running sense 6.0 and changed the stock image to GPE .
i've set my CID as GOOGL001 ,but i've not received an OTA for lollipop.
I've tried flashing using the zip here : r5---sn-cu-h5os.c.android.clients.google.com/packages/data/ota/gpedogfood_htc_m8_generic/f8f2c3d027d30a96573d22bc5deb09e70dc38810.OTA_M8_UL_L50_STOCK_UI_MR_Google_WWE_3.11.1700.5-2.12.1700.1_release_403384.zip
and that didnt work too .
faizan_ke said:
I've rooted my HTC one m8 which was running sense 6.0 and changed the stock image to GPE .
i've set my CID as GOOGL001 ,but i've not received an OTA for lollipop.
I've tried flashing using the zip here : r5---sn-cu-h5os.c.android.clients.google.com/packages/data/ota/gpedogfood_htc_m8_generic/f8f2c3d027d30a96573d22bc5deb09e70dc38810.OTA_M8_UL_L50_STOCK_UI_MR_Google_WWE_3.11.1700.5-2.12.1700.1_release_403384.zip
and that didnt work too .
Click to expand...
Click to collapse
Didn't work, doesn't tell us much, why didn't it work, what error did you get.
We are not mind readers, we can help if we don't know the problem!
Sent from my HTC One_M8 using XDA Free mobile app
RossMacgill said:
Didn't work, doesn't tell us much, why didn't it work, what error did you get.
We are not mind readers, we can help if we don't know the problem!
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
oops .. sorry .. I'm basically a noob here.
This is the output i get when i tried flashing using fastboot .
target reported max download size of 1830617088 bytes
sending 'zip' (540416 KB)...
OKAY [ 21.892s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 21.907s
And also it says unsuccessfull when tried to install via TWRP recovery.
faizan_ke said:
oops .. sorry .. I'm basically a noob here.
This is the output i get when i tried flashing using fastboot .
target reported max download size of 1830617088 bytes
sending 'zip' (540416 KB)...
OKAY [ 21.892s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 21.907s
And also it says unsuccessfull when tried to install via TWRP recovery.
Click to expand...
Click to collapse
Yep .. this really show that you are a noob.
From where did you learn to fastboot flash OTA zip and install via recovery ?
They never work this way.
There are many guide on this. I'm not going to advise on how-to as I don't want to be responsible as it may hard brick your device. So search and read more.
Basic are -
S-Off
Stock Recovery
Enter recovery
Install the OTA zip in stock recovery
Make sure your phone is in RUU mode before flashing the zip file to the phone.
Follow the commands on this http://forum.xda-developers.com/showthread.php?t=2708589

Categories

Resources