[FASTBOOT ROM] OREO Retail OPS27.76-12-25 (April) using Fastboot - Moto Z2 Play Guides, News, & Discussion

Hi all, i have found this on Motozbrasil Blogspot.
It reported XT1710-01, XT1710-02, XT1710-06, XT1710-07, XT1710-09 e XT1710-10 models as working, but my XT1710-08 works too (see details in this post).
>>>> All credits and thanks go to motozbrasil and its staff. It is not my creation, i have just shared and reported my personal experience with my XT1710-08, not listened on that site.
A special, big, superb thanks to Junior Passos @Junior Passos the op of the motozbrasil thread. <<<
Basical steps:
1) Install drivers (Win) and reboot pc;
2) Unzip firmware and ADB + FASTBOOT - MZ2PLAY in the same folder (thanks to htcmania for package);
3) Put your phone in fastboot mode (Vol down + Power) then Connect to pc, waiting for drivers if needed;
4) Double click on z.bat (edit it with your own commands or use my zips attached changing "mfastboot" voices with "fastboot", so delete "m" from every single command), press a button.
Profit.
We needed a retail fastboot Oreo rom, so here we are.
All at your own risk.
Good luck.
Due to motozbrasil site down on link posted, i linked new adb fastboot and Installer. As soon as possibile i will change and upload installers attached.
Other links for rom only, here (thanks @thedoginthewok):
MEGA:
https://mega.nz/#!Y51hDRRQ!fxS5qoi2rklgtyQP5ydpcd7nM7qIl-wbsd9zJIF6doQ
Google Drive:
https://drive.google.com/file/d/1kyr8AHFZKv5-ASmCEpGHc8CqGgJFc6YO/view
I advice you to proceed over Windows, but in case...
> On Linux
Linux doesn't need drivers.
How to install adb/fastboot on linux, macos, win (depends on your distro): https://www.xda-developers.com/install-adb-windows-macos-linux/
If you are under Ubuntu the easiest way for installing adb-tools is (from terminal):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
Click to expand...
Click to collapse
Command under Terminal (Win/Linux) are:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
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 dsp adspso.bin
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 system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase DDR
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
In some cases (for example XT1710-08) is useful to skip (if you come from NPSS26.118-19-1-6):
fastboot erase modemst1
fastboot erase modemst2
Click to expand...
Click to collapse
If you pass directly from ZUI skip also:
fastboot flash modem NON-HLOS.bin
Click to expand...
Click to collapse
Those for preserving signal and data connection.
---
If you have a corrupted boot.img and you are not able to flash (like bangood or other shops do with chinese model), you first have to give that:
fastboot flashing unlock
Click to expand...
Click to collapse
Hope is useful.
Link above are for Win (1st) and Linux (2nd)**.
** if you use attached .sh remember you have to connect you phone in fastboot mode to pc and then double click on it in the same folder you have unzipped firmware. Attached .bat and .sh files evading erase modemst1 and st2, so it is good for some brand device, not for other.
Remember, all at your own risk.
Thanks @KirMit
I confirm, that all is working after update on XT1710-11 (China Mobile), BUT! do not flash all - skip:
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
If you want your modems and fingerprint sensor are still working!
Click to expand...
Click to collapse
About Magisk, you could give a thanks to Fabio Feher:
Fabio Feher said:
It work for me:
1: Reboot into Bootloader
2: ADB Flash TWRP
3: Start Recovery (TWRP)
4: Enter in ADVANCED > TERMINAL
5: Run commands:
echo KEEPVERITY=true>>/data/.magisk
echo KEEPFORCEENCRYPT=true>>/data/.magisk
6: Flash Magisk
7: Reboot.
Click to expand...
Click to collapse

It should work. Unfortunately,I'm already using Oreo. Otherwise,I will try this fastboot ROM.

HTCDevil said:
Hi all, i have found this:
http://motozbrasil.blogspot.it/2018/05/firmware-moto-z-play-xt1710-firmware.html?m=1
All credit and thanks to motozbrasil and its staff.
I will try it on my XT1710-08, although not in the list on the site.
We need a retail fastboot Oreo rom, so here we are.
All at your own risk.
Good luck.
Click to expand...
Click to collapse
If possible , could you please upload the firmware on google Drive , because i am not able to download oreo firmware from Your given link, it downloads for about 100MB and then the download process fails.

flashnub said:
If possible , could you please upload the firmware on google Drive , because i am not able to download oreo firmware from Your given link, it downloads for about 100MB and then the download process fails.
Click to expand...
Click to collapse
I could try

I've had trouble with the download myself (hat to restart a couple of times), so I uploaded it to Google Drive and Mega.
md5 d134168fe189d187f5728a440c380442
Google Drive
Mega
I've successfully upgraded my phone (XT1710-09) to oreo with this.
My phone is bootloader unlocked and was rooted with Magisk. before this.
TWRP was overwritten with stock recovery, but after reflashing I can't get it to decrypt, so no root for now. But everything else is working fine.

Thank you
thedoginthewok said:
I've had trouble with the download myself (hat to restart a couple of times), so I uploaded it to Google Drive and Mega.
md5 d134168fe189d187f5728a440c380442
Google Drive
Mega
I've successfully upgraded my phone (XT1710-09) to oreo with this.
My phone is bootloader unlocked and was rooted with Magisk. before this.
TWRP was overwritten with stock recovery, but after reflashing I can't get it to decrypt, so no root for now. But everything else is working fine.
Click to expand...
Click to collapse
Hey thanks for Uploading it to Google Drive .
I have successfully loaded the Oreo Firmware, no hicc-ups at all, procedure went smooth.
Now my Moto Z2 Play XT1710-10 is running Oreo

