[Q] No signal after an update/downgrade rollercoaster - One (M7) Q&A, Help & Troubleshooting

Hey all, I'm at the end of my wits here with my phone and any help would be greatly appreciated.
So last week I decided to give CM12 a shot, and upgraded my phone (M7) as per the official nightlies. As I am S-On (hboot 1.57 and too cheap to spend 25 quid to S-Off), I flashed the boot.img, and successfully booted in CM12. However, I had no network signal. Following instructions in some other thread, I flashed the alpha modem through ClockworkMod recovery, however this didn't fix the problem. After some messing around, I finally got network to work, however the signal would drop to 0 after about 30 minutes, and the only way I could get signal again was to do a Dalvik cache wipe. After that, I tried to fix this problem by reverting to a stock rom, however I have again been left with no signal whatsoever. Since then, I've tried multiple roms, including viper rom, liquidsmooth, even stock rom, ranging from jellybean to lollipop. I've also tried multiple different radio/baseband/modem zips found here: http://forum.xda-developers.com/showthread.php?t=2419699. None of these worked.
When I say I get no signal, I mean that half the time that I do a network search, I can pick up 2 network providers around me, and the other half of the times I scan, I pick up none. Wifi works fine, as does bluetooth.
Info on the phone.
HTC one M7
Hboot is 1.57.
This is the getvar all:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT33MW902191
(bootloader) imei: [removed]
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3855mV
(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
Any help would be greatly appreciated.
Thanks!

Same network issue
After cm12 18th jan update. There is no signal at all.

platinum95 said:
Hey all, I'm at the end of my wits here with my phone and any help would be greatly appreciated.
So last week I decided to give CM12 a shot, and upgraded my phone (M7) as per the official nightlies. As I am S-On (hboot 1.57 and too cheap to spend 25 quid to S-Off), I flashed the boot.img, and successfully booted in CM12. However, I had no network signal. Following instructions in some other thread, I flashed the alpha modem through ClockworkMod recovery, however this didn't fix the problem. After some messing around, I finally got network to work, however the signal would drop to 0 after about 30 minutes, and the only way I could get signal again was to do a Dalvik cache wipe. After that, I tried to fix this problem by reverting to a stock rom, however I have again been left with no signal whatsoever. Since then, I've tried multiple roms, including viper rom, liquidsmooth, even stock rom, ranging from jellybean to lollipop. I've also tried multiple different radio/baseband/modem zips found here: http://forum.xda-developers.com/showthread.php?t=2419699. None of these worked.
When I say I get no signal, I mean that half the time that I do a network search, I can pick up 2 network providers around me, and the other half of the times I scan, I pick up none. Wifi works fine, as does bluetooth.
Info on the phone.
HTC one M7
Hboot is 1.57.
This is the getvar all:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT33MW902191
(bootloader) imei: [removed]
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3855mV
(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
Any help would be greatly appreciated.
Thanks!
Click to expand...
Click to collapse
Best bet would be to return to stock Rom then flash the stock firmware. I have both if you need.
Firmware - Download and place in your fastboot folder
https://www.androidfilehost.com/?fid=95864024717073199
Stock Nandroid - Download and unzip. Put the folder in your TWRP backups folder.
https://www.androidfilehost.com/?fid=95864024717073216
The stock Rom is a nandroid backup, so you will need to restore it like a normal backup but it requires TWRP recovery. 2.6.3.3 recommended.
Restore the stock nandroid then reboot to the bootloader You Should now be in the bootloader connected with fastboot usb. In the command window type.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Your device will reboot to the bootloader and should now be ***RELOCKED***
Code:
fastboot oem rebootRUU
**--- Case sensative ---^^^
Your device should boot to a black screen with a Silver HTC logo. This is RUU mode. We can now flash the firmware. In the command window type
Code:
fastboot flash zip 6.14.771.2.zip
The first flash will be short, and will appear to fail. Thats normal its just a pre update preparing the hboot for the firmware so we need to do the same command again.
Code:
fastboot flash zip 6.14.771.2.zip
The second flash will take a little longer and will flash the full firmware. The progress bar on the phone screen will not reach 100% this is normal. As long as the command window has finished its output its done. Reboot to the bootloader.
Code:
fastboot reboot-bootloader
Thats it, essentially your device is now back to matching Stock firmware and rom. Reboot and Check mobile service

zabihchaudhry said:
After cm12 18th jan update. There is no signal at all.
Click to expand...
Click to collapse
have you tried returning the phone to stock and see if your radio is still broken ?
@Danny201281 beat me to it

Danny201281 said:
Best bet would be to return to stock Rom then flash the stock firmware. I have both if you need.
Firmware - Download and place in your fastboot folder
[redacted]
Stock Nandroid - Download and unzip. Put the folder in your TWRP backups folder.
[redacted]
The stock Rom is a nandroid backup, so you will need to restore it like a normal backup but it requires TWRP recovery. 2.6.3.3 recommended.
Restore the stock nandroid then reboot to the bootloader You Should now be in the bootloader connected with fastboot usb. In the command window type.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Your device will reboot to the bootloader and should now be ***RELOCKED***
Code:
fastboot oem rebootRUU
**--- Case sensative ---^^^
Your device should boot to a black screen with a Silver HTC logo. This is RUU mode. We can now flash the firmware. In the command window type
Code:
fastboot flash zip 6.14.771.2.zip
The first flash will be short, and will appear to fail. Thats normal its just a pre update preparing the hboot for the firmware so we need to do the same command again.
Code:
fastboot flash zip 6.14.771.2.zip
The second flash will take a little longer and will flash the full firmware. The progress bar on the phone screen will not reach 100% this is normal. As long as the command window has finished its output its done. Reboot to the bootloader.
Code:
fastboot reboot-bootloader
Thats it, essentially your device is now back to matching Stock firmware and rom. Reboot and Check mobile service
Click to expand...
Click to collapse
Thanks for that!
It did seem to change something. I'm seeing 2 different networks now, one of them is my own however I can't register on it. Anything else i can try?

platinum95 said:
Thanks for that!
It did seem to change something. I'm seeing 2 different networks now, one of them is my own however I can't register on it. Anything else i can try?
Click to expand...
Click to collapse
Check your apn settings you can Dr mine in the attached screen shots.

Danny201281 said:
Check your apn settings you can Dr mine in the attached screen shots.
Click to expand...
Click to collapse
Sorry, I should have mentioned that the phone has been sim unlocked. Anything else I could try?

Related

[Q] [Help] Brick help needed [Solved!]

I was trying to flash a ROM earlier today and didn't realize that I was S-on... This threw me into a Boot loop, I thought no problem i'll just wipe and flash a rom that doesn't need s-off. found one and it booted but I got force close errors all over the place. Then I decided I should just bring it back to stock.. which I was somewhat able to using GURU RUU. I have the phone able to boot 100% into the OS but due to a Firmware difference (that he mentions in his video...) My touch screen isn't functioning. My current state is able to boot into stock rom with no error but no touch screen, I can Load bootloader, fastboot, and recover (I have TWRP but CWM works as well). I have fastboot operations but no adb functionality with the one exception that I can run sideload in twrp and cwm. Not sure if it is a pc issue or a phone issue, although I have tried reinstalling drivers both with and with out sync installed. What is my next move? Do i get a OTG USB cable and do an OTA using a mouse? Or do I do something else? wanted to check with you guys before I jump out of the frying pan and into the fire... seems like i have been making one mistake after another on my own accord. thanks for you time and help. Here is a copy of my fastboot getvar all (with my imei censored of course)
Code:
getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT3C5W902089
(bootloader) imei: XXXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(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-a85199f7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.109s
Use otg cable +USB mouse to control the phone
sent from my mobile device
update
I have my otg cable and im able to use the usb mouse with it but I am unable to check for the at&t software update... i click on it and it puls up for a second and then goes away... any ideas?
Idea
I read somewhere that I can flash firmware with s-on as long as i re-lock the bootloader and the mid and cid match on the firmware that i flash to it... this would be done in the ruu flash boot? does that sound right and would this allow me to either get the ota update or flash the correct ruu OR would it possible get my adb functionality back to my bootloader so i can s-off and flash a stock ruu?
medicsizzle said:
I was trying to flash a ROM earlier today and didn't realize that I was S-on... This threw me into a Boot loop, I thought no problem i'll just wipe and flash a rom that doesn't need s-off. found one and it booted but I got force close errors all over the place. Then I decided I should just bring it back to stock.. which I was somewhat able to using GURU RUU. I have the phone able to boot 100% into the OS but due to a Firmware difference (that he mentions in his video...) My touch screen isn't functioning. My current state is able to boot into stock rom with no error but no touch screen, I can Load bootloader, fastboot, and recover (I have TWRP but CWM works as well). I have fastboot operations but no adb functionality with the one exception that I can run sideload in twrp and cwm. Not sure if it is a pc issue or a phone issue, although I have tried reinstalling drivers both with and with out sync installed. What is my next move? Do i get a OTG USB cable and do an OTA using a mouse? Or do I do something else? wanted to check with you guys before I jump out of the frying pan and into the fire... seems like i have been making one mistake after another on my own accord. thanks for you time and help. Here is a copy of my fastboot getvar all (with my imei censored of course)
Code:
getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT3C5W902089
(bootloader) imei: XXXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(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-a85199f7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.109s
Click to expand...
Click to collapse
You need to flash your touch drivers.
You are in a bit of pickle, as you can't flash anything. Can you run this RUU? http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
SaHiLzZ said:
You are in a bit of pickle, as you can't flash anything. Can you run this RUU? http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
Click to expand...
Click to collapse
I can try but I am stuck in S-on would this be an issue? and I can flash from cwm and twrp would a stock nandroid help?
What GURU Reset file did you use? If it is same as nandroid for ATT, then it wont help.
You will need to lock the bootloader and run the RUU file I linked. If RUU doesn't like something on your phone (CID/MID/MAIN-ver mismatch) it will fail before flashing. If it starts flashing you should have a working device at the end.
SaHiLzZ said:
What GURU Reset file did you use? If it is same as nandroid for ATT, then it wont help.
You will need to lock the bootloader and run the RUU file I linked. If RUU doesn't like something on your phone (CID/MID/MAIN-ver mismatch) it will fail before flashing. If it starts flashing you should have a working device at the end.
Click to expand...
Click to collapse
You are the BEST! Thank you so much.. I have been racking my head trying to get this fixed... I am up and running again! My process
1. I had my phone unlocked bootloader, s-on, and twrp recovery
2. booted into trwp, and adb pushed the Guru stock installer
3. installed the zip, selecting to wipe data, no super user, and then I put the stock recovery and radios on
4. rebooted into bootloader and locked my bootloader
5. rebooted phone
6. ran the RUU that you provided me. (Thanks again)
7. phone booted up 100% working!!!!
8. Gave credit where credit was due!

[Q] Bell Mobility M7_ul is bricked, could someone give me some guidance?

Hello,
This is my first post but I've been reading for months and months everything I could find here on ways to fix my M7. In the meantime I've bought an M8, call me crazy but I'd really like to get my M7 back up and running. I'm stubborn, but now it's time to ask for help
One day, a few months ago, I tried installing a custom splash screen. I kind of thought, well, this might brick it, but I can fix it. I had tested my backup but somewhere along the line it became corrupted and I didn't have a backup of my backup. Since then, I have tried flashing different recoveries (CWM, TWRP, Philz), tried converting to Google Play edition per the instructions I found on these forums, tried various RUU's, both zips and exe's. I edited the android-info.txt file to match what the phone said in "fastboot getvar all", I changed CID's where appropriate to match the RUU's, tried running with the bootloader locked and unlocked and still the closest to life I could bring this thing was stuck on a Google splash screen. It will not boot into recovery, although it seems to install a recovery. It just sits on "entering recovery". Even if I leave it there for a day thinking maybe it's just taking it's time.
So then I tried flashing the original firmware, and a copy of a Nandriod backup for version 3.23.666.1 for Bell, none of which has worked. I am unable to get any results from "adb devices" (it just returns a blank line), so pushing anything via adb won't work either. Adb does indeed work because I am able to access my M8 with adb commands.
I have tried all of this on Windows 7, Ubuntu (a few different version), and a MacBook.
Is there any hope for this phone? Here are the details:
It's unlocked and S-OFF, here are the results of getvar all:
C:\adb\sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.20.3263.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.23.666.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: BM___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3905mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-a6a74fd020
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.107s
Thanks a bunch for taking the time to read all of this, and any input at all is greatly appreciated.
Take Care,
~PittieInPink
PittieInPink said:
Hello,
This is my first post but I've been reading for months and months everything I could find here on ways to fix my M7. In the meantime I've bought an M8, call me crazy but I'd really like to get my M7 back up and running. I'm stubborn, but now it's time to ask for help
One day, a few months ago, I tried installing a custom splash screen. I kind of thought, well, this might brick it, but I can fix it. I had tested my backup but somewhere along the line it became corrupted and I didn't have a backup of my backup. Since then, I have tried flashing different recoveries (CWM, TWRP, Philz), tried converting to Google Play edition per the instructions I found on these forums, tried various RUU's, both zips and exe's. I edited the android-info.txt file to match what the phone said in "fastboot getvar all", I changed CID's where appropriate to match the RUU's, tried running with the bootloader locked and unlocked and still the closest to life I could bring this thing was stuck on a Google splash screen. It will not boot into recovery, although it seems to install a recovery. It just sits on "entering recovery". Even if I leave it there for a day thinking maybe it's just taking it's time.
So then I tried flashing the original firmware, and a copy of a Nandriod backup for version 3.23.666.1 for Bell, none of which has worked. I am unable to get any results from "adb devices" (it just returns a blank line), so pushing anything via adb won't work either. Adb does indeed work because I am able to access my M8 with adb commands.
I have tried all of this on Windows 7, Ubuntu (a few different version), and a MacBook.
Is there any hope for this phone? Here are the details:
It's unlocked and S-OFF, here are the results of getvar all:
C:\adb\sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.20.3263.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.23.666.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: BM___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3905mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-a6a74fd020
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.107s
Thanks a bunch for taking the time to read all of this, and any input at all is greatly appreciated.
Take Care,
~PittieInPink
Click to expand...
Click to collapse
What was the error when trying to flash RUUs? it should be very easy to restore your phone with s-off. you could try the dev edition ruu
change cid to BS_US001:
Code:
fastboot oem writecid BS_US001
fastboot reboot-bootloader
then confirm the cid is correct:
Code:
fastboot oem readcid
then download this ruu.zip and save it to your adb/fastboot folder, rename it to "ruu" (ruu.zip)
Code:
fastboot oem rebootRUU
fastboot flash zip ruu.zip
fastboot flash zip ruu.zip
fastboot reboot
btw your blank line when typing "adb devices" is normal. Adb doesnt work from the bootloader, only from a custom recovery of from the OS whit usb debug ON.
Good morning and thank you, I'm downloading the RUU you posted and will give it a try following all of your instructions.
I didn't actually get any error messages when flashing the RUU's, for the most part (when I had the correct cid etc) there were no error messages and it actually said successful on both the first and second executions of the flash command. It just wouldn't boot, it would get stuck on either the HTC or Google splash screen, depending which RUU I was trying.
No error logs either. I'm obviously doing something wrong eh? Fingers crossed the above works!
@alray
I followed all of the above steps and got the RUU seemed to flash okay, it said "sucessful" both times. I ran the fastboot reboot command and it's just sitting on the white screen with the green htc logo.

HTC ONE m7 Need RUU CID H3G__001

Can someone please help me with a RUU exe for my phone
C:\htc>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.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: H3G__001
catalin86 said:
Can someone please help me with a RUU exe for my phone
C:\htc>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.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: H3G__001
Click to expand...
Click to collapse
There is no ruu for your phone. Better to look for a nandroid backup or a custom rom.
catalin86 said:
Can someone please help me with a RUU exe for my phone
C:\htc>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.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: H3G__001
Click to expand...
Click to collapse
What is it you want to do exactly, I have a h3g stock 4.4.2 nandroid
https://www.dropbox.com/s/kcllnhfsa1uxsq0/H3G_StockKitkat4.4.2_Nandroid.zip?dl=0
But as alray said there is no ruu
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
i can't copy on the phone because i flashed a wrong Rom
catalin86 said:
i can't copy on the phone because i flashed a wrong Rom
Click to expand...
Click to collapse
Flash TWRP recovery 2.6.3.3 with fastboot
Code:
fastboot flash recovery "nameofrecovery".img
fastboot erase cache
Then boot to TWRP recovery, select "Wipe" then select "Format Data" you will be prompted to type yes to confirm.
Go to the reboot menu and reboot to recovery.
Download and unzip the Nandroid Backup, you will get a folder called H3G_442_nandroid containing the backup files.
Place the folder in you fastboot folder on your pc.
Boot the phone to TWRP recovery and select backup and make a backup of boot. The backup is not important but we need to recreate the backup folders on your phone's storage . Now with the phone on the TWRP recovery home screen. Connect usb and in the command line window type
Code:
adb push H3G_442_nandroid /sdcard/TWRP/BACKUPS/YOURSERIALNO/H3G_442_nandroid
Replace YOURSERIALNO with your phone's serial number in caps
Wait for the push to complete then Use TWRP recovery "Restore" to restore the Rom to your device
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Just a quick (kinda n00bish question) can I falsh the nand on a device with these values:
Code:
(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) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3958mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1a757b8b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
This is the first time I need to flash a NAND and am little unsure.
Thanks!
---------- Post added at 06:20 PM ---------- Previous post was at 05:35 PM ----------
Danny201281 said:
Flash TWRP recovery 2.6.3.3 with fastboot
Code:
fastboot flash recovery "nameofrecovery".img
fastboot erase cache
Then boot to TWRP recovery, select "Wipe" then select "Format Data" you will be prompted to type yes to confirm.
Go to the reboot menu and reboot to recovery.
Download and unzip the Nandroid Backup, you will get a folder called H3G_442_nandroid containing the backup files.
Place the folder in you fastboot folder on your pc.
Boot the phone to TWRP recovery and select backup and make a backup of boot. The backup is not important but we need to recreate the backup folders on your phone's storage . Now with the phone on the TWRP recovery home screen. Connect usb and in the command line window type
Code:
adb push H3G_442_nandroid /sdcard/TWRP/BACKUPS/YOURSERIALNO/H3G_442_nandroid
Replace YOURSERIALNO with your phone's serial number in caps
Wait for the push to complete then Use TWRP recovery "Restore" to restore the Rom to your device
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Maybe I should've quoted you , could you help me on the previous post.
Thanks!
DaGhostman said:
Just a quick (kinda n00bish question) can I falsh the nand on a device with these values:
Code:
(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) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3958mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1a757b8b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
This is the first time I need to flash a NAND and am little unsure.
Thanks!
---------- Post added at 06:20 PM ---------- Previous post was at 05:35 PM ----------
Maybe I should've quoted you [emoji14], could you help me on the previous post.
Thanks!
Click to expand...
Click to collapse
So you need to restore your device and you want to use my Nandroid I guess is what your asking.
You can use the nandroid but you will need to flash multiple firmware updates afterwards. As your s-on you will need to relock your bootloader. So Restore the Nandroid with TWRP 2.6.3.3. Then Relock and Then flash these 3 firmware packages
https://www.dropbox.com/s/sj1x9mocq95jr8c/4.20.771.17.zip?dl=0
https://www.dropbox.com/s/doqcuyxsol8u0rf/5.12.771.3.zip?dl=0
https://www.dropbox.com/s/m1jwygmv76bnhpj/6.14.771.2.zip?dl=0
That will leave you with Stock Kitkat 4.4.3 I assume you know how to use the Nandroid Backup?
Edit:- Just noticed the Nandroid is for 4.4.2 Here's a link for the 4.4.3 Nandroid https://www.dropbox.com/s/8k26uscfaa5m8l6/H3G_StockKitkat4.4.3_Nandroid.zip?dl=0 :good:
Yep works like a charm, very appretiated. A well deserved thanks!
Need help with my HTC One M7
Hi, I need help with my HTC One M7. I want to get it back to stock if possible. When I got this used from craigslist, no OS installed, boot image is corrupted. I managed to flash custom recovery (TWRP latest build) and eventually flash different custom roms. I tried ARHD and Maximus, flash it from TWRP. Installed succesfully but was stuck into boot loop. Tried Wipe, factory reset, clear cache, dalvik cache numerous times but still stuck in boot loops! I flashed CyanogenMod 12 5.0.2 and it boots into system just fine. It runs smooth and all good. The only problem is im not getting any audio. During phone calls mostly it crashes. Also when playing music, videos, including streaming videos from facebook, youtube, etc. Everything else I think works fine. Wifi, 3g, mobile networks. But I want to return it to stock with all the functions working. I hope you can help me with my problem. Thank you very much. Happy New Year!
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.707.104
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: MB********
(bootloader) imei: 353***********
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 3906mV
(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
all: Done!
finished. total time: 0.068s
Tsarlie said:
Hi, I need help with my HTC One M7. I want to get it back to stock if possible. When I got this used from craigslist, no OS installed, boot image is corrupted. I managed to flash custom recovery (TWRP latest build) and eventually flash different custom roms. I tried ARHD and Maximus, flash it from TWRP. Installed succesfully but was stuck into boot loop. Tried Wipe, factory reset, clear cache, dalvik cache numerous times but still stuck in boot loops! I flashed CyanogenMod 12 5.0.2 and it boots into system just fine. It runs smooth and all good. The only problem is im not getting any audio. During phone calls mostly it crashes. Also when playing music, videos, including streaming videos from facebook, youtube, etc. Everything else I think works fine. Wifi, 3g, mobile networks. But I want to return it to stock with all the functions working. I hope you can help me with my problem. Thank you very much. Happy New Year!
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.707.104
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: MB********
(bootloader) imei: 353***********
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 3906mV
(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
all: Done!
finished. total time: 0.068s
Click to expand...
Click to collapse
The best I can find is a Stock Reset Rom, you will need to flash it with a custom recovery. So to make sure this works out follow this procedure.
Download and flash this recovery
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Code:
fastboot flash recovery name-of-recovery.img
fastboot erase cache
fastboot reboot-bootloader
select recovery from the bootloader menu to load TWRP 2.6.3.3. From the TWRP Home screen select "Wipe" then "Format Data" you will be prompted to type "Yes" to confirm. When its done go to the reboot menu and choose "Reboot Recovery"
Download the reset rom. Put the zip in your fastboot folder on your pc and rename it rom.zip
http://forum.xda-developers.com/htc-one/general/stock-rom-reset-t2802061
With the device on the TWRP home screen. Connect your usb cable. And push the Rom to the phone with
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push is complete (Several Minutes) When its done Install the Rom with TWRP recovery. In the Aroma installer choose options
Code:
Stock Recovery = Yes
Stock Radio = Yes
Root = No
When the installation is complete reboot the phone. Your device should be back to stock and unrooted. The bootloader will remain UNLOCKED.
thanks for the reply
Danny201281 said:
The best I can find is a Stock Reset Rom, you will need to flash it with a custom recovery. So to make sure this works out follow this procedure.
Download and flash this recovery
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Code:
fastboot flash recovery name-of-recovery.img
fastboot erase cache
fastboot reboot-bootloader
select recovery from the bootloader menu to load TWRP 2.6.3.3. From the TWRP Home screen select "Wipe" then "Format Data" you will be prompted to type "Yes" to confirm. When its done go to the reboot menu and choose "Reboot Recovery"
Download the reset rom. Put the zip in your fastboot folder on your pc and rename it rom.zip
http://forum.xda-developers.com/htc-one/general/stock-rom-reset-t2802061
With the device on the TWRP home screen. Connect your usb cable. And push the Rom to the phone with
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push is complete (Several Minutes) When its done Install the Rom with TWRP recovery. In the Aroma installer choose options
Code:
Stock Recovery = Yes
Stock Radio = Yes
Root = No
When the installation is complete reboot the phone. Your device should be back to stock and unrooted. The bootloader will remain UNLOCKED.
Click to expand...
Click to collapse
Hi, thanks for the reply. I followed step by step everything you said. Now Im stuck in boot loop. Htc logo - Htc 0ne - Reboot and back again.
Tsarlie said:
Hi, thanks for the reply. I followed step by step everything you said. Now Im stuck in boot loop. Htc logo - Htc 0ne - Reboot and back again.
Click to expand...
Click to collapse
The rom flashed OK? What about MD5 did you check it? What sort of bootloop are you having. Loops on the HTC logo boot screen, or phone boots ok but restarts after a few minutes?
hi
Danny201281 said:
The rom flashed OK? What about MD5 did you check it? What sort of bootloop are you having. Loops on the HTC logo boot screen, or phone boots ok but restarts after a few minutes?
Click to expand...
Click to collapse
How can i check about MD5? I think the ROM flashed ok. It finishes. The bootloop im having is loops on HTC logo boot screen, then to HTC one animation then shuts down then starts all over again. I tried go into recovery, I can only see a triangle with and exclamation point, nothing else. Press the power button but nothing happened. Then after sometime it restarts then goes to bootloop again.
---------- Post added at 05:45 AM ---------- Previous post was at 05:25 AM ----------
Tsarlie said:
How can i check about MD5? I think the ROM flashed ok. It finishes. The bootloop im having is loops on HTC logo boot screen, then to HTC one animation then shuts down then starts all over again. I tried go into recovery, I can only see a triangle with and exclamation point, nothing else. Press the power button but nothing happened. Then after sometime it restarts then goes to bootloop again.
Click to expand...
Click to collapse
I checked the MD5, the code matches.
Tsarlie said:
How can i check about MD5? I think the ROM flashed ok. It finishes. The bootloop im having is loops on HTC logo boot screen, then to HTC one animation then shuts down then starts all over again. I tried go into recovery, I can only see a triangle with and exclamation point, nothing else. Press the power button but nothing happened. Then after sometime it restarts then goes to bootloop again.
Click to expand...
Click to collapse
The correct MD5 for that download is
Code:
3ba87cf735e1d58cad86ea0e37658c40
Check your download with www.winmd5.com it should produce the same code as above you can copy and paste the above md5 into the tool and click verify to check they match.
The issue you had with recovery is normal. What you are seeing is the Stock recovery its normal for it to have the red exclamation. When it gets to that point you can hold Volume up and press the power button it will then show you the recovery menu. From there you can wipe cache or do a factory reset which is worth a try at this point.
This could of course be the original problem and why the device was sold with no os installed. Maybe there's a bigger issue here. Flashing firmware may help depending whats wrong. You can download the firmware package here http://xda7.androidrevolution.org/db_mirror/Firmware/HTC/HTC_One/707/5.12.707.104.zip
Put the zip in your fastboot folder then flash it with fastboot. Because your s-on you will need to relock the bootloader.
Reboot the phone into the bootloader and connect fastbootusb. In the fastboot command line type.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Code:
fastboot oem rebootRUU
**---case sensitive ---^^^
Your phone will reboot to a black screen with silver HTC logo. This is ruu mode we can now flash the firmware.
Code:
fastboot flash zip 5.12.707.104.zip
The first flash is just a pre-update. The screen will go off and then return to ruu mode. Flash the zip again immediately.
Code:
fastboot flash zip 5.12.707.104.zip
The second flash will flash the firmware, the progress bar on the screen will not reach 100% this is normal as long as the command line has finished it's output it's done.
Code:
fastboot reboot-bootloader
Now select Reboot from the bootloader menu. :good: :fingers-crossed:
Danny201281 said:
The correct MD5 for that download is
Code:
3ba87cf735e1d58cad86ea0e37658c40
Check your download with www.winmd5.com it should produce the same code as above you can copy and paste the above md5 into the tool and click verify to check they match.
The issue you had with recovery is normal. What you are seeing is the Stock recovery its normal for it to have the red exclamation. When it gets to that point you can hold Volume up and press the power button it will then show you the recovery menu. From there you can wipe cache or do a factory reset which is worth a try at this point.
This could of course be the original problem and why the device was sold with no os installed. Maybe there's a bigger issue here. Flashing firmware may help depending whats wrong. You can download the firmware package here http://xda7.androidrevolution.org/db_mirror/Firmware/HTC/HTC_One/707/5.12.707.104.zip
Put the zip in your fastboot folder then flash it with fastboot. Because your s-on you will need to relock the bootloader.
Reboot the phone into the bootloader and connect fastbootusb. In the fastboot command line type.
Code:
fastboot erase cache
fastboot oem lock
fastboot reboot-bootloader
Code:
fastboot oem rebootRUU
**---case sensitive ---^^^
Your phone will reboot to a black screen with silver HTC logo. This is ruu mode we can now flash the firmware.
Code:
fastboot flash zip 5.12.707.104.zip
The first flash is just a pre-update. The screen will go off and then return to ruu mode. Flash the zip again immediately.
Code:
fastboot flash zip 5.12.707.104.zip
The second flash will flash the firmware, the progress bar on the screen will not reach 100% this is normal as long as the command line has finished it's output it's done.
Code:
fastboot reboot-bootloader
Now select Reboot from the bootloader menu. :good: :fingers-crossed:
Click to expand...
Click to collapse
Did all of these. Still in bootloop! http://cdn4.xda-developers.com/images/icons/icon9.gif Can i update my firmware?
Tsarlie said:
Did all of these. Still in bootloop! http://cdn4.xda-developers.com/images/icons/icon9.gif Can i update my firmware?
Click to expand...
Click to collapse
You can update firmware with s-on. But your on the latest that I could find for download. Also you would have to flash a custom Rom so you wouldn't be stock. But that's better than nothing. But as I say first you need to find the firmware.
Just to be sure when you flashed the Rom you did use TWRP 2.6.3.3 right?
Danny201281 said:
You can update firmware with s-on. But your on the latest that I could find for download. Also you would have to flash a custom Rom so you wouldn't be stock. But that's better than nothing. But as I say first you need to find the firmware.
Just to be sure when you flashed the Rom you did use TWRP 2.6.3.3 right?
Click to expand...
Click to collapse
Yes I did flash the Rom with TWRP 2.6.3.3! Now I reinstalled CM12 5.0.2, it boots into in and works fine. Except for audio. When i play music the music app stops. Can't play youtube videos. Can play vimeo in firefox but no audio. Is there any way I can flash anything to make audio work? Thank you
Tsarlie said:
Yes I did flash the Rom with TWRP 2.6.3.3! Now I reinstalled CM12 5.0.2, it boots into in and works fine. Except for audio. When i play music the music app stops. Can't play youtube videos. Can play vimeo in firefox but no audio. Is there any way I can flash anything to make audio work? Thank you
Click to expand...
Click to collapse
That's very strange This kind of hints towards some type of hardware problem. Do you have Audio during calls or no audio from the device at all.
Excuse me if i already asked this but can you check in settings your IMEI and Baseband are they displayed normally ? Do you have mobile service?
Danny201281 said:
That's very strange This kind of hints towards some type of hardware problem. Do you have Audio during calls or no audio from the device at all.
Excuse me if i already asked this but can you check in settings your IMEI and Baseband are they displayed normally ? Do you have mobile service?
Click to expand...
Click to collapse
I cant find the IMEI on settings.. The first 10 letters on the baseband version in settings matches the info from fastboot getvar all. No audio from the device at all. I havie mobile service. Can receive sms, can connect to the internet (3G, H+, E appears) When making outgoing calls, it lags for a moments, connects the call and then the caller app shuts down. No audio, I cant hear any rings.
Tsarlie said:
I cant find the IMEI on settings.. The first 10 letters on the baseband version in settings matches the info from fastboot getvar all. No audio from the device at all. I havie mobile service. Can receive sms, can connect to the internet (3G, H+, E appears) When making outgoing calls, it lags for a moments, connects the call and then the caller app shuts down. No audio, I cant hear any rings.
Click to expand...
Click to collapse
Imei should be displayed in Settings>About>Phone Identity
Although I don't think that's the problem here.
The audio problems could be rom related or it could be hardware (possibly water) damaged. I don't use CM roms so I don't know much about them.
Did you flash the appropriate gapps package to go with the Rom. I don't think it would affect audio but it's an idea. It would be worth checking the cm12 thread also to see if other users of the Rom are experiencing similar issues. If only to eliminate it.
I find it very strange that it will boot a cm12 Rom but not stock sense though. The only other time I've seen that is with Unknown imei and baseband. Which is a Hardware problem. If it was that you would have no mobile service though so we can rule that out.

[Q] HTC One (M7) Root Gone Wrong Need Help!

Hello I have a bit of a situation on my hands, basically while attempting to root my friends Htc One (M7) I may of flashed the kernel before flashing the recovery and now I have at the top of the fastboot screen *** TAMPERED *** & *** RELOCKED *** (very scary) and now while trying to re-unlock bootloader I get halfway and then it get's to a screen with the HTC logo with a white background and then it has in small pink text Entering Recovery and it stays like that for ages and does nothing Is there anything that I can do to fix this?
[QRCODE][/QRCODE]
Hipratboy said:
Hello I have a bit of a situation on my hands, basically while attempting to root my friends Htc One (M7) I may of flashed the kernel before flashing the recovery and now I have at the top of the fastboot screen *** TAMPERED *** & *** RELOCKED *** (very scary) and now while trying to re-unlock bootloader I get halfway and then it get's to a screen with the HTC logo with a white background and then it has in small pink text Entering Recovery and it stays like that for ages and does nothing Is there anything that I can do to fix this?
Click to expand...
Click to collapse
you need stock recovery to unlock the bootloader, and as you have relocked the bootloader for reasons unknown, you will have to find the correct firmware for your phone and flash that in order to put the stock kernel and stock recovery back on the phone, never lock the bootloader with anything custom on the phone what so ever.
Seanie280672 said:
[QRCODE][/QRCODE]
you need stock recovery to unlock the bootloader, and as you have relocked the bootloader for reasons unknown, you will have to find the correct firmware for your phone and flash that in order to put the stock kernel and stock recovery back on the phone, never lock the bootloader with anything custom on the phone what so ever.
Click to expand...
Click to collapse
Do you know where I can find my firmware information, and with that information where would I download the correct files and roughly how big are they because I don't have the best internet also what would be the steps required for flashing the correct firmware on the phone? (Btw I have S-On)
Hipratboy said:
Do you know where I can find my firmware information, and with that information where would I download the correct files and roughly how big are they because I don't have the best internet also what would be the steps required for flashing the correct firmware on the phone? (Btw I have S-On)
Click to expand...
Click to collapse
can youpost your fastboot getvar all please without imei and serial number, that will tell use which firmware you are on, depending on which firmware you are on depends on the file size, but they are between 40 - 60mb generally, we will go through flashing procedure once we find the firmware package.
next time you try to root, you unlock the bootloader, flash a custom recovery, flash the supers.zip, reboot and complete root setup, and then flash a kernel if that's what you want, never relock the bootloader with any of that on your phone.
Seanie280672 said:
can youpost your fastboot getvar all please without imei and serial number, that will tell use which firmware you are on, depending on which firmware you are on depends on the file size, but they are between 40 - 60mb generally, we will go through flashing procedure once we find the firmware package.
next time you try to root, you unlock the bootloader, flash a custom recovery, flash the supers.zip, reboot and complete root setup, and then flash a kernel if that's what you want, never relock the bootloader with any of that on your phone.
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) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4189mV
(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
This any good?
Hipratboy said:
(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) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4189mV
(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
This any good?
Click to expand...
Click to collapse
easy one to sort out, firmware is here (47.5mb): http://xda7.androidrevolution.org/db_mirror/Firmware/HTC/HTC_One/401/7.19.401.2.zip
htc fastboot is here: https://www.androidfilehost.com/?fid=95916177934550031
download them both and put in the same folder as your adb and fastboot files, rename the 7.19.401.2.zip to firmware.zip for ease then issue these commands:
fastboot oem rebootRUU (case sensitive, phone screen goes black with silver HTC logo)
htc_fastboot flash zip firmware.zip (if it says something about pre hboot update you will have to issue this command again, however I think htc_fastboot does it all for you)
htc_fastboot flash zip firmware.zip
make sure it says successful at the end and OKAY then
fastboot reboot-bootloader
now when your in the bootloader, unlock your bootloader the usual way using the HTC Dev token.
now download TWRP recovery 2.8.6.0 and flash it: https://dl.twrp.me/m7/twrp-2.8.6.0-m7.img.html
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
now boot into twrp main screen only, keep your phone plugged into the computer and the internal storage should open on your computer, if it doesn't then you have a driver problem, check device manager, if it does then download the below link file and copy to your internal storage, unplug your phone and install the file. https://download.chainfire.eu/696/SuperSU
now fully reboot your phone and check that its correctly rooted.
you may now flash a kernel, rom's etc, do not lock or relock your bootloader unless you want to have to do all of this again.
That's it! THANK YOU SO MUCH!!!!!!!!!!! :highfive:
Just one last thing, how can I check if it is rooted or not?
Hipratboy said:
That's it! THANK YOU SO MUCH!!!!!!!!!!! :highfive:
Just one last thing, how can I check if it is rooted or not?
Click to expand...
Click to collapse
download root checker from play store, but when the phone 1st restart, open SuperSU from the app draw and just check to see if it asks you to update the binaries first.

Soft Brick (I hope) of an HTC One (M7).

Hi all,
I apologise for this as it seems there are a few soft brick posts to do with the M7 here. I've tried following them but I'm not having much success.
Last night I decided to root my phone in an effort to find a good ROM that looked good but also didn't have the same battery drain as the stock HTC Lollipop update.
Everything was ok to start with. Got the unlock code, followed a process on HTConeroot.com. Other than TWRP probably not being the latest version, all seemed ok. After SuperSU wouldn't start due to the incorrect binaries, I tried to update it through twrp and the trouble started. It would not start the OS and, being the noob, I pressed 'wipe' on twrp and i have no arrived at the following:
I am currently in a boot loop. It will not start the OS. I cannot gain access to recovery mode in TWRP either as the screen flashes up team winning and then just restarts. I can gain access to the Hboot screen and from there can do a USB fastboot link. However, I can't do anything with ADB as it doesn't recognise any device as being connected. Fastboot prompt works fine though.
In a nutshell, I'm looking to get the phone working again. I don't really need to go back to a stock rom - I was looking at google play edition or cyanogen (though I'm told the latter isn't *that* stable). Is someone able to help me?
fastboot getvar all
(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.30
(bootloader) version-misc: PVT SHIP S-ON
(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: 4275mV
(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
Phone is stating *unlocked* and *tampered* with S-ON.
Honest989 said:
Hi all,
I apologise for this as it seems there are a few soft brick posts to do with the M7 here. I've tried following them but I'm not having much success.
Last night I decided to root my phone in an effort to find a good ROM that looked good but also didn't have the same battery drain as the stock HTC Lollipop update.
Everything was ok to start with. Got the unlock code, followed a process on HTConeroot.com. Other than TWRP probably not being the latest version, all seemed ok. After SuperSU wouldn't start due to the incorrect binaries, I tried to update it through twrp and the trouble started. It would not start the OS and, being the noob, I pressed 'wipe' on twrp and i have no arrived at the following:
I am currently in a boot loop. It will not start the OS. I cannot gain access to recovery mode in TWRP either as the screen flashes up team winning and then just restarts. I can gain access to the Hboot screen and from there can do a USB fastboot link. However, I can't do anything with ADB as it doesn't recognise any device as being connected. Fastboot prompt works fine though.
In a nutshell, I'm looking to get the phone working again. I don't really need to go back to a stock rom - I was looking at google play edition or cyanogen (though I'm told the latter isn't *that* stable). Is someone able to help me?
fastboot getvar all
(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.30
(bootloader) version-misc: PVT SHIP S-ON
(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: 4275mV
(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
Phone is stating *unlocked* and *tampered* with S-ON.
Click to expand...
Click to collapse
Edit your post above and remove your IMEI and Serialno, keep these numbers private.
ADB doesn't work from bootloader, only fastboot will. ADB is only available from a custom recovery or from a booted OS with USB debug enabled.
You'll first need a working recovery so reflash twrp recovery:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
Thanks - I think I have it... I part way followed this thread - which means i've relocked the bootloader :/
http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
however, I need to find an RUU of 7.19.401.30 - thought I'd found the right version only to get blocked at model number. I'd got the .22 instead.....
To date, I've not been able to...
Honest989 said:
Thanks - I think I have it... I part way followed this thread - which means i've relocked the bootloader :/
http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
however, I need to find an RUU of 7.19.401.30 - thought I'd found the right version only to get blocked at model number. I'd got the .22 instead.....
To date, I've not been able to...
Click to expand...
Click to collapse
There is no 7.19.401.30 ruu, the latest one is 7.19.401.22 and can't be flashed on your phone since its a downgrae in version (requires s-off)
Unlock your bootloader and flash your custom rom.
Thanks - I'm now in a stable TWRP env. I now need to figure out how to push a rom across to the phone.
Next question. Does s-mode have to be off. If so, how is this achieved via fastboot? (or is it a case of more tools and tinkering). As I've already made a hash of things once, I'm loath to do this........
Honest989 said:
Thanks - I'm now in a stable TWRP env. I now need to figure out how to push a rom across to the phone.
Next question. Does s-mode have to be off. If so, how is this achieved via fastboot? (or is it a case of more tools and tinkering). As I've already made a hash of things once, I'm loath to do this........
Click to expand...
Click to collapse
You don't need s-off to flash a rom, if you want s-off for going back to stock using the ruu (downgrade) you'll first need a working rom. S-OFF can only be achieved from a working rom using Sunshine S-OFF
To push a rom to your phone, if you have a recent twrp version (2.8+) just boot your phone in recovery mode connected to your pc using the usb cable and you should be able to see your phone storage (like if it was a usb stick). just drag and drop your rom.zip to your phone and then in twrp select "install" and flash the rom. If you are one an older version of twrp, use adb to push the rom to your phone:
Code:
adb push name_of_rom.zip /sdcard
Thanks guys what solved it was:
Up to date version of TWRP
Latest version of Android revolution.
The reson it wasn't booting or providing some sort of DR was because I had somehow wiped everything from the phone. By way of complete fluke, I now have a rooted phone running on a completely clean install directory. Remind me to back up later on.

Categories

Resources