i have the weaksauce temproot installed, unlocked, and s-off but i can't flash a custom recovery so i can install roms. i've tried philz and twrp and both times i get this error
target reported max download size of 1830711296 bytes
error: cannot load 'twrp.img': No error
this is the command im using "fastboot flash recovery XXXX.img"
I'm using win7 x64 if that matters. Any help you guys could give would be greatly appreciated.
Hi, I have got a HTC one mini and I am trying to install the custom recovery, after unlocking the bootloader . I have tried to install TWRP and clockworkmod recovery, but when I try to flash it into cmd using <<fastboot flash recovery recovery.img>>, I always get this message : target reported max download size of 800227328 bytes error: cannot load 'recovery.img .
What should I do?
I am trying to recover my phone by flashing back to stock using the Wugfresh toolkit. However the stock CM12S system image doesn't get pushed to the phone but everything else works. As a result, I'm stuck with a phone that cannot boot into the ROM but cannot be flashed using TWRP or toolkit either. I've already set the current status as "soft-bricked/bootloop." This is the error I'm getting:
target reported max download size of 1073741824 bytes
error: cannot load 'C:\Program Files (x86)\WugFresh Development\Bacon Root Toolk
it\data\Factory_Images\cm-12.1-YOG4PAS1N0-bacon-signed-fastboot\system.img'
Stop using a toolkit, they're nothing but trouble as you can see. Go to my guide thread here and follow the instructions in section 8 to flash the stock images.
boys please can u write me steps to flash patched boot. img with fastboot? thank you (european model)
Transfer the patched boot image to PC using 'adb pull' from the path showen in Magisk, boot phone into download mode and flash the patched boot image. 'fastboot flash boot patched_boot.img'
flas patched boot image
Slok 00 said:
boys please can u write me steps to flash patched boot. img with fastboot? thank you (european model)
Click to expand...
Click to collapse
If you flash Magisk from your sd-card, the boot.img is automatically patched by magisk.
Root HTC U11+ European model software number 1.10.401.23
To root your HTC U11+ thru twrp use version 3.2.0.0
1. make sure you got Magisk-15.2 on you sd-card
2. boot into TWRP and leave system read only
3.goto install and install Magisk (in my case 15.2) boot.img is automatically patched
4. you will get error, like "can't mount data" (not to worry)
5. after install GO BACK!! DO NOT REBOOT!!
6. format data AND THEN reboot!!
7 You'll have to setup your phone as a new one; finish that and install Magisk_Manager
8 your now rooted!!! check with root checker
Hope this will help you;
Click to expand...
Click to collapse
milesd said:
Transfer the patched boot image to PC using 'adb pull' from the path showen in Magisk, boot phone into download mode and flash the patched boot image. 'fastboot flash boot patched_boot.img'
Click to expand...
Click to collapse
I have unlocked my U11+ via htcdev.com
I have extracted the boot.img from my RUU
I have installed MagiskManager and patched boot.img
I am having problems flashing the patched_boot.img file ..
I boot to download mode and fastboot flash fails .. see below..
Code:
fastboot flash boot patched_boot.img
target reported max download size of 2399200000 bytes
sending 'boot' (37409 KB)...
FAILED (data write failure (Too many links))
finished. total time: 1.006s
E:\Temp
Can anyone help please!!
I am presently on 2Q4DIMG_OCEAN_M_DUGL_O80_SENSE90GP_HTC_India_SEA_1.24.400.2_Radio_8998-002772-1712011153_release_519104_signed_2_4
I boot to download mode and fastboot flash fails .. see below..
Code:
fastboot flash boot patched_boot.img
target reported max download size of 2399200000 bytes
sending 'boot' (37409 KB)...
FAILED (data write failure (Too many links))
finished. total time: 1.006s
E:\Temp
Can anyone help please!!
Click to expand...
Click to collapse
Try to get a newer htc-fastboot
milesd said:
Try to get a newer htc-fastboot
Click to expand...
Click to collapse
I have tried the fastboot bundled with HTC Sync Manager v3.1.88.3 as well as using the fastboot from platform-tools-v27.0.1-windows but no joy
AFIK there are the latest of the HTC one and the SDK one.
Should also point out I cannot flash the twrp recovery image either.. same error
---------- Post added at 10:56 PM ---------- Previous post was at 10:11 PM ----------
Another thing to mention is that I can erase the partitions without problem using fastboot erase but cannot flash any partitions. The only way I can restore the partitions is to reflash the RUU by putting the RUU zip o the SD card.
I wonder if there is an issue having the 128G sd card in the phone. Will try again tomorrow without the SD card inserted.
The CID's are HTC__060.
You are enable oem unlock in developer option?
Test the connectivity using the following command (provided your phone screen is unlocked)
adb devices
--------------------------------------------------------------------------------------------------------------------------
I think you must rename file patch_boot.img to boot.img
cmd: fastboot flash boot boot.img
newyesor said:
You are enable oem unlock in developer option?
Test the connectivity using the following command (provided your phone screen is unlocked)
adb devices
--------------------------------------------------------------------------------------------------------------------------
I think you must rename file patch_boot.img to boot.img
cmd: fastboot flash boot boot.img
Click to expand...
Click to collapse
I am not new to unlocking and rooting HTC phones I have been doing this since the beginning .. I had an original O2 XDA phone
The phone bootloader is unlocked 100% did it via htcdev and the bootloader screen on both phones says unlocked. There is no issue with connectivity either, adb devices shows the connected phone and other adb commands work fine .. as I said I can even fastboot erase partitions, but am unable to flash them...
I am now thinking it might be my drivers as I am using the windows drivers that came with the latest HTC Sync manager. Later today or tomorrow I might try uninstalling them and using the Universal Naked or the Universal ADB drivers..
Sidewindr said:
I am not new to unlocking and rooting HTC phones I have been doing this since the beginning .. I had an original O2 XDA phone
The phone bootloader is unlocked 100% did it via htcdev and the bootloader screen on both phones says unlocked. There is no issue with connectivity either, adb devices shows the connected phone and other adb commands work fine .. as I said I can even fastboot erase partitions, but am unable to flash them...
I am now thinking it might be my drivers as I am using the windows drivers that came with the latest HTC Sync manager. Later today or tomorrow I might try uninstalling them and using the Universal Naked or the Universal ADB drivers..
Click to expand...
Click to collapse
Have you tried flashing with
fastboot flash boot YOUR_DIRECTORY / patched_boot.img
Just an idea....
Yes tried absolute and relative paths.
Sent from my HTC One M8 using Tapatalk
Switch to another usb port and/or try with another usb cable
https://plus.google.com/+ArtemRussakovskii/posts/RwJ28EdYgCb
https://www.youtube.com/watch?v=5Omhpv7oYdc
Problem solved ... Tried it again after reboot and on a different USB port and it worked .. odd ..
Patched
milesd said:
Transfer the patched boot image to PC using 'adb pull' from the path showen in Magisk, boot phone into download mode and flash the patched boot image. 'fastboot flash boot patched_boot.img'
Click to expand...
Click to collapse
HI I would just like to clarify before I try the download mode.
I have been trying to patch the magisk patched_boot.img in bootloader mode on a HTC U11 with no joy.
This is the error I receive
PS E:\HTC\ADB tools with latest twrp.img Use this one 2019\platform-tools> fastboot flash boot magisk_patched.img
target reported max download size of 536870912 bytes
sending 'boot' (37589 KB)...
OKAY [ 0.915s]
writing 'boot'...
FAILED (remote: Not allowed on PRODUCTION device)
finished. total time: 0.924s
Is it safe to patch in the download mode as stated?
Thanks
No matter what I do, or which tool I use, I am unable to install TWRP in my Oneplus, GM1913 running Oxygen OS Open Beta 10, had the same issue running OOS 10.0.4.
Whenever I try to "fastboot boot twrp.img" it just leads to the fastboot screen and stands like that not doing anything.
If I go and "fastboot flash recovery twrp.img" it brings me this message:
target reported max download size of 536870912 bytes
sending 'recovery' (26748 KB)...
OKAY [ 0.631s]
writing 'recovery'...
FAILED (remote: (recovery_b) No such partition)
finished. total time: 0.640s
Which leads me nowhere as everything's the same.
Can anyone please help me? It's driving me nuts and I can't seem to find any answere online. I'm using the original cable, tried multiple USB ports (2.0/3.0) and I'm using the latest Guacamole version of both .img and .zip installer.
Thank you very much for your help.
All you gotta do is go to fastboot mode then type in fastboot boot TWRP 3.3.1-79 Unified Unofficial Q by mauronofrio then it'll redirect you to twrp and all you need to do is download the most recent twrp update and install it using adb sideload
Sent from my OnePlus 7 Pro using Tapatalk
AxxPyrtlexx20 said:
All you gotta do is go to fastboot mode then type in fastboot boot TWRP 3.3.1-79 Unified Unofficial Q by mauronofrio then it'll redirect you to twrp and all you need to do is download the most recent twrp update and install it using adb sideload
Sent from my OnePlus 7 Pro using Tapatalk
Click to expand...
Click to collapse
You didn't follow me there, that's the TWRP version I'm using, that takes me to fastboot mode and doesn't go anywhere.
jpedrojesus said:
You didn't follow me there, that's the TWRP version I'm using, that takes me to fastboot mode and doesn't go anywhere.
Click to expand...
Click to collapse
Have you tried previous versions? Like 76? I haven't tried 79 myself so maybe it's broken.
Sent from my OnePlus 7 Pro using Tapatalk
AxxPyrtlexx20 said:
Have you tried previous versions? Like 76? I haven't tried 79 myself so maybe it's broken.
Sent from my OnePlus 7 Pro using Tapatalk
Click to expand...
Click to collapse
Well, 76 worked, thank you for the advice! cheers
jpedrojesus said:
Well, 76 worked, thank you for the advice! cheers
Click to expand...
Click to collapse
No problem!
Sent from my OnePlus 7 Pro using Tapatalk