thedoginthewok said:
I've had trouble with the download myself (hat to restart a couple of times), so I uploaded it to Google Drive and Mega.
md5 d134168fe189d187f5728a440c380442
Google Drive
Mega
I've successfully upgraded my phone (XT1710-09) to oreo with this.
My phone is bootloader unlocked and was rooted with Magisk. before this.
TWRP was overwritten with stock recovery, but after reflashing I can't get it to decrypt, so no root for now. But everything else is working fine.
Click to expand...
Click to collapse
Thanks, i edit first post.
Good flash guys

flashnub said:
Hey thanks for Uploading it to Google Drive .
I have successfully loaded the Oreo Firmware, no hicc-ups at all, procedure went smooth.
Now my Moto Z2 Play XT1710-10 is running Oreo
Click to expand...
Click to collapse
Nice to see, no thanks for me

Does fastboot update method wipe userdata? Also have 09 model, no root and locked boot - can i update without loosing my data, etc?

Face1ess said:
Does fastboot update method wipe userdata? Also have 09 model, no root and locked boot - can i update without loosing my data, etc?
Click to expand...
Click to collapse
Data is not wiped.

For those who were looking for fastboot commands here they are:
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
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 dsp adspso.bin
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 system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase DDR
fastboot oem fb_mode_clear

HTCDevil said:
Nice to see, no thanks for me
Click to expand...
Click to collapse
hey thanks mate, you were the reason i even thought of trying to Flash the Firmware first.

Face1ess said:
Does fastboot update method wipe userdata? Also have 09 model, no root and locked boot - can i update without loosing my data, etc?
Click to expand...
Click to collapse
Users have tested it and said you don't lose your /data

I've updated my 09 successfully without loosing data.

Works for my 09 without loosing anythings. Tkx .

Vavooon said:
I've updated my 09 successfully without loosing data.
Click to expand...
Click to collapse
Great, thanks for info

Niiiicee, updated using your method and everything works nice and smooth. Haven't lost anything either! I hope it doesn't break the OTA

I can also confirm - the data and settings after the update are not touched
09 model, reteu

I have a moto z2 play 7.1.1. NPSS26. 118-22 and the XT1710-09 model. This guide work on my smartphone?

oliondo said:
I have a moto z2 play 7.1.1. NPSS26. 118-22 and the XT1710-09 model. This guide work on my smartphone?
Click to expand...
Click to collapse
It should work without any problem.
Works on my xt1710-08, i evade fastboot erase modemst1 and modemst2.

Related

Unbrick hard bricked Moto G4 amazon prime xt1625

