Moto G8 play boot loop - Moto G8 Play Questions & Answers

Hi
my moto g8 (xt2015-2) went into boot looping after I tried to root using this tutorial:
https://www.getdroidtips.com/root-moto-g8-play/
I have already made several attempts to install several roms stocks, like these:
https://www.stockrom.net/2020/04/xt2015-2-pie-retail-latam-pmd29-70-81.html
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETAIL/
I used adb flash tools as the method in flashfile.xml inside the rom.
my device:
(bootloader) version: 0.5
(bootloader) version-bootloader: MBM-2.1-lima_32_retail-dd9cedf-190906
(bootloader) product: lima
(bootloader) board: lima
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: 2
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SAMSUNG 4X6KMB RV=08 PV=00 FV=0000000000000003
(bootloader) ram: 2GB SAMSUNG LP4x DIE=16Gb M5=01 M6=07 M7=00 M8=12
(bootloader) cpu: MT6771V/WL
(bootloader) serialno: ZF522784QB
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: 32AA9F6547C0BDE1000000000000
(bootloader) securestate: flashing_unlocked
(bootloader) factory-modes: disabled
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 268435456
(bootloader) reason: Volume down key pressed
(bootloader) meid:
(bootloader) date: 11-13-2019
(bootloader) sku: XT2015-2
(bootloader) carrier_sku: XT2015-2
(bootloader) battid: SB18C55376
(bootloader) iccid:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Wed Jan 2 3:10:57 UTC 2019"
(bootloader) ro.build.fingerprint[0]: motorola/lima_32/lima:9/PMDS29.70-
(bootloader) ro.build.fingerprint[1]: 70-2/ac5451:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.251.2.lima_32.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.mtk: alps-mp-p0.mp1.tc2sp-V1.47
(bootloader) version-baseband: MT6771_V16.03.01.88R
(bootloader) kernel.version[0]: Linux version 4.4.146+ ([email protected]
(bootloader) kernel.version[1]: 55) (gcc version 4.9.x 20150123 (prerele
(bootloader) kernel.version[2]: ase) (GCC) ) #1 SMP PREEMPT Thu Dec 26 1
(bootloader) kernel.version[3]: 0:20:37 CST 2019
(bootloader) frp-state: no protection (77)
(bootloader) ro.carrier: retbr
(bootloader) current-slot: b
(bootloader) running-boot-lun: 0
(bootloader) running-slot: _b
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: yes
(bootloader) slot-bootable:_a: no
(bootloader) slot-bootable:_b: yes
(bootloader) slot-retry-count:_a: 0
(bootloader) slot-retry-count:_b: 0
(bootloader) slot-suffixes: _a,_b
(bootloader) slot-count: 2
(bootloader) pcb-part-no: SB28C70602
all: listed above
finished. total time: 0.007s
Click to expand...
Click to collapse

adrianosk8 said:
Hi
my moto g8 (xt2015-2) went into boot looping after I tried to root using this tutorial:
https://www.getdroidtips.com/root-moto-g8-play/
I have already made several attempts to install several roms stocks, like these:
https://www.stockrom.net/2020/04/xt2015-2-pie-retail-latam-pmd29-70-81.html
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETAIL/
I used adb flash tools as the method in flashfile.xml inside the rom.
my device:
Click to expand...
Click to collapse
You should be using
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETBR/
Sent from my ali using XDA Labs

sd_shadow said:
You should be using
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETBR/
Click to expand...
Click to collapse
I already installed all these RETBR roms. None started. when the Motorola logo appears, the device restarts.

I was searching the net and I found some articles saying that it could be because the processor is MIDIATEK (MT6771V / WL). AND THAT WOULD HAVE TO DOWNLOAD MTK / Sp flashing tools:
https://flashtool.org/5/download-sp-flash-tool.html
to install the rom on devices with this processor.
then I installed this program, but it needs the rom to have a file called "mt6771-scatter- android-file.txt "- what my device's roms don't have.
So I found a program that would generate this file (mt6xxx -scatter-android-file.txt):
https://mega.nz/file/YAogUAAL#cAbYxrWcUODmyVLD6p2Oz-YTsxm9Fb61A0RUq6OmkYI
but as nothing is so easy in this life, the program does not identify my device. not even after I installed the MidiaTek drivers (MTK drivers):
I don't know what to do.

I managed to solve it!
The problem is that the system image is divided into 7 or 8 different files. And when you run the "flash" command it also deletes the previous file so you have to use the "-u" parameters right after the "flash". Only for system images and after the first part of the images. Code below. I hope it helps you.
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot

adrianosk8 said:
I managed to solve it!
The problem is that the system image is divided into 7 or 8 different files. And when you run the "flash" command it also deletes the previous file so you have to use the "-u" parameters right after the "flash". Only for system images and after the first part of the images. Code below. I hope it helps you.
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0 fastboot flash -u system_a system.img_sparsechunk.1 fastboot flash -u system_a system.img_sparsechunk.2 fastboot flash -u system_a system.img_sparsechunk.3 fastboot flash -u system_a system.img_sparsechunk.4 fastboot flash -u system_a system.img_sparsechunk.5 fastboot flash -u system_a system.img_sparsechunk.6 fastboot flash -u system_a system.img_sparsechunk.7 fastboot flash -u system_a system.img_sparsechunk.8 fastboot flash system_b system_other.img_sparsechunk.0 fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
did it work? and could you install magisk after that?

Matiasfh01 said:
did it work? and could you install magisk after that?
Click to expand...
Click to collapse
Yes, It does. But i don't install the magisk after that because i don't want It happend the same error.

adrianosk8 said:
Yes, It does. But i don't install the magisk after that because i don't want It happend the same error.
Click to expand...
Click to collapse
can u poste the final flashfile here pls

Matiasfh01 said:
can u poste the final flashfile here pls
Click to expand...
Click to collapse
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot

Watter flash het u gebruik?

adrianosk8 said:
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
i need the firmware i use to fix the xt2015-2 please brother I could not solve
I could not solve

adrianosk8 said:
I managed to solve it!
The problem is that the system image is divided into 7 or 8 different files. And when you run the "flash" command it also deletes the previous file so you have to use the "-u" parameters right after the "flash". Only for system images and after the first part of the images. Code below. I hope it helps you.
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
you have saved my phone Bro!
this works..

