Stock N/O Firmware [Apr 01/Dec 01 Security Patch][fastboot][7.0/8.1] - Moto G4 Plus Guides, News, & Discussion

Disclaimer: I am not responsible for anything that happens as a result of flashing these files.
Latest Build Nougat:NPJS25.93-14-18 Tested on: All retail variants: XT1621, XT1622, XT1640, XT1641, XT1642, XT1643, XT1644
Latest Build Oreo: OPJ28.111-22-1 Tested on: All retail variants: XT1621, XT1622, XT1640, XT1641, XT1642, XT1643, XT1644
Note: Motorola doesn't allow downgrading so once u flash O via OTA/Fastboot it isn't recommended to go back to N or any older build than OPJ28.111-22 .
Downloads:
Stock N: ATHENE_NPJS25.93-14-18_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Stock O: ATHENE_OPJ28.111-22-1_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Note: If you're looking for a TWRP flashable version instead, please download that zip from the thread below, thanks to @Jleeblanch for providing this zip. Keep in mind that you can't take OTAs on this version as you'll be having TWRP and these zips don't upgrade your bootloader/gpt.
[ROM] TWRP Flashable Stock Firmware [7.0][8.1.0]
Procedure:
You must already have ADB and fastboot setup, check here if you haven't already as using adb/fastboot isn't within the scope of this thread.
How to Install ADB on Windows, macOS, and Linux
1. Download the file and extract the zip archive
2. Extract all the files to your fastboot folder. (Not needed if you have adb and fastboot added to the path, if you want to know how to do this, check this guide: How to Use ADB or Fastboot From Any Directory on your Windows/Linux PC)
3. Restart the device in fastboot/bootloader mode and connect to your PC.
4. Make sure the system detects the device in fastboot mode, to verify this your command window/terminal shows a serial number when you type:
Code:
fastboot devices
5. Use the following commands now or you can use the flash scripts provided as attachments to this post:
NOTE: SKIP the oem lock begin and the oem lock commands if you dont want to lock your bootloader
Linux users will need to change the extension to .sh and add sudo before each command or directly run it as a root user .
To simply flash, run the "OEM Flash" file; to lock the bootloader, run "OEM Lock" file.
Manual method:
Code:
fastboot oem lock begin
fastboot oem lock begin
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 dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize (optional: will erase any customizations if ordered through motomaker)
fastboot erase clogo (optional: will erase the custom boot logo if ordered through motomaker)
fastboot oem lock
fastboot reboot
Note: Many people have reported than flashing stock ROM after flashing a 64 bit Pie custom ROM leads to loss of IMEI. Just in case this happens to you, the fix has been made available by @Heeth21 . Also, some people suffer from having messed up Baseband, fingerprint detection or wrong IMEIs. Checkout both the threads here:
[Guide] [XT16XX] [Solve] Moto G4/Plus IMEI=0 issue.
[Guide] [XT16XX] [Solve] G4+ Baseband/Network/Volte issue, Lost 1 IMEI & fingerprint
For someone who has hardbricked his device , please refer to the following thread to get the raw bootloader and partition table and then flash the ROM as mentioned above.
[GUIDE] Moto G4 Plus HardBrick SOLVED - ULTIMATE UNBRICKING GUIDE
Credits:
TeamReviver
Motorola Mobility LLC
Android File Host
XDA-Developers

Thanks OP, i have a question, i am right now using NPJ25.93-11 from november 2016 on my XT1641. Can i just enter those commands:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Click to expand...
Click to collapse
without loose any data? thanks in advance.

was looking forward to this, thank you OP!

moonlightdrive said:
Thanks OP, i have a question, i am right now using NPJ25.93-11 from november 2016 on my XT1641. Can i just enter those commands:
without loose any data? thanks in advance.
Click to expand...
Click to collapse
Those commands look okay - as always, try to back up your data as much as you can before flashing, in case you have to factory reset your device. I personally would also include 'fastboot erase cache' as a command (without the quotes), to wipe your cache, which shouldn't affect your data. You may experience a longer initial boot time as your system rebuilds the cache.
It's up to you if you wish to flash and update your gpt and bootloader as well - I don't know if not updating to the latest bootloader and gpt may affect future updates.