After so many failed attempts I found the way to get my phone a brick. Thanks to the rom "XT1625_ATHENE_AMAZON_MPJ24.139-64_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
The method only require simple:
- Tool ADB: http://www.mediafire.com/file/9m1dopcvpmm6zif/adb-setup-1.4.3.exe
- Fastboot+abds: http://www.mediafire.com/file/48gtedd1hlodozz/Herramientas+ADB.rar
- Drivers motorola: http://www.mediafire.com/file/90xvah7a3p4l2m4/MotorolaDeviceManager_2.4.5.exe
- Rom moto g4 amazon prime: https://goo.gl/dK7u4X
- RSDLite6.2.4.zip: http://rootjunkysdl.com/files/Moto G 4th Gen XT1625/Remove Amazon Bloat Ads/RSDLite6.2.4.zip
After having the essential tools unpack the ROM our "moto g4 amazon".
- Install the drivers phone and ads.
- After you've done this step opens RSD lite.
- Having your phone in bootloader as it is important because running fastboot command.
- Locate the place where you unzipped the rom.
- Select the file "xml" flashfile.xml
- After you have selected the "flashfile.xml" file make sure your phone is connected and that your computer recognizes it.
- Click Start.
If you want to run the fastboot command would these
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 dsp adspso.bin
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
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 erase DDR
fastboot oem fb_mode_clear
fastboot reboot
I hope it will help save many a 'moto g4 "to be a brick.
AnderGuzmanD said:
After so many failed attempts I found the way to get my phone a brick. Thanks to the rom "XT1625_ATHENE_AMAZON_MPJ24.139-64_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
The method only require simple:
- Tool ADB: http://www.mediafire.com/file/9m1dopcvpmm6zif/adb-setup-1.4.3.exe
- Fastboot+abds: http://www.mediafire.com/file/48gtedd1hlodozz/Herramientas+ADB.rar
- Drivers motorola: http://www.mediafire.com/file/90xvah7a3p4l2m4/MotorolaDeviceManager_2.4.5.exe
- Rom moto g4 amazon prime: http://www.filefactory.com/file/sks...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
- RSDLite6.2.4.zip: http://rootjunkysdl.com/files/Moto G 4th Gen XT1625/Remove Amazon Bloat Ads/RSDLite6.2.4.zip
After having the essential tools unpack the ROM our "moto g4 amazon".
- Install the drivers phone and ads.
- After you've done this step opens RSD lite.
- Having your phone in bootloader as it is important because running fastboot command.
- Locate the place where you unzipped the rom.
- Select the file "xml" flashfile.xml
- After you have selected the "flashfile.xml" file make sure your phone is connected and that your computer recognizes it.
- Click Start.
If you want to run the fastboot command would these
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 dsp adspso.bin
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
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 erase DDR
fastboot oem fb_mode_clear
fastboot reboot
I hope it will help save many a 'moto g4 "to be a brick.
Click to expand...
Click to collapse
wanted to know if this work for my device
its been bricked and am anew moto user
this the screen appeared
no factory reset or wipe works
herakikoly said:
wanted to know if this work for my device
its been bricked and am anew moto user
this the screen appeared
no factory reset or wipe works
Click to expand...
Click to collapse
this is the screen
AnderGuzmanD said:
After so many failed attempts I found the way to get my phone a brick. Thanks to the rom "XT1625_ATHENE_AMAZON_MPJ24.139-64_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
- Rom moto g4 amazon prime: http://www.filefactory.com/file/sks...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
I hope it will help save many a 'moto g4 "to be a brick.
Click to expand...
Click to collapse
Do you have another link to that Rom? FileFactory keeps telling me they are overloaded and it won't let me DL. Side note, I've already tried the 139-64_65 file from https://androidfilehost.com/?w=files&flid=72578 and no luck. Still get stuck at Recovery saying "we have attempted a detect to flash." I'm hoping your ROM link is slight different, because the one I found has oem.img as one file, not two sparsechunks. I'm pretty sure I have a real brick.
brockwitting said:
Do you have another link to that Rom? FileFactory keeps telling me they are overloaded and it won't let me DL. Side note, I've already tried the 139-64_65 file from https://androidfilehost.com/?w=files&flid=72578 and no luck. Still get stuck at Recovery saying "we have attempted a detect to flash." I'm hoping your ROM link is slight different, because the one I found has oem.img as one file, not two sparsechunks. I'm pretty sure I have a real brick.
Click to expand...
Click to collapse
good afternoon friend this afternoon I'll upload to another server to his comodida permitame few hours. regards
herakikoly said:
this is the screen
Click to expand...
Click to collapse
if friend exactly there. regards
FYI, this WORKS. Even though I found like 4 different versions of this ROM and none worked, yours did. Thanks a ton!!!!!
brockwitting said:
FYI, this WORKS. Even though I found like 4 different versions of this ROM and none worked, yours did. Thanks a ton!!!!!
Click to expand...
Click to collapse
It was thanks to a forum user who shared a comment on the file name but did not expect that I could repair it even was it sent for review
AnderGuzmanD said:
It was thanks to a forum user who shared a comment on the file name but did not expect that I could repair it even was it sent for review
Click to expand...
Click to collapse
I did not work,
Please your help with the link to download
regards
brockwitting said:
FYI, this WORKS. Even though I found like 4 different versions of this ROM and none worked, yours did. Thanks a ton!!!!!
Click to expand...
Click to collapse
the order was a pleasure friend was like trying until you get the corresponding ROM to return to life the phone
AnderGuzmanD said:
the order was a pleasure friend was like trying until you get the corresponding ROM to return to life the phone
Click to expand...
Click to collapse
AnderGuzmanD,
help me up the rom you downloaded since the original link does not work
regards
frankml01 said:
AnderGuzmanD,
help me up the rom you downloaded since the original link does not work
regards
Click to expand...
Click to collapse
Good evening friend by tomorrow I upload the link to my account because mega still is rising and modify the one corrupted
Come on, man... First off, you posted this in the wrong subforum. Second, you took my instructions without crediting me (my original post). Third, I already created a post about this (here) and gave full credit to my sources.
beano311 said:
Come on, man... First off, you posted this in the wrong subforum. Second, you took my instructions without crediting me (my original post). Third, I already created a post about this (here) and gave full credit to my sources.
Click to expand...
Click to collapse
And MUCH THAT YOU UPSET MY FRIEND! DO NOT WORRY THAT ARE NOT TO HELP TO WIN FAME!
AnderGuzmanD said:
After so many failed attempts I found the way to get my phone a brick. Thanks to the rom "XT1625_ATHENE_AMAZON_MPJ24.139-64_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
The method only require simple:
- Tool ADB: http://www.mediafire.com/file/9m1dopcvpmm6zif/adb-setup-1.4.3.exe
- Fastboot+abds: http://www.mediafire.com/file/48gtedd1hlodozz/Herramientas+ADB.rar
- Drivers motorola: http://www.mediafire.com/file/90xvah7a3p4l2m4/MotorolaDeviceManager_2.4.5.exe
- Rom moto g4 amazon prime: "up to mega" in the meantime http://www.filefactory.com/file/sks...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
- RSDLite6.2.4.zip: http://rootjunkysdl.com/files/Moto G 4th Gen XT1625/Remove Amazon Bloat Ads/RSDLite6.2.4.zip
After having the essential tools unpack the ROM our "moto g4 amazon".
- Install the drivers phone and ads.
- After you've done this step opens RSD lite.
- Having your phone in bootloader as it is important because running fastboot command.
- Locate the place where you unzipped the rom.
- Select the file "xml" flashfile.xml
- After you have selected the "flashfile.xml" file make sure your phone is connected and that your computer recognizes it.
- Click Start.
If you want to run the fastboot command would these
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 dsp adspso.bin
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
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 erase DDR
fastboot oem fb_mode_clear
fastboot reboot
I hope it will help save many a 'moto g4 "to be a brick.
Click to expand...
Click to collapse
just needed to know if it works on all moto g4 having the same problem
f u i .. i had aversion named xt 1625 athene mj24 139 retail 64 65
does your post works on returning my moto 4 to life ..
it stuck in recovery after 2 weeks of usage .. hate to be like that ..
and last thing .. want know if it will receive ota update or not .. pleas be patient cause its the first time to deal with that situation
herakikoly said:
just needed to know if it works on all moto g4 having the same problem
f u i .. i had aversion named xt 1625 athene mj24 139 retail 64 65
does your post works on returning my moto 4 to life ..
it stuck in recovery after 2 weeks of usage .. hate to be like that ..
and last thing .. want know if it will receive ota update or not .. pleas be patient cause its the first time to deal with that situation
Click to expand...
Click to collapse
good morning, so far only it has been tested for amazon prime version of greetings
AnderGuzmanD said:
good morning, so far only it has been tested for amazon prime version of greetings
Click to expand...
Click to collapse
so what can i do .. need help
this definitely worked for me! after searching hours for the solution, and was about to give up and have it sent for repair! OMG.. this is a lifesaver...:
victory::victory::good::good::good:
this helped me too, thank you!!!
tread should be moved to q&a and pinned
AnderGuzmanD said:
And MUCH THAT YOU UPSET MY FRIEND! DO NOT WORRY THAT ARE NOT TO HELP TO WIN FAME!
Click to expand...
Click to collapse
Maybe when you grow up you'll realize that it is still good manners to give credit for the work of someone else.

