Messaging not working on XT1033 - Moto G Q&A, Help & Troubleshooting

Messaging (Incoming & Outgoing) both are not working.
Previously I flashed the CM14 Alpha V4 by @Eurofighter_ty
along with 'Networkfix' and 'forcess', it was working fine but after applying V5 everything sucked.
Calls were not working so I decided to switch to Official CM13 for falcon. Now Messaging is not working on my phone. Please someone help me and thanks in advance.

I faced the same thing couple of days back... here is the solution... you have to flash xt1033 modem via mfastboot... link: http://d-h.st/uJCr
if you don't know what is mfastboot than read this carefully http://forum.xda-developers.com/showthread.php?t=2700502
to flash the modem file use these command...
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn

tutul2336 said:
I faced the same thing couple of days back... here is the solution... you have to flash xt1033 modem via mfastboot... link: http://d-h.st/uJCr
if you don't know what is mfastboot than read this carefully http://forum.xda-developers.com/showthread.php?t=2700502
to flash the modem file use these command...
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
Click to expand...
Click to collapse
Thanks it worked

Related

[Q] Moto g xt1033 convert gpe to stock problem

first i flash gpe rom in xt1033 but there is some poblem in rom so i am trying to flash stock rom using fastboot using
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe flash logo logo.bin
mfastboot.exe flash boot boot.img
mfastboot.exe flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
mfastboot.exe flash system system.img_sparsechunk.3
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
mfastboot.exe erase cache
mfastboot.exe erase userdata
after completed this process when device was roboot it show gpe rom
how can i restore stock rom now
please help me

[Q] About Unlocking Bootlader and flashing ROMs

Hi, my question is whether it is really necessary to unlock bootloader (because i will avoid the warranty from motorola, 1 week from purchase) to flash via fastboot XT1040_PEREGRINE_RETBR_5.1_LPB23.13-8_cid12_CFC.xml (posted in the thread for stock firmwares), I have XT1040 from Argentina. I read that there is no need to unlock bootloader if we are flashing ROMs from the same region, is that true? Thank you and sorry for my bad english.
neodarklink said:
Hi, my question is whether it is really necessary to unlock bootloader (because i will avoid the warranty from motorola, 1 week from purchase) to flash via fastboot XT1040_PEREGRINE_RETBR_5.1_LPB23.13-8_cid12_CFC.xml (posted in the thread for stock firmwares), I have XT1040 from Argentina. I read that there is no need to unlock bootloader if we are flashing ROMs from the same region, is that true? Thank you and sorry for my bad english.
Click to expand...
Click to collapse
You do not need a unlocked bootloader to flash stock firmware.
Sent from my XT1031
One more question, the commands to flash will be:
Code:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
The content of the zip file is in the attachment. Thanks again.
neodarklink said:
One more question, the commands to flash will be:
Code:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
The content of the zip file is in the attachment. Thanks again.
Click to expand...
Click to collapse
Make sure you backup your data as running 'mfastboot erase userdata' will delete all your personal files (photos, videos, etc.)
ryanch94 said:
Make sure you backup your data as running 'mfastboot erase userdata' will delete all your personal files (photos, videos, etc.)
Click to expand...
Click to collapse
In Internal Storage. External SD will not be touch, right? This step (mfastboot erase userdata) can be skiped?
neodarklink said:
In Internal Storage. External SD will not be touch, right? This step (mfastboot erase userdata) can be skiped?
Click to expand...
Click to collapse
Correct, it does not touch the external SD. (I always remove mine anyway just in case)
You can skip 'mfastboot erase userdata', although this is known to sometimes cause problems.

Stuck on Bootloader Unlocked Warning

i was on custom rom 5.1 lollipop then i though i should go back to stock rom i tried one tutorial out there.
The commands i ran on fastboot are below :
oem lock begin
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe flash logo logo.bin
mfastboot.exe flash boot boot.img
mfastboot.exe flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
mfastboot.exe flash system system.img_sparsechunk.3
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
mfastboot.exe erase cache
mfastboot.exe erase userdata
mfastboot.exe oem lock
mfastboot.exe reboot
but now it's stuck on bootloader. any help would be appreciate
Same problem here. I was on GPE 5.1. Did exact the same steps and now I just see "Warning - Bootloader unlocked".
Edit: Alright, got it working. Was using fastboot instead of mfastboot. Just follow the steps here: http://forum.xda-developers.com/moto-g/general/how-to-to-stock-5-0-2-motorola-lollipop-t3077806 or use the attached scripts.
Edit 2: Before the bootanimation it says "Warning-Bootloader unlocked" but I already locked it again. It also says "Device is LOCKED" in recovery. Any ideas?
Edit 3: Alright, fixed it with the MotoTool AIO