echo92 said:
Those commands look okay - as always, try to back up your data as much as you can before flashing, in case you have to factory reset your device. I personally would also include 'fastboot erase cache' as a command (without the quotes), to wipe your cache, which shouldn't affect your data. You may experience a longer initial boot time as your system rebuilds the cache.
It's up to you if you wish to flash and update your gpt and bootloader as well - I don't know if not updating to the latest bootloader and gpt may affect future updates.
Click to expand...
Click to collapse
Thank you for your complete answer:good:. I will take your suggestion of wiping cache.

moonlightdrive said:
Thank you for your complete answer:good:. I will take your suggestion of wiping cache.
Click to expand...
Click to collapse
Good luck with flashing - also, might be worth flashing the logo.bin too, so your flashing list would look more like (if including the gpt and bootloader):
Code:
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 dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot reboot

moonlightdrive said:
Thanks OP, i have a question, i am right now using NPJ25.93-11 from november 2016 on my XT1641. Can i just enter those commands:
without loose any data? thanks in advance.
Click to expand...
Click to collapse
EDIT:
I report that it works perfectly (without loss of data).
---------- Post added at 02:36 PM ---------- Previous post was at 02:34 PM ----------
echo92 said:
Good luck with flashing - also, might be worth flashing the logo.bin too, so your flashing list would look more like (if including the gpt and bootloader):
Code:
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 dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot reboot
Click to expand...
Click to collapse
I just finished the flashing process, and it's all ok, everything works good now. thanks for helping me!

moonlightdrive said:
EDIT:
I report that it works perfectly (without loss of data).
---------- Post added at 02:36 PM ---------- Previous post was at 02:34 PM ----------
Good luck with flashing - also, might be worth flashing the logo.bin too, so your flashing list would look more like (if including the gpt and bootloader):
I just finished the flashing process, and it's all ok, everything works good now. thanks for helping me!
Click to expand...
Click to collapse
Cool, will add it to the OP that it works fine on xt1641

How does one know which variants the referenced stock ROM applies to? I'm supposing it's any phone that lists NPJS25.93-14-4 under build number. Also, is this an official build direct from Motorola?

flroots said:
How does one know which variants the referenced stock ROM applies to? I'm supposing it's any phone that lists NPJS25.93-14-4 under build number. Also, is this an official build direct from Motorola?
Click to expand...
Click to collapse
Yes the ROM is officially signed by moto. Initial upload was done by the Moto Firmware team. It is confirmed to work on XT1641 and XT1643. Just like the Dec 1 Security firmware, this should probably work on the xt164* devices, as long they are retail versions. :good:
I will ask more people to try the same. :good:

A .bat file for commands would be really great..ease of use !
Thanks !

Sharp404 said:
A .bat file for commands would be really great..ease of use !
Thanks !
Click to expand...
Click to collapse
A zip containing the bat files has been attached to the OP. :good:

Great Job
I am now back to stock thanks for creating the fastboot rom i was eagerly waiting for it thank u

Anyone try it on xt1621?
Enviado desde donde estoy ahora. ¿Que esperabas?

tywinlannister7 said:
Yes the ROM is officially signed by moto. Initial upload was done by the Moto Firmware team. It is confirmed to work on XT1641 and XT1643. Just like the Dec 1 Security firmware, this should probably work on the xt164* devices, as long they are retail versions. :good:
I will ask more people to try the same. :good:
Click to expand...
Click to collapse
Can confirm it works on XT1640

Fede79 said:
Anyone try it on xt1621?
Enviado desde donde estoy ahora. ¿Que esperabas?
Click to expand...
Click to collapse
I dit, it works fine!
---------- Post added at 05:32 PM ---------- Previous post was at 05:31 PM ----------
It is laggy, am i the only one?????
It only happens when i flash the firmware from PC!
When i install marshmallow and i updated to Nougat it worked so smooth. What could be the problem?

