Hi everyone, I have a HTC One M8 locked on SFR (France)
The phone was on stock Rom but I changed it to Custom Rom and unlocked the bootloader but I had this issue with networks : no wifi, no data..., so I returned to Stock Rom but nothing changed.
the command
Code:
fastboot getvar all
return
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.16.2133156.UA15G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ---------------------
(bootloader) imei: ---------------------
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: VODAP203
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: ab0efa49
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.006s
but it's weird, the version-main field is empty
Maybe it's the reason of the problem?
I already tried to flash the stock recovery for VODAP203 (Vodafone FR).
Thanks for you help
TWRP made the main version disappear. Check the general section - collection of backups and firmwares. Read there and put 1+1 together. Take your bootloader number 3.16 and your cid vodap203 and match a backup from the list. My guess it starts with 1.12 or 1.54. Restore it and also flash back the matching stock recovery and then update
Thanks for your reply, I checked the files you said here : http://forum.xda-developers.com/showthread.php?t=2701376
but no one match with the bootloader or the cid number.
And what do you mean about : "Read there and put 1+1 together" ?
Davidvilla54 said:
Thanks for your reply, I checked the files you said here : http://forum.xda-developers.com/showthread.php?t=2701376
but no one match with the bootloader or the cid number.
And what do you mean about : "Read there and put 1+1 together" ?
Click to expand...
Click to collapse
That was about the bootloader and cid. With those 2 you can determine the software number. Don't see your actual cid present but you can try it with the 161 backup
Take the 1.54.161 and try it with that one. No harm can be done in trying
Related
I purchased my phone T-mobile M8 used and it had been converted to GPE. There is a crackling issue with the top speaker and I'd like to return it for warranty repair. I haven't seen a great thread on converting back to stock from GPE so I thought I'd share the research I have done - even though I have not been successful yet...
With adb/fastboot, drivers, etc all in place...
Reset Status to LOCKED (phone must be rooted to do this)
http://www.droidviews.com/how-to-reset-unlocked-status-to-locked-on-htc-one-m8/
Flash firewater custom hboot
file: http://forum.xda-developers.com/showpost.php?p=52848006&postcount=125
flashing instructions: http://firewater-soff.com/hboot-downloads/
Change your CID to T-MOB010 in Fastboot
command: fastboot oem writecid T-MOB010
Download the RUU
http://dl3.htc.com/application/RUU_M8_TMOUS_1.57.531.7.exe
Run the RUU in Windows. Everything connects and it starts installing then - I get the Error 159 [IMAGE]
I have followed the steps above, downloaded twice, repeated and still...no dice. Any clue what I'm missing? I'm sure there will be other folks who need to revert and would benefit from this.
Here is my info:
Desktop\android-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.14.21331931.LA02_2G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA45FWM04948
(bootloader) imei: 352628061404390
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B13000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 6e0f5a3d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.017s
When I converted back I just followed this without any issues. http://forum.xda-developers.com/showthread.php?t=2733523 I didn't got as far as using the TMO RUU though.
Did you relock the bootloader before running the ruu? For whatever reason it needs to be relocked before an ruu will complete
Okay so i recently got an Htc One m8 from a friend. It's already rooted, but I dont know if it has a custom recovery or anything. Can someone fill me in on all the important things I have to know for custom recoveries and kernals and stuff like that. I have an At&t version btw.
gainstatom said:
Okay so i recently got an Htc One m8 from a friend. It's already rooted, but I dont know if it has a custom recovery or anything. Can someone fill me in on all the important things I have to know for custom recoveries and kernals and stuff like that. I have an At&t version btw.
Click to expand...
Click to collapse
start by going over the FAQ sticky: http://forum.xda-developers.com/showthread.php?t=2711073
Q5 has a link to some nice information about HTCs
and you should do a "fastboot getvar all", it shows you all the information you should know about your phone.
for example:
Code:
C:\ADB2>fastboot devices
SHxxxxxxxxxx fastboot [COLOR="Blue"][I]<- i'm in bootloader[/I][/COLOR]
C:\ADB2>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000 [COLOR="Blue"][I]<- hboot version[/I][/COLOR]
(bootloader) version-baseband: 1.16.2133156.UA15G [I][COLOR="Blue"]<- radio/baseband version[/COLOR][/I]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.54.401.10 [I][COLOR="Blue"]<- firmware version[/COLOR][/I]
(bootloader) version-misc: PVT SHIP S-ON [I][COLOR="Blue"]<- yes it was S-ON when i first bought it[/COLOR][/I]
(bootloader) serialno: SHxxxxxxxxxx [I][COLOR="Blue"]<- serial number (i xxxx'ed it out)[/COLOR][/I]
(bootloader) imei: 35xxxxxxxxxxxxx [COLOR="Blue"][B][I]<- IMEI (i xxx'ed it out, so should you if you ever post it online)[/I][/B][/COLOR]
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul [COLOR="Blue"][I]<- device[/I][/COLOR]
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000 [I][COLOR="Blue"]<- MID (Model ID)[/COLOR][/I]
(bootloader) cidnum: HTC__J15 [I][COLOR="Blue"]<- CID (Carrier ID)[/COLOR][/I]
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 098a72e5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.094s
Assuming you have adb and fastboot setup and know how to use it.
Adb /fastboot ?
http://forum.xda-developers.com/showthread.php?p=42407269#post42407269
Ok, i tried to install VenonOne, it installed first time but my wifi didnt work, so i searched around and found out i needed to update my firmware, which needed S-off, which i cant becuase i dont have the money for sunshine. and problem after problem and following half arsed tutoials online solved nothing. i can only go to bootloader and recovery. not sure what to do,
i have twrp installed
Im a D*ck head and didnt make a backup becuae it 'looked easy enough'
any help would be great. would like to be using venomone but atm any os will do
Every rom i install cause the wifi to not work, i press to turn it on and nothing
Thanks guys
michaelcarrot1 said:
Im a D*ck head and didnt make a backup becuae it 'looked easy enough'
Click to expand...
Click to collapse
You probably realize it at this point; but my rule of thumb is always make a backup before flashing anything (or at a minimum, have a known good backup or known good ROM ready to flash). Its got nothing to do with how "easy" a process is. Things can go wrong even with the simplest mods, to the most knowledgeable users, and even if you do nothing wrong.
You don't need s-off to update your firmware.
Either run a Lollipop (or Marshmallow) RUU intended for your CID (relock bootloader in order to RUU). Keeping in mind that this will wipe the phone.
Alternately (such as if there is no RUU for your version), restore a stock ROM that corresponds to your current firmware, restore corresponding stock recovery. Then do OTA update, which will also update your firmware.
After updating the firmware by either of the 2 above methods, just flash TWRP back onto the phone (in case of the RUU method, you'll need to unlock the bootloader again, before you can flash TWRP) and flash your custom ROM of choice.
If you do fastboot getvar all, and post the results (delete IMEI and serial numbers) we can offer some more specific assistance.
thanks for taking your time to help,
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.19.21331147A1.09G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: O2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 5e4b24e4
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.009s
I'm on O2 Uk and all the RUU are named Verizon and other american networks. which RUU do i use
Sorry for all the silly questions
michaelcarrot1 said:
thanks for taking your time to help,
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.19.21331147A1.09G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: O2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 5e4b24e4
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.009s
I'm on O2 Uk and all the RUU are named Verizon and other american networks. which RUU do i use
Sorry for all the silly questions
Click to expand...
Click to collapse
Use this ruu just relock bootloader it's ruu exe it's simple to use and let me know
https://www.androidfilehost.com/?fid=95916177934555499
Hi I wonder if anybody could assist me?
I finally bit the bullet yesterday and gained s-off via sunshine.
I then went on to install TWRP 3.0.2-0. - and made a backup on my SD card.
Everything went great until I decided to remove the RED TEXT, I flashed (what I thought was the correct version for Orange:
No Red Text Hboot
modelid: 0P6B10000
cidnum: ORANG001
mainver: 1.54.61.5
btype:1
aareport:1
hbootpreupdate:11
On reboot there was no red text but it took ages to boot. I decided then to revert to my back up via TWRP. On trying to enter recovery the phones just hangs showing entering recovery. Did I flash an incorrect HBoot version? If so how do I rectify the problem?
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.29.214500021.12G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.54.61.5
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: ORANG001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: ab0efa49
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.091s
That 1.54.61.5 is a very old firmware zip that you flashed.
Current TWRP recovery won't work and your ROM also won't properly working on such old version firmware.
Ask the Dev that made the no red text to make one for your correct firmware 6.12.61.4
To fix this for now ...
1. Change the CID ORANG001 to SuperCID 11111111
then flash the No red text for EU version 6.12.401.4
Your current ROM and TWRP should work fine
or
2. Flash your current version firmware 6.12.61.4 and has the red text warning and a working phone and recovery.
Many Many Thanks - Worked perfectly - What a fantastic community XDA is.
I tried to flash via fastboot but it says 12 signature phone. I want to repair my htc one m8 as it does not shows imei , baseband . but it shows when fastboot getvar all. what is the problem? My phone doesn't support any sim cards.
sooraj752 said:
I tried to flash via fastboot but it says 12 signature phone. I want to repair my htc one m8 as it does not shows imei , baseband . but it shows when fastboot getvar all. what is the problem? My phone doesn't support any sim cards.
Click to expand...
Click to collapse
First we need to know more about your device.
Do "fastboot getvar all" and post the result here(remove sn,imei)
Sent from my OnePlus 2 using XDA Labs
screenshot info
lucyr03 said:
First we need to know more about your device.
Do "fastboot getvar all" and post the result here(remove sn,imei)
Sent from my OnePlus 2 using XDA Labs
Click to expand...
Click to collapse
the info is:
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.20.502.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B12000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 205bdca3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.661s
Here it shows imei also.but not inside phone. even *#06# returns null imei.and baseband is also showing unknown. I just updated the rom to marshmallow via ruu update . but still my sim is locked.the phone doesn't recognises any sim card. any help is highly appreciated.
sooraj752 said:
the info is:
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.20.502.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B12000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 205bdca3
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.661s
Here it shows imei also.but not inside phone. even *#06# returns null imei.and baseband is also showing unknown. I just updated the rom to marshmallow via ruu update . but still my sim is locked.the phone doesn't recognises any sim card. any help is highly appreciated.
Click to expand...
Click to collapse
I'm not sure if this ruu is signed but you can give it a try.
https://androidfilehost.com/?fid=962021903579495285
Sent from my OnePlus 2 using XDA Labs
sooraj752 said:
I just updated the rom to marshmallow via ruu update . but still my sim is locked.the phone doesn't recognises any sim card. any help is highly appreciated.
Click to expand...
Click to collapse
So you ran the RUU, and the original question is no longer relevant?
You have the AT&T version M8, which is SIM locked by default. Was it SIM unlocked before at any time? It's not clear from what you have described so far.
(bootloader) security: on > nead to unlock
so your device may be LOCK or RELOCK > you need to UNLOCK again to Flash TWRP