I updated my moto g4 plus xt1643 using the update zip given by @rahulsnair. The update went perfectly and I booted up in Nougat 7.0.
I flashed twrp recovery and it worked too. After that I tried flashing new updated supersu to root Nougat 7.0. Unfortunately it didn't work out as I was stuck at boot. I then tried to flash the stock mm rom,but now its giving me flash failure in the second step of the command line.
Fastboot flash partition gpt.bin
Can anyone help me how to go back to mm as there is no Nougat stock zip file which I can flash over it. The only choice is to go back to mm stock which seems to be impossible for me.. Thanks in advance
Did you try systemless root? If you wanna get back to marshmallow, try flashing only the system partitions and boot image. Also wipe userdata.
Sent from my Moto G4 Plus using Tapatalk
Don't flash gpt.bin and bootloader when get back to mm. You can use unsu.zip to unsu and flash systemless SuperSU or use magisk not necessary to downgrade.
http://forum.xda-developers.com/showpost.php?p=63615067
Deleted.
Sent from my Moto G4 Plus using Tapatalk
Silesh.Nair said:
Did you try systemless root? If you wanna get back to marshmallow, try flashing only the system partitions and boot image. Also wipe userdata.
Sent from my Moto G4 Plus using Tapatalk
Click to expand...
Click to collapse
What do you mean by system partition and boot image only. Can you tell me the steps please...
PremanshuRaj said:
What do you mean by system partition and boot image only. Can you tell me the steps please...
Click to expand...
Click to collapse
Windows
Code:
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 system.img_sparsechunk.7
fastboot erase userdata
fastboot reboot
Linux
Code:
sudo fastboot flash boot boot.img && sudo fastboot flash system system.img_sparsechunk.0 && sudo fastboot flash system system.img_sparsechunk.1 && sudo fastboot flash system system.img_sparsechunk.2 && sudo fastboot flash system system.img_sparsechunk.3 && sudo fastboot flash system system.img_sparsechunk.4 && sudo fastboot flash system system.img_sparsechunk.5 && sudo fastboot flash system system.img_sparsechunk.6 && sudo fastboot flash system system.img_sparsechunk.7 && sudo fastboot erase userdata && sudo fastboot reboot
Silesh.Nair said:
Windows
Code:
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 system.img_sparsechunk.7
fastboot erase userdata
fastboot reboot
Linux
Code:
sudo fastboot flash boot boot.img && sudo fastboot flash system system.img_sparsechunk.0 && sudo fastboot flash system system.img_sparsechunk.1 && sudo fastboot flash system system.img_sparsechunk.2 && sudo fastboot flash system system.img_sparsechunk.3 && sudo fastboot flash system system.img_sparsechunk.4 && sudo fastboot flash system system.img_sparsechunk.5 && sudo fastboot flash system system.img_sparsechunk.6 && sudo fastboot flash system system.img_sparsechunk.7 && sudo fastboot erase userdata && sudo fastboot reboot
Click to expand...
Click to collapse
I am in CM 13 right now... Coz I didn't have any other option after the stuck on boot.
Will these steps still work even now?
Yes
Sent from my Moto G4 Plus using Tapatalk
Silesh.Nair said:
Yes
Sent from my Moto G4 Plus using Tapatalk
Click to expand...
Click to collapse
It still showing error when I flash the first step.
Fastboot flash boot boot.img
It's saying "image not signed or corrupted"
Also I saw that my baseband version is also updated to the Nougat version.
That's only a warning. Show me a screenshot of the actual terminal running the command.
N baseband works on M.
If you have a nandroid backup of your M stock ROM, flashing that would also be sufficient.
Sent from my Moto G4 Plus using Tapatalk
Silesh.Nair said:
That's only a warning. Show me a screenshot of the actual terminal running the command.
N baseband works on M.
If you have a nandroid backup of your M stock ROM, flashing that would also be sufficient.
Sent from my Moto G4 Plus using Tapatalk
Click to expand...
Click to collapse
I don't have a nandroid backup with me. Also whenever I reboot my phone it goes directly into bootloader. And when I check boot logs it says.
Bootloader reason "bootmode" is selected as "fastboot".
This is the screenshot when I tried flashing the boot.img
Well your boot image flashed successfully. Did you see the OKAY word?
That's all the information I can give you. You gotta figure it out now.
Sent from my Moto G4 Plus using Tapatalk
Worked
Silesh.Nair said:
Well your boot image flashed successfully. Did you see the OKAY word?
That's all the information I can give you. You gotta figure it out now.
Sent from my Moto G4 Plus using Tapatalk
Click to expand...
Click to collapse
Thanks it worked ..
I am back in stock mm.
But it still goes into bootloader mode whenver i reboot or start the phone
Wel, I just tried it and it worked without any issues. No problem like you mentioned.
Silesh.Nair said:
Wel, I just tried it and it worked without any issues. No problem like you mentioned.
Click to expand...
Click to collapse
It started when i flashed that root zip previously. now i have flashed stock rom from scratch still it goes into bootloader mode always.
Is there any way to change the bootmode from fastboot to normal start
still camera lag problem not solved...lemoto not working on that problem..then y they give us update ****ing...
how to root naughat?
---------- Post added at 01:24 PM ---------- Previous post was at 01:24 PM ----------
still camera lag problem not solved...lemoto not working on that problem..then y they give us update ****ing...
how to root naughat?
Silesh.Nair said:
Wel, I just tried it and it worked without any issues. No problem like you mentioned.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=69232448
Sent from my Moto G4 Plus using Tapatalk
Silesh.Nair said:
Windows
Code:
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 system.img_sparsechunk.7
fastboot erase userdata
fastboot reboot
Linux
Code:
sudo fastboot flash boot boot.img && sudo fastboot flash system system.img_sparsechunk.0 && sudo fastboot flash system system.img_sparsechunk.1 && sudo fastboot flash system system.img_sparsechunk.2 && sudo fastboot flash system system.img_sparsechunk.3 && sudo fastboot flash system system.img_sparsechunk.4 && sudo fastboot flash system system.img_sparsechunk.5 && sudo fastboot flash system system.img_sparsechunk.6 && sudo fastboot flash system system.img_sparsechunk.7 && sudo fastboot erase userdata && sudo fastboot reboot
Click to expand...
Click to collapse
its not working
[email protected] said:
its not working
Click to expand...
Click to collapse
Are you flashing correct rom.
Whay error it giving.
SMARTHACKER67 said:
Are you flashing correct rom.
Whay error it giving.
Click to expand...
Click to collapse
im flashing 139-63 marshmallow zip
http://forum.xda-developers.com/moto-g4-plus/how-to/moto-g4-plus-xt1643-updated-signed-t3460695
im on noughat
http://forum.xda-developers.com/moto-g4-plus/how-to/xt1643-ota-nougat-t3483943/page20
its showing bootloader downgrade error
---------- Post added at 01:32 PM ---------- Previous post was at 01:26 PM ----------
PremanshuRaj said:
Thanks it worked ..
I am back in stock mm.
But it still goes into bootloader mode whenver i reboot or start the phone
Click to expand...
Click to collapse
How did you get back to stock can you post the procedure
Related
There have been many 5.1 full firmwares uploaded for XT1095, XT1096, XT1097, and XT1092:
http://www.filefactory.com/folder/dd05c058d3ff8dbe/?sort=created&order=DESC&show=25
Sent from my XT1095 using Tapatalk
I have uploaded the XT1095 5.1 to my drive. The download should be much faster.
https://drive.google.com/file/d/0B1jFVjp5LrZrbjdxQWVYWjVRakk/edit?usp=docslist_api
Sent from my XT1095 using Tapatalk
Wow, thanks!
Hey! Here is the one for XT1092 RETEU . You may add it to OP.
https://drive.google.com/file/d/0B-hH_8StWH5-VzMwRXdLZ0tTRWM/view?usp=sharing
I'll leave this here :
$ fastboot flash partition gpt.bin
$ fastboot flash motoboot motoboot.img
$ fastboot reboot-bootloader
$ 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 userdata (not mandatory)
$ fastboot erase cache (not mandatory)
$ fastboot reboot
Nicolae-Daniel said:
I'll live this here :
$ fastboot flash partition gpt.bin
$ fastboot flash motoboot motoboot.img
Click to expand...
Click to collapse
How about those two, what happen if I don't flash them?
Some say there's a brick risk with those.
It's only a risk if you are downgrading. If you are upgrading or flashing the same version, there is no risk.
Sent from my XT1095 using Tapatalk
AGISCI said:
It's only a risk if you are downgrading. If you are upgrading or flashing the same version, there is no risk.
Click to expand...
Click to collapse
Unless you're on Verizon's xt1096. The suspicion is that flashing those may preclude you from being able to use MoFo to flash a pre-rooted ROM. We have no other way to root, so I know people are planning to flash this file without gpt and motoboot included as a test. Here's hoping!
I'm uploading the Vzw file right now to share, since it took about 6 hours to download from that filefactory host.
trimax84 said:
Unless you're on Verizon's xt1096. The suspicion is that flashing those may preclude you from being able to use MoFo to flash a pre-rooted ROM. We have no other way to root, so I know people are planning to flash this file without gpt and motoboot included as a test. Here's hoping!
I'm uploading the Vzw file right now to share, since it took about 6 hours to download from that filefactory host.
Click to expand...
Click to collapse
... Unrelated to what I said. We are talking about risking bricks, not about mofo.
Sent from my XT1095 using Tapatalk
Verizon 5.1 file: https://mega.co.nz/#!HtVThLzT
I see people saying no root on 5.1. I'm running 5.1 fully rooted. What am I missing
FunkyMcBain said:
I see people saying no root on 5.1. I'm running 5.1 fully rooted. What am I missing
Click to expand...
Click to collapse
No root on 5.1 VERIZON. There is root for xt1095, xt1092, xt1097, and maybe others.
Sent from my XT1095 using Tapatalk
FunkyMcBain said:
I see people saying no root on 5.1. I'm running 5.1 fully rooted. What am I missing
Click to expand...
Click to collapse
Different carriers/devices. The Verizon Moto X currently does not have a 5.1 root or the ability to unlock the bootloader.
Hi all,
Which firmware can I use to get 5.1 on my moto x xt1097?
I have 5.0.1 (claro Chile) 22.21.25.victara_retla.retla.en.01 amxcl
trimax84 said:
Verizon 5.1 file: https://mega.co.nz/#!HtVThLzT
Click to expand...
Click to collapse
MEGA Links need the decrytion key submitted with them - No one can download that file :/
I was going to modify the patch files and start some testing on the Verizon Moto X but I'll need the Firmware.
xSober said:
Hi all,
Which firmware can I use to get 5.1 on my moto x xt1097?
I have 5.0.1 (claro Chile) 22.21.25.victara_retla.retla.en.01 amxcl
Click to expand...
Click to collapse
You can use the 1097 from brazil retail or 1097 for movistar latin america. Another alternative would be to convert your firmware to 1095.
There will not be 5.1 for claro. Claro and Motorola had a fight. Claro no longer sells motorola phones, nor will be pushing firmware updates for them.
Sent from my XT1095 using Tapatalk
Haxxa said:
MEGA Links need the decrytion key submitted with them - No one can download that file :/
I was going to modify the patch files and start some testing on the Verizon Moto X but I'll need the Firmware.
Click to expand...
Click to collapse
Whoops! Hi guys, I'm new here
https://mega.nz/#!HtVThLzT!5_3fSnkEq5fgiyxrSDODrl5Cr0lhrL6iutGPXYvV6qQ
AGISCI said:
... Unrelated to what I said. We are talking about risking bricks, not about mofo.
Click to expand...
Click to collapse
But very important info to those of us on the XT1096 nonetheless.
I am in desperate need of the 5.1 firmware for the XT1093 US Cellular ASAP
phillybizzle said:
I am in desperate need of the 5.1 firmware for the XT1093 US Cellular ASAP
Click to expand...
Click to collapse
http://www.filefactory.com/file/1fib372p0cbv/VICTARA_USC_XT1093_5.1_LPE23.32-21.3_cid9_CFC.xml.zip
Sent from my XT1095 using Tapatalk
Nicolae-Daniel said:
Hey! Here is the one for XT1092 RETEU . You may add it to OP.
https://drive.google.com/file/d/0B-hH_8StWH5-VzMwRXdLZ0tTRWM/view?usp=sharing
I'll leave this here :
$ fastboot flash partition gpt.bin
$ fastboot flash motoboot motoboot.img
$ fastboot reboot-bootloader
$ 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 userdata (not mandatory)
$ fastboot erase cache (not mandatory)
$ fastboot reboot
Click to expand...
Click to collapse
Are you flashing these with mfastboot? Or Android SDK fastboot? I have a mac and would love to figure out how to restore my xt1095 without borrowing a PC. Thanks in advance! I should mention that I'm not asking for instructions on how to use fastboot on a mac, I'm pretty well versed in that, but moto has thrown me a curve ball with this whole moto fastboot thing...
Rogers Canada
http://www.filefactory.com/file/386..._subsidy-RGRCA_regulatory-DEFAULT_CFC.xml.zip
Telus Canada
http://www.filefactory.com/file/3pe..._subsidy-TELUS_regulatory-DEFAULT_CFC.xml.zip
Retail Mexico
http://www.filefactory.com/file/50m...d50_subsidy-DEFAULT_regulatory-03_CFC.xml.zip
Retail Europe
http://www.filefactory.com/file/6ht...ubsidy-DEFAULT_regulatory-03_CFC_EMEA.xml.zip
Retail Canada
http://www.filefactory.com/file/3vz...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
? (Colombia)
http://www.filefactory.com/file/102...ubsidy-MOVSTLA_regulatory-DEFAULT_CFC.xml.zip
At&t Mexico
http://www.filefactory.com/file/3qf...sidy-IUSMXLA_regulatory-03_CFC_ATT_MX.xml.zip
Bell Canada
http://www.filefactory.com/file/57c...subsidy-BELLCA_regulatory-DEFAULT_CFC.xml.zip
Verizon
http://www.filefactory.com/file/662...MCL24.203-22_cid2_subsidy-DEFAULT_CFC.xml.zip
http://www.filefactory.com/file/1iq...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Retail China
http://www.filefactory.com/file/1ar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
great! You have the folder link in FileFactory?
Hello.
http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show=25
Thank you.
Hello,
How to install the rom?
Thank you.
tonime said:
Hello,
How to install the rom?
Thank you.
Click to expand...
Click to collapse
Flash it manually using mfastboot command.
I have a doubt, i purchased a moto z with at&t México and flashed the retail firmware of this thread for my country and works fine, but when i enter in bootloader mode the info of the Phone shows that my Phone is a sheridan version, so i'm confused, what version i have? ��
nesgcmx said:
I have a doubt, i purchased a moto z with at&t México and flashed the retail firmware of this thread for my country and works fine, but when i enter in bootloader mode the info of the Phone shows that my iPhone is a sheridan version, so i'm confused, what version i have? ��
Click to expand...
Click to collapse
Probably Griffin. As others already reported, on bootloader mode all reports to be Sheridans... :fingers-crossed:
enetec said:
Probably Griffin. As others already reported, on bootloader mode all reports to be Sheridans... :fingers-crossed:
Click to expand...
Click to collapse
Moto Z has two product name.
alphaeva said:
Moto Z has two product name.
Click to expand...
Click to collapse
Yeah, just to make things more... confused!
We have Z, Force, Play, single sim, dual sim, Verizon's, unlocked, etc... we *really* need confused codename and product codes to help us on this...
Anyway @motorola they are surely fans of The Griffin's series..... Sheridan is the surname of the series' director...
Located the US firmware and uploaded it to Mega if anyone needs it https://mega.nz/#!vtVmgAoI!J1cZtlRi0FjRHbxIJGA5U8CLx6RwUWQjwrCbjzf_Naw
How do you "Flash it manually using mfastboot command."?
<redacted>
<How do you delete a post?>
SolusCado said:
How do you "Flash it manually using mfastboot command."?
Click to expand...
Click to collapse
fastboot flash partition gpt.bin
fastboot flash motoboot boot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash system system.img_sparsechunk.13
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
Keep in mind depending on the region you're flashing you may have a different number of sparse chunks (I think VZW has like 16, where as stock has like 13) You just enter the amount of sparse chunks you need to flash.
Prfndhatrdofman said:
fastboot flash partition gpt.bin
fastboot flash motoboot boot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
fastboot flash system system.img_sparsechunk.12
fastboot flash system system.img_sparsechunk.13
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
Keep in mind depending on the region you're flashing you may have a different number of sparse chunks (I think VZW has like 16, where as stock has like 13) You just enter the amount of sparse chunks you need to flash.
Click to expand...
Click to collapse
Thanks; that worked - though now I find that the pre-Rooted EU ROM I was using doesn't seem to work with my Hasselblad Camera Mod.
SolusCado said:
Thanks; that worked - though now I find that the pre-Rooted EU ROM I was using doesn't seem to work with my Hasselblad Camera Mod.
Click to expand...
Click to collapse
I would just root yourself then. I couldn't get systemless root to work with the current TWRP available so I just flashed a forced System ROOT instead.
http://forum.xda-developers.com/apps/supersu/v2-64-2-66-supersu-mode-t3286120
Download from there and flash it in TWRP. But say goodbye to Android pay obviously
:/ Ok; try as I might I cannot seem to get my Moto Z to boot if I have SuperSU installed. My bootloader is unlocked, and I've been able to flash different ROMS with no problem. But if I try to install SuperSU (v2.78-SR1) to a working ROM, or install JanJan's pre-rooted US ROM, then Android simply never boots. I just downloaded the three more recent versions of SuperSU to give them a try, but does anyone have any suggestions of what I might be doing wrong here?
SolusCado said:
:/ Ok; try as I might I cannot seem to get my Moto Z to boot if I have SuperSU installed. My bootloader is unlocked, and I've been able to flash different ROMS with no problem. But if I try to install SuperSU (v2.78-SR1) to a working ROM, or install JanJan's pre-rooted US ROM, then Android simply never boots. I just downloaded the three more recent versions of SuperSU to give them a try, but does anyone have any suggestions of what I might be doing wrong here?
Click to expand...
Click to collapse
Sounds to me like you need a different Boot image then. I flashed the boot.img that was disabled force encryption, then flashed the System mode SuperSU. No issues at all. US Moto Z 64 GB model.
link to indian firmware...not able to download it as filefactory.com is restricted... tried via apn also still a no go...can anyone download it and upload it to other server??
http://www.filefactory.com/file/20s..._subsidy-DEFAULT_regulatory-XT1650-03.xml.zip
Prfndhatrdofman said:
Located the US firmware and uploaded it to Mega if anyone needs it https://mega.nz/#!vtVmgAoI!J1cZtlRi0FjRHbxIJGA5U8CLx6RwUWQjwrCbjzf_Naw
Click to expand...
Click to collapse
Do this have the modem (baseband) included?.. I need to completely put everything back to factory.
---------- Post added at 04:29 PM ---------- Previous post was at 04:21 PM ----------
dallas90733 said:
Do this have the modem (baseband) included?.. I need to completely put everything back to factory.
Click to expand...
Click to collapse
Nevermind- I didn't read
I have a second Moto G4 and I was curious if anyone got a fix for these issues? it happened a while back when I was trying to go back to factory image. there was a lot of errors. I cant seem ti find the screenshots of the errors that I got at the time. This was around January or so.There is no Mac Address in settings and theres no ip no way to turn data on and when I try wifi. it automatically shuts off. Doesn't detect my Sim Card or Service. says Emergency calls only
I have the same problem, I have got the sim working but no wifi or bluetooth yet.
When I load adb shell and grep the wireless module it says "WCNSS DRIVER NOT FOUND" even though it is there.
I found fix. Delete the old os completely and have the right stock os ready to adb flash. Id say google ATHENE_MPJ24.139-49_cid50_subsidy-DEFAULT_CFC.xml .. then put it in your minimal adb and fastboot file. go to bootloader and then back to computer to do the shift right click in the file on pc and get terminal up and copy and paste this
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 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
Fastboot flash logo logo.bin
The fastboot restart the device and you should be back with the wifi and data. I bought a new phone in feb or march because of this issue and couldn't find a fix till I googled constantly.
I had to delete the os completely and then flash the factory boot image with
AArnold2 said:
I have the same problem, I have got the sim working but no wifi or bluetooth yet.
When I load adb shell and grep the wireless module it says "WCNSS DRIVER NOT FOUND" even though it is there.
Click to expand...
Click to collapse
NeroCZA said:
I found fix. Delete the old os completely and have the right stock os ready to adb flash. Id say google ATHENE_MPJ24.139-49_cid50_subsidy-DEFAULT_CFC.xml .. then put it in your minimal adb and fastboot file. go to bootloader and then back to computer to do the shift right click in the file on pc and get terminal up and copy and paste this
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 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
Fastboot flash logo logo.bin
The fastboot restart the device and you should be back with the wifi and data. I bought a new phone in feb or march because of this issue and couldn't find a fix till I googled constantly.
I had to delete the os completely and then flash the factory boot image with
Click to expand...
Click to collapse
What are the proper steps to completely remove your entire OS safely? Do you mean to just overwrite the current one?
This procedure overwrites your current or completely. You will lose the contents of the internal SD card
Sent from my LG-LS980 using Tapatalk
dayne.rhoades said:
What are the proper steps to completely remove your entire OS safely? Do you mean to just overwrite the current one?
Click to expand...
Click to collapse
Save what you want and it should be safe to just completely wipe your phone cache and all no overwrite.. Then have the stock ready to flash in the file on computer and do the the above steps. Ive done it on both my moto g4's because on my main one which I'm sending off to Motorola for screen repairs, I wiped my phone without thinking about the stock os. panicked but remembered the back to stock steps and attempted them. Ive always gotten errors or wifi and data wipe from over writing with the codes. So I just flashed on the one I deleted OS off of and it worked.
tekweezle said:
This procedure overwrites your current or completely. You will lose the contents of the internal SD card
Sent from my LG-LS980 using Tapatalk
Click to expand...
Click to collapse
Yeah sadly you will lose everything unless you have it all saved. I was mad about losing a lot of things but I was having screen issues and data wifi issues to try to fix. I do have data and wifi now. I just wish I saved what I could.
Would the android data recovery program recover anything? Ive been searching how to recover wiped data. Internet is full of info on how wiped data can be recovered. I just want the text messages and stuff. I had important things in some the text messages I lost
You should save to the external SD card.
Sent from my LG-LS980 using Tapatalk
Delete the old OS via twrp?
You should have made a backup with twrp. Then you could restore your os as it was.
Sent from my Moto G (4) using Tapatalk
Nope the firmware linked above caused the phone to go in to a boot loop.
AArnold2 said:
Delete the old OS via twrp?
Click to expand...
Click to collapse
Yeah that's what I did. Then I flashed the stock rom I googled. Ive been trying to update to nougat for past 2 days since I got back to proper stock rom.
you can;t flash any of the official firmwares via TWRP. You can flash a custom rom or restore a backup of your OS though.
to flash/reload an official firmware, you need ADB and fastboot running from a computer.
Exactly. Don't try with TWRP.
tekweezle said:
you can;t flash any of the official firmwares via TWRP. You can flash a custom rom or restore a backup of your OS though.
to flash/reload an official firmware, you need ADB and fastboot running from a computer.
Click to expand...
Click to collapse
Hello guys, i have a problem with flashing custom roms.
Device unlocked, twrp tryed : 3.0.2 and newest
dev info : clark xt1572
Flashed androids 6..x.x based roms and works great.
Problems : bootloops or kernel usunes (cant boot) whats is problem ? kernel ? handybad kernel cant flash.
What is problem ?
Sry for bad english.
GeloXD said:
Hello guys, i have a problem with flashing custom roms.
Device unlocked, twrp tryed : 3.0.2 and newest
dev info : clark xt1572
Flashed androids 6..x.x based roms and works great.
Problems : bootloops or kernel usunes (cant boot) whats is problem ? kernel ? handybad kernel cant flash.
What is problem ?
Sry for bad english.
Click to expand...
Click to collapse
What was your last stock rom? 5.1, 6.x, 7.0?
I am suspecting a radio version issue here... try flashing the latest factory image via fastboot for your variant and boot fully. Do not use images from Moto, get the latest ones from https://firmware.center/firmware/Motorola/
After that, only use TWRP 3.1.1-0, then wipe system, data, caches, then flash ROM only and boot, if successful, flash Gapps and/or SuperSU (if recommended by dev of ROM) and test boot again.
If the very first boot fails, I would want to see the output of a "fastboot getvar all" and the recovery logs of the ROM flashes after you have tried the factory image flash.
acejavelin said:
I am suspecting a radio version issue here... try flashing the latest factory image via fastboot for your variant and boot fully. Do not use images from Moto, get the latest ones from https://firmware.center/firmware/Motorola/
After that, only use TWRP 3.1.1-0, then wipe system, data, caches, then flash ROM only and boot, if successful, flash Gapps and/or SuperSU (if recommended by dev of ROM) and test boot again.
If the very first boot fails, I would want to see the output of a "fastboot getvar all" and the recovery logs of the ROM flashes after you have tried the factory image flash.
Click to expand...
Click to collapse
Ok i will try it thanks. How i can flash image via fastboot ? adb sideload ?
https://forum.xda-developers.com/moto-x-style/development/firmware-moto-x-style-pure-stock-t3272486
OK this post will be helpfull
dzidexx said:
What was your last stock rom? 5.1, 6.x, 7.0?
Click to expand...
Click to collapse
Android 7.0 updated from stock recovery (for Germany region)
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
---------- Post added at 05:29 PM ---------- Previous post was at 05:23 PM ----------
This one is better:
https://forum.xda-developers.com/mo...de-return-to-stock-relock-bootloader-t3489110
dzidexx said:
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
Click to expand...
Click to collapse
This.... We don't have ROMs compatible with the new Nougat radio and partition table. Suggest staying stock for now.
dzidexx said:
There isn't flashable working custom rom at stock nougat.
(Another partition table or drivers)
You have to downgrade or wait month-two.
Downgrade isn't safe. @GeloXD
Link in your post isn't good too.
---------- Post added at 05:29 PM ---------- Previous post was at 05:23 PM ----------
This one is better:
https://forum.xda-developers.com/mo...de-return-to-stock-relock-bootloader-t3489110
Click to expand...
Click to collapse
acejavelin said:
This.... We don't have ROMs compatible with the new Nougat radio and partition table. Suggest staying stock for now.
Click to expand...
Click to collapse
Now with downgrade solution have 7.1.2 custom android. System partition cant flash but other bot radio work good now i have what i need but still android pay and root / bootloader unlocked doesnt work ;/
GeloXD said:
Now with downgrade solution have 7.1.2 custom android. System partition cant flash but other bot radio work good now i have what i need but still android pay and root / bootloader unlocked doesnt work ;/
Click to expand...
Click to collapse
What custom do you have? Root with supersu?
Unroot it and use magisk v13(magisk hide &/or core only u need).
Work : 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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem lock
fastboot reboot
Doesnt work :
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
So i flash mixed 6 modem radios and stay in system from android 7
I still have backup android 7 in twrp, but now 7.1.2 with magisk and root work better.
dzidexx said:
What custom do you have? Root with supersu?
Unroot it and use magisk v13(magisk hide &/or core only u need).
Click to expand...
Click to collapse
I dnt know about magisk v13 i meaned 12 is the newest version.
I flashed tesla nougat 7.1.2 rom
now version : tesla clars 7.1.2 rc v4.1 official 20170509-1634 with open gapps nano variant.
GeloXD said:
Work : 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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem lock
fastboot reboot
Doesnt work :
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
Click to expand...
Click to collapse
For 6.0.1 xt1572 should be more:
...
fastboot flash system system.img_sparsechunk.10
fastboot flash system system.img_sparsechunk.11
...
fastboot flash bluetooth BTFM.bin
...
I'm having the same problem. I had updated to stock 7.0 and now I just can't update to any other 7.x roms, but 6.x roms do work
Someone managed to get the RSD Secure link for the FASTBOOT files of the final Oreo 8.1 release for RETAIL Moto G5/cedric.
With these files you'll be able to update to official oreo, relock your bootloader or simply go back to stock.
Using the guide I'll write below you'll be able to flash it from Linux, Windows and MacOS.
The new firmware is named OPP28.85-16 and Blur Version listed within the firmware package is:
Code:
Blur_Version.28.41.15.cedric.retail.en.US
whereas the OTA file for the corresponding Firmware lists it as:
Code:
Blur_Version.25.361.10.cedric.retail.en.US
I dont know which is "correct", but anyways, this should not alter your results when flashing this with fastboot.
DOWNLOAD
Gdrive: https://drive.google.com/file/d/1gNB7vNM8xH5ueTPKh5Qwev87gJpSpyyK/view?usp=sharing
RSD Secure: https://rsdsecure-cloud.motorola.co...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
FLASHING IT
If your seeing this post long after Setember 2018 it may be the case you have updated your firmware past this one and got a different bootloader version, in that case, make sure to check you bootloader version is BELOW B8.31. Flashing bootloader of equal or minor version will hardbrick your device
UPDATING FROM PREVIOUS ANDROID VERSION
1. If you're on Windows/Mac, download motorola USB drivers here. (You shouldn't need these on Linux)
2. Download Android Platform Tools (ADB & Fastboot ) for Windows/Mac/ Linux here (if you're on Linux, get these from your distro's repo instead).
3. Extract the platform tools somewhere
4. Extract the firmware's ZIP too (I recommend extracting it to the same directory as platform tools, this will make your life easier).
5.Open a command prompt/terminal where you extracted platform tools (To do that on windows, Hold SHIFT + right Click some blank area within platform-tools directory, then click "Open Command Prompt Here".
6. Reboot into fastboot (power off and connect USB while holding Vol Down) and Execute the following commands
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 system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
7. Reboot your phone by typing fastboot reboot or by selecting the "START" option in phone's screen and then pressing the power button
PS: Do not execute commands related to erasing the modemst1 and modemst2 partitions. This has been related to people losing their IMEI's.
RELOCKING YOUR BOOTLOADER
edit
Seems like my instructions on how to relock didn't work, but I want to thank Andrej_SK, who managed to do it and posted instructions on how to do it. Just remember that you should Not flash bootloader if you're already on B8.31 or past it. Flashing gpt.bin can also hardbrick your phone and there have been reports of it happening here on XDA and on telegram. I personally didn't flash it when moving from NPPS25.137-93-2-5 and had no problem at all, and I think you shouldn't too, unless you know you absolutely need it (which I think is unlikely, since the partition scheme looks the same on both nougat and Oreo)
Andrej_SK said:
I was able to lock my bootloader with this firmware (but I wasn't satisfied with official Oreo at all so I unlocked it again and downgraded to Nougat).
Try this (on your own risk only): input "fastboot oem lock" twice (first time for starting the whole process of locking, second time for confirmation). Then, execute commands below, one by one
Code:
fastboot flash oem oem.img
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 system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
Then, input "fastboot oem lock" for the last time. Your phone should immediately reboot, as mine did. If there will be problem with booting into OS, just reflash the whole system with commands below:
Code:
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img (do not flash this if you're on B8.31 or further, so as not to hardbrick the device)
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 erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Click to expand...
Click to collapse
DOWNGRADING FROM A FIRMWARE NEWER THAN OPP28.85-16
1. Follow steps one 1 up to five described in the first section UPDATING FROM PREVIOUS ANDROID VERSION
2. Omit these lines from step 6:
Code:
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
Notice that omitting these two lines is VERY IMPORTANT if you're downgrading, otherwise you'll hardbrick your device.
3.7. Reboot your phone by typing fastboot reboot or by selecting the "START" option in phone's screen and then pressing the power button
That's it. If you liked, press thanks
Ps: some of my friends have reported phone is rebooting right after flashing sparsechunk.5.
phone will apparently boot normally and show the setup wizard screen, but in actuality there will be missing files on the system partition.
in that case, reboot into fastboot and finish flashing the system normally, then boot your phone
Thank you very much! Excuse me if I'm wrong but with this file it's safe to install Oreo from stock Nuggat right? I just need to unlock the bootloader and flash normally?
Thank, you to provide the firmware.
On another thread (https://forum.xda-developers.com/g5...eo-8-1-0-release-opp28-t3849273/post77771786) you wrote it's necessary to be on firmware NPPS25.137-93-2-5. Maybe you forgot to mention that!?
I believe the two threads are separate updates. One being OTA and this thread being fastboot firmware. I was wondering if this would work on my Moto g5 xt1670 (137-93-8)?
Woooow
Thanks
Ahasverus said:
Thank you very much! Excuse me if I'm wrong but with this file it's safe to install Oreo from stock Nuggat right? I just need to unlock the bootloader and flash normally?
Click to expand...
Click to collapse
no need to unlock BL to flash this. If you're on stock Nougat just make sure you're on NPPS25.137-93-2-5 (July security patch), then grab the ota here and sideload or flash it using the stock recovery
if you're not on NPPS25.137-93-2-5 then you'll need to flash it before flashing the ota.
AndroidenKalle said:
Thank, you to provide the firmware.
On another thread (https://forum.xda-developers.com/g5...eo-8-1-0-release-opp28-t3849273/post77771786) you wrote it's necessary to be on firmware NPPS25.137-93-2-5. Maybe you forgot to mention that!?
Click to expand...
Click to collapse
if you're going to install it from fastboot there's no need to be on NPPS25.137-93-2-5
TWRP v3.2.3.0 for Cedric: works
Magisk v17.1: works (don't use safetynet)
Thank you very much for this! I've been using the soak Oreo and could not be happier until this thread, time for the final Oreo for my beloved G5.
Blur_Version.28.41.15 for OPP28.85-16 is correct!
I'm on the 2nd soak test update OPP28.85-13 and tried the OTA update from your other post. This failed due to wrong version (E3002) since it expects the last NPPS25.137-93-2-5 version.
How can I update from OPP28.85-13 to the latest OPP28.85-16 via fastboot flash without losing my current data and settings?
Can I flash without "erase userdata"?
The thing I don't like in your instructions is lack of DDR errase command.
Please explain your point. Also please compare with flashfile.xml from Oreo firmware.
PsyClip-R said:
The thing I don't like in your instructions is lack of DDR errase command.
Please explain your point. Also please compare with flashfile.xml from Oreo firmware.
Click to expand...
Click to collapse
So "fastboot erase ddr" command should be included while flashing stock Oreo through fastboot? What does that command do?
I am on amzin software channel and my build number is NPPS25.137-93-14 (July Security Patch). Will this fastboot method work for me?
Hello,
the bootloader locking seems not to be working. At the last "fastboot oem lock" it says that it needs a signed boot.img. Has anyone else experienced this issue ?
achintyakv said:
I am on amzin software channel and my build number is NPPS25.137-93-14 (July Security Patch). Will this fastboot method work for me?
Click to expand...
Click to collapse
I don't think so since this is definitely a retail version.
BUILD REQUEST INFO:
SW Version: cedric-user 8.1.0 OPP28.85-16 0400 release-keysM8937_22.29.02.70R
MBM Version: B8.31
Modem Version: M8937_22.29.02.70R
FSG Version: FSG-8937-02.65.33
Build Fingerprint: motorola/cedric/cedric:8.1.0/OPP28.85-16/0400:user/release-keys
CQATest App Version: 6.0.6
VERSION INFO FOUND UNDER 'ABOUT PHONE' SCREEN:
System Version: 28.41.15.cedric.retail.en.US
Model Number: Moto G (5)
Android Version: 8.1.0
Baseband Version: M8937_22.29.02.70R
Build Id: OPP28.85-16
SW Display Build ID: OPP28.85-16
Build Date: Wed Sep 5 09:46:09 CDT 2018
OTHER MISC VERSION INFO:
Subsidy Lock Config: slcf_rev_d_default_v1.0.nvm
Regulatory Info (eLabel): regulatory_info_default.png
Blur Version: Blur_Version.28.41.15.cedric.retail.en.US
Version when read from CPV: cedric-user 8.1.0 OPP28.85-16 0400 release-keys
slsmaster said:
Hello,
the bootloader locking seems not to be working. At the last "fastboot oem lock" it says that it needs a signed boot.img. Has anyone else experienced this issue ?
Click to expand...
Click to collapse
I was able to lock my bootloader with this firmware (but I wasn't satisfied with official Oreo at all so I unlocked it again and downgraded to Nougat).
Try this (on your own risk only): input "fastboot oem lock" twice (first time for starting the whole process of locking, second time for confirmation). Then, execute commands below, one by one
Code:
fastboot flash oem oem.img
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 system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
Then, input "fastboot oem lock" for the last time. Your phone should immediately reboot, as mine did. If there will be problem with booting into OS, just reflash the whole system with commands below:
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 erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Edit: as you can see at the screenshots in the attachment, I'm able to lock bootloader with this firmware. First, I reflashed the whole Oreo firmware, then rebooted into bootloader using "fastboot reboot-bootloader" command and at last I tried to relock bootloader which was (once again) successful.
Phone specs: XT1676 (3/16), DualSIM, reteu soft. channel
Andrej_SK said:
I was able to lock my bootloader with this firmware (but I wasn't satisfied with official Oreo at all so I unlocked it again and downgraded to Nougat).
......
......
Click to expand...
Click to collapse
Thank you very much, worked like a charm.
need cedric amzin oreo update before was on soak oreo ,after upate this phone stay in fastboot mode
PsyClip-R said:
The thing I don't like in your instructions is lack of DDR errase command.
Please explain your point. Also please compare with flashfile.xml from Oreo firmware.
Click to expand...
Click to collapse
never heard about this command before, I have never used it ever and I flashed this firmware without any problem so far
Andrej_SK said:
So "fastboot erase ddr" command should be included while flashing stock Oreo through fastboot? What does that command do?
Click to expand...
Click to collapse
As I said above, I and other people I know who flashed this didn't have any problem by flashing without typing "fastboot erase DDR" and in fact I'm curious to know what does this command do.
JoeDoe0 said:
Blur_Version.28.41.15 for OPP28.85-16 is correct!
I'm on the 2nd soak test update OPP28.85-13 and tried the OTA update from your other post. This failed due to wrong version (E3002) since it expects the last NPPS25.137-93-2-5 version.
How can I update from OPP28.85-13 to the latest OPP28.85-16 via fastboot flash without losing my current data and settings?
Can I flash without "erase userdata"?
Click to expand...
Click to collapse
I think it's very unlikely anyone has this OPP25.85-16, otherwise it would've already surfaced somewhere.
(edit)
seems like I was wrong, I just reflashed the firmware and managed to keep my data by not using fastboot erase user data.
(/edit)
regarding the "fastboot erase user data" it doesn't matter if you use it or not, since once you flash all sparse chunks you'll lose your data partition anyways.
what I'd suggest you to do is
1.backup your data partition using twrp and your internal storage to a pc/sdcard/whatever (twrp doesn't backup your internal storage)
2. flash the firmware just as described on the main thread
3 fastboot boot twrp.img PRIOR to the first boot
4. restore your data
5. connect your phone to USB cable with twrp still open and copy back your internal storage through TWRP's MTP(or use twrp's file manager/aroma FM in case you backed internal storage to sd card)
5. boot your phone.
I never tried backing up internal storage but I already did this when fastbooting and managed to keep my data (settings, apps, etc) .
I just advice you to remove any screen lock prior to backing up your data since your previous pattern/pin/password generally won't work after restoring a twrp backup, but in case you forget it use twrp and go to /data/system and delete locksettings.db and your
lock screen protection will be gone
achintyakv said:
I am on amzin software channel and my build number is NPPS25.137-93-14 (July Security Patch). Will this fastboot method work for me?
Click to expand...
Click to collapse
I don't know, this could brick your phone, but I'm not sure
tapan8914 said:
need cedric amzin oreo update before was on soak oreo ,after upate this phone stay in fastboot mode
Click to expand...
Click to collapse
as I said idk what'd happen if someone did this. the best you can do now is to find some old amzin firmware and fastboot it (do not flash gpt.bin or bootloader.bin, so as not to hard brick your device)
Andrej_SK said:
I was able to lock my bootloader with this firmware (but I wasn't satisfied with official Oreo at all so I unlocked it again and downgraded to Nougat).
Try this (on your own risk only): input "fastboot oem lock" twice (first time for starting the whole process of locking, second time for confirmation). Then, execute commands below, one by one
Code:
fastboot flash oem oem.img
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 system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
Then, input "fastboot oem lock" for the last time. Your phone should immediately reboot, as mine did. If there will be problem with booting into OS, just reflash the whole system with commands below:
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 erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Edit: as you can see at the screenshots in the attachment, I'm able to lock bootloader with this firmware. First, I reflashed the whole Oreo firmware, then rebooted into bootloader using "fastboot reboot-bootloader" command and at last I tried to relock bootloader which was (once again) successful.
Phone specs: XT1676 (3/16), DualSIM, reteu soft. channel
Click to expand...
Click to collapse
many a thanks, I'll put this on the main thread
Currently on OPP28.85-3
Currect me if I'm wrong, but by what I have been reading,
I cant go from OPP28.85-3 to OPP28.85-16
What I've read, I can't be on bootloader B8.31 (which I am) and since this isn't a "full system" image, just a "patch" for official Nougat to upgrade to offical Oreo, I need to be on Nougat.
If this is the case, could I go back to nougat through a TWRP Zip, or would this need to be done through fastboot commands. I know I need a downgraded Bootloader and I don't think ROM flashing affects anything else but /system
PLEASE correct me if I'm wrong. Just a curious guy who loves learning.