Is this rom compatible with XT1626? If yes: can anyone share a screenshot with system infos? Thanks in advance.

At first thanks to tywinlannister7.
Anyone tried the rom on the XT1622?

where is the files OEM Flash" file; "OEM Lock" file. ???????

diegomartinezlovey said:
where is the files OEM Flash" file; "OEM Lock" file. ???????
Click to expand...
Click to collapse
Check the attachment in the OP.

Related

[Windows Tool] Moto G 2015 XT1072 Restore to to Stock Android 5.0.2

HI FRIENDS!
This is a one-click tool I made to automatically restore your device back to stock firmware. This is for Windows only at the moment. This tool can restore your device to stock when the device is booted up, in a bootloop, in recovery, or in booloader mode (fastboot mode).
Introducing my new "Restore to Stock" tool for Windows! This is tool currently supports XT1072.
So how do u restore to stock?
***This will wipe all your data***
Step 1)
Download the "Moto G 2014 Restore to Android 5.0.2" zip from here:
XT1072:
1) Firmware 22.46.28 [5.0.2-EU] - LINK
Step 2)
Extract the .zip to a location on your PC/Laptop you can easily access
Step 3)
Plug your Moto G 2015 into your computer
***Make sure all the proper device drivers are installed***
Step 4)
In the extracted folder, find a file called "Auto Restore Script" and click it (It is a Windows batch file)
Step 5)
In less than 5 min. your Moto G 2015 will be restored to stock firmware
NOTE: I RECOMMEND YOU TRY THIS TOOL OUT ON YOUR MOTO G, SO JUST IN CASE IF YOU EVER ARE IN A PROBLEM (BOO-LOOP, CORRUPT PARTITION, ETC.) YOU KNOW HOW TO USE THIS TOOL AND U ARE ASSURED THIS TOOL WORKS! ​
If you like my work please donate by clicking "DONATE TO ME" on the left side of this post under my XDA username.
ALL DONATIONS ARE GREATLY APPRECIATED!
Oh my god, your lovely tool just saved my new Moto G from bricktown after an aborted attempt at rooting. Cannot thank you enough.
One note I want to add: in order to get this to work, I had to move the files into the same folder as my 'fastboot' and 'adb' installation, and also remove the 'm' from the start of each line. Otherwise, it worked perfectly.
Thank you thank you thank you!
you really need to add the mfastboot.exe file to this as in its current state it is not working until you add the file yourself. either add the file or change the script to use normal fastboot
Just to confirm ... will this restore my Moto G back 100% to how it was before I started rooting (and I can then receive official updates)? There are so many different versions of Moto G 2nd generation, like 2014 vs. 2015, Europe vs. USA, etc. I just want to be sure.
I tried rooting my phone yesterday, and I might want to go back to default at some point (I only unlocked bootloader + installed TWRP + installed SuperSU).
See attached photo of my phone's stats.
The link is broken
I have the file. I try to share it this weekend.
EDIT:
Here you are
https://dl.dropboxusercontent.com/u...1072] Restore to Android 5.0.2 (22.46.28).zip
Anyone have this already and can reupload it?
doesn't work on my XT1072
with my old phone, the galaxy nexus, it will take 1 click and 5 minutes time to restore to stock firmware with a simple toolkit, now i look like a freaking noob.
RandyRhoads1821 said:
doesn't work on my XT1072
with my old phone, the galaxy nexus, it will take 1 click and 5 minutes time to restore to stock firmware with a simple toolkit, now i look like a freaking noob.
Click to expand...
Click to collapse
Same here
if it doesn't work try this:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Link doesn't work
EDIT: NVM, just saw the other post
mendelssohn said:
if it doesn't work try this:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Click to expand...
Click to collapse
I tried the whole process, but with "mfastbond" instead of "fastbond" ;-P, and it worked nicely, thanks a lot.
Piece of advice, DON'T SKIP THE ERASE USERDATA LINE!!, I tried to save me the time of setting up everyting again, and I had a memorable UPS! moment, when the boot process stopped into a black screen... thank god I could reboot into bootloader mode and start again :_o
switch to br retail from EU rom
after i install this EU rom, can i install a stock retail from brazil? as i am in Brazil, not EU. myne is a xt1078, updated to 6.0 but it is stuck in fastboot mode, with locked boot. tryed few comands no use,
did not work. mine is a xt1079. guess the same as the 1072. tried manual commands but still no use. any other help?
Shawn5162 said:
HI FRIENDS!
This is a one-click tool I made to automatically restore your device back to stock firmware. This is for Windows only at the moment. This tool can restore your device to stock when the device is booted up, in a bootloop, in recovery, or in booloader mode (fastboot mode).
Introducing my new "Restore to Stock" tool for Windows! This is tool currently supports XT1072.
So how do u restore to stock?
***This will wipe all your data***
Step 1)
Download the "Moto G 2014 Restore to Android 5.0.2" zip from here:
XT1072:
1) Firmware 22.46.28 [5.0.2-EU] -
Step 2)
Extract the .zip to a location on your PC/Laptop you can easily access
Step 3)
Plug your Moto G 2015 into your computer
***Make sure all the proper device drivers are installed***
Step 4)
In the extracted folder, find a file called "Auto Restore Script" and click it (It is a Windows batch file)
Step 5)
In less than 5 min. your Moto G 2015 will be restored to stock firmware
NOTE: I RECOMMEND YOU TRY THIS TOOL OUT ON YOUR MOTO G, SO JUST IN CASE IF YOU EVER ARE IN A PROBLEM (BOO-LOOP, CORRUPT PARTITION, ETC.) YOU KNOW HOW TO USE THIS TOOL AND U ARE ASSURED THIS TOOL WORKS! ​
If you like my work please donate by clicking "DONATE TO ME" on the left side of this post under my XDA username.
ALL DONATIONS ARE GREATLY APPRECIATED!
Click to expand...
Click to collapse
help
mendelssohn said:
if it doesn't work try this:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Click to expand...
Click to collapse
still dont work
erprando said:
after i install this EU rom, can i install a stock retail from brazil? as i am in Brazil, not EU. myne is a xt1078, updated to 6.0 but it is stuck in fastboot mode, with locked boot. tryed few comands no use,
Click to expand...
Click to collapse
Hey mate don't know if you fixed the problem but you can find the latest image for you phone xt1072 BR
MM XT1078_THEA_RETBR_DS_6.0_MPB24.65-34_cid12_subsidy-DEFAULT_CFC.xml.zip
or latest 5.0.2 whit stagefright fix
LL XT1078_THEA_RETBR_DS_5.0.2_LXB22.99-24.12_cid12_subsidy-DEFAULT_CFC.xml.zip
To flash this use the minimal fastboot folder in my sign and the correct bat script LP/MM, just put everything in the same folder and launch the bat
lucifermorn said:
still dont work
Click to expand...
Click to collapse
Grab the latest stock image for your phone from the repo linked in my sign, read the first answer in this post reply on how to flash it.
-------------------------------------------------------------------------------------------------------
Most of the times if you didn't flashed the wrong files you can recover from a bootloop by wiping data/cache (factory reset) whit bootloader or fastboot.
As @lucifermorn noted the original updater.bat file included by th OP wasn't complete, motoboot.img missing if i'm correct, and wasn't using mfastbootv2.
You can find bat scripts for flashing stock roms in my sign, latest minimal fastboot+mfastbootv2, and a link to the moto g stock roms repo on filefactory.
PS
@vegdroid that image is old too, latest 5.0.2 whit stagefright fix is 22.99-24.12 if i'm correct.
Check the moto g stock images repo linked in my sign.
EDIT
Ouch @erprando just realized you wasn't asking, but stating that you have flashed an xt1072 rom on an xt1078, that a very bad thing, if my bat script isn't working you know why.
help
mendelssohn said:
if it doesn't work try this:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Click to expand...
Click to collapse
IVE TRIED EVERYTHING, CAN SOMEONE PLEASE GO IN DETAILS ON THE STEPS TO ENSURE IT WORKS, IM DESPERATE:crying:
This works fine but only if you add the mfastboot files. Moto G 2nd XT1072 Tesco. Saved me from a previous Marshmallow custom rom! Many thanks.
help
ArchieGodfrey said:
This works fine but only if you add the mfastboot files. Moto G 2nd XT1072 Tesco. Saved me from a previous Marshmallow custom rom! Many thanks.
Click to expand...
Click to collapse
how do i get tge moto g 2nd XT1072 Tesco?
---------- Post added at 06:56 PM ---------- Previous post was at 06:06 PM ----------
Never mind i fixed it xd i dont know how but thank god its fixed
Guys this bat script or how some call it "WINDOWS TOOL" (make me laugh), is not OK from a loooooong time, check by yourself, USE AT YOUR OWN RISK.
Bootloader is left behind......
wrong script said:
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot.exe reboot
Click to expand...
Click to collapse
bootloader.img ??? anyone noticed this file in the zip or any lollipop/mm stock rom?? is this from gen1 kikat roms ?
right script said:
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
Click to expand...
Click to collapse