Does anyone have the controls for the moto g 8 xt2045-1 to flash the stock rom?

BrenoSilva1997 said:
Does anyone have the controls for the moto g 8 xt2045-1 to flash the stock rom?
Click to expand...
Click to collapse
You can use LMSA to flash g8 stock rom

adrianosk8 said:
I managed to solve it!
The problem is that the system image is divided into 7 or 8 different files. And when you run the "flash" command it also deletes the previous file so you have to use the "-u" parameters right after the "flash". Only for system images and after the first part of the images. Code below. I hope it helps you.
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
hello, I know this is more than I year old but still I wanted to thank you for posting this solution, I was having a really hard time trying to fix my mom's phone and just with this all got solved, thank you

adrianosk8 said:
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
i love u

Related

Z2 with no OS. Need help to get it back

Hello everbody,
Here is my story of how I managed it to have to OS on my Z2 Force (XT1789-6 with 6gb). I wanted to have lineagos on my smartphone and installed it before on my smartphone therefore I thought it would be easy.
1. I visited the official page and followed there instruction until the twrp instruction
HTML:
https://wiki.lineageos.org/devices/nash/install
. I did an oem unlock and installed twrp temporally (fastboot boot twrp-3.2.3-1-nash.img) and did a full backup.
2. I was reading on this forum that I need Oreo on my phone to install lineage, therefore I tried to update it. All attempts to update it failed. I was able to download updates to my phone and it started to install but it always failed.
3. I tried to flash the fitting Oreo Version on my phone (XT1789—06) OPXS27.109-49-5 from
HTML:
https://forum.xda-developers.com/z2-force/development/factory-image-moto-z2-force-nash-retail-t3699306
with the sequence in #5 but it would only flash the bootloader and fails for the rest (erase works).
I flashed no gpt.bin!
*(fastboot flash bootloader bootloader.img) -> only when needed!
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 system_b system_b.img_sparsechunk.2
fastboot flash system_b system_b.img_sparsechunk.3
fastboot flash oem oem.img
fastboot erase cache
fastboot erase carrier
fastboot erase ddr
fastboot reboot
Click to expand...
Click to collapse
Fastboot menu now showed a modified Version
4. Since the official website does not tell about having Oreo on you smartphone I wanted to give it a try and proceeded with their instruction. I wiped the system and tried to install lineage with help of TWRP with resulted in Error 255.
5. I tried to Recover with TWRP but it told me that no partition is selected. Fastboot menu shows that there is no partition a/b.
I tried to flash Nougat from the same source like Oreo which works for bootloader (and gpt.bin) and fails for the rest
xxx>fastboot flash modem NON-HLOS.bin
Sending 'modem__a' (97411 KB) OKAY [ 2.684s]
Writing 'modem__a' (bootloader) Invalid partitio
n name modem__a
FAILED (remote failure)
Finished. Total time: 2.700s
6. No it shows me in fastboot that I have an unmodified oem locked phone. On start up it tells me that I have a corrupted phone and instead of the yellow unlocked bootloader warning its red. Its starts over and over again until I start fastboot.
Can you suggest me how I can get back to stock or to lineage?
b.bew said:
Hello everbody,
Here is my story of how I managed it to have to OS on my Z2 Force (XT1789-6 with 6gb). I wanted to have lineagos on my smartphone and installed it before on my smartphone therefore I thought it would be easy.
1. I visited the official page and followed there instruction until the twrp instruction
HTML:
https://wiki.lineageos.org/devices/nash/install
. I did an oem unlock and installed twrp temporally (fastboot boot twrp-3.2.3-1-nash.img) and did a full backup.
2. I was reading on this forum that I need Oreo on my phone to install lineage, therefore I tried to update it. All attempts to update it failed. I was able to download updates to my phone and it started to install but it always failed.
3. I tried to flash the fitting Oreo Version on my phone (XT1789—06) OPXS27.109-49-5 from
HTML:
https://forum.xda-developers.com/z2-force/development/factory-image-moto-z2-force-nash-retail-t3699306
with the sequence in #5 but it would only flash the bootloader and fails for the rest (erase works).
Fastboot menu now showed a modified Version
4. Since the official website does not tell about having Oreo on you smartphone I wanted to give it a try and proceeded with their instruction. I wiped the system and tried to install lineage with help of TWRP with resulted in Error 255.
5. I tried to Recover with TWRP but it told me that no partition is selected. Fastboot menu shows that there is no partition a/b.
I tried to flash Nougat from the same source like Oreo which works for bootloader (and gpt.bin) and fails for the rest
xxx>fastboot flash modem NON-HLOS.bin
Sending 'modem__a' (97411 KB) OKAY [ 2.684s]
Writing 'modem__a' (bootloader) Invalid partitio
n name modem__a
FAILED (remote failure)
Finished. Total time: 2.700s
6. No it shows me in fastboot that I have an unmodified oem locked phone. On start up it tells me that I have a corrupted phone and instead of the yellow unlocked bootloader warning its red. Its starts over and over again until I start fastboot.
Can you suggest me how I can get back to stock or to lineage?
Click to expand...
Click to collapse
Try this commands:
fastboot --set-active=_a
pause
fastboot reboot bootloader
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader_a bootloader.img
fastboot flash modem_a NON-HLOS.bin
fastboot flash fsg_a fsg.mbn
fastboot flash bluetooth_a BTFM.bin
fastboot flash dsp_a adspso.bin
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash system_a system.img_sparsechunk.1
fastboot flash system_a system.img_sparsechunk.2
fastboot flash system_a system.img_sparsechunk.3
fastboot flash system_a system.img_sparsechunk.4
fastboot flash system_a system.img_sparsechunk.5
fastboot flash oem_a oem.img
fastboot erase modemst1
fastboot erase modemst2
fastboot erase carrier
fastboot erase cache
fastboot erase userdata
fastboot erase ddr
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot oem fb_mode_clear
fastboot -w
fastboot --set-active=_b
fastboot reboot bootloader
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader_b bootloader.img
fastboot flash modem_b NON-HLOS.bin
fastboot flash fsg_b fsg.mbn
fastboot flash bluetooth_b BTFM.bin
fastboot flash dsp_b adspso.bin
fastboot flash logo_b logo.bin
fastboot flash boot_b boot.img
fastboot flash system_b system.img_sparsechunk.0
fastboot flash system_b system.img_sparsechunk.1
fastboot flash system_b system.img_sparsechunk.2
fastboot flash system_b system.img_sparsechunk.3
fastboot flash system_b system.img_sparsechunk.4
fastboot flash system_b system.img_sparsechunk.5
fastboot flash oem_b oem.img
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
fastboot -w
fastboot --set-active=_a
fastboot reboot bootloader
Wow thanks. Worked out perfectly.
So many thanks, this helped me from a hard brick

