I need help to restore my moto z3 play - Moto Z3 Play Questions & Answers

Hello, I tried to install a rom on my moto z3 play and now it does not start. With "blankflash" I managed to make it turn on in mode fastboot but i try to install the original rom but it says "Oem_locked". Then install the moto smart asistant tool but it didn't work either, inside "moto asistant" I get "Error combining the connected device, please connect it and try again", when I connect it, an unsupported device appears. It is rare because the previous times I use the program, I download the official rom of the device and install it, but now it does not work. In "connected devices" it does not appear as "Qualcomm_Qdloader 9008" but appears as "Fastboot beckham S".
I'm really desperate I don't know what to do. If anyone knows how I can fix it please I need your help.
Is there a way to enable usb debugging from the "fastboot"?

Mica_Diazz531 said:
Hello, I tried to install a rom on my moto z3 play and now it does not start. With "blankflash" I managed to make it turn on in mode fastboot but i try to install the original rom but it says "Oem_locked". Then install the moto smart asistant tool but it didn't work either, inside "moto asistant" I get "Error combining the connected device, please connect it and try again", when I connect it, an unsupported device appears. It is rare because the previous times I use the program, I download the official rom of the device and install it, but now it does not work. In "connected devices" it does not appear as "Qualcomm_Qdloader 9008" but appears as "Fastboot beckham S".
I'm really desperate I don't know what to do. If anyone knows how I can fix it please I need your help.
Is there a way to enable usb debugging from the "fastboot"?
Click to expand...
Click to collapse
I believe your only option is RSD Lite if you have a windows 7 pc
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039

sd_shadow said:
I believe your only option is RSD Lite if you have a windows 7 pc
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Click to expand...
Click to collapse
Thank you !! I will try to do that, first I will see if I can get a pc with windows 7. that would be the only solution?

Mica_Diazz531 said:
Hello, I tried to install a rom on my moto z3 play and now it does not start. With "blankflash" I managed to make it turn on in mode fastboot but i try to install the original rom but it says "Oem_locked". Then install the moto smart asistant tool but it didn't work either, inside "moto asistant" I get "Error combining the connected device, please connect it and try again", when I connect it, an unsupported device appears. It is rare because the previous times I use the program, I download the official rom of the device and install it, but now it does not work. In "connected devices" it does not appear as "Qualcomm_Qdloader 9008" but appears as "Fastboot beckham S".
I'm really desperate I don't know what to do. If anyone knows how I can fix it please I need your help.
Is there a way to enable usb debugging from the "fastboot"?
Click to expand...
Click to collapse
Try this:
Connect your device to the PC in Fastboot mode and in the command prompt type:
Code:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
Restart the device in Fastboot mode and follow the procedure for flashing the rom normally.
Code:
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 bluetooth flash BTFM.bin
fastboot flash dsp dspso.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_other.img
fastboot flash vendor vendor.img_sparsechunk.0
fastboot flash vendor vendor.img_sparsechunk.1
fastboot flash oem oem.img
fastboot flash oem_b oem_other.img
fastboot erase cache
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
If you have problems with carrier signal and / or wifi, see this link: https://forum.xda-developers.com/showpost.php?p=83152527&postcount=4

fastbook flash instructions
Loko_vr said:
Restart the device in Fastboot mode and follow the procedure for flashing the rom normally.
Code:
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 bluetooth flash BTFM.bin
fastboot flash dsp dspso.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_other.img
fastboot flash vendor vendor.img_sparsechunk.0
fastboot flash vendor vendor.img_sparsechunk.1
fastboot flash oem oem.img
fastboot flash oem_b oem_other.img
fastboot erase cache
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
Hi. I want to flash a rom using fastboot into my mz3 Play. I can't find a tutorial on it. After I download the ROM:
1. I unzip it to the desktop?
2. connect the phone to usb in fastboot mode?
3. Run the commands in fastboot?
or do I have to unzip the ROM into the ADB / fastboot folder?

kc12 said:
Restart the device in Fastboot mode and follow the procedure for flashing the rom normally.
Hi. I want to flash a rom using fastboot into my mz3 Play. I can't find a tutorial on it. After I download the ROM:
1. I unzip it to the desktop?
2. connect the phone to usb in fastboot mode?
3. Run the commands in fastboot?
or do I have to unzip the ROM into the ADB / fastboot folder?
Click to expand...
Click to collapse
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my perry_f using XDA Labs

kc12 said:
Hi. I want to flash a rom using fastboot into my mz3 Play. I can't find a tutorial on it. After I download the ROM:
1. I unzip it to the desktop?
2. connect the phone to usb in fastboot mode?
3. Run the commands in fastboot?
or do I have to unzip the ROM into the ADB / fastboot folder?
Click to expand...
Click to collapse
Using fastboot, unzip the firmware files in the same folder as adb / fastboot and then follow the commands listed above.
Note:
The bootloader must be unlocked.
The adb drivers must be installed.
The device must be started in fastboot mode.

