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

ninjakira

Senior Member
Nov 6, 2016
539
244
33
29
batavia, ohio
in my guide toward the bottom in that link i provided has what you need to reflash. just please read it instead of skimming through it. it seems everyone that doesnt know what there doing in this forum just skims through the guides instead of taking the time to actually read them so please make sure your paying attention lol
I updated the android when it was working
Can you help me with updated stock reflashing?
 
  • Like
Reactions: bote2345

bote2345

Member
May 1, 2015
10
1
0
Constanta
Moto G6 Play XT1922-3

in my guide toward the bottom in that link i provided has what you need to reflash. just please read it instead of skimming through it. it seems everyone that doesnt know what there doing in this forum just skims through the guides instead of taking the time to actually read them so please make sure your paying attention lol
Ok Thank you I`ll come back with an update.
 

arango739

New member
Nov 27, 2015
2
0
0
hello I have a motorola g6 play XT1922-4 that was in no service, so, I flashed with this flash " ALJETER_OPP27.91-87_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.rar "and now my phone doens´t boot correctly only boot in fastboot, the correct flash was not aljeter, its Jeter the baseband version is M8937_19.22.05.62R JETER_LATAM_CUST.

ANDROID 8.0
OP27.91-87
I please i need this stock rom.
 

Tapiaxdc

New member
Oct 12, 2018
2
4
0
Opp27.91_140 (xt1922-4)

Hello everyone!

After spending a day trying to make my phone work, I finally did it. The phone needed a certain ROM that I couldn't find anywhere, only some sites that require you to pay... So I did, out of lack of options.

The Rom in question is the OPP27.91_140, for the XT1922-4. This one is the september update for the Moto G6 Play here in Mexico, don't know if it will work on other phones, but this one did it for me.

Hope anyone can find this useful, cheers.

ALJETER_OPP27.91_140_XT1922_4_cid50_subsidy_IUSMXLA_regulatory_XT1922_4_8.0.0_CFC.xml.zip

drive. goo gle .com/file/d/1O2ixtq9iHPOe7JcbkPdu7afz2gG0Qfxh/view

(Sorry for the bad english)


Info Pic: im gur.com/ItTJguQ.png
 

krltz2

Member
Oct 9, 2018
12
1
0
You are the best

Hello everyone!

After spending a day trying to make my phone work, I finally did it. The phone needed a certain ROM that I couldn't find anywhere, only some sites that require you to pay... So I did, out of lack of options.

The Rom in question is the OPP27.91_140, for the XT1922-4. This one is the september update for the Moto G6 Play here in Mexico, don't know if it will work on other phones, but this one did it for me.

Hope anyone can find this useful, cheers.

ALJETER_OPP27.91_140_XT1922_4_cid50_subsidy_IUSMXLA_regulatory_XT1922_4_8.0.0_CFC.xml.zip

drive. goo gle .com/file/d/1O2ixtq9iHPOe7JcbkPdu7afz2gG0Qfxh/view

(Sorry for the bad english)


Info Pic: im gur.com/ItTJguQ.png


THANKS :good::good::good::good::good::good::good::good::good::good::good:
 

jglm4u

Senior Member
Oct 12, 2011
719
104
0
Hello everyone!

After spending a day trying to make my phone work, I finally did it. The phone needed a certain ROM that I couldn't find anywhere, only some sites that require you to pay... So I did, out of lack of options.

The Rom in question is the OPP27.91_140, for the XT1922-4. This one is the september update for the Moto G6 Play here in Mexico, don't know if it will work on other phones, but this one did it for me.

Hope anyone can find this useful, cheers.

ALJETER_OPP27.91_140_XT1922_4_cid50_subsidy_IUSMXLA_regulatory_XT1922_4_8.0.0_CFC.xml.zip

drive. goo gle .com/file/d/1O2ixtq9iHPOe7JcbkPdu7afz2gG0Qfxh/view

(Sorry for the bad english)


Info Pic: im gur.com/ItTJguQ.png
I have the same device & model.. I was on gsi rom, when I try to flash the stock ROM through adb.. Instead of rebooting to system it reboots to bootloader. I flash the ROM you provide and the op rom and I get the same issue.. I try flashing it many time and NOTHING GETS ME TO STOCK!!!! when I reboot to recovery I still have twrp recovery... I check my adb and reinstall adb and downloaded the stock ROMs 3 times already to make sure its not my PC or adb commands but nothing seems to get me back to stock!!!!! .. What in the world do I need to do to get back to stock???????????????????xt922-4
 

Tapiaxdc

New member
Oct 12, 2018
2
4
0
I have the same device & model.. I was on gsi rom, when I try to flash the stock ROM through adb.. Instead of rebooting to system it reboots to bootloader. I flash the ROM you provide and the op rom and I get the same issue.. I try flashing it many time and NOTHING GETS ME TO STOCK!!!! when I reboot to recovery I still have twrp recovery... I check my adb and reinstall adb and downloaded the stock ROMs 3 times already to make sure its not my PC or adb commands but nothing seems to get me back to stock!!!!! .. What in the world do I need to do to get back to stock???????????????????xt922-4
I also had that problem, what commands are you using to install it? I remember that in the post the was a missing command to fully install the one i have:

This are the original commands when installing the system image:
Code:
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
And this is the modification I did, because there are 5 parts of the system image.

Code:
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
I hope thats the problem you are having, because this is the only solution I have.
 
  • Like
Reactions: jglm4u

jglm4u

Senior Member
Oct 12, 2011
719
104
0
I also had that problem, what commands are you using to install it? I remember that in the post the was a missing command to fully install the one i have:

This are the original commands when installing the system image:


And this is the modification I did, because there are 5 parts of the system image.



I hope thats the problem you are having, because this is the only solution I have.
Im gonna try it and report back!!!!

Update: it worked !!! Good looking up man!!!! Thnks
 
Last edited:

tiesone

New member
Nov 2, 2018
1
0
0
muchas gracias amigo muchos dias busque esta rom incluso marque a motorola y dicen que por politicas de la empresa no me la podian pasar buena vibra en todo
 

Wayne Royale

New member
Nov 7, 2018
1
0
0
Firmware (using lenovo moto smart Assistan) 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
First sorry for my bad english...
Try to use the program "Lenovo Moto Smart Assistan"
I have the same model (xt1922-4), 1 month ago the firmware did'nt appear, but i try today, and i have lucky...the firmware is there! But the patch is of October first, and i have a problem with the speaker, it sounds bad, but you could solve your problem :)
 

Sukhjitbrg

New member
Nov 15, 2018
2
0
0
bug report

i receive this bug report on my phone. can anybody tell me what is that ? is somebody hacked my phone? bugreport-jeter-OPP27
bugreport-jeter-OPP27.91-140-2018-11-13-17-11-24
please reply
 

madbat99

Senior Member
Mar 1, 2014
5,539
3,285
113
i receive this bug report on my phone. can anybody tell me what is that ? is somebody hacked my phone? bugreport-jeter-OPP27
bugreport-jeter-OPP27.91-140-2018-11-13-17-11-24
please reply
You must have taken a bug report at some point by mistake. There is an option for it in developer settings. your phone just took a bug report to send to Motorola. Nobody hacked you.
 

mapomme1108

Member
Oct 24, 2015
15
1
0
Hello,

I have a Moto G6 Play.
I have installed TWRP as a recovery but then the phone was stuck in a boot loop.

So I have restored "ALJETER_OPP27.91-87_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.rar".
but now when I turn on the phone, there is the "bad key" message.

What can I do?

Before doing that, I have made a backup with this command :
adb backup -apk -shared -all -f backup.ab

Is it ok to restore this backup now?

Thanks per advance for your help
 
Last edited: