Error when flashing TWRP [Moto G6 Plus] - Moto G6 Plus Questions & Answers

Solution: Use "mfastboot" command instead of "fastboot". You can download "mfastboot" here: https://androidfilehost.com/?fid=962187416754477464
Hi. When I'm trying to flash recovery, I'm getting this error:
C:\adb\platform-tools>fastboot flash recovery twrp.img
Sending 'recovery' (29516 KB) OKAY [ 0.666s]
Writing 'recovery' (bootloader) Invalid partition name recovery
FAILED (remote failure)
Finished. Total time: 0.692s
If I try "fastboot boot twrp.img" command I succefully can boot to twrp.
This error also happens when I'm trying to flash logo.bin from this guide: https://forum.xda-developers.com/moto-g6/themes/bootlogo-remove-message-unlocked-t3789155
Link to twrp: https://androidfilehost.com/?fid=962339331459001360

I think becouse there is no recovery partition.
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot reboot-bootloader
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash bluetooth BTFM.bin
mfastboot flash dsp dspso.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system_b system_other.img
mfastboot flash oem oem.img
mfastboot erase carrier
mfastboot erase userdata
mfastboot erase ddr
fastboot reboot

Brains555 said:
I think becouse there is no recovery partition.
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot reboot-bootloader
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash bluetooth BTFM.bin
mfastboot flash dsp dspso.bin
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system_b system_other.img
mfastboot flash oem oem.img
mfastboot erase carrier
mfastboot erase userdata
mfastboot erase ddr
fastboot reboot
Click to expand...
Click to collapse
Thanks! "mfastboot" command worked perfectly!

Mr. Nerd_ said:
Thanks! "mfastboot" command worked perfectly!
Click to expand...
Click to collapse
Which mfastboot command did you use to install twrp?

Brains555 said:
Which mfastboot command did you use to install twrp?
Click to expand...
Click to collapse
I installed logo.bin with mfastboot. I didn't installed TWRP because it doesn't support encryption. I'm just using "mfastboot boot twrp.img" when I need to use TWRP.

Mr. Nerd_ said:
I installed logo.bin with mfastboot. I didn't installed TWRP because it doesn't support encryption. I'm just using "mfastboot boot twrp.img" when I need to use TWRP.
Click to expand...
Click to collapse
Okay I understand. Thank you for your response.

Related

Phone not right, even with moto's re-lock firmware-HELP