[Updated][Fastboot] Stock N Firmware (Potter)

Disclaimer :
Code:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed.
YOU are choosing to make these modifications,
and if you point the finger at me for messing up your device, I will laugh at you.
and[COLOR="Red"] I am also not responsible for anything happens as a result of flashing these files[/COLOR]
Hey Guys,
Here are the Stock Firmwares for potter
Lets Proceed :
1) Install Minimal ADB and Fastboot
https://www.androidfilehost.com/?fid=745425885120698566
2) Extract stock firmware zip
3) Now copy all the stuff that is in this zip into the folder where you extract the firmware.
4) Turn on ADB debugging from dev options menu and use 'adb reboot-bootloader' (Without quotes) in cmd to reboot your phone into boot-loader mode
5) Open the extracted firmware folder then press SHIFT+right click in the folder where you extract the firmware and select 'open command window here' option
6) and then Paste the following commands and hit Enter :
Code:
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 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 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
↑
This Script will not Re-Lock Your Boot-loader
But if you want to Re-lock your bootloader, then use the following commands: (Thanks to @Nirbhay2 and @aSaro12)
Code:
fastboot oem lock
fastboot oem lock
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 boot boot.img
fastboot oem lock
And After Flashing it Please Re-flash the whole firmware again :
Code:
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 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 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
But if you Don't want to do it manually, Here's the automated BAT script for you;
Just copy and paste it to the extracted folder (Thanks to @Tech_Savvy) : Download Here
This Script will not Re-lock the Boot-loader
----
You can Skip GPT and Boot-loader Partitions if you want
But Keep in mind that You Cannot DOWNGRADE These 2 Partitions
And if you try to do so, then you'll Possibly end up with HardBrick
You will need the appropriate version of the firmware according to your device version
SO PROCEED WITH CAUTION
Firmware Download Links :
1) NPN25.137-67-5 for XT1686 (Indian Varient)
Download Directly from Motorola Servers
Mirror 1 -pCloud
Mirror 2 -Google Drive
Mirror 3 -Dropbox
---
2) NPN25.137-35-5 for all Amazon (US) variants : Link N/A
and NPNS25.137-83 for Non-US Amazon Variant : Link N/A
and for the Non-Amazon Variants NPN25.137-83 : Link N/A
---
3) NPNS25.137-35-5 for Retail GB varient (Thanks to skooter32 for info) Link N/A
And NPN25.137-83 : Link N/A
---
4) NPN25.137-15 for Brazil-Mexico varient (XT1681 - XT1683) Link N/A
-----
Choose Carefully which one to flash​​
Special Thanks to rikk and @anuraag.neo For Capturing Indian varient zip!​ if you like my work then please hit that THANKS ? Button!​
Troubleshooting :
Stuck on ' Waiting for devices' :
1) Make Sure your device is detected in Bootloader interface aka Fastboot mode, you can simple see your device listed in device manager.
2) Install Motorola Driver IF you haven't Installed it yet. Because it can be the main reason for this error. Download it HERE : http://motorola-mobility-en-in.custhelp.com/app/answers/detail/a_id/88481
access denied
bornlivedie said:
access denied
Click to expand...
Click to collapse
mirror is uploading, just be patient
bornlivedie said:
access denied
Click to expand...
Click to collapse
alright, mirror is up
https://goo.gl/oRp7ou
Thank you. I am already on this firmware. But will use this in future if I dare to root my mobile in future
Sent from my Moto G (5) Plus using Tapatalk
This work on xt1687?
JassyelZ said:
This work on xt1687?
Click to expand...
Click to collapse
Don't think so, the XT1687 should be the US variant of the G5 Plus, and the NPN25.137-67-5 is the Indian ROM.
You probably want to look for the NPN25.137-83 stock ROM.
JassyelZ said:
This work on xt1687?
Click to expand...
Click to collapse
This is the firmware I flash on my XT1687
https://drive.google.com/file/d/0BwXyT5PTGsEHWmVhZFBsV0szS1k/view?usp=drivesdk
mikeyinid said:
This is the firmware I flash on my XT1687
https://drive.google.com/file/d/0BwXyT5PTGsEHWmVhZFBsV0szS1k/view?usp=drivesdk
Click to expand...
Click to collapse
With this its possible relock the bootloader? I have agoust patch
JassyelZ said:
With this its possible relock the bootloader? I have agoust patch
Click to expand...
Click to collapse
I have Verizon so I haven't got that update. I can't say for sure.
Hey, I'd hard bricked my xt1686 and have revived it using Albus blankflash and am running the stock deodexed and debloated ROM provided here on the forum. Can I use your method to go back to stock?
roydhritiman said:
Hey, I'd hard bricked my xt1686 and have revived it using Albus blankflash and am running the stock deodexed and debloated ROM provided here on the forum. Can I use your method to go back to stock?
Click to expand...
Click to collapse
i also the same problem, i tried but failed . can you confirm that is working or not
Chandru1166 said:
i also the same problem, i tried but failed . can you confirm that is working or not
Click to expand...
Click to collapse
failed in reviving your phone using albus blankflash?
or using this method to go back to stock?
The commands
fastboot erase customize
fastboot erase clogo
return error messages and are not relevant. Check the flashfile.xml in the ROM.
Will i still be able to unlock again and flash twrp for customs roms and stuff.
I any complications please tell me the steps. BTW this is highly appreciated.
ksvirdi105 said:
Will i still be able to unlock again and flash twrp for customs roms and stuff.
I any complications please tell me the steps. BTW this is highly appreciated.
Click to expand...
Click to collapse
can you tell me the build no and the model no. of your device?
roydhritiman said:
Hey, I'd hard bricked my xt1686 and have revived it using Albus blankflash and am running the stock deodexed and debloated ROM provided here on the forum. Can I use your method to go back to stock?
Click to expand...
Click to collapse
if you have xt1686 and if you got the update before hardbricking then you can use it
siddhesh9146 said:
if you have xt1686 and if you got the update before hardbricking then you can use it
Click to expand...
Click to collapse
yup i got the xt1686 and yes i had the 67-5 update before hard bricking, so i can use it right!?
Should be work on xt1680?