Loko_vr said:
Using fastboot, unzip the firmware files in the same folder as adb / fastboot and then follow the commands listed above.
Note:
The bootloader must be unlocked.
The adb drivers must be installed.
The device must be started in fastboot mode.
Click to expand...
Click to collapse
Thank you for responding! Presently my bootloader is unlockable. I have already done as you described and the rom flashed without issues. Thanks again.
---------- Post added at 11:07 PM ---------- Previous post was at 10:56 PM ----------
sd_shadow said:
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my perry_f using XDA Labs
Click to expand...
Click to collapse
Thank you for the link. The tutorial is great for someone who is knowledgeable in fastboot. But my experience with fastboot is limited with booting and flashing twrp. And maybe a few simple other commands. The tutorial didn't have any information regarding what I was supposed to do with the ROM zip after I downloaded it. However, your tutorial had several links and following one link to another and to another.. ... I was able to determine that what you do with the zip file kind of depends on how you have set up your adb/ fastboot. And because of another article you wrote I was able to determine unzipping the rom in my abd/fastboot folder was what I needed to do. So, thank you for your knowledge, which is light years ahead of mine.
---------- Post added at 11:09 PM ---------- Previous post was at 11:07 PM ----------
sd_shadow said:
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my perry_f using XDA Labs
Click to expand...
Click to collapse
Thank you for the link. The tutorial is great for someone who is knowledgeable in fastboot. But my experience with fastboot is limited with booting and flashing twrp. And maybe a few simple other commands. The tutorial didn't have any information regarding what I was supposed to do with the ROM zip after I downloaded it. However, your tutorial had several links and following one link to another and to another.. ... I was able to determine that what you do with the zip file kind of depends on how you have set up your adb/ fastboot. And because of another article you wrote I was able to determine unzipping the rom in my abd/fastboot folder was what I needed to do. So, thank you for your knowledge, which is light years ahead of mine.

kc12 said:
Thank you for responding! Presently my bootloader is unlockable. I have already done as you described and the rom flashed without issues. Thanks again.
---------- Post added at 11:07 PM ---------- Previous post was at 10:56 PM ----------
Thank you for the link. The tutorial is great for someone who is knowledgeable in fastboot. But my experience with fastboot is limited with booting and flashing twrp. And maybe a few simple other commands. The tutorial didn't have any information regarding what I was supposed to do with the ROM zip after I downloaded it. However, your tutorial had several links and following one link to another and to another.. ... I was able to determine that what you do with the zip file kind of depends on how you have set up your adb/ fastboot. And because of another article you wrote I was able to determine unzipping the rom in my abd/fastboot folder was what I needed to do. So, thank you for your knowledge, which is light years ahead of mine.
---------- Post added at 11:09 PM ---------- Previous post was at 11:07 PM ----------
Thank you for the link. The tutorial is great for someone who is knowledgeable in fastboot. But my experience with fastboot is limited with booting and flashing twrp. And maybe a few simple other commands. The tutorial didn't have any information regarding what I was supposed to do with the ROM zip after I downloaded it. However, your tutorial had several links and following one link to another and to another.. ... I was able to determine that what you do with the zip file kind of depends on how you have set up your adb/ fastboot. And because of another article you wrote I was able to determine unzipping the rom in my abd/fastboot folder was what I needed to do. So, thank you for your knowledge, which is light years ahead of mine.
Click to expand...
Click to collapse
I recommend LMSA's Flash Rescue it's easier
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714

sd_shadow said:
I recommend LMSA's Flash Rescue it's easier
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Click to expand...
Click to collapse
My phone is a sprint variant. I wanted to flash the brazil variant and the US canada variant, in hopes of one would solve my issue and I could get my bootloader unlocked. I couldn't get them to flash with the rescue tool. I followed someone's instructions where they were able to trick the tool by replacing the files in the lmsa's rom folder. Unfortunately I couldn't get either one to flash in the lmsa tool past 64%. They fail. So I had to fastboot them. Unfortunately I still can't get fastboot to retrieve my unlock data.

Related

How to flash the FXZ file via fastboot?

Hello everyone, I have a favor to ask for.
I want o flash rogers rom on my PR Moto X but the crappy moto software can't recognize my phone.
I can't use rsd at all so I want to do it via fastboot.
Can you tell me how to do this with commands? Which parts do I need to flash?
like: fastboot flash system system.img and so on
But I need a full script of this, please help! Deadly need the update for the camera!
Thanks in advance!
chrisjenho said:
Hello everyone, I have a favor to ask for.
I want o flash rogers rom on my PR Moto X but the crappy moto software can't recognize my phone.
I can't use rsd at all so I want to do it via fastboot.
Can you tell me how to do this with commands? Which parts do I need to flash?
like: fastboot flash system system.img and so on
But I need a full script of this, please help! Deadly need the update for the camera!
Thanks in advance!
Click to expand...
Click to collapse
if your phone is not recognized for rsd purposes then you probably should be trying to flash anything through fastboot. Rsd uses fastboot to flash your system so if RSD is not recognizing the device then fastboot won't recognize the device either. If you don't have the most up to date drivers then you most likely will run into problems when trying to flash any images using fastboot.
Download moto device manager. plug the phone into the computer with the cable you got when buying the phone. Make sure it is on MTP (the mass media option). To do this after you plug the phone in you can pull down the notification bar and it will have what type of usb connection you are using right there. To change just click on it and select mtp. Nopen up moto device manager and it should download some stuff for your phone. Next time you plug your phone in you should see a webpage pop up and a little moto icon in the bottom right tool bar on your computer.
jayboyyyy said:
if your phone is not recognized for rsd purposes then you probably should be trying to flash anything through fastboot. Rsd uses fastboot to flash your system so if RSD is not recognizing the device then fastboot won't recognize the device either. If you don't have the most up to date drivers then you most likely will run into problems when trying to flash any images using fastboot.
Download moto device manager. plug the phone into the computer with the cable you got when buying the phone. Make sure it is on MTP (the mass media option). To do this after you plug the phone in you can pull down the notification bar and it will have what type of usb connection you are using right there. To change just click on it and select mtp. Nopen up moto device manager and it should download some stuff for your phone. Next time you plug your phone in you should see a webpage pop up and a little moto icon in the bottom right tool bar on your computer.
Click to expand...
Click to collapse
Thanks buddy. Actually fastboot works but RSD doesn't. I made it on fastboot.
For these guys have the same problem with me.
Script use in command,
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
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 erase clogo
fastboot oem fb_mode_clear
chrisjenho said:
Thanks buddy. Actually fastboot works but RSD doesn't. I made it on fastboot.
For these guys have the same problem with me.
Script use in command,
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
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 erase clogo
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
I tried this on my VZW dev edition but it wouldn't let me flash system.img
alex94kumar said:
I tried this on my VZW dev edition but it wouldn't let me flash system.img
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2489249

