M8_EYE_UHL mid change - One (M8) Q&A, Help & Troubleshooting

Hi;
I have M8_eye with following information just updated to Marshmallow officially but need to change region and install Europe stock rom(already downloaded *0P6BIMG_M8_EYE_UHL_M60_SENSE70_MR_HTC_Europe_5.07.401.1_Radio_1.29.213311711.15G_20.58.00231.00_F_release_470463_signed_2_4*).I get "model id error" while trying to install it.Is there any chance to change mid from "0P6B90000" to "0P6B81000"?
Code:
Reading information...
Using Fastboot mode...
Reading common information
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.29.213311711.15G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.07.720.1
(bootloader) version-misc: PVT SHIP[I][B][COLOR="Red"] S-OFF[/COLOR][/B][/I]
(bootloader) serialno: FA56NY901291
(bootloader) imei: 355991060365369
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: mels_tuhl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: [COLOR="Red"][I][B]0P6B90000[/B][/I][/COLOR]
(bootloader) [COLOR="Red"][I][B]cidnum: 11111111[/B][/I][/COLOR]
(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: 5c9466dd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
Of course i'm rooted and there is a thread for M7 (http://forum.xda-developers.com/showthread.php?t=2490792) but i need correct command to my desired MID,commands on that page are for M7 model.

saratel-gsm said:
Hi;
I have M8_eye with following information just updated to Marshmallow officially but need to change region and install Europe stock rom(already downloaded *0P6BIMG_M8_EYE_UHL_M60_SENSE70_MR_HTC_Europe_5.07.401.1_Radio_1.29.213311711.15G_20.58.00231.00_F_release_470463_signed_2_4*).I get "model id error" while trying to install it.Is there any chance to change mid from "0P6B90000" to "0P6B81000"?
Code:
Reading information...
Using Fastboot mode...
Reading common information
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.29.213311711.15G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.07.720.1
(bootloader) version-misc: PVT SHIP[I][B][COLOR="Red"] S-OFF[/COLOR][/B][/I]
(bootloader) serialno: FA56NY901291
(bootloader) imei: 355991060365369
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: mels_tuhl
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: [COLOR="Red"][I][B]0P6B90000[/B][/I][/COLOR]
(bootloader) [COLOR="Red"][I][B]cidnum: 11111111[/B][/I][/COLOR]
(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: 5c9466dd
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
Of course i'm rooted and there is a thread for M7 (http://forum.xda-developers.com/showthread.php?t=2490792) but i need correct command to my desired MID,commands on that page are for M7 model.
Click to expand...
Click to collapse
look in this thread.
this is your code
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x38\x00\x31\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384

I tried it but it changed mid to "0P6B10000" while i need to change to "0P6B81000"
Can anyone help me with the appropriate command?
Code:
C:\adb>adb shell
[email protected]_melsuhl:/ $ su
su
[email protected]_melsuhl:/ # echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x31\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384 <
17+0 records in
17+0 records out
17 bytes transferred in 0.001 secs (17000 bytes/sec)
[email protected]_melsuhl:/ # exit
exit
[email protected]_melsuhl:/ $ exit
exit

saratel-gsm said:
I tried it but it changed mid to "0P6B10000" while i need to change to "0P6B81000"
Can anyone help me with the appropriate command?
Code:
C:\adb>adb shell
[email protected]_melsuhl:/ $ su
su
[email protected]_melsuhl:/ # echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x31\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384 <
17+0 records in
17+0 records out
17 bytes transferred in 0.001 secs (17000 bytes/sec)
[email protected]_melsuhl:/ # exit
exit
[email protected]_melsuhl:/ $ exit
exit
Click to expand...
Click to collapse
The code which I gave is correct. Exactly it must work. Try the code which I gave.

umesh.lk said:
The code which I gave is correct. Exactly it must work. Try the code which I gave.
Click to expand...
Click to collapse
That's wrong code for him.
It must have 38 and 31 in the line which represent 81.
Find \x31\x00\x30\ in the line
Change to \x38\x00\x31\

ckpv5 said:
That's wrong code for him.
It must have 38 and 31 in the line which represent 81.
Find \x31\x00\x30\ in the line
Change to \x38\x00\x31\
Click to expand...
Click to collapse
I gave the correct code. look bottom of this post #2

umesh.lk said:
I gave the correct code. look bottom of this post #2
Click to expand...
Click to collapse
Ok ... I remember that I saw a wrong code before ... the updated one is correct.
BTW .. Off-Topic .. what happen to your PM ? It said user does not want to receive PM when I tried to reply your PM. Anyway ... nothing important.

ckpv5 said:
Ok ... I remember that I saw a wrong code before ... the updated one is correct.
BTW .. Off-Topic .. what happen to your PM ? It said user does not want to receive PM when I tried to reply your PM. Anyway ... nothing important.
Click to expand...
Click to collapse
I didn't edit the code. It is the code which I posted yesterday. user has typed a wrong code.
ok. ok. no problem. I'll check what happened to my PM.

I'm glad and thankful to you,it worked for me.Just to let me know,what is the rule to make the command for othe MIDs?

saratel-gsm said:
I'm glad and thankful to you,it worked for me.Just to let me know,what is the rule to make the command for othe MIDs?
Click to expand...
Click to collapse
Read the thread that @umesh.lk linked for you at post #2.
You should find : http://forum.xda-developers.com/showpost.php?p=52596086&postcount=56

Related

Error using firewater root.

C:\ADB\sdk\platform-tools>adb reboot
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\ADB\sdk\platform-tools>adb wait-for-device push firewater /data/local/tmp
5247 KB/s (4522136 bytes in 0.841s)
C:\ADB\sdk\platform-tools>adb push temproot /data/local/tmp
3433 KB/s (68576 bytes in 0.019s)
C:\ADB\sdk\platform-tools>adb shell
[email protected]_m8:/ $ chmod 755 /data/local/tmp/temproot
chmod 755 /data/local/tmp/temproot
[email protected]_m8:/ $ chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
[email protected]_m8:/ $ /data/local/tmp/temproot
/data/local/tmp/temproot
run_root_shell, thanks fi01 - https://github.com/android-rooting-tools/android_r
un_root_shell
[*] Attempting to acquire root. This will take 5-10 minutes, be patient
error in setsockopt().
Failed to get prepare_kernel_cred address.
Failed to get commit_creds address.
Failed to get ptmx_fops address.
Failed to setup variables.
1|[email protected]_m8:/ $
C:\ADB\sdk\platform-tools>
Click to expand...
Click to collapse
C:\ADB\sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: INVALID_VER_INFO
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.54.401.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: removed
(bootloader) imei: removed
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: HTC__K18
(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.024s
Click to expand...
Click to collapse
trying to go the temp-root method
this is what i get all the time.
i don't want to use the HTCDEV option to unlock the phone.
is there another way or just wait and hope?
Taken from Firewater page...
"Instructions (temp-root method)
This method may allow firewater to work on a fully stock/htcdev locked device. This method is being provided as a convenience. This will typically only work on M7 and older devices with android version 4.3 or lower. Do NOT seek support if this temproot does not work for you."
Therefore it won't work on the M8

[Q] Chaning the MID back to the stock T-Mobile one?

Alright so I converted my T-Mobile back to Sense coming from the GPE version which was fully converted (CID, MID, etc) I have sense on here but OTA's won't work because my MID is different, anyone know how to change the MID back to what it was originally?
This is what I did in fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 1.16.21331931.LA24G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.57.531.7
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: Mod Edit
(bootloader) imei: Mod Edit
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B17000
(bootloader) cidnum: 11111111
(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: c3d94491
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.018s
http://forum.xda-developers.com/showthread.php?t=2708581
BR7fan said:
http://forum.xda-developers.com/showthread.php?t=2708581
Click to expand...
Click to collapse
That's the tutorial I tried as well, I had the phone rooted and did adb shell then did su prompting "#" and I pasted the code in, and checked the MID and it was the same.
BR7fan said:
http://forum.xda-developers.com/showthread.php?t=2708581
Click to expand...
Click to collapse
iWoundPwn said:
That's the tutorial I tried as well, I had the phone rooted and did adb shell then did su prompting "#" and I pasted the code in, and checked the MID and it was the same.
Click to expand...
Click to collapse
Nvm tried it again and it worked! Thanks

How can you change modelid (MID) now that we have s-off?

I don't want to follow the HTC One method around and screw anything up. I have the US Virgin Mobile single sim w/ modelid: 0P9C30000
I want to put another single sim ruu on the phone and it fails because of model id mismatch.
mikelidman said:
I don't want to follow the HTC One method around and screw anything up. I have the US Virgin Mobile single sim w/ modelid: 0P9C30000
I want to put another single sim ruu on the phone and it fails because of model id mismatch.
Click to expand...
Click to collapse
Thanks for starting this thread! I want to make sure of this before I buy S-Off for my A5_CHL
At my side
I need to change my model back to 0P9C30000, cause I have wrong changed to 0P6B13000 (M8) with this
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x31\x00\x33\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
Anyone know about coding for 0P9C30000, please share
Anyway my device already s-off
trying with fastboot oem modelid 0P9C30000
that was failed
0P9C30000
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x33\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
There you go, its hex format.
Here goes nothing, throwing
0P9CIMG_A5_UL_K44_DESIRE_SENSE60_HTC_Europe_1.50.401.1_Radio_1.101.1102.17.0506_10.20.4149.00L_release_387418_combined_signed_2_4
on there using CID HTC__J15 and MID 0P9C20000
Fingers crossed.
mikelidman said:
0P9C30000
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x33\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
There you go, its hex format.
Click to expand...
Click to collapse
Thank you for you helping
using your recommend, its get returned as
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.101.1102.17.0506
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: SH45EWW05519
(bootloader) imei: 352705065046243
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a5_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C3000000
(bootloader) cidnum: HTC__044
(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: ef66ebf8
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Anyway I've gave ur wrong model ID
actually my model ID is 0P9C23000
So I study from your hex and manually modified by myself
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x32\x00\x33\x00\ x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
But seem it wrong returned at
fastboot getvar mid
mid: 0P9C2300000
; it should be only 0P9C23000
Probably I thing I made wrong hex lol
please advice
Thanks
any helpe please
:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed:
mytohn said:
Thank you for you helping
using your recommend, its get returned as
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.101.1102.17.0506
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: SH45EWW05519
(bootloader) imei: 352705065046243
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a5_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C3000000
(bootloader) cidnum: HTC__044
(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: ef66ebf8
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Anyway I've gave ur wrong model ID
actually my model ID is 0P9C23000
So I study from your hex and manually modified by myself
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x32\x00\x33\x00\ x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
But seem it wrong returned at
fastboot getvar mid
mid: 0P9C2300000
; it should be only 0P9C23000
Probably I thing I made wrong hex lol
please advice
Thanks
Click to expand...
Click to collapse
:fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed::fingers-crossed:
my calculation of the hex codes should be this.
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x32\x00\x33\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
any help for c710
mytohn said:
Thank you for you helping
using your recommend, its get returned as
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.101.1102.17.0506
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: SH45EWW05519
(bootloader) imei: 352705065046243
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: a5_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C3000000
(bootloader) cidnum: HTC__044
(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: ef66ebf8
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Anyway I've gave ur wrong model ID
actually my model ID is 0P9C23000
So I study from your hex and manually modified by myself
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x32\x00\x33\x00\ x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
But seem it wrong returned at
fastboot getvar mid
mid: 0P9C2300000
; it should be only 0P9C23000
Probably I thing I made wrong hex lol
please advice
Thanks
Click to expand...
Click to collapse
my device is c710 a5_chl
any helpe to change cid and mid on c710 virgine mobile after s-off
mikelidman said:
I don't want to follow the HTC One method around and screw anything up. I have the US Virgin Mobile single sim w/ modelid: 0P9C30000
I want to put another single sim ruu on the phone and it fails because of model id mismatch.
Click to expand...
Click to collapse
any helpe to change cid and mid on c710 virgine mobile after s-off
any helpe
electrons said:
my calculation of the hex codes should be this.
echo -ne '\x30\x00\x50\x00\x39\x00\x43\x00\x32\x00\x33\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
Click to expand...
Click to collapse
hello
my htc desire 826 mid is 0PHC40000
anyone know about coding for 0PHC10000 ?
please help

Can't get root

Have M9 S-off, stock 3.35.401.12
C:\Android>fastboot getvar all
< waiting for any device >
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: hidden
(bootloader) version-main: 3.35.401.12
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U11440792_97.00.51203G_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: HTC__032
Click to expand...
Click to collapse
Trying get root with twrp-2.8.7.1_CPTB-B1-hima + SuperSU.zip (different versions), after flashing zip boot system but still have no root.
Please help!
Solved. It is not enough have s-off. Must be unlocked too. I unlocked bootloader without htcdev:
Code:
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
Then flash SuperSU.zip/ Now I'm rooted :victory:

m8 update after no network need help

hello sir plz help me here my phone info
M8_WLV PVT SHIP S-OFF
CID-11111111
HBOOT-3.19.0.0000
RADIO-1.09.20.0926
OPENDSP-V46.2.2-00564-M8974_FO.0811
OS-3.31.512.2
BEFORE HAVE KITKAT VERSION WORKING FINE I UPDATE marshmallow after no network
plz help how to solve
syedjewel said:
hello sir plz help me here my phone info
M8_WLV PVT SHIP S-OFF
CID-11111111
HBOOT-3.19.0.0000
RADIO-1.09.20.0926
OPENDSP-V46.2.2-00564-M8974_FO.0811
OS-3.31.512.2
BEFORE HAVE KITKAT VERSION WORKING FINE I UPDATE marshmallow after no network
plz help how to solve
Click to expand...
Click to collapse
How exactly did you "update" (or try to update)? Please describe step by step, using as much detail as possible (exact file names, results for each step, error messages, etc.), the exactly what you've tried to do.
Also, please do fastboot getvar all, and post the results (delete IMEI and serial number before posting).
Also, is the bootloader locked, unlocked or relocked (as indicated near the top of the bootloader screen)?
OS number 3.xx indicates you are still on KitKat.
Don't try any other modifications until we get more details about the phone; and give you specific instructions. Specifically, you have the Verizon variant, which is different from most other M8 versions. And if you are following guides intended for other versions, it can be a big problem. Flashing firmware (with s-off) for anything but the Verizon version can results in no network, and possibly even permanent damage. The situation is probably reversible, but we need more details to see what you've done.
redpoint73 said:
How exactly did you "update" (or try to update)? Please describe step by step, using as much detail as possible (exact file names, results for each step, error messages, etc.), the exactly what you've tried to do.
Also, please do fastboot getvar all, and post the results (delete IMEI and serial number before posting).
Also, is the bootloader locked, unlocked or relocked (as indicated near the top of the bootloader screen)?
OS number 3.xx indicates you are still on KitKat.
Don't try any other modifications until we get more details about the phone; and give you specific instructions. Specifically, you have the Verizon variant, which is different from most other M8 versions. And if you are following guides intended for other versions, it can be a big problem. Flashing firmware (with s-off) for anything but the Verizon version can results in no network, and possibly even permanent damage. The situation is probably reversible, but we need more details to see what you've done.
Click to expand...
Click to collapse
here is my phone info
C:\adb&fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 0.89.20.0321
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.55.605.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA45WSF02xxx
(bootloader) imei: 9900049972xxxxx
(bootloader) imei2: Not Support
(bootloader) meid: 9900049972xxx
(bootloader) product: m8_wlv
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B2****
(bootloader) cidnum: 11111111
(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: fd3e0448
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.072s
and i update this version
0P6BIMG_M8_WL_M60_SENSE70_VZW_MR_VERIZON_WWE_6.21. 605.3_HSM_Radio_1.14.20.0930_CNV_CNV_VZW_2.93_002_ release_470486_signed
syedjewel said:
here is my phone info
C:\adb&fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.16.0.0000
(bootloader) version-baseband: 0.89.20.0321
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.55.605.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA45WSF02xxx
(bootloader) imei: 9900049972xxxxx
(bootloader) imei2: Not Support
(bootloader) meid: 9900049972xxx
(bootloader) product: m8_wlv
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B2****
(bootloader) cidnum: 11111111
(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: fd3e0448
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.072s
and i update this version
0P6BIMG_M8_WL_M60_SENSE70_VZW_MR_VERIZON_WWE_6.21. 605.3_HSM_Radio_1.14.20.0930_CNV_CNV_VZW_2.93_002_ release_470486_signed
Click to expand...
Click to collapse
no one don't know solution?
Easy fix you have a old frimware, you have android m whit a android4.4.2 firmware
Just search your latest firmware for you device and flash it, follow all the steps,your radio,are so old, so no wifi and maybe not bluetooth work
syedjewel said:
hello sir plz help me here my phone info
M8_WLV PVT SHIP S-OFF
CID-11111111
HBOOT-3.19.0.0000
RADIO-1.09.20.0926
OPENDSP-V46.2.2-00564-M8974_FO.0811
OS-3.31.512.2
BEFORE HAVE KITKAT VERSION WORKING FINE I UPDATE marshmallow after no network
plz help how to solve
Click to expand...
Click to collapse
korko said:
Just search your latest firmware for you device and flash it, follow all the steps,your radio,are so old, so no wifi and maybe not bluetooth work
Click to expand...
Click to collapse
there no solution
syedjewel said:
hello sir plz help me here my phone info
M8_WLV PVT SHIP S-OFF
CID-11111111
HBOOT-3.19.0.0000
RADIO-1.09.20.0926
OPENDSP-V46.2.2-00564-M8974_FO.0811
OS-3.31.512.2
BEFORE HAVE KITKAT VERSION WORKING FINE I UPDATE marshmallow after no network
plz help how to solve
Click to expand...
Click to collapse
As far as I know, there is no Marshmallow update for your device variant.
If you update it using Verizon firmware/RUU .. you won't get any network.
You need to install the correct RUU for your device and your network may work again.
https://forum.xda-developers.com/showpost.php?p=67405970&postcount=5
You can read more here - https://forum.xda-developers.com/htc-one-m8/help/help-friends-t3402398
and I'm requesting moderator to move this to correct section (usually I won't answer a question posted in wrong section)
ckpv5 said:
As far as I know, there is no Marshmallow update for your device variant.
If you update it using Verizon firmware/RUU .. you won't get any network.
You need to install the correct RUU for your device and your network may work again.
https://forum.xda-developers.com/showpost.php?p=67405970&postcount=5
You can read more here - https://forum.xda-developers.com/htc-one-m8/help/help-friends-t3402398
and I'm requesting moderator to move this to correct section (usually I won't answer a question posted in wrong section)
Click to expand...
Click to collapse
bro i try this file but error(wrong image file)
syedjewel said:
bro i try this file but error(wrong image file)
Click to expand...
Click to collapse
how did you flashed it ?
try the other method
also what was the full error
ahmed.ismael said:
how did you flashed it ?
try the other method
also what was the full error
Click to expand...
Click to collapse
ERROR 156 here picture
https://ibb.co/i6S8WF
i flash with this method
AruwizardLP.zip
also try this way
Rename it 0P6BIMG.zip
Place it in sd card
Boot to bootloader
say wrong image file
syedjewel said:
ERROR 156 here picture
https://ibb.co/i6S8WF
i flash with this method
AruwizardLP.zip
also try this way
Rename it 0P6BIMG.zip
Place it in sd card
Boot to bootloader
say wrong image file
Click to expand...
Click to collapse
Have you tried fastboot method ?
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
Have you tried fastboot method ?
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
yes try fastboot method
syedjewel said:
yes try fastboot method
Click to expand...
Click to collapse
Ok
Post the result of fastboot getvar all ( after removing serialno,imei and meid ) again
There is tow different Info in this thread
And what the full name for the file you were flashing
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
Ok
Click to expand...
Click to collapse
I put up two links for him to read thru.
I'm too busy these few days.
Guide him to change the MID from 0P6B2**** to 0P6B20000
and change CID from SuperCID to LRA__001
https://forum.xda-developers.com/showpost.php?p=67506065&postcount=25
He can change back to SuperCID later but still no point to have SuperCID on this device variant .. you can't change it to any other firmware.
LRA RUU & OTA sometime won't play nice with SuperCID/SuperMID
syedjewel said:
yes try fastboot method
Click to expand...
Click to collapse
now after i saw @ckpv5 post i get it
to change MID to the proper MID for your device you need a rooted rom on the device
or just custom recovery TWRP ( recommended )
then after flashing TWRP reboot to recovery and allow system modification
then connect the device with your PC and open cmd window,and type
adb shell
press enter then just copy the next command and paste it in your cmd window ( don't try to write it by your self ) and press enter
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x32\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
after sending the above command type exit and press enter
then in TWRP menu choose to reboot to bootloader and change CID to LRA__001
follow this post instruction to change CID
https://forum.xda-developers.com/showpost.php?p=67506065&postcount=25
after you changed MID & CID proceed to flash again this RUU.zip from this post
https://forum.xda-developers.com/showpost.php?p=66044439&postcount=37
Source of MID changing
https://forum.xda-developers.com/showthread.php?t=2708581
ahmed.ismael said:
now after i saw @ckpv5 post i get it
to change MID to the proper MID for your device you need a rooted rom on the device
or just custom recovery TWRP ( recommended )
then after flashing TWRP reboot to recovery and allow system modification
then connect the device with your PC and open cmd window,and type
adb shell
press enter then just copy the next command and paste it in your cmd window ( don't try to write it by your self ) and press enter
Code:
echo -ne '\x30\x00\x50\x00\x36\x00\x42\x00\x32\x00\x30\x00\x30\x00\x30\x00\x30' | dd of=/dev/block/mmcblk0p5 bs=1 seek=16384
after sending the above command type exit and press enter
then in TWRP menu choose to reboot to bootloader and change CID to LRA__001
follow this post instruction to change CID
https://forum.xda-developers.com/showpost.php?p=67506065&postcount=25
after you changed MID & CID proceed to flash again this RUU.zip from this post
https://forum.xda-developers.com/showpost.php?p=66044439&postcount=37
Source of MID changing
https://forum.xda-developers.com/showthread.php?t=2708581
Click to expand...
Click to collapse
hello sir now i flash success this file but unknown imei no network plz help
C:\adb&fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.12.20.1211
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.21.512.4
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA45WSFxxxxx
(bootloader) imei: 990004997xxxxx
(bootloader) imei2: Not Support
(bootloader) meid: 990004997xxxxx
(bootloader) product: m8_wlv
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B2****
(bootloader) cidnum: 11111111
(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: b361cfc7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.059s
You didn't change cid and mid ?
That's strange flash it again
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
You didn't change cid and mid ?
That's strange flash it again
c
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
i change cid and try to flash error image file and back write super cid try flash its success but no imei what i do now?
syedjewel said:
i change cid and try to flash error image file and back write super cid try flash its success but no imei what i do now?
Click to expand...
Click to collapse
Did the flash complete with success ?
try to change mid and cid as suggested before and flash again
If still not fixed
post the output of the flashing process here
You might have something wrong
Sent from my HTC M8 using XDA Labs
ahmed.ismael said:
Did the flash complete with success ?
try to change mid and cid as suggested before and flash again
If still not fixed
post the output of the flashing process here
You might have something wrong
Sent from my HTC M8 using XDA Labs
Click to expand...
Click to collapse
now all setup complete success flashing done without error but still unknown imei plz help
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserv
C:\adb&fastboot>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.12.20.1211
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.21.512.4
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA45WSF*****
(bootloader) imei: 9900049972*****
(bootloader) imei2: Not Support
(bootloader) meid: 990004997*****
(bootloader) product: m8_wlv
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B2****
(bootloader) cidnum: LRA__001
(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: b361cfc7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.062s

Categories

Resources