[ROM][STOCK][RETAIL] Official Stock Pie 9 [updated March 6th]

Hi guys,
Did not see anyone here on XDA who uploaded recently leaked OFFICIAL PIE fastboot image ROM for Moto G6 Plus, so I decided to do it for you all. :highfive:
This is a RETAIL release so it should work on all variants of our device (I have XT1926-3 (this is RETEU, Europe, Poland) and flashed it without any problems, phone works flawlessly).
06.03.2019, THE NEWEST PPW29.116-20 FIRMWARE DOWNLOAD (RETAIL)
DOWNLOAD: https://drive.google.com/open?id=1Axk870qsui9w3TnnRQM9pt618CQ0CnHz
MIRROR: https://mega.nz/#!0ZUyTAqI!XXPwj0mcsGs0wLFwxwX8V0OeFXgCe-NXf-2VbDvr5Nc
OLDER BUILD: PPW29.116-16 FIRMWARE DOWNLOAD (RETAIL) - BE CAREFUL, IT BREAKS SAFETYNET ON EUROPEAN G6+ VARIANTS!
DOWNLOAD: https://drive.google.com/open?id=1F0SFwVyXgy3ZixL36W6xwxjqPJAwiDus
MIRROR: https://mega.nz/#!VJ8xEYRT!rb476WxlV099PVJrLwbFIr1Z3XNjo89sO5MU-HfPzMQ
OLDER BUILD: PPW29.116-11 FIRMWARE DOWNLOAD (RETAIL)
DOWNLOAD: https://drive.google.com/open?id=1shkeHg_jxsCTLgcDjwcCgecMLJKC4EB0
MIRROR: https://mega.nz/#!MQ8BBYwJ!KpwfgunwBONWlwAYFmFUEt4UsRPpjn34jJo1GHY66fo
Flashing scripts (G6PlusFlashPieOfficial.bat from the attached .zip file can be also used, it contains the same commands as below):
If you are not sure what are you doing, ask here or read fastboot documentation before flashing anything:
--- If you don't want to erase all your phone data, use script from G6PlusFlashPieOfficial_NoErase.zip. This will upgrade your G6+ to Android Pie without erasing data. ---
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
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 logo logo.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_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 oem fb_mode_clear
fastboot reboot
It works, indeed, flawless, though I used the version Vache shared on telegram. I assume it's the same file you used for this tutorial. I think it's important to mention that there are 2 possibilities to update:
1. The way you describe here
2. Use the update file (Blur_Version.29.11.11.evert.retail.en.US.zip) and place in the root of the internal storage. Then check for updates (though I think this only works when coming from a specific build).
Screenshots.
PS. Digital Wellbeing installed via Magisk.
My brother has a Moto G6 Plus (bought in Europe) without root, will he be able to update it without loosing his data?
Thanks in advance guys.
Is it also posible to use this zip, extract it and then use Fastboot to update without losing enything? So like this:
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 logo logo.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_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 reboot
This is normaly how i update my G6 Plus and never expierence problems......
cdfreak said:
Is it also posible to use this zip, extract it and then use Fastboot to update without losing enything? So like this:
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 logo logo.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_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 reboot
This is normaly how i update my G6 Plus and never expierence problems......
Click to expand...
Click to collapse
Exactly like this. 
 @cyberon these commands are for your brother.