No OS Can't Boot

So the other day I tried to go back to stock from resurrection remix using a stock 5.1 file I found on this website. I used to flash and all that kind of stuff a while ago but haven't in a while and lost my touch. So basically I know I did it wrong and now there is no OS on the phone. I can access both TWRP and Fastboot mode but that's it. When I try to boot it shows the bootloader unlock screen, vibrates and then goes to a black screen that flashes the little android guy with his stomach open every so often. I tried flashing both stock and RR twice and still nothing. Any help would be greatly appreciated!
P.S. I have the Verizon XT1096 Variant.
Speedy712 said:
So the other day I tried to go back to stock from resurrection remix using a stock 5.1 file I found on this website. I used to flash and all that kind of stuff a while ago but haven't in a while and lost my touch. So basically I know I did it wrong and now there is no OS on the phone. I can access both TWRP and Fastboot mode but that's it. When I try to boot it shows the bootloader unlock screen, vibrates and then goes to a black screen that flashes the little android guy with his stomach open every so often. I tried flashing both stock and RR twice and still nothing. Any help would be greatly appreciated!
P.S. I have the Verizon XT1096 Variant.
Click to expand...
Click to collapse
So you have the Motorola USB drivers installed:
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Recent versions of ADB/Fastboot.
Latest stock firmware:
firmware.center/firmware/Motorola/Moto%20X%20%282nd%20gen-2014%29/Stock/XT1096/
Probably VICTARA_VERIZON_XT1096_5.1_LPE23.32-25-5_cid2_CFC.xml.zip
Extract the firmware and put the 4 ADB/Fastboot files in the folder with the firmware files.
Boot into Bootloader Mode and connect the phone, make sure the phone says "connected..."
Shift + right-click inside that folder, Open command window here... Paste these commands, BUT CHECK THE NUMBER of sparsechunks your firmware has:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot reboot-bootloader
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 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 erase clogo
fastboot oem fb_mode_clear
Thank you so much!! I tried this before with no avail. I think the website I used for the commands didn't have the first few that you had. But it worked, my phone booted up. Thanks again so much!
Speedy712 said:
Thank you so much!! I tried this before with no avail. I think the website I used for the commands didn't have the first few that you had. But it worked, my phone booted up. Thanks again so much!
Click to expand...
Click to collapse
You're welcome, glad it worked!
If you want to try custom roms again, I've been using TWRP 3.0.2-1 and it seems to have no issues so far (and I'm running the latest CM Nightlies).
Gus Ghanem said:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot reboot-bootloader
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 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 erase clogo
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
so with this method you dont have to use the motofastboot?
fakieskr8333 said:
so with this method you dont have to use the motofastboot?
Click to expand...
Click to collapse
If you mean Motorola's mfastboot, no you don't have to, I always use the lastest fastboot to flash stock firmware, custom recovery, etc.
Of course, it's always best to have an unlocked bootloader, but then you lose warranty.
Gus Ghanem said:
If you mean Motorola's mfastboot, no you don't have to, I always use the lastest fastboot to flash stock firmware, custom recovery, etc.
Of course, it's always best to have an unlocked bootloader, but then you lose warranty.
Click to expand...
Click to collapse
I am on mac so hopefully that is not causing any issues, but I am having the same exact problem as the OP. But I was missing that first command so I am thinking that'll fix it. When in twrp whenever I tried to flash anything or wipe partitions it threw up all kinds of errors about the partitions not being mounted and stuff. Do you think missing that first command would mess up the partition table or something?
This is the errors i got when trying to wipe.
http://imgur.com/0p3lH9Q
I have been out the android scene for over a year now so I am a little rusty lol.
fakieskr8333 said:
I am on mac so hopefully that is not causing any issues, but I am having the same exact problem as the OP. But I was missing that first command so I am thinking that'll fix it. When in twrp whenever I tried to flash anything or wipe partitions it threw up all kinds of errors about the partitions not being mounted and stuff. Do you think missing that first command would mess up the partition table or something?
This is the errors i got when trying to wipe.
http://imgur.com/0p3lH9Q
I have been out the android scene for over a year now so I am a little rusty lol.
Click to expand...
Click to collapse
The first two commands are not necessary, but they wouldn't cause any problems, nor fix any:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
But before you start flashing anything on a phone, you should have the latest stock firmware on it, so that you have the latest bootloader and partition table. Some versions of TWRP (3.0) may have been corrupting partitions. You should try reflashing the latest partition table and bootloader from the latest firmware, then reflashing the latest TWRP 3.0.2-1.
I'm not familiar with macs... Is the phone encrypted?
Gus Ghanem said:
The first two commands are not necessary, but they wouldn't cause any problems, nor fix any:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
But before you start flashing anything on a phone, you should have the latest stock firmware on it, so that you have the latest bootloader and partition table. Some versions of TWRP (3.0) may have been corrupting partitions. You should try reflashing the latest partition table and bootloader from the latest firmware, then reflashing the latest TWRP 3.0.2-1.
I'm not familiar with macs... Is the phone encrypted?
Click to expand...
Click to collapse
no it was never encrypted. I have redownloaded the latest firmware on the chance that my download was corrupted or something. Should I flash the partition and boot images then restart into the bootloader before flashing the rest?
fakieskr8333 said:
no it was never encrypted. I have redownloaded the latest firmware on the chance that my download was corrupted or something. Should I flash the partition and boot images then restart into the bootloader before flashing the rest?
Click to expand...
Click to collapse
I guess it's safest to just flash the whole firmware as I have listed in the commands; these commands are contained in an XML file that comes with the firmware (flashfile.xml), the "reboot bootloader" after the partition table and bootloader flash, comes from Motorola's flashing instructions.
Gus Ghanem said:
I guess it's safest to just flash the whole firmware as I have listed in the commands; these commands are contained in an XML file that comes with the firmware (flashfile.xml), the "reboot bootloader" after the partition table and bootloader flash, comes from Motorola's flashing instructions.
Click to expand...
Click to collapse
Thanks, I am at work now but as soon as I get home I will give it a go. I have been on iOS for over a year now and my moto has been dead since about a month after moto allowed us to unlock the verizon variant. Stupid thing lol.
how do I check the amount of sparsechunks that I have. Sorry for the dumb question
---------- Post added at 02:04 PM ---------- Previous post was at 01:44 PM ----------
I just finished doing this. I am kind of a noob at this so bear with me. I tried this and I get this message that says "Boot up failed" when I try normal powerup. I'm kind of scared..
ABSOLUTE LEGEND
i was stuck since almost 36 hours, good i dint lose hope and smash the x against the wall
YOUR A LIFE SAVER Fakieskr