Is this still the recommended fix for GPS ?

Using cm13 .most recent nightly ?? Sorry I put this in the wrong forum
Just flash NON-HLOS.bin file of Stock ROM and GPS will be active on any Custom AOSP ROMs.
Code:
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
pause
mfastboot.exe reboot
i fixed it by typing these commands
only without m (fastboot.exe erase modemst1 etc...)
You should just erase modemst1 and modemst2, as described here. Remember that this works for Moto G only and shouldn't be used on other phones!
For the latest CM 13 builds these commands are no longer necessary

Fix Wifi Wont Turn on

This was done on a XT1900-1 with an unlocked bootloader.
So I had flashed lineage worked good just couldn't get wifi calling working so I flashed AEX. The rom never booted and then when going back to lineage I had no wifi.
After spending hours trying to get wifi working again I finally found a solution.
I installed the latest stock rom for moto --> payton --> retail from here:
moto/payton/official/RETAIL/
I tried no erase modem first but that didn't work so I tried the other and it worked. Direct link:
PAYTON_RETAIL_9.0_PPWS29.69-39-2-1_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
You will also need mfastboot which can be found here.
I installed using the following script.
Code:
#!/bin/sh
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
mfastboot getvar max-sparse-size
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash bluetooth BTFM.bin
mfastboot flash dsp dspso.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system_b system_other.img
mfastboot flash oem oem.img
mfastboot erase carrier
mfastboot erase userdata
mfastboot erase ddr
mfastboot oem fb_mode_clear
mfastboot reboot
I hope this helps.
Also if anyone who knows better than me has any warnings for people doing this please say something.
hi my friend! can you send my this rom please? PAYTON_RETAIL_9.0_PPWS29.69-39-2-1_sub
visionm45 said:
This was done on a XT1900-1 with an unlocked bootloader.
So I had flashed lineage worked good just couldn't get wifi calling working so I flashed AEX. The rom never booted and then when going back to lineage I had no wifi.
After spending hours trying to get wifi working again I finally found a solution.
I installed the latest stock rom for moto --> payton --> retail from here:
moto/payton/official/RETAIL/
I tried no erase modem first but that didn't work so I tried the other and it worked. Direct link:
PAYTON_RETAIL_9.0_PPWS29.69-39-2-1_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
You will also need mfastboot which can be found here.
I installed using the following script.
Code:
#!/bin/sh
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
mfastboot getvar max-sparse-size
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash bluetooth BTFM.bin
mfastboot flash dsp dspso.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system_b system_other.img
mfastboot flash oem oem.img
mfastboot erase carrier
mfastboot erase userdata
mfastboot erase ddr
mfastboot oem fb_mode_clear
mfastboot reboot
I hope this helps.
Also if anyone who knows better than me has any warnings for people doing this please say something.
Click to expand...
Click to collapse
Everywhere I have looked for that ROM is no longer there, could you upload it to a server and share it please? Thanks a lot.
juliopons said:
This was done on a XT1900-1 with an unlocked bootloader.
So I had flashed lineage worked good just couldn't get wifi calling working so I flashed AEX. The rom never booted and then when going back to lineage I had no wifi.
After spending hours trying to get wifi working again I finally found a solution.
I installed the latest stock rom for moto --> payton --> retail from here:
moto/payton/official/RETAIL/
I tried no erase modem first but that didn't work so I tried the other and it worked. Direct link:
PAYTON_RETAIL_9.0_PPWS29.69-39-2-1_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
You will also need mfastboot which can be found here.
I installed using the following script.
Everywhere I have looked for that ROM is no longer there, could you upload it to a server and share it please? Thanks a lot.
Click to expand...
Click to collapse
Try LMSA'S Flash rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my ali using XDA Labs

Categories

Resources