Hey guys,
i got a XT1032 from a friend and i try to repair it. First, i don't now which android version was installed! The only thing i can do with that device is booting into the bootloader (it's 41.13). Flashing roms, recovery or upgrading the bootloader didn't work for me. I tried many tools but nothing had a positiv effect for me. Please help me find a way, I'm sure it's possible.
First of all I'd recommend using BUT by @Xyzko to upgrade your bootloader to 41.1A
Then you should flash TWRP by using "fastboot flash recovery 'recoveryname'.img
If TWRP boots you can try to wipe all the data and sideload a ROM of your choice. Otherwise boot into bootloader and download your Factory Firmware image and then flash it with @lost101 's Mfastboot with the following commands:
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 boot boot.img
Ju43 said:
First of all I'd recommend using BUT by @Xyzko to upgrade your bootloader to 41.1A
Then you should flash TWRP by using "fastboot flash recovery 'recoveryname'.img
If TWRP boots you can try to wipe all the data and sideload a ROM of your choice. Otherwise boot into bootloader and download your Factory Firmware image and then flash it with @lost101 's Mfastboot with the following commands:
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 boot boot.img
Click to expand...
Click to collapse
I tried the tool by @Xyzko but it won't work for me. If I select c for 41.1A the software simple doing nothing. If i try 41.19 or 41.18 it starts to write the motoboot but after my device reboot nothing has changed (i ran it as admin).
Is your bootloader unlocked?
Yes it is (Status Code:3)!
41.13 is a pre lollipop bootloader so I would advise u to reflash a custom ROM based on kitkat.
Andus1988 said:
41.13 is a pre lollipop bootloader so I would advise u to reflash a custom ROM based on kitkat.
Click to expand...
Click to collapse
well that is that problem. I can't flash anything.....
But u can access (custom) recovery?
no. i only can access the bootloader (Fastboot Flash mode)
Then tell me the commands u used for flashing a custom recovery! And which custom recovery did u choose?
flashing recovery with fastboot and mfastboot:
fastboot flash recovery "recover.img" (without quotes)
mfastboot flash recovery "recover.img" (without quotes)
i took the recovery image from Cyanogenmod and renamed it.
Output:
C:\platform-tools>mfastboot flash recovery recover.img
target max-sparse-size: 256MB
sending 'recovery' (8812 KB)...
OKAY [ 5.266s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 10.282s
Device Output:
Mismachted partition size (recovery)
iToaster said:
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 10.282s
Device Output:
Mismachted partition size (recovery)
Click to expand...
Click to collapse
That's the reason. I guess @lost101 or @_that could help u!
umm... no idea. Try "fastboot boot recover.img" to see if you can at least start the recovery. If it does start, run "adb shell cat /proc/partitions" to see if your partitions are there.
_that said:
umm... no idea. Try "fastboot boot recover.img" to see if you can at least start the recovery. If it does start, run "adb shell cat /proc/partitions" to see if your partitions are there.
Click to expand...
Click to collapse
Output:
C:\platform-tools>mfastboot boot recover.img
downloading 'boot.img'...
OKAY [ 5.290s]
booting...
FAILED (remote failure)
finished. total time: 15.326s
On Device:
incomplete boot image for booting
Try a different, known working recovery image.
Use TWRP from here: http://forum.xda-developers.com/moto-g/development/recovery-twrp-2-8-2-0-touch-recovery-t2980621
Tried both version for your link, with the same result as with the img I used.....
iToaster said:
Tried both version for your link, with the same result as with the img I used.....
Click to expand...
Click to collapse
What command are you using? check the name of the .img file.
fastboot flash recovery twrp-2.8.7.0-falcon_STOCK.img as it is mentioned in the post
@iToaster - It's starting to look like a case of corrupt emmc. Partitions are read only. There is no solution.
Hello there,
I just got a Nokia 6.2 to use for my app reverse-engineering/development needs, but I would need to root it.
Recovery is just saying "no command" and fastboot does not want to flash recovery.
Code:
C:\Users\<user>\Downloads\platform-tools_r29.0.5-windows\platform-tools>fastboot flash recovery twrp-3.3.1-PL2.img
Sending 'recovery' (38736 KB) FAILED (remote: 'unknown command')
fastboot: error: Command failed
Apperently the device's flashing functionality appears to be encrypted.
per the how-to at https://www.androidweblog.com/nokia-6-2-ta-1198-root-install-twrp-recovery/:
Code:
C:\Users\<username>\Downloads\platform-tools_r29.0.5-windows\platform-tools>fastboot oem unlock-go
FAILED (remote: 'Failed to unlock, decrypt failed!')
fastboot: error: Command failed
Device state is listed as unlocked.
Try
HTML:
fastboot flashing unlock
getting FAILED (remote: unknown command) after using fastboot boot <recovery_filename>.img
Fixed it with msmdownloadtool
FAILED (remote: 'This partition doesn't exist')
fastboot: error: Command failed
pls help
TWRP
If you are trying to flash TWRP then may be the Android's default /recovery partition doesn't exist: check this.
jwoegerbauer said:
If you are trying to flash TWRP then may be the Android's default /recovery partition doesn't exist: check this.
Click to expand...
Click to collapse
how to install this man help pls not working too
I did something stupid and now I don't have a system or recovery partition. I tried to recreated the partitions, but get the following error.
fastboot delete-logical-partition system_a
Deleting 'system_a' FAILED (remote: 'unknown command')
fastboot: error: Command failed
I've been following this guide but the commands don't seem to work.
How can I recreate the partitions I need?
Re-flash Stock ROM.