[GUIDE][Harpia][Windows, macOS, & Linux] Flash to Stock Firmware and Recovery

Links:
ADB and Fastboot mini .zip
All Stock Firmware link: (Thanks to proudlytm for supplying) https://mirrors.lolinet.com/firmware/moto/harpia/official/
What you need:
A Windows/macOS/Linux computer
A USB cable
ADB and Fastboot files
Stock Firmware
Your phone
*Disclaimer* Your warranty is now void if you modify your phone. I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
Let's get started! First, backup to your computer/Dropbox/etc. all the files you wish to save. This will wipe all data off your phone (Not all data saved on any cloud services, such as Google, OneDrive, Dropbox, etc.). You will also lose root if you have it.
Second, boot your phone into the bootloader. This can be done in certain ROM power menus, or with the ADB command "adb reboot bootloader" in Command Prompt/Terminal, or also by turning off your phone and then holding the power and volume down buttons. After booting into the bootloader, plug your phone into your computer.
Next open up Command Prompt if on Windows, Terminal if on macOS/Linux.
Navigate in CMD Prompt/Terminal to the directory you downloaded and extracted the stock firmware. Copy the Fastboot and ADB files into the same directory as the stock firmware files.
*Most Linux distributions have the same commands as Windows. I only have experience with Arch Linux and ElementaryOS (An Ubuntu variant), so I cannot confirm for other distributions.*
*I no longer am running macOS on my MacBook, I'm running Arch Linux and an Ubuntu variant, so I'm no longer able to troubleshoot with macOS*
For Windows and Linux users, enter the following commands in Command Prompt/Terminal (use sudo before each command in Linux, or use sudo -s beforehand):
fastboot oem fb_mode_set
fastboot flash partition gpt.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 oem oem.img
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 erase clogo
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
For macOS, enter the following in Terminal:
./fastboot oem fb_mode_set
./fastboot flash partition gpt.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 modem NON-HLOS.bin
./fastboot flash oem oem.img
./fastboot erase modemst1
./fastboot erase modemst2
./fastboot flash fsg fsg.mbn
./fastboot erase cache
./fastboot erase userdata
./fastboot erase customize
./fastboot erase clogo
./fastboot erase DDR
./fastboot oem fb_mode_clear
./fastboot reboot
Click to expand...
Click to collapse
Hope it helps!
I think this link has the stock ROM for all variants of the phone!
proudlytm said:
I think this link has the stock ROM for all variants of the phone!
Click to expand...
Click to collapse
Much appreciated. Added to the post. Thank you!
Stock rom moto g4 play xt1600 brazil
Por favor alguém tem stock rom da variante xt1600 do Brasil
Very nice!
But to install the stock rom you don't need to unlock bootloader...
Thanks for the nice guide
Does it require an unlocked bootloader? Thanx anyways
jishujena2000 said:
Does it require an unlocked bootloader? Thanx anyways
Click to expand...
Click to collapse
Personally, I have no idea. I've seen guides from other various phones over the years in the Moto and also HTC families when I had their devices, that say you do and some say you don't. I would say to be safe, yes it should have an unlocked bootloader but again, I cannot 100% answer that
Thank you! Your tutorial helped me a lot! I was wanting to go back to the original firmware!
@fireball0093 By the way, are you sure it works with normal fastboot? Because I see you have linked adb and normal fastboot files, but in the Windows instructions it says "mfastboot" ?
proudlytm said:
@fireball0093 By the way, are you sure it works with normal fastboot? Because I see you have linked adb and normal fastboot files, but in the Windows instructions it says "mfastboot" ?
Click to expand...
Click to collapse
Generally most guides I have seen out there for a lot of things have mfastboot as the command for Windows. I personally run macOS so I'm not really savvy with the Windows adb and fastboot
Will using this guide install stock firmware and remove the bootloader unlocked warning?
Did you try any command for relocking the bootloader or is it not possible to do that in our device at all?
MaanasDwivedi said:
Will using this guide install stock firmware and remove the bootloader unlocked warning?
Did you try any command for relocking the bootloader or is it not possible to do that in our device at all?
Click to expand...
Click to collapse
I always flash a custom logo from AnoopKumar's thread, so I'm not too sure. It's been a while since I last flashed to stock. This will install stock firmware, and I'm not sure at all if our device has a bootloader able to be relocked.
proudlytm said:
@fireball0093 By the way, are you sure it works with normal fastboot?
Click to expand...
Click to collapse
I used a similar instruction from the topic for moto g4 plus couple of months ago (except for this line - mfastboot erase DDR - dont know what is it for). I used Adb run on windows 10: mfastboot command didn't work. Then i typed all the same lines but with fastboot instead of mfastboot. It worked.
---------- Post added at 15:46 ---------- Previous post was at 15:41 ----------
MaanasDwivedi said:
Will using this guide install remove the bootloader unlocked warning?
Click to expand...
Click to collapse
No, it will not. Unless you install a custom boot logo from the respective thread during this step: mfastboot flash logo logo.bin
---------- Post added at 15:49 ---------- Previous post was at 15:46 ----------
I've got a couple of questions: what is this command responsible for: "mfastboot erase DDR" ?
I flashed stock rom without this line and it worked fine.
Does it matter if flash oem is done before 8 of flash system commands?
Thank you for the guide!!! Worked like a charm to flash my Moto XT1607 back to stock. I just want to confirm that you have to remove the "m" on each command line if you are using Windows. I'm using Windows 10 and the commands were NOT recognized with the "m" in front of each line. That being said, the bat file provided will NOT work with windows. Copy and paste each line without the "m" in the command terminal and it works perfectly!
Thanks again Fireball0093
I will edit the post since it seems you don't need to enter m in front of fastboot. I use macOS as my main OS
please help
please can help me ?? i got xt1601 from pc mobile 24.201.8.harpia.retail.en.us i cant find the stock firmware help help
Thanks bro
Good job
With this guide is it possible to flash a non amazon firmware on the amazon variant?
Sorry. Im new to posting so i don't know how to post but with this guide is it possible to flash a non amazon firmware on the amazon variant?
Uchiha0724 said:
Sorry. Im new to posting so i don't know how to post but with this guide is it possible to flash a non amazon firmware on the amazon variant?
Click to expand...
Click to collapse
People haven't seemed to have success, I don't think it would work from reading what others say