rafikowy said:
Screenshots.
PS. Digital Wellbeing installed via Magisk.
Click to expand...
Click to collapse
So you were able to upgrade without getting the "Verity mode is set to disabled" on the boot screen or having your System Updates disabled due to the unlocked bootloader?
thump said:
So you were able to upgrade without getting the "Verity mode is set to disabled" on the boot screen or having your System Updates disabled due to the unlocked bootloader?
Click to expand...
Click to collapse
"Verity mode is set to disabled" is still present on boot screen - I don't care.
System Updates were disabled at the begining - there was some information about System Integrity. After flashing Magisk 18 this information dissapeared as you noticed.
smitharro said:
It works, indeed, flawless, though I used the version Vache shared on telegram. I assume it's the same file you used for this tutorial. I think it's important to mention that there are 2 possibilities to update:
1. The way you describe here
2. Use the update file (Blur_Version.29.11.11.evert.retail.en.US.zip) and place in the root of the internal storage. Then check for updates (though I think this only works when coming from a specific build).
Click to expand...
Click to collapse
which file i need to do the 2nd method and where can i download it?
rafikowy said:
"Verity mode is set to disabled" is still present on boot screen - I don't care.
System Updates were disabled at the begining - there was some information about System Integrity. After flashing Magisk 18 this information dissapeared as you noticed.
Click to expand...
Click to collapse
Just rechecked and found my System Updates page no longer gives the "system integrity" error either. Still do get the "verity" error, but seems of no concern. Cool.
giorgis91 said:
which file i need to do the 2nd method and where can i download it?
Click to expand...
Click to collapse
This should do the trick. Remember to rename the file to Blur_Version......zip. (see my previous post).
https://mega.nz/#!RRF01QID!9QjfFmaVjWQW6ZAoqqbn-tOW9bCYgnn7IojnSgrHLJU
smitharro said:
This should do the trick. Remember to rename the file to Blur_Version......zip. (see my previous post).
https://mega.nz/#!RRF01QID!9QjfFmaVjWQW6ZAoqqbn-tOW9bCYgnn7IojnSgrHLJU
Click to expand...
Click to collapse
Will it wipe the phone ?
giorgis91 said:
Will it wipe the phone ?
Click to expand...
Click to collapse
No, it shouldn't. It's an update file. So it 'll leave all your apps and settings intact.
But if you want to be sure that you have a clean install, do a 'factory reset' prior to the update!
Oh yeah, remember to grant storage the 'motorola update services'
Suggestions
rafikowy said:
Hi guys,
Did not see anyone here on XDA who uploaded recently released OFFICIAL PIE fastboot image ROM for Moto G6 Plus, so I decided to do it for you all. :highfive:
This is a RETAIL release so it should work on all variants of our device (I have XT1926-3 (this is RETEU, Europe, Poland) and flashed it without any problems, phone works flawlessly).
PPW29.116-11 FIRMWARE DOWNLOAD (RETAIL)
DOWNLOAD: https://drive.google.com/open?id=1shkeHg_jxsCTLgcDjwcCgecMLJKC4EB0
MIRROR: https://mega.nz/#!MQ8BBYwJ!KpwfgunwBONWlwAYFmFUEt4UsRPpjn34jJo1GHY66fo
Flashing scripts (G6PlusFlashPieOfficial.bat from the attached .zip file can be also used, it contains the same commands as below):
If you are not sure what are you doing, ask here or read fastboot documentation before flashing anything:
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
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[PHP][/PHP]
fastboot flash dsp dspso.bin
fastboot flash logo logo.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_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 oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
I place an "m" in front of fastboot to use mfastboot.
Get the mfastbootv2 it's best for flashing this way imo
Good work buddy.
What's the command erase carrier for?
smitharro said:
No, it shouldn't. It's an update file. So it 'll leave all your apps and settings intact.
But if you want to be sure that you have a clean install, do a 'factory reset' prior to the update!
Oh yeah, remember to grant storage the 'motorola update services'
Click to expand...
Click to collapse
Is that multilang or only in english?
---------- Post added at 10:01 AM ---------- Previous post was at 09:49 AM ----------
giorgis91 said:
Is that multilang or only in english?
Click to expand...
Click to collapse
smitharro said:
No, it shouldn't. It's an update file. So it 'll leave all your apps and settings intact.
But if you want to be sure that you have a clean install, do a 'factory reset' prior to the update!
Oh yeah, remember to grant storage the 'motorola update services'
Click to expand...
Click to collapse
I ask because I'm italian and I see that the file as "en.US" in the name, i tried just now to rename the file but with "it.IT" and the system find it as an update. But i want to know if i can choose the language or it's just in english
giorgis91 said:
Is that multilang or only in english?
---------- Post added at 10:01 AM ---------- Previous post was at 09:49 AM ----------
I ask because I'm italian and I see that the file as "en.US" in the name, i tried just now to rename the file but with "it.IT" and the system find it as an update. But i want to know if i can choose the language or it's just in english
Click to expand...
Click to collapse
All stock ROMs are multilingual. So Italian shouldn't be a problem.
what dos this mane: Verity mode is set to disabled when you boot the phone up?
cdfreak said:
what dos this mane: Verity mode is set to disabled when you boot the phone up?
Click to expand...
Click to collapse
A short explanation:
dm-verity
transparent integrity checking for block devices
read error if block integrity check fails
try to recover damaged blocks (from Android 7.0)
useful for read-only partitions like*system
fundamental part of*verified boot*on Android
Verified boot
device software integrity based on hardware root of trust
Boot chain (simplified)
verify*bootloader*using a hardware root of trust
bootloader*verifies*boot*and*recoverypartition
kernel*verifies*system*partition
uses dm-verity for the integrity checks once execution has moved to the boot partition
Hmmm. For some reason I get "Server error" in play store. And autobrightness jumps up and down every few seconds. Have tried returning to oreo and reflashing/factory resetting to no avail On reteu.
EDIT: Hmm also get the error in oreo now Anyone know whats up? Came from Lineage 16.