So I requested the relock information from Motorolla and got access to the firmware. However, some of it is correct. Following these directions:
Next flash the images using fastboot:
$ 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
$ fastboot flash modem NON-HLOS.bin
$ fastboot erase modemst1
$ fastboot erase modemst2
$ fastboot flash fsg fsg.mbn
$ fastboot reboot
You also have the option to erase all the data on your device with
$ fastboot erase userdata
$ fastboot erase cache
After performing this sequence, you can relock your device with
$ fastboot oem lock
This came from https://motorola-global-portal.custhelp.com/app/standalone/bootloader/recovery-images.
First problem is the first two steps aren't workign as the moto boot isn't even in the firmware provided. Second problem, when i do step oem lock, I'm told to do the oem lock begin command, which I do. Then I get an error message stating my software isn't verified, however on the fastboot screen it states official. So I can't relock the phone, NOR can I get rid of the unlocked bootloaded message.
Next, the phone will not see the Feb security update, says nothing available. When i download it and try to install in the factory recovery, I get an error. I can't recall what it says exactly, but it does try to install.
Any ideas? The phone works, just can't get the phone re-locked or take any software updates, which I'm sure goes right back tot he stupid unlocked bootloader.
Here is the breakdown....
Unlocked does not affect updates.
Logo.bin is really easy to change.
There is a stock rom available to flash with the update included.
lafester said:
Unlocked does not affect updates.
Logo.bin is really easy to change.
There is a stock rom available to flash with the update included.
Click to expand...
Click to collapse
The stock rom with update requires TWRP installed. For some reason I cant get the phone to relock nor take the Feb security update.
So use twrp... Not sure what the issue is here.
Using the lock oem command has never worked for anybody with this phone. Not sure why they added that if it doesn't work at all.
This worked for my Moto G 2015 so I assume its the same for Moto X. Disregard motoboot.img and any others files that do not apply to Moto X 2015.
1. Run oem lock begin
2. Flash stock firmare files
3. Relock bootloader
fastboot oem lock begin
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
"........... all sparsechunk files"
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
Original Source: http://forum.xda-developers.com/showthread.php?t=2575586
lafester said:
So use twrp... Not sure what the issue is here.
Click to expand...
Click to collapse
Well...if this stupid phone would take TWRP than all be good...but this pos will not. Using WinTools I flash TWRP, says successful, but no die when I try to reboot into recovery. If I do the power and volume truck at "no command" I get the stock recovery not twrp. Starting to really hate this phone. Even wife's S6 is simpler than this.
What happens in fastboot? Not sure what win tools is. Use fastboot then reboot directly into recovery.
First Download ;
mfastboot : https://drive.google.com/file/d/0B5jlU9JnLAZGbVU0UzJ3N3p4X2M/view?usp=sharing
new logo : http://forum.xda-developers.com/mot...o-remove-unlocked-bootloader-warning-t3201141
and only this firmware : http://firmware.center/firmware/Mot...HS24.49-18-3_cid9_subsidy-DEFAULT_CFC.xml.zip
and
mfastboot devices
mfastboot oem lock begin
mfastboot flash partition gpt.bin
mfastboot flash logo logonew.bin --- (new logo name)
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase userdata
mfastboot erase cache
mfastboot oem lock
nxtime said:
First Download ;
mfastboot : https://drive.google.com/file/d/0B5jlU9JnLAZGbVU0UzJ3N3p4X2M/view?usp=sharing
new logo : http://forum.xda-developers.com/mot...o-remove-unlocked-bootloader-warning-t3201141
and only this firmware : http://firmware.center/firmware/Mot...HS24.49-18-3_cid9_subsidy-DEFAULT_CFC.xml.zip
and
mfastboot devices
mfastboot oem lock begin
mfastboot flash partition gpt.bin
mfastboot flash logo logonew.bin --- (new logo name)
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase userdata
mfastboot erase cache
mfastboot oem lock
Click to expand...
Click to collapse
Sir...I LOVE U! That fixed everything! Phone is relocked finally. Phone is right...finally. I owe you a beer!!!
MHB1638 said:
Sir...I LOVE U! That fixed everything! Phone is relocked finally. Phone is right...finally. I owe you a beer!!!
Click to expand...
Click to collapse
im happy for you. thanks

Reverted To Stock But Wifi And SIM Still Not Working!!!

hey guys i have moto g4 plus 32gb XT1643 phone but my wifi and sim are not working after flashing stock rom. I have seen other guys with the same problem in the forum so if anybody has found the solution plz respond..
same problem
Sim,wifi not working.
satya0one0 said:
Sim,wifi not working.
Click to expand...
Click to collapse
You Are Using XT1643 Thane Check This:good::good:
swarupgolui said:
You Are Using XT1643 Thane Check This:good::good:
Click to expand...
Click to collapse
tried that sim doesn't work only wifi does , also mate I have the same problem you have flashed xt 1641 firmware that's why we are facing the same problem
LoneWolf x_o' said:
tried that sim doesn't work only wifi does , also mate I have the same problem you have flashed xt 1641 firmware that's why we are facing the same problem
Click to expand...
Click to collapse
Use This Commands 1 By 1
Code:
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash dsp adspso.bin
mfastboot flash oem oem.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear

XT1580 bootloader stuck/brick

