[Q] prob in custom clockworkmod recovery help me - HTC One V

bro i have dowNLAODED FASTBOOT FILES ND RECOVERY .IMG ND WHILE TYPING FASTBOOT FLASH RECOVERY RECOVERY.IMG
IT SHOWSW THIS MSG
C:\Users\User\Desktop\Fastboot>fastboot flash recovery.img.img recovery.img.img
sending 'recovery.img.img' (4900 KB)... FAILED (data transfer failure (Too many
links))
finished. total time: 0.380s

fastboot flash recovery recovery.img

Related

[Q] Flash system.img via fastboot error

Keep getting:
sending 'system' (955771 KB)
FAILED (remote: (00000006))
finished. total time: 0.004s
When trying to flash system.img
Can flash boot and recovery no problems, any ideas?
I've the same thing, I think it's normal.
How did you get around it?

[Q] LG g3 stay in fastboot and can't flash anything

hi guys
i have lg g3 D855 after update its dead and now its only stay on lg logo i tried to flash new rom but when i try to go the download mode its going to fastboot mood then i try to flash laf.img its give me this error
C:\New folder\Minimal ADB and Fastboot>fastboot flash boot boot.img
target reported max download size of 2147483648 bytes
sending 'boot' (12800 KB)...
OKAY [ 0.406s]
writing 'boot'...
FAILED (remote: flash write failure)
finished. total time: 10.470s
C:\New folder\Minimal ADB and Fastboot>fastboot flash laf laf.img
target reported max download size of 2147483648 bytes
sending 'laf' (17408 KB)...
OKAY [ 0.552s]
writing 'laf'...
FAILED (remote: flash write failure)
finished. total time: 10.617s
C:\New folder\Minimal ADB and Fastboot>fastboot erase laf
erasing 'laf'...
FAILED (remote: failed to erase partition
)
finished. total time: 5.036s
also i get the same error with flashing the recovery file
so whats wrong and what should i do to fix this?
Run fastboot boot laf.img
Plug G3 into LGFlashTool and flash KDZ using CSM flash
itsbighead said:
Run fastboot boot laf.img
Plug G3 into LGFlashTool and flash KDZ using CSM flash
Click to expand...
Click to collapse
thx for replay me
i did that (fastboot boot laf.img) its say done with showing some words on the phone monitor but nothing happen also still cant go the flash mode
Try this
Boot into TWRP
Enable MTP and copy laf.img to sdcard
Go to Terminal Command in Advanced
Run the commands below using TWRP
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/laf
dd if=/sdcard/laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf

[Q] Can't flash any custom recovery on my m8

My m8 has an unlocked bootloader with s-on and i recently just used a nandroid backup which flashed the stock recovery and i updated to newest 5.0 update my phone was with t-mobile but it is factory unlocked now. Whenever I try to flash philz or twrp through fastboot it gives me:
target reported max download size of 1826414592 bytes
sending 'twrp' (16086 KB)...
OKAY [ 1.469s]
writing 'twrp'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.047s
How am i supposed to flash a custom recovery
Are you trying to do it in fastboot oem rebootRUU or just normal fastboot? You should be in the bootloader and just use fastboot flash recovery recovery.img
EddyOS said:
Are you trying to do it in fastboot oem rebootRUU or just normal fastboot? You should be in the bootloader and just use fastboot flash recovery recovery.img
Click to expand...
Click to collapse
I tried both

Saving Data from locked, bricked device

Hey there,
as the title of the threat already indicates, my HTC One X got bricked.
As this usually happens when trying to flash some custom roms or recoverys, in my case it is the result of an official HTC update for android.
I can boot into Fastboot, and via cmd "fastboot devices" does show me the connected phone.
Now my approach for solving this matter was to flash the clockwork mod and then boot into recovery.
From there i wanted to pull data from the phone via adb commands.
The only problem is that my phone is locked. I cannot unlock it at the moment without wiping all data (which obviously would miss the whole data recovery point).
When i try tp flash the CWM in fastboot i get:
sending 'recovery' (8100 KB)...
FAILED (unknown status code)
finished. total time: 0.933s
I also tried to directly boot a recovery via fastboot boot recovery.img.
This resulted in
downloading 'boot.img'...
FAILED (unknown status code)
finished. total time: 0.933s
Well now I am seriously frustrated and dont know how to get my data.
Any help is very much appreciated.
Cheers
Josef
Update:
fastboot flash recovery recovery.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8100 KB)...
OKAY [ 1.066s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.720s
fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.066s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.068s
fastboot boot recovery recovery.img
cannot load 'recovery': Permission denied
any help?
joe1000 said:
Update:
fastboot flash recovery recovery.img
target reported max download size of 1514139648 bytes
sending 'recovery' (8100 KB)...
OKAY [ 1.066s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.720s
fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.066s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.068s
fastboot boot recovery recovery.img
cannot load 'recovery': Permission denied
any help?
Click to expand...
Click to collapse
You must to unlock the device qith locked you can't do anything but if you unlock it is possible to wipe all data on the SD card
well but thats exactly the problem...

Question TWRP Moto G20

Looking for a custom recovery I found this page where it contains a TWRP that is supposedly compatible with the Moto G20.
Download TWRP 3.5.2 For Moto G20- How to install ยป The TechGyan Gadgets
How To Install TWRP Recovery on Moto G20-Step 1. Bootloader Unlock on Moto G20.Step 2. Install TWRP Recovery on Moto G20.
mytechgyangadgets.com
Link TWRP:
motorola twrp recovery.img
drive.google.com
I did not want to risk trying it since I do not know much about this and what can happen if it is not correct. Someone to solve my doubt? or know of a compatible custom recovery? Gracias. :XX
Hey!
I tried booting directly into twrp in fastboot mode using ./fastboot boot twrp recovery.img and get this:
Sending 'boot.img' (26460 KB) OKAY [ 0.688s]
Booting OKAY [ 0.000s]
Finished. Total time: 0.717s
But the Phone only restarts into normal Motorola OS.
Robyn_232 said:
Hey!
I tried booting directly into twrp in fastboot mode using ./fastboot boot twrp recovery.img and get this:
Sending 'boot.img' (26460 KB) OKAY [ 0.688s]
Booting OKAY [ 0.000s]
Finished. Total time: 0.717s
But the Phone only restarts into normal Motorola OS.
Click to expand...
Click to collapse
hello! Thanks for replying, I guess we have to wait. :c
voy a intertar
it can not i put this .\fastboot.exe flash recovery "C:\Program Files (x86)\Minimal ADB and Fastboot\motorola twrp recovery.img"
and this appears
Sending 'recovery' (26460 KB) OKAY [ 0.748s]
Writing 'recovery' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
and when I enter the recovery the default revorey appears
Watch the Thread called "Building TWRP for Moto G20" there is someone with a working twrp but theres no download link until now.

Categories

Resources