[FASTBOOT]CEDRIC_RETAIL_8.1.0_OPP28.85-19-4-2_cid50_subsidy-DEFAULT_regulatory-DEFAUL

OFFICIAL
https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
COMMANDS
Code:
#MOTO G5
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
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 dsp adspso.bin
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 oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
:fingers-crossed:
Hi takoa, thanks for your efforts. What are the differences with the firmware OPP28.85-16?
security update
Is this flashable in any cedric? I have a Moto G5 XT1675 italiani TIM brand (now with pixelexperience)
Any hope for capturing OTA update? I'd prefer to flash delta update instead of factory image
Hi. I’m currently on Android 7, build NPPS25.137-72-4, reteu channel.
I can directly flash this via fastboot to get 8.1? Thanks!
xfahim Hi, of course you can directly flash this firmware to go to 8.1. Greetings
yilhernandez said:
xfahim Hi, of course you can directly flash this firmware to go to 8.1. Greetings
Click to expand...
Click to collapse
Ah so it doesn’t matter which version am I using? I thought I’d need something for the reteu channel. Thanks for the confirmation!
moto g5
hola amigo, donde puedo descarar el firmware: CEDRIC_RETAIL_8.1.0_OPP28.85-19-4-2_cid50 para el moto g5 xt1670
juan raul perez kana said:
hola amigo, donde puedo descarar el firmware: CEDRIC_RETAIL_8.1.0_OPP28.85-19-4-2_cid50 para el moto g5 xt1670
Click to expand...
Click to collapse
Code:
https://mirrors.lolinet.com/firmware/moto/cedric/official/
can't apply mfastboot commands and when applying fastboot commands.......my phone still stuck in bootloop
vaibhavsirohi91 said:
can't apply mfastboot commands and when applying fastboot commands.......my phone still stuck in bootloop
Click to expand...
Click to collapse
Get the latest firmware from
https://mirrors.lolinet.com/firmware/moto/cedric/official/
Fastboot commands
Code:
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 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 system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
fastboot reboot
Note in order to flash gpt & bootloader the firmware must be the same or newer than what is on your device
If you get a security downgrade error the firmware you are trying to flash is too old
TheFixItMan said:
Get the latest firmware from
https://mirrors.lolinet.com/firmware/moto/cedric/official/
Fastboot commands
Note in order to flash gpt & bootloader the firmware must be the same or newer than what is on your device
If you get a security downgrade error the firmware you are trying to flash is too old
Click to expand...
Click to collapse
Already got the latest one from RETIN folder (India)but still my device stuck into bootloop
vaibhavsirohi91 said:
Already got the latest one from RETIN folder (India)but still my device stuck into bootloop
Click to expand...
Click to collapse
Assuming you got no errors when flashing the firmware & all parts of the firmware were flashed correctly
Did you erase userdata?
You can also go into stock recovery mode and factory reset
Also you can try & remove any sim & sdcards from the device & see if it boots without them
TheFixItMan said:
Assuming you got no errors when flashing the firmware & all parts of the firmware were flashed correctly
Did you erase userdata?
You can also go into stock recovery mode and factory reset
Also you can try & remove any sim & sdcards from the device & see if it boots without them
Click to expand...
Click to collapse
I am getting these errors and i can't even access recovery
vaibhavsirohi91 said:
I am getting these errors and i can't even access recovery
Click to expand...
Click to collapse
Can't see any errors there but you may want to use an older fastboot version
TheFixItMan said:
Can't see any errors there but you may want to use an older fastboot version
Click to expand...
Click to collapse
Logical system not found......and i am using the latest zip from Retin folder (India)
vaibhavsirohi91 said:
Logical system not found......and i am using the latest zip from Retin folder (India)
Click to expand...
Click to collapse
I don't believe that is an error but rather an issue with that version of fastboot
I didn't say use another firmware - just use an older version of fastboot
Try versions from
https://androidmtk.com/download-minimal-adb-and-fastboot-tool
Obviously I presume gpt & bootloader flashed successfully
TheFixItMan said:
I don't believe that is an error but rather an issue with that version of fastboot
I didn't say use another firmware - just use an older version of fastboot
Try versions from
https://androidmtk.com/download-minimal-adb-and-fastboot-tool
Obviously I presume gpt & bootloader flashed successfully
Click to expand...
Click to collapse
Ok wait let me try
vaibhavsirohi91 said:
can't apply mfastboot commands and when applying fastboot commands.......my phone still stuck in bootloop
Click to expand...
Click to collapse
Sorry, but I forgot to indicate that we have to eliminate the "m" from mfastboot.
or rename fastboot.exe to mfastboot.exe :good:

Pie 9.0 (ADB install + Download)