[BOOTLOOP] Flashed stock rom after OEM unlocking ten bootloop

hello fellas
I just unlocked my bootloader, flashed aokp and used a little bit.
every Gapps i install stayed buggy, so I decided to install the original firmware than root it.
So I downloaded the original stuff
then:
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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Then it keep showing boot logo then android robot with deleting (something like that) on screen
and keep rebooting and doing this stuff for ever
Yes, I downloaded the right files for my phone
xt1544
I can still flash custom recovery and flash custom roms and boot them, but no stock roms
Could anyone help me?
Steps are looking correct... Is the file got currupted or what? I mean did u paused the file during downloads?
sagar27691 said:
Steps are looking correct... Is the file got currupted or what? I mean did u paused the file during downloads?
Click to expand...
Click to collapse
Nope :/
and it installs everything with no errors
OtavioMalzone said:
Nope :/
and it installs everything with no errors
Click to expand...
Click to collapse
Then u need to ask any dev. Or try steps again...
I've found my error. very stupid acctualy haha
my xt1544 has 6 system.img_sparsechunk parts, and all tutorials went only util .5
That's why it was not booting correclty!
anyway, tnx

MOTO G4 Plus XT1643 Updated Signed Stock Rom MPJ24.139-63 + Relock The Bootloader

It's Working On XT1643, I Don't Know About Another
1. Download the Minimal ADB and Fastboot = https://drive.google.com/file/d/0B1MeY85PNSirb2tBdF9Vc3lTY3M/view?usp=sharing
2. Install Minimal ADB and Fastboot Or ( You Can Use mfastboot-v2 Search On xda )
3. Download the stock rom = https://drive.google.com/file/d/0B1MeY85PNSirRmRXX0Q1dHVfQkE/view?usp=sharing
4. Extract it and paste its contents in the adb folder.
5. Make sure that usb debugging is on.
6. Thane Reboot Your Phone On Bootloader Mode And Connect Usb On Your Phone
7. ( Now Run OEM lock.bat ) Or ( You Can Use Manually Now in the adb folder shift+right click and then in the pop click open command window here. )
fastboot oem lock begin
fastboot oem lock begin
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 dsp adspso.bin
fastboot flash oem oem.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 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 lock
fastboot reboot
Hope Its Helpful For You...
Thanks....
is it the latest firmware
samiran das 03 said:
is it the latest firmware
Click to expand...
Click to collapse
Yes It's The latest Signed Stock Firmware....
You Are On XT1643?
Yaa iam using the indian version of moto g4 plus
---------- Post added at 10:21 AM ---------- Previous post was at 10:19 AM ----------
I have started downloading i mean while i will try this
Is it the one with May 1st Security patch and April 28th Kernel version or the one after the OTA update? Can you please check the about phone details and clarify?
pradipsoman said:
Is it the one with May 1st Security patch and April 28th Kernel version or the one after the OTA update? Can you please check the about phone details and clarify?
Click to expand...
Click to collapse
after the OTA update
Flashed..and rooted...Working great..Thanks a ton
pradipsoman said:
Flashed..and rooted...Working great..Thanks a ton
Click to expand...
Click to collapse
Whats Is Ton?
How to flash?
Using twrp or fastboot command?
samiran das 03 said:
How to flash?
Using twrp or fastboot command?
Click to expand...
Click to collapse
It"s Stock Rom Dude Use fastboot
1. Download the Minimal ADB and Fastboot = https://drive.google.com/file/d/0B1M...ew?usp=sharing
2. Install Minimal ADB and Fastboot Or ( You Can Use mfastboot-v2 Search On xda )
3. Download the stock rom = https://drive.google.com/file/d/0B1M...ew?usp=sharing
4. Extract it and paste its contents in the adb folder.
5. Make sure that usb debugging is on.
6. Thane Reboot Your Phone On Bootloader Mode And Connect Usb On Your Phone
7. ( Now Run OEM lock.bat ) Or ( You Can Use Manually Now in the adb folder shift+right click and then in the pop click open command window here. )
fastboot oem lock begin
fastboot oem lock begin
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 dsp adspso.bin
fastboot flash oem oem.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 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 lock
fastboot reboot
swarupgolui said:
Whats Is Ton?
Click to expand...
Click to collapse
1 US Ton= 907.185 Kg.
swarupgolui said:
Whats Is Ton?
Click to expand...
Click to collapse
pradipsoman said:
Flashed..and rooted...Working great..Thanks a ton
Click to expand...
Click to collapse
wifi not working after root, which method did you follow
pp_prathap said:
wifi not working after root, which method did you follow
Click to expand...
Click to collapse
Be careful of which modified boot.img you use as the wifi works only with the stock Indian one. I did not go for that method. I followed the systemlesss root method.....just create a .supersu in /data and flashed superuserSu-V2.78..everything works...
thanks it worked
Thanks a million man!
I was stuck with some custom roms after trying them out and couldn't get the stock rom due to the restrictions of our damn government for Filefactory's website here in India. I thought I may have to stick with the custom rom forever without tasting the Nougat which is about to come. It was until last night when I found this post here and I flashed this without a single problem. And now, I am back with the good old stock and waiting for the Nougat OTA with patience and hope.
I simply can't thank you enough for this buddy. You saved me from the wrath of custom roms and their messed up bugs and so called customizations. There is nothing as simple and elegant as stock for Android. Thanks again! Appreciate it. :good:
Link broken
Link broken plz provide new link
Alexanderfedson said:
Link broken plz provide new link
Click to expand...
Click to collapse
Link Not broken Dude
Are I bengoli
samiran das 03 said:
Are I bengoli
Click to expand...
Click to collapse
I'm Bengali From Kolkata..........
swarupgolui said:
I'm Bengali From Kolkata..........
Click to expand...
Click to collapse
I also Bengali but from mumbai
---------- Post added at 12:29 PM ---------- Previous post was at 12:29 PM ----------
Areu
on facebook

