I downloaded the 6.0.1 official firmware and as expected, I have no cell service with Verizon. I tried flashing the modem with band 12 a few times and it did not work. I also no longer have a backup on me anymore. Is there an official modem download for XT1575 that I could try?
AlexanderTheSteak said:
I downloaded the 6.0.1 official firmware and as expected, I have no cell service with Verizon. I tried flashing the modem with band 12 a few times and it did not work. I also no longer have a backup on me anymore. Is there an official modem download for XT1575 that I could try?
Click to expand...
Click to collapse
There is no 6.0.1 for the XT1575, 6.0.0 May security update is current release... MPHS24.49-18-4 is the current build with M8992_1255331.29.01.88.02R SUPER_NA baseband is the current modem.
FYI... Verizon does not support Band 12 LTE, they use 2, 4, and 13.
If you are referring to the one on Moto's website erroneously marked as 6.0.1, it's an error and actually the initial release of 6.0 for the X.
Sent from my Motorola XT1575 using XDA Labs
You can pull the modem from any 6.0 firmware download.
Also make sure you are on franken kernel.
MPHS24.49-18-4 modem w/ custom roms
I am running the latest DU 10.6 on XT1575 and for kicks I tried to flash the modem files contained with MPHS24.49-18-4 to make sure I was on the latest...
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Result is no service in DU 10.6. This should work correct? I restored my EFS partition from a working backup so no harm but was just curious...
jdgesmlls said:
I am running the latest DU 10.6 on XT1575 and for kicks I tried to flash the modem files contained with MPHS24.49-18-4 to make sure I was on the latest...
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Result is no service in DU 10.6. This should work correct? I restored my EFS partition from a working backup so no harm but was just curious...
Click to expand...
Click to collapse
You are pretty much correct, although I think the BT firmware is part of it as well... in my collection of stuff I show:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
As the proper way to flash modem... I also have a note that says to verify OK on each step and repeat the step if it fails for any reason.
Related
Really do not know where to put this as some mantnce to this section needs to be done.
this is to go back in stock for new 2015 4G LTE t-mo phones
if you ever need this , very probably your phone is already unlocked and rooted.
you need to know basic fastboot precedure
and use this file posted in other forum
http://motofirmware.center/files/category/51-moto-e-4g-2nd-generation/
select the SURNIA RETUS xml file
download to your PC and extract in same folder togheter with fastboot comands files
reboot your phone in fastboot mode
flash these cmd in order:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot oem config carrier tmo
fastboot oem fb_mode_clear
fastboot reboot
your are done your phone is in original state
you will have back the bootloader unlock status warning again
hope it helps somebody else
Hi there. Just one question that can't let me alone, can i flash this if my phone is from another region? The model i have is the XT1527, i unlocked the bootloader, but i prefer to use the Tmobile version, as i have it with a moto x 2nd gen.
My phone is 4g LTE of course, but the question that if other region can be flashed is not clear to me... hope you can help me if you know anything about it, thanks.
Arturo777 said:
Hi there. Just one question that can't let me alone, can i flash this if my phone is from another region? The model i have is the XT1527, i unlocked the bootloader, but i prefer to use the Tmobile version, as i have it with a moto x 2nd gen.
My phone is 4g LTE of course, but the question that if other region can be flashed is not clear to me... hope you can help me if you know anything about it, thanks.
Click to expand...
Click to collapse
it should work if hardware is compatible.....now they have lollipo 5.1 just uploaded
...i dont'n know about wifi and network signal....but if you have unlocked your bootloader you can always flash original firmware back (make sure is availble as xml file)
Help, please.
Should I flash this like any other ROM? I live in Colombia, would that affect the cellphone networks or anything? I have the XT1527.
so flashing t-mobile would enable wifi calling?
I had some network problem and hence typed *#*#4636#*#* in the dial pad and went into the settings. But it was the worst mistake andi somehow set the radio band to USA and now cant revert back.The first sim has no network. What do i do?
Can anyone provide radio baseband modem file for indian version?
You can get stock modems from here: http://forum.xda-developers.com/moto-x-play/general/official-stock-firmwares-added-xt1562-t3195364
You can then extract NON-HLOS.bin and fsg.mbn and flash using fastboot:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
I flashed TWRP and the Stock ROM from here - https://github.com/motoxplay/stock (https://github.com/motoxplay/stock/...1563_LUX_RETAIL_DS_6.0.1_MPD24.107-52.xml.zip) and it's showing No service after that.
I tried going to *#*#4636#*#* and it looks like radio is off. I've Moto X Play Dual Sim. Any ideas?
Check your IMEI.If it shows put your phone in fastboot mode and enter these commands.Use the files from stock rom
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
effingbadluck said:
Check your IMEI.If it shows put your phone in fastboot mode and enter these commands.Use the files from stock rom
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Click to expand...
Click to collapse
Thanks. The IMEI shows. I tried the steps you mentioned. No luck.
Probably I'm using the wrong ROM?
... and now I can't go past the select WiFi screen. What do I do? I know my google credentials and all and I just want to move ahead but I don't seem to have the ability to do so.
Okay, I'm gonna answer this myself since I figured it out.
Basically, I flashed the wrong ROM (it was a downgrade). Beside that, there was an issue of a mismatch between kernel and the radio, so modem files required a reflash.
Required commands:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
Have a problem flashing through Fastboot and then boot and only have warning bootloader unlocked ...
any solutions?
flash twrp for nougat and /data no get mounth...
any to help?
More info?
Screenshots from pc?
What & how did you flashed?
Update...
Flash manually every file of the firmwares and all works fine!
Really have problem to flash MM modem ...
can me provide lastest mm modem and comand to flash?
delete
bad conexion
andreskafe said:
Update...
Flash manually every file of the firmwares and all works fine!
Really have problem to flash MM modem ...
can me provide lastest mm modem and comand to flash?
Click to expand...
Click to collapse
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
dzidexx said:
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
Click to expand...
Click to collapse
Ok. Thanks.
Twrp for Nougat is compatible with MM roms?
andreskafe said:
Ok. Thanks.
Twrp for Nougat is compatible with MM roms?
Click to expand...
Click to collapse
Yes.
I wrote "MM based custom roms" - I meant custom 7.1.2 for MM modem.
dzidexx said:
Download highest MM, extract non-hlos, copy it to adb-fastboot folder.
If you didn't lock bootloader:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
/Repeat commands until you see OK/
Boot into twrp and install mm based custom rom.
Click to expand...
Click to collapse
Sorry. But no works for me.
My Moto is not signal after flash MM modem and need re flash the firmware!
I use this comand
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
Thanks!
andreskafe said:
Sorry. But no works for me.
My Moto is not signal after flash MM modem and need re flash the firmware!
I use this comand
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
Thanks!
Click to expand...
Click to collapse
After these commands you need to install custom rom, stock will not work.
dzidexx said:
After these commands you need to install custom rom, stock will not work.
Click to expand...
Click to collapse
I restore my nandroid backup...
Only way is flash custom ROM?
andreskafe said:
I restore my nandroid backup...
Only way is flash custom ROM?
Click to expand...
Click to collapse
I restore my nandroid backup of custom rom
You flashed stock Nougat,
After it u flashed MM modem - stock N will not work - you should install custom for MM modem.
/Twrp's backup don't include modem/.