[Firmware] 8.1 official Moto Z3 Play [BECKHAM]

lohanbarth

Senior Member
Mar 20, 2012
623
996
133
la Valette
forum.xda-developers.com

DISCLAIMER
I am not to be held responsible for any of the damage that occurs to your device during this process. You are yourself responsible for any damage done (if) to your device during this process.

REQUIREMENTS
Make sure your device is charged above 80%.
We recommend creating a backup of all your important files before beginning with this process.

HOW TO INSTALL STOCK ROM IN MOTO Z3 Play
  1. Download Moto Z3 Play Stock Firmware from below (in download section).
  2. Install Motorola Driver and ADB Fastboot Driver on your PC.
  3. Now extract stock firmware in ADB Fastboot folder.
  4. Now, turn off your device and boot into bootloader by pressing volume down button +power button simultaneously.
  5. Now, connect your device to your PC via a USB Cable.
  6. Open a command prompt window and type the following commands:

adb fastboot

fastboot flash partition gpt.bin ( not mandatory )
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.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 flash oem oem.img
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot flash logo logo.bin
fastboot erase modemst1 ( not mandatory )
fastboot erase modemst2 ( not mandatory )
fastboot reboot

Thanks to Motorola firmwares.
Password:
MotorolaFirmwaresLB
BECKHAM_OPW28.70-22_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
-DRIVE
-AFH
 
Last edited:

twelfth

Senior Member
Jan 17, 2011
133
95
0
Portland
I would be VERY careful about trying to use the image provided here.

I picked up the Z3 today hoping to be able to build TWRP recovery with this image. Using the kernel from this image resulted in a permanently bricked device. It would no longer turn on. At all.

Second Z3, using the provided image's boot.img and only booting boot.img from fastboot... hung the device.

This tells me the linked image here is very likely to be incompatible with many Z3 Play devices.

The version I've tested it with is the US retus software channel version.

As far as I've been able to tell, this image is for French devices only. DO NOT use this image if you cannot confirm it will work by testing the boot image first.

Extract boot.img from the archive and put your phone into fastboot mode. Test it by typing "fastboot boot boot.img" - If your phone hangs at the motorola logo, this firmware WILL BRICK YOUR PHONE.

The Z3 Play has NO FIRMWARE candidates on https://firmware.center - So, I repeat, the firmware linked here is likely NOT compatible with your device.
 
Last edited:

GuzXT

Member
Jan 31, 2015
28
9
23
Monterrey
I would be VERY careful about trying to use the image provided here.

I picked up the Z3 today hoping to be able to build TWRP recovery with this image. Using the kernel from this image resulted in a permanently bricked device. It would no longer turn on. At all.

Second Z3, using the provided image's boot.img and only booting boot.img from fastboot... hung the device.

This tells me the linked image here is very likely to be incompatible with many Z3 Play devices.

The version I've tested it with is the US retus software channel version.

As far as I've been able to tell, this image is for French devices only. DO NOT use this image if you cannot confirm it will work by testing the boot image first.

Extract boot.img from the archive and put your phone into fastboot mode. Test it by typing "fastboot boot boot.img" - If your phone hangs at the motorola logo, this firmware WILL BRICK YOUR PHONE.

The Z3 Play has NO FIRMWARE candidates on https://firmware.center - So, I repeat, the firmware linked here is likely NOT compatible with your device.
This firmware is for XT1929-4 and no mention is made in the topic....
 

twelfth

Senior Member
Jan 17, 2011
133
95
0
Portland
This firmware is for XT1929-4 and no mention is made in the topic....
The XT1929-4 is what I have and the firmware definitely did not work for me. I tried to build TWRP for the Z3 Play as I have for other devices and it definitely wasn't going to happen with these files. Even if you 'fastboot boot boot.img', it's supposed to boot like normal using the rest of the what is stored on your phone. Instead it only hangs.
 
  • Like
Reactions: wanb1i
G

GuestK00219

Guest
Last edited:

driverdis

