Skip to content

motoxplay/stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 

Repository files navigation

Stock images for the Moto X Play

XT1562

Device Version Build number Region SIM Carrier GitHub Torrent
XT1562 5.1.1 LPD23.118-10 Europe 1 Download
XT1562 5.1.1 LPD23.118-10 France 2 Download
XT1562 5.1.1 LPD23.118-10 Germany ? Download
XT1562 5.1.1 LPD23.118-10 India 2 Download Torrent
XT1562 5.1.1 LPD23.118-10 Spain ? Download
XT1562 5.1.1 LPD23.118-10 UK ? Download
XT1562 5.1.1 LPD23.118-12 Asia 2 Download
XT1562 5.1.1 LPD23.118-22 Asia 2 Download
XT1562 5.1.1 LPD23.118-32 Asia 2 Download
XT1562 6.0 MPD24.65-18 Asia 2 Download
XT1562 6.0 MPD24.65-18.1 Asia 2 Download
XT1562 6.0 MPD24.65-33 Europe 1 Download
XT1562 6.0.1 MPD24.107-52 Asia 2 Download
XT1562 6.0.1 MPD24.107-52 Europe 1 Download
XT1562 6.0.1 MPD24.107-70 Asia 2 Download
XT1562 6.0.1 MPD24.107-52-5 Asia 2 Download
XT1562 7.1.1 NPD26.48-24-1 Asia 2 Download
XT1562 7.1.1 NPD26.48-24-1 Europe 1 Download

XT1563

Device Version Build number Region SIM Carrier GitHub Torrent
XT1563 5.1.1 LPD23.118-10 Canada ? Download
XT1563 5.1.1 LPD23.118-32 Latin America 2 Download
XT1563 5.1.1 LPD23.118-6.1 Latin America 1 Download
XT1563 5.1.1 LPD23.118-6.2 México 1 Iusacell Download
XT1563 5.1.1 LPD23.118-6.3 RETAIL 2 Download
XT1563 6.0 MPD24.65-18 Latin America 2 Download
XT1563 6.0 MPD24.65-18.1 Latin America 2 Download
XT1563 6.0.1 MPD24.107-52 Argentina 1 Movistar Download
XT1563 6.0.1 MPD24.107-52 Canada 1 Bell? Download
XT1563 6.0.1 MPD24.107-52 Latin America 2 Download
XT1563 6.0.1 MPD24.107-52 Latin America 1 Entel Download
XT1563 6.0.1 MPD24.107-52 México 1 Iusacell Download
XT1563 6.0.1 MPD24.107-52 RETAIL 2 Download
XT1563 6.0.1 MPD24.107-56 Latin America 2 Download
XT1563 6.0.1 MPD24.107-52-3 Canada 2 Download
XT1563 6.0.1 MPDS24.107-52-5 Latin America 2 Download
XT1563 6.0.1 MPDS24.107-52-5 Argentina 1 Download
XT1563 6.0.1 MPDS24.107-56-6 Latin America 2 Download
XT1563 7.1.1 NPD26.48-24-1 Latin America 2 Download

Stock OTA updates for the Moto X Play

Device Old Version Old Build number New Version New Build number Region/Type GitHub
XT1562 5.1.1 LPD23.118-10 6.0 MPD24.65-18 RETASIA Download
XT1562 5.1.1 LPD23.118-10 6.0 MPD24.65-18 RETEU Download
XT1562 5.1.1 LPD23.118-10 6.0 MPD24.65-33 RETEU Download
XT1562 6.0 MPD24.65-18 6.0.1 MPD24.107-52 RETASIA Download
XT1562 6.0 MPD24.65-33 6.0.1 MPD24.107-52 RETEU Download
XT1562 6.0.1 MPD24.107-52 6.0.1 MPD24S.107-52-5 RETASIA Download
XT1562 6.0.1 MPDS24.107-52-5 6.0.1 MPD24S.107-52-11 RETASIA Download
XT1562 6.0.1 MPDS24.107-70-1-5 7.1.1 NPD26.49-24-1 RETASIA Download
XT1563 6.0 MPD24.65-18.1 6.0.1 MPD24.107-52 RETLA Download
XT1563 6.0.1 MPD24.107-56 6.0.1 MPD24S.107-56-6 RETACA Download

TWRP for the Moto X Play

Download from the android_device_motorola_lux releases

Install instructions:

The following instructions may vary slightly depending on your device model/build.

I'll assume you already have adb and the device drivers installed (you can easily find them for download).

  1. Extract the downloaded firmware to somewhere you can use adb.exe.

  2. Reboot the device into 'bootloader mode'. You can to this either from terminal or the hardware way.

a) The 'hardware' way:

  • Unplug the USB cable and power off the phone.
  • Press and hold 'Volume down' then power on the phone.
  • Connect USB cable to your computer.

b) The 'software' way:

  • Enable developer mode on the device (Settings-> 'About Phone'. Tap 7 times on 'Build Number')
  • Enable USB debugging. (Settings -> 'Developer options' -> 'USB Debugging' -> check)
  • Connect phone to computer via USB, you should see a new ADB device detected and drivers installed.
  • Open a Command Prompt and type adb reboot bootloader.
  1. Open a Command Prompt on the folder you extracted the firmware and enter the following code:

Note:

  • Do commands manually, one at a time - checking that each one returns an [OKAY].
  • Do not simply copy and paste these commands! The system.img_sparsechunks files may differ in number and name. Always check contents of folder you're working with. You must flash all of the sparsechunk files you have.
  • If you have a custom recovery and want to keep it, DO NOT flash recovery.img
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
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
fastboot reboot

And you're all done! The first boot may take awhile, just wait and happy stock rom! :)