Hi everyone,
Recently I bought a phone from a UK seller, new, but can't figure out which is the firmware:
Baseband: M8998TMO_20207.117.02.41.04R NUS
Software variant: retru
Software channel: tmo
Build number: OPXS27.109-24-17
These were the original settings, after I flash the last version from retru I can't get signal from the SIM card although it detects and I have IMEI and everything.
Even if I flash the same build number from retru I get a different baseband, I have WiFi and bluetooth working fine.
What is the model number by the usb c port? It has T-Mobile baseband and software channel, so the model should be XT1789-04 if it is actually a TMO variant.
UK model is a xt1789-05 you can flash and firmware on it there's just a few files you have to swap when flashing the flashall.bat mines Vodafone but running the EU version and have tried some other countries
41rw4lk said:
what is the model number by the usb c port? It has t-mobile baseband and software channel, so the model should be xt1789-04 if it is actually a tmo variant.
Click to expand...
Click to collapse
xt1789-04
type: M29e2
riskyfuture said:
UK model is a xt1789-05 you can flash and firmware on it there's just a few files you have to swap when flashing the flashall.bat mines Vodafone but running the EU version and have tried some other countries
Click to expand...
Click to collapse
I tried retru and retail none gives me the right baseband to have the SIM card working, no matter the version I flash even with complete wipe using TWRP I still have on the variant saying TMO which is strange I think.
41rw4lk said:
What is the model number by the usb c port? It has T-Mobile baseband and software channel, so the model should be XT1789-04 if it is actually a TMO variant.
Click to expand...
Click to collapse
Aren't TMO all US? Mine came with a UK charger type inside of the box which was sealed.
sklks said:
Aren't TMO all US? Mine came with a UK charger type inside of the box which was sealed.
Click to expand...
Click to collapse
Just flashed the TMO version, SIM card is working finally! I think the phone was sold being UK but bought in the US, the bootloader was unlocked but no boot with the warning message and the variant said TMO.
Need help
Bro can you please tell me which firmware you flashed and where you downloaded from I have the problem my phone was working great but I flashed it but now I have the Same sim signal problem please bro helllp!!
shahidalisamo112 said:
Bro can you please tell me which firmware you flashed and where you downloaded from I have the problem my phone was working great but I flashed it but now I have the Same sim signal problem please bro helllp!!
Click to expand...
Click to collapse
Hi!
I flashed the latest TMO firmware although I created a hybrid rom with the files for the network from TMO and the remaining from RETEU.
I'm sorry unfortunately I don't know much about ROMs and firmware I just recently learned how to flash .. from a YouTube video..
Can you provide the link and method it would be very helpful...
shahidalisamo112 said:
I'm sorry unfortunately I don't know much about ROMs and firmware I just recently learned how to flash .. from a YouTube video..
Can you provide the link and method it would be very helpful...
Click to expand...
Click to collapse
No worries, get all recent files from where:
TMO: https://mirrors.lolinet.com/firmware/moto/nash/official/TMO/
RETEU: https://mirrors.lolinet.com/firmware/moto/nash/official/RETEU/
You can also open notepad, paste the following lines and save as flash.bat:
echo off
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.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 system_b system_b.img_sparsechunk.0
fastboot flash system_b system_b.img_sparsechunk.1
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase cache
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
echo -------------------------------------------------------------------------
echo please scroll up and check your flash for any errors
echo -------------------------------------------------------------------------
pause
fastboot reboot
exit
Thank you so much..
I really appreciate I will let you know if I will have any problem...
Related
DISCLAMER: i'm not responsible of damage you can apport to your phone following this guide
First of all you need a UNLOCKED BOOTLOADER then of course motorola driver for your pc and fastboot/mfastboot.
The Hardware of Chinese Moto X Force XT1581 is the same of Mexican one, 64Gb dual sim so I flashed MX ROM 6.0 with Chinese firmware file
I used a script to flash, paste it in a notepad and then save as script.bat in the same folder cointein firmware files and fastboot/mfastboot:
@ECHO OFF
ECHO.
ECHO. Script by @evogp ...
ECHO.
ECHO.
ECHO. Flashing Bootloader ...
ECHO.
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
ECHO.
ECHO. Flashing System ...
ECHO.
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 system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot flash system system.img_sparsechunk.10
mfastboot flash system system.img_sparsechunk.11
ECHO.
ECHO. Flashing Modem SW ...
ECHO.
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot flash bluetooth BTFM.bin
ECHO.
ECHO. Wipe Cache and Data ...
ECHO.
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
ECHO.
ECHO. Installation Complete!
ECHO.
PAUSE
mfastboot reboot
EXIT /b 0
Click to expand...
Click to collapse
POWER OFF YOUR DEVICE then press power+vol down for about 2 seconds so you are in recovery mode, launch script.bat, wait you phone should automatically reboot in a couple of minutes.
Often flashing modem fail the first time so the script repit the operation...
if you want a "ready and working ROM" go here:
https://drive.google.com/file/d/0B8xKzkQTdRcVWGQ0dVFnZV9vNTg/view
it's the modified MX rom with Chinese modem
source: http://4pda.ru/forum/index.php?showtopic=752644&st=680
Have fun!
Hi, i think your link points to the wrong rom. The Mexican rom should be a XT1580 file...
help
I've put it and now I get a poster with the warning warning bootloader unlocked!Certainly not the one from Mexico is verizon USA to see if you can put the right one so that I can fix it thank you very much
jose lito said:
I've put it and now I get a poster with the warning warning bootloader unlocked!Certainly not the one from Mexico is verizon USA to see if you can put the right one so that I can fix it thank you very much
Click to expand...
Click to collapse
Sorry guys! My mistake, I corrected the link
here the correct one:
https://drive.google.com/file/d/0B8xKzkQTdRcVWGQ0dVFnZV9vNTg/view
Thanks
Everything ok now, I put the room and the phone revived .android 6 running on xt1581. Thanks again
You are great for me its works just fine
fine job!
Works fine. Does anyone know if the mexican android does get otas or security updates in general?
lorissuper said:
Sorry guys! My mistake, I corrected the link
here the correct one:
https://drive.google.com/file/d/0B8xKzkQTdRcVWGQ0dVFnZV9vNTg/view
Click to expand...
Click to collapse
If i used this file, should i do that script again ? Or this file is already merge with suitable modem for xt1581? Btw any link for unlock bootloader ?
lorissuper said:
ECHO.
ECHO. Flashing Modem SW ...
ECHO.
Code:
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot flash bluetooth BTFM.bin
Click to expand...
Click to collapse
What's the purpose of all of this?
- Flashing modem partition
than:
clearing modem parition 1
clearing modem parition 2
Flashing modem (again)
Flashing modem (again, and again)
Flashing modem (again, again and again)
check the bootloader log, first time modem flash fails. So all is necessary except the last line, which is included just to be sure. You are free to remove as you wish!
just to inform, i've tried to flash my chinese XT1581 with "XT1580_KINZIE_RETLA_DS_6.0" firmware just keeping the "fsg.mbn" file from this topic, and it works fine wifi and 4g signals are ok.... maybe that will work for another firmwares
undrtkrr said:
just to inform, i've tried to flash my chinese XT1581 with "XT1580_KINZIE_RETLA_DS_6.0" firmware just keeping the "fsg.mbn" file from this topic, and it works fine wifi and 4g signals are ok.... maybe that will work for another firmwares
Click to expand...
Click to collapse
So this firmware works too for xt1581 ?
Please give me link right then
Thanks
frey.derico said:
So this firmware works too for xt1581 ?
Please give me link right then
Thanks
Click to expand...
Click to collapse
yes, i've tested on my XT1581 and its working since yesterday with no problems... i'm sorry but i can't post links on XDA because i'm new user
but you can do like me and download any XT1580 dual sim firmware from "firmware.center" website then extract and replace the "fsg.mbn" file of original firmware with "fsg.mbn" found in the firmware of first post of this topic
flash the original firmware with replaced "fsg.mbn" file, and it will work
Thank you for your awesome work!
It is working fine for me! My china Kinzie XT1581 arrived yesterday and i've followed your tutorial. Modem failed to install at first attempt like you said but it installed just fine at the 2nd one! tested almost everything and its perfect! all SIM cards from Brazil that i have are working fine.
Regards,
Queiroz
Hi from Germany,
today I get my XT1581 from China it works well, but with android version 5.1.1....and it gets no updates
I understand I can update it with aDual Sim FW (may from Mexico). Should I unlook the bootloader first?
Will then work the App "Moto" with any language ?
Thanks
crash64 said:
Hi from Germany,
today I get my XT1581 from China it works well, but with android version 5.1.1....and it gets no updates
I understand I can update it with aDual Sim FW (may from Mexico). Should I unlook the bootloader first?
Will then work the App "Moto" with any language ?
Thanks
Click to expand...
Click to collapse
Dude, YES first of all you have to unlock BL!!
# PC: install MOTO drivers & minimal ADB & mfastboot
# unlock BL
# remove 'unlocked BL warning'
# flash firmware as told in OP (1st page)
# be happy
if you want Root/Xposed..too, flash TWRP for kinzie and SU 2.62-3
search for tut's on XDA - read carefully!!!
App "Moto" will work with GER language.
may the force with you!
Good Morning,
thanks very much. I will try. I hope it will work. Will then work updates via OTA too?
Best regards
crash64 said:
Good Morning,
thanks very much. I will try. I hope it will work. Will then work updates via OTA too?
Best regards
Click to expand...
Click to collapse
i think thats no OTA updates for unlocked bootloader
Hello one more question,
if I flashed my China Xt1581 with the Mexiacan Stock Rom, is it then possible to lock the bootloader and get updates via OTA?
Thanks
crash64 said:
Hello one more question,
if I flashed my China Xt1581 with the Mexiacan Stock Rom, is it then possible to lock the bootloader and get updates via OTA?
Thanks
Click to expand...
Click to collapse
Hi, FYI!
https://mobilesupport.lenovo.com/us/en/Solution/MF91999
Does anyone have the unlocked variant on Verizon? I'd love to know if WiFi calling works like the Verizon variant.
Thanks so much.
I do. No issues. Popped in sim from Moto X Pure Edition and set it up.
I have not used wifi calling.
I don't even know how to use wifi calling.
What are the advantages of wifi calling?
WiFi Calling Only on Verizon Variants
I have the 64 GB Unlocked Z2 Play on Verizon and no, there is no WiFi calling.
That option can only be enabled via settings options that are specific to Verizon's software. It is the one feature I really miss.
I have the unlock 1710-01. Put Verizon software on it and enabled wifi calling. Can't get video calling to work though.
bear263 said:
I have the unlock 1710-01. Put Verizon software on it and enabled wifi calling. Can't get video calling to work though.
Click to expand...
Click to collapse
Which Verizon software?
The firmware?
pizza_pablo said:
Which Verizon software?
The firmware?
Click to expand...
Click to collapse
Yes. Verizon firmware. You can't update it through the phone with a unlocked bootloader. Use Verizon's software upgrade assistance to update. It'll say it failed but it doesn't.
bear263 said:
Yes. Verizon firmware. You can't update it through the phone with a unlocked bootloader. Use Verizon's software upgrade assistance to update. It'll say it failed but it doesn't.
Click to expand...
Click to collapse
Thanks, but I'm not interested in VZW firmware.
You wrote "software" so I was thinking a Verizon app.
bear263 said:
I have the unlock 1710-01. Put Verizon software on it and enabled wifi calling. Can't get video calling to work though.
Click to expand...
Click to collapse
did you just flash system.img or all the firmware
bear263 said:
I have the unlock 1710-01. Put Verizon software on it and enabled wifi calling. Can't get video calling to work though.
Click to expand...
Click to collapse
Just curious, did you go to MY Verizon, Log in, My devices, My Plan and Services, Manage Products & Apps, Free Products and see if your line is compatible, if so click the Git It Now button. See attached
Then, on your phone go to settings, Network & Internet, Advanced Calling and enable it there.
BTW, HD Voice vonly works (is noticeable) when you're calling another VZW phone with HD Voice (using the HD Codec).
pizza_pablo said:
I do. No issues. Popped in sim from Moto X Pure Edition and set it up.
I have not used wifi calling.
I don't even know how to use wifi calling.
What are the advantages of wifi calling?[/Q
Hello brother, you unlocked the bootloader of your z play 2 of Verizon is not supposed to be done but if you succeeded you could say how you managed to do it in mine you would be grateful for the help
Click to expand...
Click to collapse
pirana1920 said:
Hello brother, you unlocked the bootloader of your z play 2 of Verizon is not supposed to be done but if you succeeded you could say how you managed to do it in mine you would be grateful for the help
Click to expand...
Click to collapse
My Z2 Play is not the Verizon version XT1710-02, but the US Unlocked version XT1710-01.
mrhodes19904 said:
did you just flash system.img or all the firmware
Click to expand...
Click to collapse
Complete firmware using fast boot. After that, you can use the software upgrade assistant.
---------- Post added at 05:14 AM ---------- Previous post was at 05:06 AM ----------
wanb1i said:
Just curious, did you go to MY Verizon, Log in, My devices, My Plan and Services, Manage Products & Apps, Free Products and see if your line is compatible, if so click the Git It Now button. See attached
Then, on your phone go to settings, Network & Internet, Advanced Calling and enable it there.
BTW, HD Voice vonly works (is noticeable) when you're calling another VZW phone with HD Voice (using the HD Codec).
Click to expand...
Click to collapse
Yes. HD voice is activated. Just can't use the video calling with Verizon built in dialer. Have to use google duo.
bear263 said:
Complete firmware using fast boot. After that, you can use the software upgrade assistant.
---------- Post added at 05:14 AM ---------- Previous post was at 05:06 AM ----------
Yes. HD voice is activated. Just can't use the video calling with Verizon built in dialer. Have to use google duo.
Click to expand...
Click to collapse
bear263 so you flashed in this order right
@Echo off
@ECHO ALBUS_VERIZON_7.1.1_NDS26.74-36 Firmware on Moto Z2 Play XT1710-01
fastboot getvar max_sparse_size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.6
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
fastboot erase modemst1
fastboot erase modemst2
fastboot erase carrier
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot flash fsg fsg.mbn
fastboot oem fb_mode_clear
bear263 said:
Yes. Verizon firmware. You can't update it through the phone with a unlocked bootloader. Use Verizon's software upgrade assistance to update. It'll say it failed but it doesn't.
Click to expand...
Click to collapse
Do you mean "Verizon Software Upgrade Assistant for Motorola"? I can't get past not having the "Software Installation mode" for the USB connection. Does my XT1710-01 (Android 8.0.0) need to be unlocked/rooted for this to work? Whatever it takes, I would really like to get this working.
Yes you will need a unlocked boot loader. You first have to install the firmware via fastboot. Then Verizon software can be used.
---------- Post added at 05:39 AM ---------- Previous post was at 05:33 AM ----------
mrhodes19904 said:
bear263 so you flashed in this order right
@Echo off
@ECHO ALBUS_VERIZON_7.1.1_NDS26.74-36 Firmware on Moto Z2 Play XT1710-01
fastboot getvar max_sparse_size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.6
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
fastboot erase modemst1
fastboot erase modemst2
fastboot erase carrier
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot flash fsg fsg.mbn
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
I am not sure what order was used. I use houseofmoto that will unpack the firmware and create a batch file. I just run the batch file it creates.
i wanted to know that is there any way to get rid of that ZUI interface in china retail model of the z2play? by flashing a stock international firmware? I'm planning to buy one from china but it's coming with lenovo's ZUI interface...
thanks
yes, u can do it
Khanov said:
yes, u can do it
Click to expand...
Click to collapse
And with what version of stock rom ??
Thanks..
Guth13 said:
And with what version of stock rom ??
Thanks..
Click to expand...
Click to collapse
I have read about retail one, on firmware center, but i am still waiting for my device from bangood.
Have a try, taking care about modem (it seems dosn't work if you don't preserve the original one).
HTCDevil said:
I have read about retail one, on firmware center, but i am still waiting for my device from bangood.
Have a try, taking care about modem (it seems dosn't work if you don't preserve the original one).
Click to expand...
Click to collapse
Hello. I own the Moto Z2 Play Mod: XT1710-08 with the ZUI. I would like to take it the stock ROM, but I don't know which model can be fine with my device.
Has anyone already tried or can it help me?
Thanks so much
Simone
bysimo95 said:
Hello. I own the Moto Z2 Play Mod: XT1710-08 with the ZUI. I would like to take it the stock ROM, but I don't know which model can be fine with my device.
Has anyone already tried or can it help me?
Thanks so much
Simone
Click to expand...
Click to collapse
i changed Rom to stock Blur Version ROM NPSS26.116-19-1-6.
During flash steps, i didn't flash adspso.bin, non-hlos.bin, modem.bin and fsg.mbn.
My phone is working with IMEI fine.
Thank you, but after several days i have posted here my solution: https://forum.xda-developers.com/z2-play/how-to/fastboot-rom-oreo-retail-via-fastboot-t3786153/page1
zuiudo said:
i changed Rom to stock Blur Version ROM NPSS26.116-19-1-6.
During flash steps, i didn't flash adspso.bin, non-hlos.bin, modem.bin and fsg.mbn.
My phone is working with IMEI fine.
Click to expand...
Click to collapse
Hi, Do u have a link?
Also if you're just concerned with the launcher (it's terrible!) you can just install another launcher from the play store.
zuiudo said:
i changed Rom to stock Blur Version ROM NPSS26.116-19-1-6.
During flash steps, i didn't flash adspso.bin, non-hlos.bin, modem.bin and fsg.mbn.
My phone is working with IMEI fine.
Click to expand...
Click to collapse
Does your fingerprint sensor still work?
Another method
pjcons said:
Does your fingerprint sensor still work?
Click to expand...
Click to collapse
I am not an expert in this area, but just wanted to share a method that worked for me to convert ROM of XT1710-08 China variant phone (with Android 7.1.1 ZUI interface) to Oreo 8.0.0 US retail version
Basically I followed the instructions from below thread with some changes.
https://forum.xda-developers.com/z2-play/how-to/how-to-manually-update-moto-z2p-to-t3677357
I had already unlocked bootloader and not sure if that was really needed for this. (Make sure you have USB drivers and latest adb/fastboot utilities and verify fastboot is working with the phone)
1. Using fastboot, flashed the 8.0.0 Chinese ROM from https://mirrors.lolinet.com/firmware/moto/albus_retcn/official/RETCN/
Please note, system.img and oem.img may be split into multiple files, so update the .bat file accordingly.
2. next, flashed the US retail version from https://mirrors.lolinet.com/firmware/moto/albus/official/RETAIL/
Here I skipped the modem related images (NON-HLOS.bin ,fsg.mbn , dsp adspso.bin , and did not erase modemst1 and modemst2) - see below commands from the bat file.
echo off
echo -------------------------------------------------------------------------
echo Moto Z2 Play ROM Flash Start
echo -------------------------------------------------------------------------
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
echo skip fastboot flash modem NON-HLOS.bin
echo skip fastboot flash fsg fsg.mbn
echo skip fastboot erase modemst1
echo skip fastboot erase modemst2
echo skip fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase DDR
fastboot oem fb_mode_clear
echo -------------------------------------------------------------------------
echo Moto Z2 Play ROM Flash End
echo -------------------------------------------------------------------------
pause
fastboot reboot
exit
3. Reboot to recovery and do factory reset. This is important. For me the the phone went into a boot loop, until I did this reset.
Sorry I'm not good at English
I have the z2 force xt1789-03, I flashed the wrong version of fw android 9 so I lost the baseband when I was in the android rom 8. I tried to flash the latest version but I could not get back the baseband. Please show me how to get it back to the beginning!
DuynangVietnam said:
Sorry I'm not good at English
I have the z2 force xt1789-03, I flashed the wrong version of fw android 9 so I lost the baseband when I was in the android rom 8. I tried to flash the latest version but I could not get back the baseband. Please show me how to get it back to the beginning!
Click to expand...
Click to collapse
If you have flashed a Pie ROM to your device you will not be able to go back to Oreo and have a working device. Did you try to flash an official version of Pie that was released by your carrier or did you flash a version that you found on the forums somewhere?
Getting baseband back and making wifi and sims work
I had the same issue and got stuck hopelessly but after a few hit and tries, I finally made my wifi and cellular network work on my sprint smartphone (baseband was gone).
what you need to do step by step is:
1. download pie variant of Verizon carrier from mirrors dot lolinet dot com/firmware/moto/nash/official/VZW/ (replace dot with . )
2. download latest pie variant of Retail variant of z2 force from mirrors dot lolinet dot com/firmware/moto/nash/official/RETAIL/
3. copy NON-HLOS.bin from verizon variant and copy it to retail variant of pie firmware
4. download any flashall file and rewrite it (open with notepad and edit, it is as simple as that) or run commmands in following order in retail firmware folder:
fastboot oem fb_mode_set
fastboot getvar max-sparse-size
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.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 system system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot erase cache
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot -w
fastboot reboot-bootloader
5. run flashall and let it boot.
6. enjoy
NOTE: reversion of baseband is not possible and maybe custom roms will work no more but you will get to make your device work.
muar_96 said:
I had the same issue and got stuck hopelessly but after a few hit and tries, I finally made my wifi and cellular network work on my sprint smartphone (baseband was gone).
what you need to do step by step is:
1. download pie variant of Verizon carrier from mirrors dot lolinet dot com/firmware/moto/nash/official/VZW/ (replace dot with . )
2. download latest pie variant of Retail variant of z2 force from mirrors dot lolinet dot com/firmware/moto/nash/official/RETAIL/
3. copy NON-HLOS.bin from verizon variant and copy it to retail variant of pie firmware
4. download any flashall file and rewrite it (open with notepad and edit, it is as simple as that) or run commmands in following order in retail firmware folder:
fastboot oem fb_mode_set
fastboot getvar max-sparse-size
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.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 system system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot erase cache
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot -w
fastboot reboot-bootloader
5. run flashall and let it boot.
6. enjoy
NOTE: reversion of baseband is not possible and maybe custom roms will work no more but you will get to make your device work.
Click to expand...
Click to collapse
Hi, excuse my English, I'm using a translator.
I have a problem, update my Sprint z2 force with a RETAIL firmware and all right just a couple of problems, the sim does not detect, I do not know if I lost the unlock-sim, because the wifi works perfectly, Will they know what it could be?
I did the above and it didn't work, it still doesn't detect the sim, should I flash the file of a Mexican company? I'm from México
Are there anyone has successful with this method ?
nothingtolose said:
Are there anyone has successful with this method ?
Click to expand...
Click to collapse
Unsuccessful here, mine is a variant XT1789-05, is currently with version OPXS27.109-34-4, but I have no wifi, no data network, lost baseband, any solution?
I've tried almost everything, wanted to put in edl mode, but it does not enter.
fallcaoalves said:
Unsuccessful here, mine is a variant XT1789-05, is currently with version OPXS27.109-34-4, but I have no wifi, no data network, lost baseband, any solution?
I've tried almost everything, wanted to put in edl mode, but it does not enter.
Click to expand...
Click to collapse
I read somewhere in this forum, your variant -05 can back to normal.
My variant -03 did not work with this method too.
yes
nothingtolose said:
Are there anyone has successful with this method ?
Click to expand...
Click to collapse
cordial greetings friends I tell you to use the method offered here by the partner and it actually works, I have an operator signal but it does not activate wifi, I really appreciate this help, but I have to solve wifi
:good:
muar_96 said:
Getting baseband back and making wifi and sims work
I had the same issue and got stuck hopelessly but after a few hit and tries, I finally made my wifi and cellular network work on my sprint smartphone (baseband was gone).
what you need to do step by step is:
1. download pie variant of Verizon carrier from mirrors dot lolinet dot com/firmware/moto/nash/official/VZW/ (replace dot with . )
2. download latest pie variant of Retail variant of z2 force from mirrors dot lolinet dot com/firmware/moto/nash/official/RETAIL/
3. copy NON-HLOS.bin from verizon variant and copy it to retail variant of pie firmware
4. download any flashall file and rewrite it (open with notepad and edit, it is as simple as that) or run commmands in following order in retail firmware folder:
fastboot oem fb_mode_set
fastboot getvar max-sparse-size
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp adspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.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 system system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot erase cache
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot -w
fastboot reboot-bootloader
5. run flashall and let it boot.
6. enjoy
NOTE: reversion of baseband is not possible and maybe custom roms will work no more but you will get to make your device work.
Click to expand...
Click to collapse
Hi,
confirmed working on my xt1789-03, with the following considerations:
-> Wifi and bluetooth now working
-> Sim card seems to be detected, but no radio or signal.
-> IMEI remains 0
-> When boot a message appears: "Verity Mode is set to disabled"
So, little step to success. From now, I have a little tablet with wifi.
Many thanks to Muar_96
*Update: I finally was able to get a hold of someone at sprint who actually took the time to take care of me. My phone was indeed unlocked, but she submitted the unlock request again. After restarting my phone on, wifi with a sprint sim, it unlocked!!!! Finally! Btw sprint doesn't like you walking into stores without a mask on and they'll give you the corporate # immediately to get you out of the store. 877-365-6413 Hope this helps someone since it took me 6 sprint community chats, 3 phone calls and a store visit to handle.
About 2 years ago I bought 2 Boost Moto G plays for $49. We activated them on Sprint and used them for a year. Sprint Sim unlocked both phones after 6 months and I have confirmed it twice. I gave my old moto g6 play to my mother in law with Verizon. Popped the sim card in and it worked no problem. My wife continued to use her moto g6 play but wanted Android 9, so I unlocked the bootloader, downgraded and then flashed the stock sprint update from here: https://forum.xda-developers.com/g6-play/development/ota-moto-g6-play-aljeter-t3921877
Phone worked fine and wife used it for 6 more months until we upgraded to g7 powers.
The issue I am having is that the only sim card this phone will read is the sprint one. Tmobile=Nothing. Verizon=No. At&t=No.
I know for a fact that the other phone works on Verizon, so this one should too. I tried flashing RetUS on this phone (which actually worked for my metro g7 power to work on Verizon) and still no luck. I figure something is messed up, or not flashed properly to see the other sim cards.
Anyone have a clue? Thanks in advance!
This is how i flashed it:
fastboot oem fb_mode_set
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
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 oem oem.img
fastboot flash vendor vendor.img
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
I skipped boot.img on purpose, gpt.bin, adspso.bin, logo.bin
shawndak said:
About 2 years ago I bought 2 Boost Moto G plays for $49. We activated them on Sprint and used them for a year. Sprint Sim unlocked both phones after 6 months and I have confirmed it twice. I gave my old moto g6 play to my mother in law with Verizon. Popped the sim card in and it worked no problem. My wife continued to use her moto g6 play but wanted Android 9, so I unlocked the bootloader, downgraded and then flashed the stock sprint update from here: https://forum.xda-developers.com/g6-play/development/ota-moto-g6-play-aljeter-t3921877
Phone worked fine and wife used it for 6 more months until we upgraded to g7 powers.
The issue I am having is that the only sim card this phone will read is the sprint one. Tmobile=Nothing. Verizon=No. At&t=No.
I know for a fact that the other phone works on Verizon, so this one should too. I tried flashing RetUS on this phone (which actually worked for my metro g7 power to work on Verizon) and still no luck. I figure something is messed up, or not flashed properly to see the other sim cards.
Anyone have a clue? Thanks in advance!
This is how i flashed it:
fastboot oem fb_mode_set
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
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 oem oem.img
fastboot flash vendor vendor.img
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
I skipped boot.img on purpose, gpt.bin, adspso.bin, logo.bin
Click to expand...
Click to collapse
Try
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
Try
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
Thank you for reaching out!!! Tried it with no luck. When flashing the modem file it says: not found? Not sure if that's a normal error or not.
Also the phone simply says, sim status: unavailable. So it knows it's in the phone but doesn't know what to do with it.
I think you're on the right track though! It's something simple that didn't flash properly at some point.