Senior Member
Aug 11, 2010
72
15
0
Has anyone been able to relock the bootloader in a way that passes safetynet. I noticed that phone boots with verity set at log only which fails CTS and I want to go back to stock until Magisk works properly.
 

driverdis

Senior Member
Aug 11, 2010
72
15
0
magic works quite well if you patch the boot normally, with check marks.
Thanks, this did the trick. I was able to download use the boot.img from the lollinet mirror firmware zip. It does require both force encrypt and verity enabled before patching it or it will boot loop.
 

darkdaemon32

Senior Member
Aug 23, 2016
78
37
0
Will this work on the Moto Z3 (XT1929-17)? :confused:
You need a firmware image for your specific device. Check the websites from this thread and see if you can find one specific to your device. Other images could brick your device.

The steps should be the same for every device as far as fastboot flashing goes. But don't use an image for another device
 
  • Like
Reactions: wanb1i

wanb1i

Senior Member
Aug 17, 2010
652
131
73
Charlottesville, VA Area
You need a firmware image for your specific device. Check the websites from this thread and see if you can find one specific to your device. Other images could brick your device.

The steps should be the same for every device as far as fastboot flashing goes. But don't use an image for another device
Found the original vzw firmware on Moto's site.
Thanks!
 

wanb1i

Senior Member
Aug 17, 2010
652
131
73
Charlottesville, VA Area
The XT1929-4 is what I have and the firmware definitely did not work for me. I tried to build TWRP for the Z3 Play as I have for other devices and it definitely wasn't going to happen with these files. Even if you 'fastboot boot boot.img', it's supposed to boot like normal using the rest of the what is stored on your phone. Instead it only hangs.
So I have a Verizon Moto Z3 (Brand New XT1929-17, NO XDA Thread yet) I found the firmware off the Motorola site at this link https://androidfilehost.com/?w=files&flid=279604 (last file). I unzipped it, copied the boot.img to my adb folder and executed fastboot boot boot.img and this is the result:

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot boot.img
downloading 'boot.img'...
OKAY [ 0.622s]
booting...
(bootloader) permission denied!
FAILED (remote failure)
finished. total time: 0.633s

My goal here is to modify a boot.img so I can root with Magisk without unlocking the bootloader. (Verizon devices don't allow unlocking the bootloader)
Any help would be appreciated. :confused:
 
Last edited:

twelfth

Senior Member
Jan 17, 2011
133
95
0
Portland
(bootloader) permission denied!
FAILED (remote failure)
finished. total time: 0.633s
Your bootloader is locked. Being a Verizon device, it's likely not unlockable.

You have to have an unlocked bootloader before you can boot and flash in fastboot.

This is why people buy unlocked devices.
 

XlolololX

New member
Jul 10, 2018
1
3
0
Xt-1929-4 opw 20.70-31

Hi, I have the Moto Z3 Play. This is the updated Firmware that I have on my device. I felt I should share it, just in case anyone else needs its. I also added a couple of simple batch files to the folder that I thought everyone might appreciate.
FlashRoot(Service) - Will automatically flash the phone with the patch_boot.img instead of boot.img. This will flash the rooted version of the boot image that was made with Magisk Manager. (Must be in Fastboot)
Flash - Stock --Will automatically flash the regular boot.img also with all the other stock files to the phone. (Must be in Fastboot)

Credit -
Magisk Manager
Google
Hi, I have the Moto Z3 Play. This is the updated Firmware that I have on my device. I felt I should share it, just in case anyone else needs its. I also added a couple of simple batch files to the folder that I thought everyone might appreciate.
FlashRoot(Service) - Will automatically flash the phone with the patch_boot.img instead of boot.img. This will flash the rooted version of the boot image that was made with Magisk Manager. (Must be in Fastboot)
Flash - Stock --Will automatically flash the regular boot.img also with all the other stock files to the phone. (Must be in Fastboot)

Credit -
Magisk Manager
Google
Android FileHost[https ://drive.google. com/open?id=1KAMijX1W2HQx69mDhZ294tp51vtAoo0E[/URL]
 
Last edited: