[STOCK][ALJETER]Firmware Moto G6 Play - OPP27.91-87

lohanbarth

Senior Member
Mar 20, 2012
623
995
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 G6:
  1. Download Moto G6 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:

THANKS MOTOROLA FIRMWARE

Moto G6 Play: Drive (password : MotorolaFirmwaresLB )
ALJETER_OPP27.61-14-4_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.rar
Moto G6 Play: AFH
ALJETER_OPP27.61-14-4_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.rar
Moto G6 Play: Drive (password : MotorolaFirmwaresLB )
ALJETER_OPP27.91-87_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.rar

adb fastboot

fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
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 oem oem.img
fastboot flash vendor vendor.img
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot flash logo logo.bin
fastboot reboot
 

Attachments

Last edited:

manos78

Senior Member
Jan 17, 2014
808
303
0
Hi @lohanbarth,

Please change the title of the thread to "[STOCK][ALJETER]Firmware Moto G6 Play".
The reason is to be consistent with the other two threads for "G6" and "G6 Plus".
With this change will be more easy to distinguish for users of the "G6 family".

And thank you for provide theses firmwares! :good:
 

ninjakira

Senior Member
Nov 6, 2016
539
244
33
29
batavia, ohio
Sorry if this is a dumbass question but can I flash this on the boost/Sprint variant since it can be bootloader unlocked? And will it remove the bloatware downloading from boost/Sprint. Again sorry if it's a dumb question.
 

kwiksi1ver

Senior Member
Jun 13, 2007
121
73
28
Sorry if this is a dumbass question but can I flash this on the boost/Sprint variant since it can be bootloader unlocked? And will it remove the bloatware downloading from boost/Sprint. Again sorry if it's a dumb question.
This is the ALJETER device. The sprint/boost version is the JETER.
 

zindak335

New member
May 31, 2018
1
1
0
moto g6 play xt1922-4

I tried to relock bootloader in my moto g6 play xt1922-4 but i had a problem with boot.img.

( bootloader) Still require signed boot.img bad key

:( do you have the original rom for xt1922-4? please help
 
  • Like
Reactions: Wid_w

timelessxiii

Senior Member
Sep 3, 2013
80
8
0
I tried to relock bootloader in my moto g6 play xt1922-4 but i had a problem with boot.img.

( bootloader) Still require signed boot.img bad key

:( do you have the original rom for xt1922-4? please help
sounds like i ran into same thing with my xt1922-9 bad kay when i unlocked bootloader
 

timelessxiii

Senior Member
Sep 3, 2013
80
8
0
hello

none of these firmwares seem to work on my moto g6 1922-9 when i flash through adb i get meany errors, i think it all started when i unlocked boot loader . any help would be great
 

steveg322

Member
Dec 28, 2007
12
0
0

timelessxiii

Senior Member
Sep 3, 2013
80
8
0
I actually got it flashed through twarp it said it was a success but when I reboot my phone it stays on the Motorola splash screen

---------- Post added at 06:12 AM ---------- Previous post was at 06:11 AM ----------

I've got to admit that's closer than I've ever been

---------- Post added at 07:00 AM ---------- Previous post was at 06:12 AM ----------

If you have a bricked boost mobile variant and need a jeter rom u can try this backup: https://drive.google.com/open?id=1pHiR6fssHOTJ-13-yttipMdB-DBNv_IM
Just unzip it and put it inside the TWRP folder on your phone and click Restore with twrp. It should flash. I tested it twice on my G6 Play (boost mobile variant) (jeter)
bookmobile is cdma the one i have xt1922-9 is a gsm that probley why it wont go a passed the Motorola splash screen after flashing
 

Wid_w

Member
Aug 11, 2016
5
2
0
if at the end of flashing it is returned to the bootloader...

1 clarification about the firmware opp27.91-87.. in the command lines, one of the system lines is missing:

fastboot flash system system.img_sparsechunk.4

If they add it to the .bat, or if they include it manually, it should start without problems
 
Last edited:

Wid_w

Member
Aug 11, 2016
5
2
0
problem with sound

i flashed my xt1922-4 a few hours ago, but first problem that i found, was the calls, speaker no sound when make or receive calls, only handset and can't install magisk (boot loop after boot moto sequence)
 

vortrum

Member
Jul 22, 2011
14
9
0
Guadalajara
i flashed my xt1922-4 a few hours ago, but first problem that i found, was the calls, speaker no sound when make or receive calls, only handset and can't install magisk (boot loop after boot moto sequence)
I have the same model and I noticed that one of the lines in the bat file is wrong, the dspso.bin is actually adspso.bin (line 5), just edit it and it should work fine:

fastboot flash dsp adspso.bin

In addition, add the line that Wid_w mentions:

fastboot flash system system.img_sparsechunk.4

I attach my edited .bat file, I just 've flashed mi phone and everything seems to work without problems.
 

Attachments