[GUIDE] Moto G7 Power/Supra [All Versions] Flash Back to Stock Firmware

Broke your G7 Power? No worries! As long as you can still get to fastboot, you can fix it. Note that this WILL wipe all data on the phone!
First download the stock firmware for your model here:
https://mirrors.lolinet.com/firmware/moto/ocean/official/
Then download the Android Platform Tools, here:
Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Mac: https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip
Extract the firmware files to a folder on your desktop, then extract your Android Platform Tools to the same folder.
Get your phone into fastboot mode, connect it to your computer, shift+right click (on Windows) in your working folder and open Powershell (on mac and linux, open a terminal and cd to your working folder).
Run these commands (these are formatted for Powershell. Just remove the "./" for other platforms), you can just copy+paste the whole thing into powershell and run them all at once.
Code:
./fastboot oem fb_mode_set
./fastboot flash partition gpt.bin
./fastboot flash bootloader bootloader.img
./fastboot flash modem_a NON-HLOS.bin
./fastboot flash fsg_a fsg.mbn
./fastboot erase modemst1
./fastboot erase modemst2
./fastboot flash dsp_a adspso.bin
./fastboot flash logo_a logo.bin
./fastboot flash boot_a boot.img
./fastboot flash dtbo_a dtbo.img
./fastboot flash system_a system.img_sparsechunk.0
./fastboot flash system_a system.img_sparsechunk.1
./fastboot flash system_a system.img_sparsechunk.2
./fastboot flash system_a system.img_sparsechunk.3
./fastboot flash system_a system.img_sparsechunk.4
./fastboot flash system_a system.img_sparsechunk.5
./fastboot flash system_a system.img_sparsechunk.6
./fastboot flash system_a system.img_sparsechunk.7
./fastboot flash system_a system.img_sparsechunk.8
./fastboot flash system_a system.img_sparsechunk.9
./fastboot flash system_b system_b.img_sparsechunk.0
./fastboot flash system_b system_b.img_sparsechunk.1
./fastboot flash system_b system_b.img_sparsechunk.2
./fastboot flash vendor_a vendor.img_sparsechunk.0
./fastboot flash vendor_a vendor.img_sparsechunk.1
./fastboot flash oem_a oem.img
./fastboot flash oem_b oem_other.img
./fastboot erase userdata
./fastboot erase DDR
./fastboot oem fb_mode_clear
./fastboot reboot
The phone will reboot, and you're done! Hopefully you'll be back to stock (although this wont re-lock your bootloader and restore your warranty), and you can try rooting/flashing/whatever again.
Can I flash any rom xt1955? I can't find my stock firmware claro colombia
Poto222 said:
Can I flash any rom xt1955? I can't find my stock firmware claro colombia
Click to expand...
Click to collapse
I have been able to flash the RETUS firmware on my LATAM without any issue.
I am concerned about this piece of comands
./fastboot erase modemst1
./fastboot erase modemst2
As I don't see any flash of those partitions, by chance, it doesn't have imei of GPS data?
fastboot oem fb_mode_set fastboot flash partition gpt.bin fastboot flash bootloader bootloader.img fastboot flash modem_a NON-HLOS.bin fastboot flash fsg_a fsg.mbn fastboot erase modemst1 fastboot erase modemst2 fastboot flash dsp_a adspso.bin fastboot flash logo_a logo.bin fastboot flash boot_a boot.img fastboot flash dtbo_a dtbo.img fastboot flash system_a system.img_sparsechunk.0 fastboot flash system_a system.img_sparsechunk.1 fastboot flash system_a system.img_sparsechunk.2 fastboot flash system_a system.img_sparsechunk.3 fastboot flash system_a system.img_sparsechunk.4 fastboot flash system_a system.img_sparsechunk.5 fastboot flash system_a system.img_sparsechunk.6 fastboot flash system_a system.img_sparsechunk.7 fastboot flash system_a system.img_sparsechunk.8 fastboot flash system_a system.img_sparsechunk.9 fastboot flash system_b system_b.img_sparsechunk.0 fastboot flash system_b system_b.img_sparsechunk.1 fastboot flash system_b system_b.img_sparsechunk.2 fastboot flash vendor_a vendor.img_sparsechunk.0 fastboot flash vendor_a vendor.img_sparsechunk.1 fastboot flash oem_a oem.img fastboot flash oem_b oem_other.img fastboot erase userdata fastboot erase DDR fastboot oem fb_mode_clear fastboot reboot
^deleted ./
I have the US unlocked model from Best Buy. Should I be able to flash the VZW firmware to potentially allow their WIFI calling?
I get this error when i try reflashing. Here are logs. Any help is appreciated.
PS C:\adb> ./fastboot oem fb_mode_set
>> ./fastboot flash partition gpt.bin
>> ./fastboot flash bootloader bootloader.img
>> ./fastboot flash modem_a NON-HLOS.bin
>> ./fastboot flash fsg_a fsg.mbn
>> ./fastboot erase modemst1
>> ./fastboot erase modemst2
>> ./fastboot flash dsp_a adspso.bin
>> ./fastboot flash logo_a logo.bin
>> ./fastboot flash boot_a boot.img
>> ./fastboot flash dtbo_a dtbo.img
>> ./fastboot flash system_a system.img_sparsechunk.0
>> ./fastboot flash system_a system.img_sparsechunk.1
>> ./fastboot flash system_a system.img_sparsechunk.2
>> ./fastboot flash system_a system.img_sparsechunk.3
>> ./fastboot flash system_a system.img_sparsechunk.4
>> ./fastboot flash system_a system.img_sparsechunk.5
>> ./fastboot flash system_a system.img_sparsechunk.6
>> ./fastboot flash system_a system.img_sparsechunk.7
>> ./fastboot flash system_a system.img_sparsechunk.8
>> ./fastboot flash system_a system.img_sparsechunk.9
>> ./fastboot flash system_b system_b.img_sparsechunk.0
>> ./fastboot flash system_b system_b.img_sparsechunk.1
>> ./fastboot flash system_b system_b.img_sparsechunk.2
>> ./fastboot flash vendor_a vendor.img_sparsechunk.0
>> ./fastboot flash vendor_a vendor.img_sparsechunk.1
>> ./fastboot flash oem_a oem.img
>> ./fastboot flash oem_b oem_other.img
>> ./fastboot erase userdata
>> ./fastboot erase DDR
>> ./fastboot oem fb_mode_clear
>> ./fastboot reboot
...
OKAY [ 0.002s]
finished. total time: 0.002s
error: cannot open 'gpt.bin'
error: cannot open 'bootloader.img'
error: cannot open 'NON-HLOS.bin'
error: cannot open 'fsg.mbn'
erasing 'modemst1'...
OKAY [ 0.018s]
finished. total time: 0.018s
erasing 'modemst2'...
OKAY [ 0.018s]
finished. total time: 0.018s
error: cannot open 'adspso.bin'
error: cannot open 'logo.bin'
error: cannot open 'boot.img'
error: cannot open 'dtbo.img'
error: cannot open 'system.img_sparsechunk.0'
error: cannot open 'system.img_sparsechunk.1'
error: cannot open 'system.img_sparsechunk.2'
error: cannot open 'system.img_sparsechunk.3'
error: cannot open 'system.img_sparsechunk.4'
error: cannot open 'system.img_sparsechunk.5'
error: cannot open 'system.img_sparsechunk.6'
error: cannot open 'system.img_sparsechunk.7'
error: cannot open 'system.img_sparsechunk.8'
error: cannot open 'system.img_sparsechunk.9'
error: cannot open 'system_b.img_sparsechunk.0'
error: cannot open 'system_b.img_sparsechunk.1'
error: cannot open 'system_b.img_sparsechunk.2'
error: cannot open 'vendor.img_sparsechunk.0'
error: cannot open 'vendor.img_sparsechunk.1'
error: cannot open 'oem.img'
error: cannot open 'oem_other.img'
erasing 'userdata'...
OKAY [ 0.286s]
finished. total time: 0.286s
erasing 'DDR'...
OKAY [ 0.001s]
finished. total time: 0.001s
...
OKAY [ 0.002s]
finished. total time: 0.002s
rebooting...
finished. total time: 0.001s
Idiyeet said:
I get this error when i try reflashing. Here are logs. Any help is appreciated.
PS C:\adb> ./fastboot oem fb_mode_set
>> ./fastboot flash partition gpt.bin
>> ./fastboot flash bootloader bootloader.img
>> ./fastboot flash modem_a NON-HLOS.bin
>> ./fastboot flash fsg_a fsg.mbn
>> ./fastboot erase modemst1
>> ./fastboot erase modemst2
>> ./fastboot flash dsp_a adspso.bin
>> ./fastboot flash logo_a logo.bin
>> ./fastboot flash boot_a boot.img
>> ./fastboot flash dtbo_a dtbo.img
>> ./fastboot flash system_a system.img_sparsechunk.0
>> ./fastboot flash system_a system.img_sparsechunk.1
>> ./fastboot flash system_a system.img_sparsechunk.2
>> ./fastboot flash system_a system.img_sparsechunk.3
>> ./fastboot flash system_a system.img_sparsechunk.4
>> ./fastboot flash system_a system.img_sparsechunk.5
>> ./fastboot flash system_a system.img_sparsechunk.6
>> ./fastboot flash system_a system.img_sparsechunk.7
>> ./fastboot flash system_a system.img_sparsechunk.8
>> ./fastboot flash system_a system.img_sparsechunk.9
>> ./fastboot flash system_b system_b.img_sparsechunk.0
>> ./fastboot flash system_b system_b.img_sparsechunk.1
>> ./fastboot flash system_b system_b.img_sparsechunk.2
>> ./fastboot flash vendor_a vendor.img_sparsechunk.0
>> ./fastboot flash vendor_a vendor.img_sparsechunk.1
>> ./fastboot flash oem_a oem.img
>> ./fastboot flash oem_b oem_other.img
>> ./fastboot erase userdata
>> ./fastboot erase DDR
>> ./fastboot oem fb_mode_clear
>> ./fastboot reboot
...
OKAY [ 0.002s]
finished. total time: 0.002s
error: cannot open 'gpt.bin'
error: cannot open 'bootloader.img'
error: cannot open 'NON-HLOS.bin'
error: cannot open 'fsg.mbn'
erasing 'modemst1'...
OKAY [ 0.018s]
finished. total time: 0.018s
erasing 'modemst2'...
OKAY [ 0.018s]
finished. total time: 0.018s
error: cannot open 'adspso.bin'
error: cannot open 'logo.bin'
error: cannot open 'boot.img'
error: cannot open 'dtbo.img'
error: cannot open 'system.img_sparsechunk.0'
error: cannot open 'system.img_sparsechunk.1'
error: cannot open 'system.img_sparsechunk.2'
error: cannot open 'system.img_sparsechunk.3'
error: cannot open 'system.img_sparsechunk.4'
error: cannot open 'system.img_sparsechunk.5'
error: cannot open 'system.img_sparsechunk.6'
error: cannot open 'system.img_sparsechunk.7'
error: cannot open 'system.img_sparsechunk.8'
error: cannot open 'system.img_sparsechunk.9'
error: cannot open 'system_b.img_sparsechunk.0'
error: cannot open 'system_b.img_sparsechunk.1'
error: cannot open 'system_b.img_sparsechunk.2'
error: cannot open 'vendor.img_sparsechunk.0'
error: cannot open 'vendor.img_sparsechunk.1'
error: cannot open 'oem.img'
error: cannot open 'oem_other.img'
erasing 'userdata'...
OKAY [ 0.286s]
finished. total time: 0.286s
erasing 'DDR'...
OKAY [ 0.001s]
finished. total time: 0.001s
...
OKAY [ 0.002s]
finished. total time: 0.002s
rebooting...
finished. total time: 0.001s
Click to expand...
Click to collapse
Are the img files in the same folder as the one you are using fastboot in?
I got my issue fixed. Thanks! Just had to restore my font through the app. Thankfully it had the default one for my Moto G7 Power. But thank you for the help. And yes, they were in the same folder
diversenerd said:
Broke your G7 Power? No worries! As long as you can still get to fastboot, you can fix it. Note that this WILL wipe all data on the phone!
First download the stock firmware for your model here:
https://mirrors.lolinet.com/firmware/moto/ocean/official/
Click to expand...
Click to collapse
if only this actually had RETEU2 images...
Does flashing the full firmware completely wipe the system side of the phone? I installed a Magisk module that has seemed to mess up my sim card stability (continuously flashed in and out) but I think there's still something from that module causing issues. I tried a full firmware flash but the problem persists. I have tried the sim card in another device and don't have the same problem, so I ruled out it being the actual sim.
Just kinda stuck right now and don't know what to do.
So, I'm looking for any ideas at this point. I have an xt1955-5 that now has no baseband, no esn, no signal at all. It's fully functioning otherwise. I've reflashed stock firmware (multiple times), but nothing seems to help. And it's not the sim card, because I'm currently using it in a back up phone. Just looking for any suggestion to try.
CCivale said:
Does flashing the full firmware completely wipe the system side of the phone? I installed a Magisk module that has seemed to mess up my sim card stability (continuously flashed in and out) but I think there's still something from that module causing issues. I tried a full firmware flash but the problem persists. I have tried the sim card in another device and don't have the same problem, so I ruled out it being the actual sim.
Just kinda stuck right now and don't know what to do.
Click to expand...
Click to collapse
Take it to guarantee, that's already a factory fault.
Flashing the retus firmware gave my phone a performance boost with no carrier bloatware. My icon now says LTE instead of 4g/LTE. I'm on metro by TMobile. I took out my sim untill the phone booted up after flashing via fastboot.
Thanks again for this thread. Awesome phone.!!!!!
do u still have wifi calling on Metro with the RETUS firmware?? if so which RETUS did u use the 1st or 2nd in the list
jhjhjhjhjhjh said:
Flashing the retus firmware gave my phone a performance boost with no carrier bloatware. My icon now says LTE instead of 4g/LTE. I'm on metro by TMobile. I took out my sim untill the phone booted up after flashing via fastboot.
Thanks again for this thread. Awesome phone.!!!!!
Click to expand...
Click to collapse
hofs1 said:
do u still have wifi calling on Metro with the RETUS firmware?? if so which RETUS did u use the 1st or 2nd in the list
Click to expand...
Click to collapse
Yes wifi calling works. 5gz wifi works. I used the 2nd one in the list. .
BTW These are the correct Fastboot command that should be in main post. For a normal firmware flash.
You don't have to type system_a or whatever_a because it will flash to partition A by default you only need to specify the partition when something need to be flashed on partition B in that case yes you type system_b or whatever_b.
Code:
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 dtbo dtbo.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_b system_b.img_sparsechunk.0
fastboot flash system_b system_b.img_sparsechunk.1
fastboot flash system_b system_b.img_sparsechunk.2
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 userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
And these are the correct fastboot commands to run for a Full successful re-lock.
This time you start with "fastboot oem lock begin" then the normal flashing procedure and at the end after "fastboot oem lock" if everything went well it will lock then you can fastboot reboot if something else needs to be done (Moto are a-holes) it will tell you that you need to flash signed boot.img or flash signed system image to fully lock it. in that case after "fastboot oem lock" just re run the flash system commands only then fastboot oem lock it should lock this time. Good Luck!
Code:
fastboot oem lock begin
fastboot oem lock begin
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 dtbo dtbo.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_b system_b.img_sparsechunk.0
fastboot flash system_b system_b.img_sparsechunk.1
fastboot flash system_b system_b.img_sparsechunk.2
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 userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot oem lock
fastboot reboot
CCivale said:
So, I'm looking for any ideas at this point. I have an xt1955-5 that now has no baseband, no esn, no signal at all. It's fully functioning otherwise. I've reflashed stock firmware (multiple times), but nothing seems to help. And it's not the sim card, because I'm currently using it in a back up phone. Just looking for any suggestion to try.
Click to expand...
Click to collapse
Edit: I was playing around last night with this trying to find a solution for missing baseband/radio/modem after flashing to latest and then trying to go back. Well the thing is that something changed in latest firmware and bootloader was also updated so now downgrading brakes the modem. The solution I find last night is flash latest one make sure you have modem and base-band working correctly You will know it is ok after first boot skip connection to wifi and force mobile data data should come up that how you know. Okay after flashing to latest if you want to flash back to OG just flash the OG firmware as normal just don't flash or run these commands
Code:
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
This way you can use any firmware and keep your data connection. Enjoy.
I know what happened there, DO NOT FLASH the oldest/first firmware available in the repository that firmware will remove baseband and everything I test it and same happened to me. Do not panic just flash the latest available and you are good.
I flashed my 1955-2 whole shobang. Works perfectly and yes I do have nfc but no 5ghz wifi
JewsRshady said:
I flashed my 1955-2 whole shobang. Works perfectly and yes I do have nfc but no 5ghz wifi
Click to expand...
Click to collapse
Edited my reply was about something else.
NVM ....