Hello, i have a huge problem with my moto x force kinzie XT1580 P301 (Says on the bootloader screen)
i was updating to nougat then i have a crash and my phone cant boot, it just goes to the bootloader screen with a legend that says "start up failed" this are the things i tried
As far i know with bootloader locked i have to flash on fastboot or RDSlite the original carrier firmware wich i dont know wich one is, i tried different official firmwares and some files get an error while trying to flash them on fastboot or maybe i'm missing one.
So, i tried to get my bootloader unlocked, wverything goes fine until i have to put the code with commandoem unlock and get this
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) Check 'Allow OEM Unlock' in Developer Options.
FAILED (remote failure)
i can't even boot to check that option
Please, help me guys.
Edit: Thanks if someone was figuring a solution, i find one, with my bootloader unlocked i just flashed this firmware XT1580_KINZIE_RETLA_DS_6.0_MPKS24.78-8-12_cid12_subsidy-DEFAULT_CFC.xml using mfastboot because normal fastboot get errors and using this commands that provided the user roweboat56 in this
mfastboot oem fb_mode_set
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash system system.img_sparsechunk.9
mfastboot flash system system.img_sparsechunk.10
mfastboot flash system system.img_sparsechunk.11
mfastboot flash system system.img_sparsechunk.12
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash bluetooth BTFM.bin
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
the phone boot fine, and then i unlocked the bootloader sucefully.

[HELP]XT1572 IMEI Null and Unknown Baseband after downgrade 7.1 to rom stock 6.0

I'm brazilian and I'dont have a good english, but I'll try explain.
I was using Lineage ROM 7.1 with root and bootload unlock, I wanted comeback to ROM STOCK 6.0. But, after that procedure my network didn't work.
WIFI - Works
Network - NO
IMEI - Blank
I used adb fastbook and flashed LA version Single Sim
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash system system.img_sparsechunk.8
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash modem NON-HLOS.bin
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
mfastboot reboot
Now, I'm downloading the EU version to try flash modem firmware. Does anyone know how to resolve this issue?
Do it one more time. Like here:
https://forum.xda-developers.com/moto-x-style/general/guide-flashing-stock-firmware-t3637235
Flash The newest 6.x, check how many sparsechunks do you have after unpack zipfile. @goulartt
dzidexx said:
Do it one more time. Like here:
https://forum.xda-developers.com/moto-x-style/general/guide-flashing-stock-firmware-t3637235
Flash The newest 6.x, check how many sparsechunks do you have after unpack zipfile. @goulartt
Click to expand...
Click to collapse
Thank you man, I tried flash EU version 6.0.1, but now my WIFi stopped work kk I tried all LA versions too ._.

Restoring xt1609 to stock rom

I have the Verizon Moto g4 play. As you all know, the bootloader cannot be unlocked. Is there anyway I can restore to the stock rom without unlocking bootloader? Thanks
cednod said:
I have the Verizon Moto g4 play. As you all know, the bootloader cannot be unlocked. Is there anyway I can restore to the stock rom without unlocking bootloader? Thanks
Click to expand...
Click to collapse
If you're flashing the stock firmware for your variant of hardware, usually you shouldn't have to worry about unlocking the bootloader. Just use the minimal adb and fastboot tools, issuing these commands (put your device in fastboot mode by holding pwr+vdwn):
fastboot devices
fastboot oem fb_mode_set
**With all of the stock firmware files extracted from your downloaded xt1609firmware.zip in same directory (folder) as your adb and fastboot tools, now you begin flashing each partition of the device, usually as follows:
mfastboot oem fb_mode_set
mfastboot flash partition gpt.bin
mfastboot flash bootloader bootloader.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash dsp adspso.bin
mfastboot flash oem oem.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash system system.img_sparsechunk.3
mfastboot flash system system.img_sparsechunk.4
mfastboot flash system system.img_sparsechunk.5
mfastboot flash system system.img_sparsechunk.6
mfastboot flash system system.img_sparsechunk.7
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot erase customize
mfastboot erase clogo
mfastboot oem fb_mode_clear
**And, finally, reboot your device by issuing the below command:
mfastboot reboot

Categories

Resources