Official Global Stock (G5S+)ROM latest commands video guide,Relock Tested by Dece 8.1

[/B][/B]XT180x (Global)device or Moto g5S plus (x-mean 3/4/5/6..
★★★See the Video guide first before go ahead
Oreo flash and relock 8.1 step by step video with full commands
https://youtu.be/aX09gvYadkM Old Hindi
Or
New in English with november ROM zip. (custom to Stock 8.1)
https://youtu.be/u0iiAkfNXQw
Fix IMEI-00 without efs
https://youtu.be/TKS1JDNkIN8
Or
4k quality English
Just uploaded
https://youtu.be/7friDoYXsuM
With esf backup and restore
https://youtu.be/skdw3sGFrEw
★Custom ROM to stock without error https://youtu.be/EZSxAcJyz6g
Bootloop recovering guide in english
Step by step
https://youtu.be/wfUYrpDayd8
★Stock ROM to custom go easy
https://youtu.be/EQ796kUgJ0E
Recover your phone from bootloop or bricked device or any types of networking issues.
please download the Rom with ADM download manager mobile app.
open ADM folder and move the file to internal storage (Root folder)
Check the system update
and restart phone
again check system update online
update have come press download and install.
your system will reboot automatically
keep patience and sure you have 60% over battery.
Kindly note that
★★★★★
ROM link:-https://drive.google.com/file/d/14nWazUMHTyk-od6SF3KJOXVTOWZoC_Do/view?usp=drivesdk
or
See above for letest video guide link in english with ROM zip and new commands.
But you should go ahead before see the video guide first.
★★give a big thanks :good::good:to XDA team .
about install custom rom ,root,mobile security and more tech fun.
Facebook page
https://m.facebook.com/C-Tech-Technology-fun-237264700358197/
If you want to back from custom ROM to your official ROM and also if you want to flash with latest version of Moto Senders ROM YOU SHOULD TRY THIS ROM WITH MY COMMANDS.Please keep a back up (must efs file back up from TWRP)before going through this process.
?
ALL IN ONE JUNE PATCH ROM LINK FLASH IF YOU NEED
For Oreo Commands go to video guide .|^
June patch Old commands (More for new go through video guide abovewith relock and letest ROM zip.)
You can use the commands together paragraph wise an enter or one by one and enter.
Enjoy.
For older OR Letest dated ROM for checking OTA(you should choose letest dated ROM for best results this commands)
download[] with a good download manager, unzip all files to minimal adb root folder and boot your phone in fast boot mode and connect to pc and use my commands one by one and enter every time.
Want to buy with high(4000/-) discount from Amazon buy from Moto G5S Plus (Lunar Grey, 64GB)
https://www.amazon.in/dp/B071HWTHPH/ref=cm_sw_r_cp_apa_i_YC1cBbT6EXNRYy
★@Best back cover with 360° full camera protection only 195/-
https://youtu.be/FPbhgYQd4qY
†★★★If You wanna support me,give as you wish My★
UPI ID: [email protected] from Google Tej.
If you don't have install it for support both you and me.Link bellow
I’m inviting you to join Tez, a simple and secure payments app by Google. Here’s my code OF583 - just enter it before your first transaction. Once you’ve sent your first payment, we’ll each get ₹51! https://g.co/tez/OF583
Relock boot loader or OEM back your guarantee.
Pulakroykan said:
Recover your phone from bootloop or bricked device or any types of networking issues.
If you want to back from custom ROM to your official ROM and also if you want to flash with latest version of Moto Senders ROM YOU SHOULD TRY THIS ROM WITH MY COMMANDS.
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
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
*************
You can use the commands together paragraph wise an enter or one by one and enter.
Enjoy.
Download letest dated rom february( https://androidfilehost.com/?w=files&flid=214680) ,download[] with a good download manager, unzip all files to minimal adb root folder and boot your phone in fast boot mode and connect to pc and use my commands one by one and enter every time
Click to expand...
Click to collapse
*************************
Don't sign up your device just restart in fast boot mode.
And type this commands.
If you like my work please give 5 ★ right above corner
Pulakroykan said:
*************************
Don't sign up your device just restart in fast boot mode.
And type this commands.
Click to expand...
Click to collapse
After so many people use wrong commands and lost their time or device.
So give a worm thanks if you like my work.
Pulakroykan said:
After so many people use wrong commands and lost their time or device.
So give a worm thanks if you like my work.
Click to expand...
Click to collapse
My questions?
1. Does your ROM support XT1805 too?
2. By locking the bootloader, can i get official update (OTA)? or will it still block the OTA?
TY
Pulakroykan said:
Recover your phone from bootloop or bricked device or any types of networking issues.
If you want to back from custom ROM to your official ROM and also if you want to flash with latest version of Moto Senders ROM YOU SHOULD TRY THIS ROM WITH MY COMMANDS.
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
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
*************
You can use the commands together paragraph wise an enter or one by one and enter.
Enjoy.
Download letest dated rom february( https://androidfilehost.com/?w=files&flid=214680) ,download[] with a good download manager, unzip all files to minimal adb root folder and boot your phone in fast boot mode and connect to pc and use my commands one by one and enter every time
Click to expand...
Click to collapse
My imei = 0
Help
Yes,
tomhtg90 said:
My questions?
1. Does your ROM support XT1805 too?
2. By locking the bootloader, can i get official update (OTA)? or will it still block the OTA?
TY
Click to expand...
Click to collapse
XT1805 -code name Senders, device Moto g5S plus. so yes the ROM made for this.
Fully support OTA Update.
Try to my advice,don't panic
krupuk said:
My imei = 0
Help
Click to expand...
Click to collapse
Reboot device to fastboot and
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot.
Cause and Solve of IMEI 0
Pulakroykan said:
Reboot device to fastboot and
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot.
Click to expand...
Click to collapse
***************
1) Fully disable computer antivirus and smart screen filter
2)Use letest ROM with latest commands
3) Download the ROM with good download manager.
4)Unzip all files and folder to minimal adb root folder
5)use letest Motorola driver
6)give full processing time.
Enjoy
I just can't believe this.
There is an extremely important piece of info the fool that created this thread did not state - and is sure to cause issues for other fools that will just load anything on their device without knowing what it is they are loading.
The firmware linked is for the us variant of the g5s plus. US meaning the United States.
So if you did do as instructed, and have problems
Hahahahahahahaha - you got exactly what you deserved. Enjoy your paper weight
This thread created for global ROM,
Phazmos said:
I just can't believe this.
There is an extremely important piece of info the fool that created this thread did not state - and is sure to cause issues for other fools that will just load anything on their device without knowing what it is they are loading.
The firmware linked is for the us variant of the g5s plus. US meaning the United States.
So if you did do as instructed, and have problems
Hahahahahahahaha - you got exactly what you deserved. Enjoy your paper weight
Click to expand...
Click to collapse
***********
What do you mean boro?? The link for the ROM is fully global which supports all all Moto g5S plus,no problems.Where is written US??
whether this will work on Indian Variant XT1804 ???
can anyone confirm that IMEI won't be = 0 ?
Phazmos said:
I just can't believe this.
There is an extremely important piece of info the fool that created this thread did not state - and is sure to cause issues for other fools that will just load anything on their device without knowing what it is they are loading.
The firmware linked is for the us variant of the g5s plus. US meaning the United States.
So if you did do as instructed, and have problems
Hahahahahahahaha - you got exactly what you deserved. Enjoy your paper weight
Click to expand...
Click to collapse
It's global firmware
---------- Post added at 11:08 AM ---------- Previous post was at 11:08 AM ----------
mightyjai said:
whether this will work on Indian Variant XT1804 ???
can anyone confirm that IMEI won't be = 0 ?
Click to expand...
Click to collapse
Yes will work
I am Indian ,and I am back
mightyjai said:
whether this will work on Indian Variant XT1804 ???
can anyone confirm that IMEI won't be = 0 ?
Click to expand...
Click to collapse
Don't worry I am back two times form PE ROM. NO problem boro.
IMEI = 0
I'm getting IMEI = 0
You should backup before that,Use moto flash tool
Pulakroykan said:
***********
What do you mean boro?? The link for the ROM is fully global which supports all all Moto g5S plus,no problems.Where is written US??
Click to expand...
Click to collapse
its_zitesh_official said:
I'm getting IMEI = 0
Click to expand...
Click to collapse
Install this tool ,and install motorola driver, download letest official moto ROM,on usb debugging to Detect device with fb command . After select rom zip and enter.
http://rsdlite.en.lo4d.com
RSD Lite is a Motorola tool which can be used to install software on Motorola Android phones and tablets.
The application can be used for a number of reasons and can be a very useful tool for installing root (or rooting) a phone, but only if it's an Android phone.
The application interface of RSD Lite is pretty bare-bones and includes some technical details that would only be understood by more intermediate users.
With that said, using RSD Lite will certainly void your warranty and if you're not familiar with rooting or flashing Motorola devices, then it could brick your phone. Conversely, the tool can also be used to unbrick a device.
RSDLite is licensed as Freeware for Windows (32-bit and 64-bit) operating system / platform from mobile phone tools without restrictions. RSDLite 6.2.4 is available to all software users as a free download (Freeware).
Some people facing this problem but it caused moto failed to write IMEI in some device.So use a back up tool like √♀ back should store in your pendrive.
You might use
its_zitesh_official said:
I'm getting IMEI = 0
Click to expand...
Click to collapse
Reboot device to fastboot and
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot.
not working for me, baseband change to m8953_27.36.07.41u and imei 0. Flashing valdus, pixel, rr not helping too.
Try to my advice,don't panic
AmNeZiS said:
not working for me, baseband change to m8953_27.36.07.41u and imei 0. Flashing valdus, pixel, rr not helping too.
Click to expand...
Click to collapse
This is unfortunate ,
Try this method.
1)clear data,internal from TWRP 16 recovery
2)phone flash to official recovery.img
3)use all commends correctly don't restart
4)Use Relock command from text.
5)OEM relocked ,and fast boot reboot.
6)when you done successfully give a thanks.
Pulakroykan said:
Reboot device to fastboot and
fastboot erase modemst1
fastboot erase modemst2
fastboot reboot.
Click to expand...
Click to collapse
Pulakroykan said:
This is unfortunate ,
Try this method.
1)clear data,internal from TWRP 16 recovery
2)phone flash to official recovery.img
3)use all commends correctly don't restart
4)Use Relock command from text.
5)OEM relocked ,and fast boot reboot.
6)when you done successfully give a thanks.
Click to expand...
Click to collapse
not working too...
Pulakroykan said:
XT1805 -code name Senders, device Moto g5S plus. so yes the ROM made for this.
Fully support OTA Update.
Click to expand...
Click to collapse
Why my device shows 4G instead of LTE symbol

