I have a Moto G 2013 (XT1033). The device does not boot successfully - only shows the logo and then just shows a blank screen. So I tried to install Cyanogenmod hoping it might work out. I have unlocked the bootloader.
I tried installing TWRP recovery image (3.0.2.0) from TWRP official site using the command
Code:
$ fastboot erase recovery
erasing 'recovery'...
(bootloader) Erase allowed in unlocked state
OKAY [ 0.046s]
finished. total time: 0.046s
$
$ fastboot flash recovery twrp-3.0.2-0-falcon.img
target reported max download size of 536870912 bytes
sending 'recovery' (9488 KB)...
OKAY [ 0.331s]
writing 'recovery'...
OKAY [ 0.175s]
finished. total time: 0.507s
And the device shows the following text:
Code:
cmd: getvar:partition-type:recovery
cmd: erase:recovery
cmd: getvar:partition-type:recovery
cmd: getvar:max-download-size
cmd: download:00944000
cmd: flash:recovery
Mismatched partition size (recovery)
When I boot into the recovery, it displays a Unlocked bootloader warning, then a blank screen for 2-3 seconds and then an image of resting android bot with a red exclamation over its belly, with "No command" caption. No TWRP Recovery Screen.
Then I pressed Vol UP + Power button for 2-3 seconds and that displayed the Android system recovery screen. Now I selected "apply update from ADB". Then I tried the following command:
adb sideload cm-12.1-20151117-SNAPSHOT-YOG7DAO1K9-falcon.zip
I get the following error in the Android System Recovery screen:
Code:
E:failed to verify whole-file signature
E:signature verification failed
Installation aborted
The Cyanogenmod zip file is not corrupted since the SHA1 hash is the same as the one provided in Cyanogenmod downloads page. Please help me to install Cyanogenmod on Moto G (XT1033).
Thanks in Advance
Maybe try a different twrp there is one available on XDA (moto g android development) try that
Using command fastboot flash recovery recoveryname.zip
Sent from my Moto G using Tapatalk
My Archos Helium 70b is totaly bricked:
Hi all,
I got a bricked phone with following symptoms:
Normal boot stays in an endless bootloop.
Starting up from recovery does the same.
3th option is fastboot: If I want to fastboot from a previously downloaded image with 'fastboot boot boot.img' command I got this:
Code:
downloading 'boot.img'...
OKAY [ 0.674s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.688s
Any option to unbrick the phone left?
Thx
T
Hi!
I wiped data and system too and since then i the phone stops at the Sony logo and cannot even turn it off only with vol up+power button . I cannot enter TWRP or Recovery or flashmode anything else. When i connect to pc with flashtool while holding vol up it enters to fastboot but when i try to flash a kernel it gives "FAILED (remote: Command not allowed)" error.
I hope somebody can help me!
UPDATE:
Now it says when trying to flash kernel:
sending 'boot' (9547 KB)...
OKAY [ 0.302s]
writing 'boot'...
FAILED (remote: image is not a boot image)
finished. total time: 0.305s
03/015/2017 16:15:35 - INFO - Please check the log before rebooting into system
try flashing the twrp recovery image the error which is on the second post determines a file extension error and conform me that you have an unlocked bootloader
Good news!
Motorola One Action just got an official TWRP version.
See here:
https://twrp.me/motorola/motorolaoneaction.html
Thanks to @kaneawk who is the maintainer!
gracias
Fain11 said:
Good news!
Motorola One Action just got an official TWRP version.
See here:
Thanks to @kaneawk who is the maintainer!
Click to expand...
Click to collapse
This didn't work for me, I tried to follow the instructions on the twrp page, and it worked until fastboot boot twrp.img where i get:
Sending 'boot.img' (42324 KB) OKAY [ 1.017s]
Booting FAILED (remote: '')
fastboot: error: Command failed
And when I look at bootloader logs on my phone, it says: Validation Image Failed
FullofAwe said:
This didn't work for me, I tried to follow the instructions on the twrp page, and it worked until fastboot boot twrp.img where i get:
Sending 'boot.img' (42324 KB) OKAY [ 1.017s]
Booting FAILED (remote: '')
fastboot: error: Command failed
And when I look at bootloader logs on my phone, it says: Validation Image Failed
Click to expand...
Click to collapse
Did u unlocked your bootloader?
Fain11 said:
Did u unlocked your bootloader?
Click to expand...
Click to collapse
I did... And it still is.
FullofAwe said:
This didn't work for me, I tried to follow the instructions on the twrp page, and it worked until fastboot boot twrp.img where i get:
Sending 'boot.img' (42324 KB) OKAY [ 1.017s]
Booting FAILED (remote: '')
fastboot: error: Command failed
And when I look at bootloader logs on my phone, it says: Validation Image Failed
Click to expand...
Click to collapse
Firstly flash v-meta IMG then flash twrp IMG.
sharma.keshav153 said:
Firstly flash v-meta IMG then flash twrp IMG.
Click to expand...
Click to collapse
wut is v-meta
Having Problem restoring backup
Hi @Fain11,
I have installed TWRP 3.4.0.0 for moto one action from magisk module then I made backups without any problem.
With the Official TWRP, if I want to root, should install Disable_Dm-Verity_ForceEncrypt after flash Magisk-v20.4 ?
Is it possible to root with Magisk and keeping encryption ?
Each time I boot Recovery it's asking me for password user's "0" for data decryption ? ..., anybody knows what it's is ?
I'm having an XT2013-4 running August RETAIL firmware.
/Regards
...
After flashing a stock rom back to my Moto One Action, whenever i try and boot from the .img file, I get this error:
Sending 'boot.img' (42324 KB) OKAY [ 0.974s]
Booting FAILED (remote: '')
fastboot: error: Command failed
Sounds like you're missing the vbmeta patch file. You need to flash it first to resolve this error.
TheDudestPriest504 said:
After flashing a stock rom back to my Moto One Action, whenever i try and boot from the .img file, I get this error:
Sending 'boot.img' (42324 KB) OKAY [ 0.974s]
Booting FAILED (remote: '')
fastboot: error: Command failed
Click to expand...
Click to collapse
go to some dev for help on xda
I'm trying to flash TWRP on my Pixel 3. I have bootloader unlocked and made sure several times all my settings were correct. Any help on if this could be caused by missing drivers or something? i'm new to custom ROMs. Thanks
here is what i get:
.\fastboot flash recovery twrp.img
Sending 'recovery' (65536 KB) OKAY [ 1.645s]
Writing 'recovery' FAILED (remote: 'Not allowed to flash (recovery)')
fastboot: error: Command failed
Run
Code:
fastboot getvar all
and check for bootloader status: locked or unlocked?