Hi, Android 9.0 for Albus is available here >> Direct Download <<
Just install with ADB Fastboot
Code:
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase carrier
fastboot erase DDR
fastboot reboot
Ps: Clean Install is recommend
(Retail version)
Enjoy!!!
I'AM NOT RESPONSIBLE IF YOUR CELLPHONE TURNS IN A BRICK AFTER THIS PROCESS
I think you have to do a twrp backup and then restore it.it's strange but works
Inviato dal mio GT-N5120 utilizzando Tapatalk
can we use this update for the Indian version of Z2play, software channel: RETIN. Bootloader: locked. if yes, then is there any problem with the mobile network?
JulioCeesarC said:
Hi, Android 9.0 for Albus is available here >> Direct Download <<
Just install with ADB Fastboot
Code:
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase carrier
fastboot erase DDR
fastboot reboot
Ps: Clean Install is recommend
(Retail version)
Enjoy!!!
I'AM NOT RESPONSIBLE IF YOUR CELLPHONE TURNS IN A BRICK AFTER THIS PROCESS
Click to expand...
Click to collapse
I blindly flashed the above mentioned pie rom on my moto z2 play xt1710-02 it flashed gpt and bootloader and failed the rest of the commands returned with errors
Now stuck at fastboot mode warning of startup failed @JulioCeesarC
Please help me get out of here
Bootloader is locked and i was at latest oreo update probably ods27.12-42-14
I also tried to flash above oreo image but it returns with error saying security downgrade
junejo46726 said:
I blindly flashed the above mentioned pie rom on my moto z2 play xt1710-02 it flashed gpt and bootloader and failed the rest of the commands returned with errors
Now stuck at fastboot mode warning of startup failed @JulioCeesarC
Please help me get out of here
Bootloader is locked and i was at latest oreo update probably ods27.12-42-14
I also tried to flash above oreo image but it returns with error saying security downgrade
Click to expand...
Click to collapse
try to install 8.0 again and after that unlock bootloader and try to install 9.0 again with bootloader unlocked
ghost.deathrider said:
can we use this update for the Indian version of Z2play, software channel: RETIN. Bootloader: locked. if yes, then is there any problem with the mobile network?
Click to expand...
Click to collapse
I recomend bootloader unlocked for this process
junejo46726 said:
Hi, Android 9.0 for Albus is available here >> Direct Download <<
Just install with ADB Fastboot
I blindly flashed the above mentioned pie rom on my moto z2 play xt1710-02 it flashed gpt and bootloader and failed the rest of the commands returned with errors
Now stuck at fastboot mode warning of startup failed @JulioCeesarC
Please help me get out of here
Bootloader is locked and i was at latest oreo update probably ods27.12-42-14
I also tried to flash above oreo image but it returns with error saying security downgrade
Click to expand...
Click to collapse
Before you unlock:
Try fastboot "Boot" TWRP, if you can, it might be possible to use one of the TWRP backups to fix your phone. There is another thread with TWRP backups of stock.
If successful boot, restore system partition last and separately.
XT1710-09 bootloader unlocked, installed 9.0 without any issue! Everything ok with twrp-3.2.3-0-albus recovery, but got bootloop trying to root with Magisk 20.0. Any tip?
kain83 said:
XT1710-09 bootloader unlocked, installed 9.0 without any issue! Everything ok with twrp-3.2.3-0-albus recovery, but got bootloop trying to root with Magisk 20.0. Any tip?
Click to expand...
Click to collapse
did you try cleaning your cache? I used 19.3.
kewlzter said:
did you try cleaning your cache? I used 19.3.
Click to expand...
Click to collapse
I didn't indeed. I'm gonna give it a try, thanks
EDIT: it works!! So installed 19.3 version and wiped cache/dalvik, then reboot. So far so good, many thanks!!
keeps saying waiting for device
hindraftv said:
keeps saying waiting for device
Click to expand...
Click to collapse
Phone is either not connected, or in the wrong mode.
Make sure the phone is in Boot Loader. Unplug and replug USB.
ghost.deathrider said:
can we use this update for the Indian version of Z2play, software channel: RETIN. Bootloader: locked. if yes, then is there any problem with the mobile network?
Click to expand...
Click to collapse
Yes, i tried both the US version and the Brazil version and the Brazil version works. I'm on Vodafone India and everything works perfectly fine on android pie.
However, after several trials and errors, I realized there are two commands that you shouldn't run when flashing pie on the Indian variant. They are:
1) flashboot erase userdata
2) flashboot erase carrier
Special Thanks to @Junior Passos
reallydan said:
Yes, i tried both the US version and the Brazil version and the Brazil version works. I'm on Vodafone India and everything works perfectly fine on android pie.
However, after several trials and errors, I realized there are two commands that you shouldn't run when flashing pie on the Indian variant. They are:
1) flashboot erase userdata
2) flashboot erase carrier
Special Thanks to @Junior Passos
Click to expand...
Click to collapse
Clean flash or dirty flash?
rayudu123 said:
Clean flash or dirty flash?
Click to expand...
Click to collapse
Clean flash
reallydan said:
Clean flash
Click to expand...
Click to collapse
Is it possible to flash indian pie version after release of pie in india??? Or do we face any problem in flashing??
Everything works except dark theme. Any fix?
kewlzter said:
Phone is either not connected, or in the wrong mode.
Make sure the phone is in Boot Loader. Unplug and replug USB.
Click to expand...
Click to collapse
It is connected.. I have Moto Z2 Play - Build Number OPSS27.76.12-42-13 (Baseband M8953P_50.59.07.96 ALBUS_NA_CUST_
are you able to provide step by step guide, if you don't mind
hindraftv said:
It is connected.. I have Moto Z2 Play - Build Number OPSS27.76.12-42-13 (Baseband M8953P_50.59.07.96 ALBUS_NA_CUST_
are you able to provide step by step guide, if you don't mind
Click to expand...
Click to collapse
Why sure...
Step 1: you get yourself a usb cable.
Step 2: you plug one end into your computer.
Step 3: plug the other end into your phone..
glad to help
kewlzter said:
Before you unlock:
Try fastboot "Boot" TWRP, if you can, it might be possible to use one of the TWRP backups to fix your phone. There is another thread with TWRP backups of stock.
If successful boot, restore system partition last and separately.
Click to expand...
Click to collapse
I also tried but fastboot saying can not load twrp @JulioCeesarC

Categories

Resources