Moto X Play India & Brazil Official Final Firmware 7.1.1 (Fastboot Files)

I have tried the Indian Version and is working completely fine
If you can't download files from Motorola cloud then try using a VPN.
Indian Version
Motorola Cloud
Mega
Github
Drive
Brazilian Version
Motorola Cloud
AndroidFileHost
Mega
Github
If you don't know how to flash this files go to : How to Flash Fastboot files
To completely relock the bootloader use the below commands
Code:
fastboot oem fb_mode_set
fastboot oem lock begin
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 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 lock
fastboot oem fb_mode_clear
fastboot reboot
ALWAYS CHECK YOUR MODEL
FLASHING WRONG FIRMWARE CAN DESTROY A PHONE​
Thanks to Rickk (Japa) and kumeipark for the links
dheerajz said:
I have tried the Indian Version and is working completely fine
Hey, I am getting Access Denied while downloading the Indian version.
Click to expand...
Click to collapse
dheerajz said:
I have tried the Indian Version and is working completely fine
Indian Version
Brazilian Version​
If you don't know how to flash this files go to : How to Flash Fastboot files
To completely relock the bootloader use the below commands
Code:
fastboot oem fb_mode_set
fastboot oem lock begin
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 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 lock
fastboot oem fb_mode_clear
fastboot reboot
ALWAYS CHECK YOUR MODEL
FLASHING WRONG FIRMWARE CAN DESTROY A PHONE​
Thanks to Rickk (Japa) for the links
Click to expand...
Click to collapse
Getting access denied issue.
Can you post a mega or google drive link for the fastboot files.
Seems they verify the IP of client and give access depends on region. Maybe some proxy help.
Indian version link is not working
Uploading Indian Version: 1 Hr. left!
kumeipark said:
Uploading Indian Version: 1 Hr. left!
Click to expand...
Click to collapse
Is it same as above link
---------- Post added at 09:17 AM ---------- Previous post was at 09:15 AM ----------
dheerajz said:
I have tried the Indian Version and is working completely fine
If you can't download files from Motorola cloud then try using a VPN.
Indian Version
Motorola Cloud
Adding more Links
Brazilian Version
Motorola Cloud
AndroidFileHost
Mega
If you don't know how to flash this files go to : How to Flash Fastboot files
To completely relock the bootloader use the below commands
ALWAYS CHECK YOUR MODEL
FLASHING WRONG FIRMWARE CAN DESTROY A PHONE
Thanks to Rickk (Japa) for the links
Click to expand...
Click to collapse
Can I just flash these files through twrp
ssmmod293 said:
Is it same as above link
Click to expand...
Click to collapse
Untouched Version (Same as above)
Anyone who flashed the Indian Version Firmwire from Stock unlocked bootloader 6.0.1 ?
Can you post detailed step by step for installing this.
I mean there is a bigger risk in bricking through fast boot than TWRP . So a detailed step by step guide will be so useful.
TIA
XT1562 India Mirror:
https://mega.nz/#!ilBzhQCa!Sonpj4GZinqOIf3NcQldFK8nf9ZBz6iUAvh6OkNYq84
https://github.com/motoxplay/stock/...PD26.48-24-1_cid7_subsidy-DEFAULT_CFC.xml.zip
https://drive.google.com/open?id=0Bz08OrxbxDBsQVp6d1VHaUZhV1k
XT1563 Brazil Mirror:
https://github.com/motoxplay/stock/...D26.48-24-1_cid12_subsidy-DEFAULT_CFC.xml.zip
nishantmor_27 said:
dheerajz said:
I have tried the Indian Version and is working completely fine
Hey, I am getting Access Denied while downloading the Indian version.
Click to expand...
Click to collapse
Working for me If you guys want I can upload it to new link
Click to expand...
Click to collapse
ssmmod293 said:
Is it same as above link
---------- Post added at 09:17 AM ---------- Previous post was at 09:15 AM ----------
Can I just flash these files through twrp
Click to expand...
Click to collapse
Never sir. You have to used PC or laptop.
dheerajz said:
To completely relock the bootloader use the below commands[/SIZE]
Code:
fastboot oem fb_mode_set
fastboot oem lock begin
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 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 lock
fastboot oem fb_mode_clear
fastboot reboot
ALWAYS CHECK YOUR MODEL
FLASHING WRONG FIRMWARE CAN DESTROY A PHONE​
Thanks to Rickk (Japa) for the links
Click to expand...
Click to collapse
Why do we need commands to relock bootloader ? Does this unlock the bootloader ?
swaggy123 said:
Why do we need commands to relock bootloader ? Does this unlock the bootloader ?
Click to expand...
Click to collapse
This commands are for those who have an unlocked bootloader and want to relock the bootloader
swaggy123 said:
Why do we need commands to relock bootloader ? Does this unlock the bootloader ?
Click to expand...
Click to collapse
Not bootloader relock. Its oem lock.
---------- Post added at 05:34 PM ---------- Previous post was at 05:32 PM ----------
dheerajz said:
I have tried the Indian Version and is working completely fine
If you can't download files from Motorola cloud then try using a VPN.
Indian Version
Motorola Cloud
Adding more Links
Brazilian Version
Motorola Cloud
AndroidFileHost
Mega
If you don't know how to flash this files go to : How to Flash Fastboot files
To completely relock the bootloader use the below commands
Code:
fastboot oem fb_mode_set
fastboot oem lock begin
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 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 lock
fastboot oem fb_mode_clear
fastboot reboot
ALWAYS CHECK YOUR MODEL
FLASHING WRONG FIRMWARE CAN DESTROY A PHONE​
Thanks to Rickk (Japa) for the links
Click to expand...
Click to collapse
Brazil ROM have 7 system .image. Cmd should add one more command
dheerajz said:
I have tried the Indian Version and is working completely fine
Click to expand...
Click to collapse
Thank you so much.. was waiting for this from a long time..
Can anyone confirm that by going this method does the playstore is certified or not because I went by another method from another post by restoring backup image provided
ok, thanksssss!!!!
ssmmod293 said:
Can anyone confirm that by going this method does the playstore is certified or not because I went by another method from another post by restoring backup image provided
Click to expand...
Click to collapse
YES it shows certified on playstore
thuybang said:
not bootloader relock. Its oem lock.
---------- post added at 05:34 pm ---------- previous post was at 05:32 pm ----------
brazil rom have 7 system .image. Cmd should add one more command
Click to expand...
Click to collapse
thanks updating op

