Help with (possibly) brick

Search This thread

faoliveiras

New member
Feb 1, 2014
2
1
Hi, i got a XT1033 Moto G. I was trying to install GB retail firmware. By giving the command:

Code:
mfastboot.exe flash boot boot.img

I got in Fastboot this message: hab check failed for boot but in cmd

Code:
C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [  0.493s]
writing 'boot'...
OKAY [  0.781s]
finished. total time: 1.277s

C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash recovery recovery.im
g
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [  0.496s]
writing 'recovery'...
OKAY [  0.737s]
finished. total time: 1.235s

C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash system system.img
target max-sparse-size: 256MB
error: cannot load 'system.img': No error

For the command mfastboot.exe flash recovery recovery.im, in Fastboot i got hab check failed for recovery, and mfastboot.exe flash system system.img i can't, so the phone does not start.

Is there any help?


UPDATE:I resolved the error. Thanks
 
Last edited:
  • Like
Reactions: sankara lingam

a4t

Senior Member
Oct 25, 2009
123
26
Huawei Mate 40 Pro
Xiaomi Mi 11
Hello. How did you fix this issue ?

From the extracted "sbf" which is .tar.gz edit the file "flashall.bat" with notepad++ go to line 89-90 add # in beginning to prevent the script to execute it.

So the script would be like this;
#CALL ;fastboot_flash partition gpt.bin
#IF %errorlevel% NEQ 0 EXIT /b 1

After that save and execute that flashall.bat under windows

Sent from my LG-D802 using Tapatalk
 

sankara lingam

New member
Feb 6, 2016
1
0
i am also stuck with that problem. please give me some detail for solving that problem. i love my moto g a lot.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi, i got a XT1033 Moto G. I was trying to install GB retail firmware. By giving the command:

    Code:
    mfastboot.exe flash boot boot.img

    I got in Fastboot this message: hab check failed for boot but in cmd

    Code:
    C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash boot boot.img
    target max-sparse-size: 256MB
    sending 'boot' (10240 KB)...
    OKAY [  0.493s]
    writing 'boot'...
    OKAY [  0.781s]
    finished. total time: 1.277s
    
    C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash recovery recovery.im
    g
    target max-sparse-size: 256MB
    sending 'recovery' (10240 KB)...
    OKAY [  0.496s]
    writing 'recovery'...
    OKAY [  0.737s]
    finished. total time: 1.235s
    
    C:\Users\Felipe Oliveira\Desktop\XT1033>mfastboot.exe flash system system.img
    target max-sparse-size: 256MB
    error: cannot load 'system.img': No error

    For the command mfastboot.exe flash recovery recovery.im, in Fastboot i got hab check failed for recovery, and mfastboot.exe flash system system.img i can't, so the phone does not start.

    Is there any help?


    UPDATE:I resolved the error. Thanks