Moto g8 play bricked ( XT 2015 -2 )

My friend I need your help, I have a moto g8 play (xt 2015-2). After resetting the phone, it shows the following message.
HTML:
Start up failed
You devices didn't start up successfully. Use the software repair assistant on computer to repair you device.
connect you device to you computer to get the software repair assistant.
AP Fastbook Flash Mode (Seceure)
No Bootable A / B Slot
Please !! Can anyone help me fix this problem?
aureliolk said:
My friend I need your help, I have a moto g8 play (xt 2015-2). After resetting the phone, it shows the following message.
HTML:
Start up failedYou devices didn't start up successfully. Use the software repair assistant on computer to repair you device.connect you device to you computer to get the software repair assistant.AP Fastbook Flash Mode (Seceure)No Bootable A / B Slot
Please !! Can anyone help me fix this problem?
Click to expand...
Click to collapse
Try LMSA's Flash/Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
Try LMSA's Flash/Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
I can't find the moto g8 play model in the LMSA.
help me plzzz
aureliolk said:
I can't find the moto g8 play model in the LMSA.
help me plzzz
Click to expand...
Click to collapse
They must not have add it yet.
Run
run
Code:
fastboot getvar all
Product = codename
securestate = bootloader locked or unlocked
carrier_sku = Model #
ro.carrier = Software Channel
I've posted some info on this here.
Motorola Flashing Guide
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Then find firmware at
https://mirrors.lolinet.com/firmware/moto
Then flash the firmware with something like this,
But you will need to compare with the
Flash_file.xml in the firmware folder
Code:
fastboot flash pit diskmap.pit
fastboot flash fwbl1 fwbl1.nbl1.bin
fastboot flash ldfw_a ldfw.bin
fastboot flash ldfw_b ldfw.bin
fastboot flash keystorage_a keystorage.bin
fastboot flash keystorage_b keystorage.bin
fastboot flash bootloader_a bootloader.bin
fastboot flash bootloader_b bootloader.bin
fastboot flash modem_a modem.bin
fastboot flash vbmeta vbmeta.img
fastboot flash oem_a oem.img
fastboot flash oem_b oem_other.img
fastboot flash logo_a logo.bin
fastboot flash dtbo_a dtbo.img
fastboot flash boot_a boot.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash system_a system.img_sparsechunk.1
fastboot flash system_a system.img_sparsechunk.10
fastboot flash system_a system.img_sparsechunk.2
fastboot flash system_a system.img_sparsechunk.3
fastboot flash system_a system.img_sparsechunk.4
fastboot flash system_a system.img_sparsechunk.5
fastboot flash system_a system.img_sparsechunk.6
fastboot flash system_a system.img_sparsechunk.7
fastboot flash system_a system.img_sparsechunk.8
fastboot flash system_a system.img_sparsechunk.9
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash system_b system_other.img_sparsechunk.1
fastboot flash system_b system_other.img_sparsechunk.2
fastboot flash vendor_a vendor.img
Sent from my ali using XDA Labs
sd_shadow said:
They must not have add it yet.
Run
run
Code:
fastboot getvar all
Product = codename
securestate = bootloader locked or unlocked
carrier_sku = Model #
ro.carrier = Software Channel
I've posted some info on this here.
Motorola Flashing Guide
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Then find firmware at
https://mirrors.lolinet.com/firmware/moto
Then flash the firmware with something like this,
But you will need to compare with the
Flash_file.xml in the firmware folder
Code:
fastboot flash pit diskmap.pit
fastboot flash fwbl1 fwbl1.nbl1.bin
fastboot flash ldfw_a ldfw.bin
fastboot flash ldfw_b ldfw.bin
fastboot flash keystorage_a keystorage.bin
fastboot flash keystorage_b keystorage.bin
fastboot flash bootloader_a bootloader.bin
fastboot flash bootloader_b bootloader.bin
fastboot flash modem_a modem.bin
fastboot flash vbmeta vbmeta.img
fastboot flash oem_a oem.img
fastboot flash oem_b oem_other.img
fastboot flash logo_a logo.bin
fastboot flash dtbo_a dtbo.img
fastboot flash boot_a boot.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash system_a system.img_sparsechunk.1
fastboot flash system_a system.img_sparsechunk.10
fastboot flash system_a system.img_sparsechunk.2
fastboot flash system_a system.img_sparsechunk.3
fastboot flash system_a system.img_sparsechunk.4
fastboot flash system_a system.img_sparsechunk.5
fastboot flash system_a system.img_sparsechunk.6
fastboot flash system_a system.img_sparsechunk.7
fastboot flash system_a system.img_sparsechunk.8
fastboot flash system_a system.img_sparsechunk.9
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash system_b system_other.img_sparsechunk.1
fastboot flash system_b system_other.img_sparsechunk.2
fastboot flash vendor_a vendor.img
Sent from my ali using XDA Labs
Click to expand...
Click to collapse
I did this and still in bootloop, doesnt matter if i change to slot A or B, its still boot thenivrate and restart
doesnt matter the firmware version that i use, the bootloeader is unlocked and it still say "no bootable a/B slot"
RSDlite doesnt charge any flashfile from the firmwares that i downleaded,
think i just killed the phone, could u help me please @
anyone know if there is a blankflash for this device? like to wipe all from the device and flash a nwe firmware, sometimes i get it to work, bot just keep in a bootloop..
But it seems this forum is pretty empty sadd
Matiasfh01 said:
anyone know if there is a blankflash for this device? like to wipe all from the device and flash a nwe firmware, sometimes i get it to work, bot just keep in a bootloop..
But it seems this forum is pretty empty sadd
Click to expand...
Click to collapse
Even if there was a blank flash, unlikely you could get into EDL with those errors
ya, i dont know what else i can do, doesnt matter if use slot a or b, it just still in bootloop, and this device doesnt have a twrp
@aureliolk did you fixed your phone?
@sd_shadow nothing new bout that? could you gimme some tips please, now i need to fix that, cuz i broke the screen of my old moto g6 ((
tomorrow il ltry if i can get work rsd lite on a win7 pc, cuz is didnt worked on the laptop with win10
Hi
my moto g8 (xt2015-2) went into boot looping after I tried to root using this tutorial:
https://www.getdroidtips.com/root-moto-g8-play/
I have already made several attempts to install several roms stocks, like these:
https://www.stockrom.net/2020/04/xt2015-2-pie-retail-latam-pmd29-70-81.html
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETAIL/
I used adb flash tools as the method in flashfile.xml inside the rom.
my device:
(bootloader) version: 0.5
(bootloader) version-bootloader: MBM-2.1-lima_32_retail-dd9cedf-190906
(bootloader) product: lima
(bootloader) board: lima
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: 2
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SAMSUNG 4X6KMB RV=08 PV=00 FV=0000000000000003
(bootloader) ram: 2GB SAMSUNG LP4x DIE=16Gb M5=01 M6=07 M7=00 M8=12
(bootloader) cpu: MT6771V/WL
(bootloader) serialno: ZF522784QB
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: 32AA9F6547C0BDE1000000000000
(bootloader) securestate: flashing_unlocked
(bootloader) factory-modes: disabled
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 268435456
(bootloader) reason: Volume down key pressed
(bootloader) meid:
(bootloader) date: 11-13-2019
(bootloader) sku: XT2015-2
(bootloader) carrier_sku: XT2015-2
(bootloader) battid: SB18C55376
(bootloader) iccid:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Wed Jan 2 3:10:57 UTC 2019"
(bootloader) ro.build.fingerprint[0]: motorola/lima_32/lima:9/PMDS29.70-
(bootloader) ro.build.fingerprint[1]: 70-2/ac5451:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.251.2.lima_32.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.mtk: alps-mp-p0.mp1.tc2sp-V1.47
(bootloader) version-baseband: MT6771_V16.03.01.88R
(bootloader) kernel.version[0]: Linux version 4.4.146+ ([email protected]
(bootloader) kernel.version[1]: 55) (gcc version 4.9.x 20150123 (prerele
(bootloader) kernel.version[2]: ase) (GCC) ) #1 SMP PREEMPT Thu Dec 26 1
(bootloader) kernel.version[3]: 0:20:37 CST 2019
(bootloader) frp-state: no protection (77)
(bootloader) ro.carrier: retbr
(bootloader) current-slot: b
(bootloader) running-boot-lun: 0
(bootloader) running-slot: _b
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: yes
(bootloader) slot-bootable:_a: no
(bootloader) slot-bootable:_b: yes
(bootloader) slot-retry-count:_a: 0
(bootloader) slot-retry-count:_b: 0
(bootloader) slot-suffixes: _a,_b
(bootloader) slot-count: 2
(bootloader) pcb-part-no: SB28C70602
all: listed above
finished. total time: 0.007s
Click to expand...
Click to collapse
adrianosk8 said:
Hi
my moto g8 (xt2015-2) went into boot looping after I tried to root using this tutorial:
https://www.getdroidtips.com/root-moto-g8-play/
I have already made several attempts to install several roms stocks, like these:
https://www.stockrom.net/2020/04/xt2015-2-pie-retail-latam-pmd29-70-81.html
https://mirrors.lolinet.com/firmware/moto/lima_32/official/RETAIL/
I used adb flash tools as the method in flashfile.xml inside the rom.
my device:
Click to expand...
Click to collapse
Try LMSA's Flashing/Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my jerry_cheets using XDA Labs
sd_shadow said:
Try LMSA's Flashing/Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Click to expand...
Click to collapse
Thanks but my device is not in LMSA.
adrianosk8 said:
Thanks but my device is not in LMSA.
Click to expand...
Click to collapse
My bad forgot, it's the only newer device that isn't supported
Sent from my ali using XDA Labs
This resolved my problema about flashing the stock ROM. (Loop boot)
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
aureliolk said:
My friend I need your help, I have a moto g8 play (xt 2015-2). After resetting the phone, it shows the following message.
HTML:
Start up failed
You devices didn't start up successfully. Use the software repair assistant on computer to repair you device.
connect you device to you computer to get the software repair assistant.
AP Fastbook Flash Mode (Seceure)
No Bootable A / B Slot
Please !! Can anyone help me fix this problem?
Click to expand...
Click to collapse
solucion
Buenas noches, tengo el moto g8 play, trate de instalar un firmware mas atrazado, olvide desblquear el oem, al momento de dejarlo trabado se quedo con este frirmware
BUILD INFORMATION
SW Version: lima_32-user 9 PMDS29.70-81-3 a383d release-keys
MBM Version: MBM-2.1-lima_32_retail-210600d2e-200502
Modem Version: MT6771_V16.03.01.90R
SW Display Build ID: PMDS29.70-81-3
CQA Version: 6.0.4
Build Fingerprint: motorola/lima_32/lima:9/PMDS29.70-81-3/a383d:user/release-keys
Blur Version: Blur_Version.29.201.5.lima_32.retail.en.US
no encontre version mas reciente para componerlo, por suerte di con un archivo que ayuda con otro error, formateo el telefono y dejo datos de la version PMDS29.70-70-2
asi me permitio flashear la vesion PMDS29.70-81-3
despues del archivo, no es necesario ningun programa mas, solo baja e instala la rom directamente
el archivo se llama
"Moto_G8_Play_XT2015-2_Blankflash_Unbrick_Repair__Arquitetura_32_MT6771" solo pesa 4.91 Mb
lo encontre en google junto con el video de como usarlo
Motorola G8 XT2015-2 Play No Bootable A/B Sloot Solucion
I find myself in the same situation. I tried to reinstall firmware to repair severe lag and now I'm in a boot loop. My firmware was PMDS29.70-85-3 for a g8 play LATAM. I can get to fastboot, but that's as far as I get. Can anyone provide me with link to the correct flash? Thanks, PC
adrianosk8 said:
This resolved my problema about flashing the stock ROM. (Loop boot)
fastboot flash gpt PGPT
fastboot flash preloader preloader.bin
fastboot flash lk_a lk.img
fastboot flash tee_a tee.img
fastboot flash md1img_a md1img.img
fastboot flash spmfw_a spmfw.img
fastboot flash scp_a scp.img
fastboot flash sspm_a sspm.img
fastboot flash cam_vpu1_a cam_vpu1.img
fastboot flash cam_vpu2_a cam_vpu2.img
fastboot flash cam_vpu3_a cam_vpu3.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash oem_a oem.img
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtb_a dtb.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash -u system_a system.img_sparsechunk.1
fastboot flash -u system_a system.img_sparsechunk.2
fastboot flash -u system_a system.img_sparsechunk.3
fastboot flash -u system_a system.img_sparsechunk.4
fastboot flash -u system_a system.img_sparsechunk.5
fastboot flash -u system_a system.img_sparsechunk.6
fastboot flash -u system_a system.img_sparsechunk.7
fastboot flash -u system_a system.img_sparsechunk.8
fastboot flash system_b system_other.img_sparsechunk.0
fastboot flash -u system_b system_other.img_sparsechunk.1
fastboot flash vendor_a vendor.img
fastboot reboot
Click to expand...
Click to collapse
Thank's aloooot men
this help me with my motorola g8 play from claro honduras
also with this:
Blankflash Unbrick Repair Moto G8 Play_XT2015-2_Arquitetura_32_MT6771
and my firmware and now is running good
thank's again men!!!

Firmmware Flash Bash Script

Hello, all. For those of you running Linux, I made a bash script to consolidate all the fastboot commands required to flash the stock firmware into one command. The command to run the script. After downloading, you may have to run
chmod +x flashscript.sh
to make it executable. Just place it in the directory of all the firmware files, make it executable and run it with
./flashstock.sh
Watch it in action here. https://youtu.be/g-ss1qKO7Vg
Well XDA says invalid file when I try to upload it, so here's the file in text form.
Enjoy.
Starts on the next line with #! and runs to the end. Make into .txt file, make executable, place in stock firmware directory and run with ./flashstock.sh
#!/bin/bash
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem_a NON-HLOS.bin
fastboot flash fsg_a fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp_a adspso.bin
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash dtbo_a dtbo.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash system_a system.img_sparsechunk.1
fastboot flash system_a system.img_sparsechunk.2
fastboot flash system_a system.img_sparsechunk.3
fastboot flash system_a system.img_sparsechunk.4
fastboot flash system_a system.img_sparsechunk.5
fastboot flash system_a system.img_sparsechunk.6
fastboot flash system_a system.img_sparsechunk.7
fastboot flash system_a system.img_sparsechunk.8
fastboot flash system_a system.img_sparsechunk.9
fastboot flash system_b system_b.img_sparsechunk.0
fastboot flash system_b system_b.img_sparsechunk.1
fastboot flash system_b system_b.img_sparsechunk.2
fastboot flash vendor_a vendor.img_sparsechunk.0
fastboot flash vendor_a vendor.img_sparsechunk.1
fastboot flash oem_a oem.img
fastboot flash oem_b oem_other.img
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot bootloader
Try this change the zip to bat
roadkill42 said:
Try this change the zip to bat
Click to expand...
Click to collapse
https://mega.nz/file/uFpmBCpI#Ntr8gegku2TxsZiebK-C6sfQxWG7Fl9_J0fCqHLMFmw or this
I have the Verizon model , will this script work with my phone ?
cortez52 said:
I have the Verizon model , will this script work with my phone ?
Click to expand...
Click to collapse
That I don't know good question though have u checked on tellagram group some one in there might know
Just so u guys know , I've seen the Verizon model on eBay romed an rooted so the bootloader can be unlocked !
Sent from my moto g(7) power using Tapatalk
cortez52 said:
Just so u guys know , I've seen the Verizon model on eBay romed an rooted so the bootloader can be unlocked !
Click to expand...
Click to collapse
Somebody apparently some one hasn't released on how might be that they used a program to refashe hole thing with different factory imge to gei it done
cortez52 said:
I have the Verizon model , will this script work with my phone ?
Click to expand...
Click to collapse
Have a look inside your firmware.zip, there is a flashfile.xml which contains all commands you must use with your phone.

Moto G7 Power bootloop after flash stock firmware

My little sister gave me his phone because it was looping at bootlogo
I've flashed some firmwares before so i tried to fix it. I downloaded this firmware: https://mirrors.lolinet.com/firmware/moto/ocean/official/AMXMX/
and tried to flash it but i didn't work. Still bootlooping, tried with blankflash but none of this versions did anything, just <waiting for device> Blankflash i used: https://mirrors.lolinet.com/firmware/moto/ocean/blankflash/
i realized that the battery level screen don't displays anymore. when i connect it it's looping at electricity logo
Variables i think might know
version: 0.5
version-bootloader: MBM-2.1-ocean_retail-7fd887897c6-210201
product: ocean
secure: yes
securestate: oem_locked
factory-modes: disabled
iswarrantyvoid: no
max-download-size: 536870912
imei: [I hide it for security but i got one]
carrier_sku: XT1955-2
ro.carrier: amxmx
running-boot-lun: 0
slot-successful:_a: No
slot-successful:_b: No
slot-bootable:_a: No
What could i do?
Lol, i just solved it
Tried with Lenovo/Moto smart assistant : https://support.lenovo.com/us/en/downloads/ds101291
Flashed but not worked at all (but It's an important step), then i downloaded https://drive.google.com/file/d/1LzWEzxSbg56GqIZaVHj8WxbuTMNWfzKb/view
and ran this commands on cmd
fastboot flash devcfg_a devcfg.mbn
fastboot flash devcfg_b devcfg.mbn
fastboot flash dsp_a adspso.bin
fastboot flash dsp_b adspso.bin
fastboot flash bluetooth_a BTFM.bin
fastboot flash bluetooth_b BTFM.bin
fastboot flash modem_a NON-HLOS.bin
fastboot flash modem_b NON-HLOS.bin
fastboot flash pmic_a pmic.elf
fastboot flash pmic_b pmic.elf
fastboot flash rpm_a rpm.mbn
fastboot flash rpm_b rpm.mbn
fastboot flash splash splash.img
fastboot flash tz_a tz.mbn
fastboot flash tz_b tz.mbn
fastboot flash xbl_a xbl.elf
fastboot flash xbl_b xbl.elf
fastboot flash abl_a abl.elf
fastboot flash abl_b abl.elf
fastboot flash boot_a boot.img
fastboot flash boot_b boot.img
fastboot flash dtbo_a dtbo.img
fastboot flash dtbo_b dtbo.img
fastboot flash system_a system.img
fastboot flash system_b system.img
fastboot flash vendor_a vendor.img
fastboot flash vendor_b vendor.img
fastboot flash mdtp_a mdtp.img
fastboot flash mdtp_b mdtp.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_b vbmeta.img
fastboot erase userdata
Not all commands worked but cmd skip those, then the phone worked again
I got a problem with the IMEI (I'ts 'unknow') but i can't flash another NON-HLOS.bin file (The correct for my firmware version)
At least it works for wifi usage

Categories

Resources