Manually update Z3 Play to Pie

Story: I bought US version Z3 Play open market model from B&H. I could unlock the bootloader according to Motorola Developer site, but I encountered problem to root and I have struggled half day to make root done from booting TWRP to patching boot.img.
Eventually, I bit the bullet and make a step up to update to Pie bu downloading RETAIL ROM instead of RETUS. This time I patched the updated boot.img and I got success.
Prerequisite:
Full RETAIL Pie ROM
https://mirrors.lolinet.com/firmware/moto/beckham/official/RETAIL/
Bootloader unlocked
It's recommended to flash in Linux (I used Ubuntu) as I didn't have luck with Windows
Main battery should be full and supplied battery module should be at least 50% (you can charge battery module with 9V PD charger)
Some typing (all fastboot commands typed as ./fastboot)
Be aware some components will be flashed in b partition. Failure to do it will cause bootloop
./fastboot erase userdata is optional, but it is recommended to avoid unexpected trouble
Steps:
1. Download the Pie ROM and extract to somewhere you know (you can drag and drop the file into terminal window).
2. Copy the boot.img to the phone and let Magisk Manager to patch it, and copy the patched_boot.img to where you can locate.
3. Backup your personal data just in case
4. Prepare USB C cable
5. Enter bootloader. Turn the phone off, press and hold both volume down and power button together, and connect you phone to host computer. (You phone should show USB conmected)
6. Enter the following commands
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 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 system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot flash oem_b oem_other.img
fastboot flash vendor vendor.img_sparsechunk.0
fastboot flash vendor vendor.img_sparsechunk.1
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot flash logo logo.bin
fastboot reboot
Click to expand...
Click to collapse
7. After the phone has booted up, wait until it completed the update process. Now you have to go back to bootloader for rooting.
fastboot flash boot patched_boot.img
Click to expand...
Click to collapse
Booting process takes much longer, but it's one process until you update ROM and regain root again.
8. Run Magisk Manager to check root status
This is what I did to manually update to Pie and root it. Your milage may vary.
Good luck
Will this work on the amazon version?
CrimsonSaber5G said:
Will this work on the amazon version?
Click to expand...
Click to collapse
If the bootloader can be unlocked, it's likely
Will this still allow you to get OTAs or will it break it?
crazyjimbo said:
Will this still allow you to get OTAs or will it break it?
Click to expand...
Click to collapse
I used to flash stock on my rooted z3play, then take the OTA . For some reason that's not possible anymore. I really need the latest OTA to sideload it. I tried many different roms 8.1 and 9.0

Categories

Resources