[Q]Stuck in fastboot mode did not check ub debugging

So i tried to change the global rom of my red magic 3 to the Chinese rom, i put the Chinese rom zip in the phone and i proceed to update it manually so it can be load, but when it was installing for the first time this error appears "your device is corrupt. it cant be trusted and will not boot", as i sais this error appears since the first time i tried to install it so did not have the opportunity to activate the developer options and check usb debugging and OEM unlock, i can use the bootloader to unlock the phone by using the command "fastboot oem nubia_unlock NUBIA_NX629J" but when i try to flash it by using this command "fastboot flashing unlock" this error appears "FAILED: (remote: flashing Unlock is not allowed)" so im stuck here, what can i do to continue or to go back to factory settings, i hope some one can help me.
im sorry for my bad English
Have you tried changing back to global rom using recovery mode through OTG cable?
kelv55l said:
Have you tried changing back to global rom using recovery mode through OTG cable?
Click to expand...
Click to collapse
i have not tried that, can you linkme how to do it?
Sinuhejrz said:
i have not tried that, can you linkme how to do it?
Click to expand...
Click to collapse
I went to this link https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527
So basically you want to go into fastboot mode either using command "adb reboot bootloader" while plugging the phone into the computer or by holding down the volume down - and power button until it goes into fastboot mode.
Once you are in fastboot mode you go to "reboot to recovery mode" navigate while using the volume buttons and select by using the power button.
Now in recovery mode navigate by using volume buttons and select by using power button again. Its optional, but you can "wipe data" by wiping userdata partition and cache partition. I wiped data when I booted like this. Download the global from here https://global.redmagic.gg/blogs/news/red-magic-3-global-rom-flash-instructions I downloaded the North America version because that was the only version that worked for me. Put the zip file you downloaded into a flash drive USB. then connect the usb to the OTG cable you can buy from ebay, amazon or a nearby tech store. Then connect all that to your phone and click "Choose Update Package" and then click "Choose From OTG Device" then select the rom that you put in the usb drive and then everything should take care of itself from there.
Hope this helps!
kelv55l said:
I went to this link https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527
So basically you want to go into fastboot mode either using command "adb reboot bootloader" while plugging the phone into the computer or by holding down the volume down - and power button until it goes into fastboot mode.
Once you are in fastboot mode you go to "reboot to recovery mode" navigate while using the volume buttons and select by using the power button.
Now in recovery mode navigate by using volume buttons and select by using power button again. Its optional, but you can "wipe data" by wiping userdata partition and cache partition. I wiped data when I booted like this. Download the global from here https://global.redmagic.gg/blogs/news/red-magic-3-global-rom-flash-instructions I downloaded the North America version because that was the only version that worked for me. Put the zip file you downloaded into a flash drive USB. then connect the usb to the OTG cable you can buy from ebay, amazon or a nearby tech store. Then connect all that to your phone and click "Choose Update Package" and then click "Choose From OTG Device" then select the rom that you put in the usb drive and then everything should take care of itself from there.
Hope this helps!
Click to expand...
Click to collapse
i cant go into recovery mode when i select that option the phone restarts and the same message appears "your device is corrupt. it cant be trusted and will not boot" , what can i do?
Sinuhejrz said:
i cant go into recovery mode when i select that option the phone restarts and the same message appears "your device is corrupt. it cant be trusted and will not boot" , what can i do?
Click to expand...
Click to collapse
Damn that happened to me to when I tried rooting my phone. My recovery mode was corrupt too. You can try to use the instructions given on this page https://forum.xda-developers.com/red-magic-3/help/device-corrupt-trusted-boot-t3940057/page2. Extract all img and bin files from the Global ROM and place them into the folder where the "cmd-here.exe" is. Also you need "system.img" you can download that here https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm, but dont download the other files they might be the Chinese files.
After you extracted the img and bin files and placed them into the folder where the cmd is placed connect your phone to the computer, open the cmd exe and run the commands
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
After all that you should be able to go into recovery mode through fastboot mode if not then try and flash dtbo.img and vbmeta.img in the line of commands so for example "fastboot flash dtbo dtbo.img" and "fastboot flash vbmeta vbmeta.img" looking something like this...
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash dtbo dtbo.img
fastboot flash vbmeta vbmeta.img
fastboot flash modem NON-HLOS.bin
fastboot flash dsp dspso.bin
fastboot flash system system.img
fastboot reboot
This was the line of commands I used when my recovery mode was corrupt and somehow worked
I hope this helps and let me know if it worked or if the issue is still there. Also the forum has several posts on this matter and they might have the answer you are looking for as it helped me with this issue. Good Luck!
kelv55l said:
Damn that happened to me to when I tried rooting my phone. My recovery mode was corrupt too. You can try to use the instructions given on this page https://forum.xda-developers.com/red-magic-3/help/device-corrupt-trusted-boot-t3940057/page2. Extract all img and bin files from the Global ROM and place them into the folder where the "cmd-here.exe" is. Also you need "system.img" you can download that here https://drive.google.com/drive/folders/16in6Jnyi4s5aIIuQwapQ1KK1LjysSfYm, but dont download the other files they might be the Chinese files.
After you extracted the img and bin files and placed them into the folder where the cmd is placed connect your phone to the computer, open the cmd exe and run the commands
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
After all that you should be able to go into recovery mode through fastboot mode if not then try and flash dtbo.img and vbmeta.img in the line of commands so for example "fastboot flash dtbo dtbo.img" and "fastboot flash vbmeta vbmeta.img" looking something like this...
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash dtbo dtbo.img
fastboot flash vbmeta vbmeta.img
fastboot flash modem NON-HLOS.bin
fastboot flash dsp dspso.bin
fastboot flash system system.img
fastboot reboot
This was the line of commands I used when my recovery mode was corrupt and somehow worked
I hope this helps and let me know if it worked or if the issue is still there. Also the forum has several posts on this matter and they might have the answer you are looking for as it helped me with this issue. Good Luck!
Click to expand...
Click to collapse
OMG OMG OMG it works thank you so much dude you are THE MAN now i have more than an expensive weight-paper, i really appreciate it dude, the second code lines also works for me the only problem i encounter was in this code line "fastboot flash system system.img" throw this message "C:\adb>fastboot flash system system.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magi"
but i keep with the rest of the lines and works perfectly after that.
again thank you so much dude for the help :good::crying:
Sinuhejrz said:
OMG OMG OMG it works thank you so much dude you are THE MAN now i have more than an expensive weight-paper, i really appreciate it dude, the second code lines also works for me the only problem i encounter was in this code line "fastboot flash system system.img" throw this message "C:\adb>fastboot flash system system.img
target reported max download size of 805306368 bytes
Invalid sparse file format at header magi"
but i keep with the rest of the lines and works perfectly after that.
again thank you so much dude for the help :good::crying:
Click to expand...
Click to collapse
Awesome! glad I could help you out
kelv55l said:
Awesome! glad I could help you out
Click to expand...
Click to collapse
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Sinuhejrz said:
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Click to expand...
Click to collapse
Sorry man I haven't tried changing my ROM to Chinese yet. Don't want to risk corrupting my phone again :crying:
But I'll let you know if I decide to change my rom.
Sinuhejrz said:
tnx man i really appreciate it, so could you change the ROM of you phone to the Chinese one?
Click to expand...
Click to collapse
Pretty simple to change the ROM to chinese. Download the chinese ROM, place it in an OTG or the phone's root directory. You can either do it via local update from the system.update feature in settings or use the stock recovery and install it via the OTG. Personally I would.prefer you install it via the OTG.
Please help me !!! I have same problem with my rm3
Sinuhejrz said:
So i tried to change the global rom of my red magic 3 to the Chinese rom, i put the Chinese rom zip in the phone and i proceed to update it manually so it can be load, but when it was installing for the first time this error appears "your device is corrupt. it cant be trusted and will not boot", as i sais this error appears since the first time i tried to install it so did not have the opportunity to activate the developer options and check usb debugging and OEM unlock, i can use the bootloader to unlock the phone by using the command "fastboot oem nubia_unlock NUBIA_NX629J" but when i try to flash it by using this command "fastboot flashing unlock" this error appears "FAILED: (remote: flashing Unlock is not allowed)" so im stuck here, what can i do to continue or to go back to factory settings, i hope some one can help me.
im sorry for my bad English
Click to expand...
Click to collapse
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
kelv55l said:
Awesome! glad I could help you out
Click to expand...
Click to collapse
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
hanif9067 said:
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
Click to expand...
Click to collapse
Give me your address, I'll come to your house to fix the phone!
hanif9067 said:
Please help me !!! I have same problem with my rm3 :crying::crying::crying: PLEASE
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
PLEASE HELP ME Bro !!! I have same problem :crying::crying::crying:
Click to expand...
Click to collapse
What seems to be the problem are you able to go into recovery mode?
If not then flashing the appropriate img and bin files should allow you to go back to recovery mode as explained on previous posts on this thread.
kelv55l said:
What seems to be the problem are you able to go into recovery mode?
If not then flashing the appropriate img and bin files should allow you to go back to recovery mode as explained on previous posts on this thread.
Click to expand...
Click to collapse
Mine has the same problem and tried all the steps in this thread. Not able to go into recovery mode, can go into fastboot mode and flash everything but phone is still corrupt and can not boot. New phone now no good, OH well
re-flashed the phone using the first version of the Chinese ROM v2.12 now can use the OTG update option. just need to get a usb adapter now
I'm hoping someone can help me. I've followed the fix on earlier pages and used the files including system.img a user uploaded.
Now when booting my phone I get a device is corrupt and cannot be trusted message. I read somewhere else that the command 'Fastboot flashing unlock' may solve this but I get an error message.
Would really appreciate some help, maybe I've done something wrong but I've followed the instructions and used the files an xda user uploaded.
Many thanks.
Johnnio said:
I'm hoping someone can help me. I've followed the fix on earlier pages and used the files including system.img a user uploaded.
Now when booting my phone I get a device is corrupt and cannot be trusted message. I read somewhere else that the command 'Fastboot flashing unlock' may solve this but I get an error message.
Would really appreciate some help, maybe I've done something wrong but I've followed the instructions and used the files an xda user uploaded.
Many thanks.
Click to expand...
Click to collapse
Have you tried to erase and then reflash again?
try something like this according from this user
em90256 said:
try this
fastboot -w
fastboot erase recovery
fastboot flash recovery recovery.img
fastboot reboot
try your stock recovery image
Click to expand...
Click to collapse
leipnacht said:
Have you tried to erase and then reflash again?
try something like this according from this user
Click to expand...
Click to collapse
Thanks but I managed to fix it yesterday, I had to flash the system image using 'fastboot flash -S 100M system system.img', turns out that although it reported flash as successful it wasn't actually sent correctly unless split into smaller chunks.
Johnnio said:
Thanks but I managed to fix it yesterday, I had to flash the system image using 'fastboot flash -S 100M system system.img', turns out that although it reported flash as successful it wasn't actually sent correctly unless split into smaller chunks.
Click to expand...
Click to collapse
Oh new information. What does "-S 100M" on fastboot command do?

Categories

Resources