No OS HTC Want To Flash Rom - One (M7) Q&A, Help & Troubleshooting

Some how I formatted the system and have no OS and cant mount storage in the recovery gives a error. When I try to fastboot flash i get this error.
sending 'zip' (1025039 KB)...
OKAY [ 36.272s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 36.314s
any help is appreciated if fixed will donate to the helper

Can't fastboot flash a Rom. (Gee if it were that easy
You have to sideload a ROM .
- put your Rom in your SDK folder
- in recovery, select ADB Sideload. Phone will set itself to sideload mode
Make sure phone is detected (adb devices)
Type command on your computer
Adb sideload /path/to/rom.zip
Sent with pigeons.

Related

HowTO if Flash Recovery INFOsignature checking... FAILED (remote: signature verify fa

Hello after my last problem with flash recovery fail...
PROBLEME WITH FASTBOOT : Ex :
Code:
recorvery recovery-RA-nexus-v1.7.0.img
sending 'recorvery' (3954 KB)... OKAY
writing 'recorvery'... INFOsignature checking...
FAILED (remote: signature verify fail)
--------------------------------------------
If you have the same problem :
You need to have the device unlocked
1° Download the last Recovery Image RA-nexus
2° Go to Bootlader : Fastboot
3° cmd for Linux :
Code:
./fastboot boot recovery-RA-nexus-v1.7.0.img
You have booted in recovery but without installing....
4° ADB cmd linux :
Code:
./adb remount
./adb push recovery-RA-nexus-v1.7.0.img /sdcard/recovery-RA-nexus-v1.7.0.img
./adb shell flash_image recovery /sdcard/recovery-RA-nexus-v1.7.0.img
Okey you have installed your Recovery customised
Reboot your N1 and Enjoy your new recovery
Adapt cmd for Windows or Mac...
did you try re-downloading it?
and you're sure you spelled recovery right when you typed it in?
My brother got similar errors one time until we realized (I was remote) that his device was plugged into a USB hub. Took out HUB and it worked right away
Thanks for the info to boot the recovery without installing it... pretty neat
thanks
You spelled recovery incorrectly. You had recoRvery. Had you spelled it correctly, you would have been fine.
Good info none-the-less though.
No no i've good spelling : in ADB cmd it's Recovery
;-)
seppi68 said:
Hello after my last problem with flash recovery fail...
PROBLEME WITH FASTBOOT : Ex :
Code:
recorvery recovery-RA-nexus-v1.7.0.img
sending 'recorvery' (3954 KB)... OKAY
writing 'recorvery'... INFOsignature checking...
FAILED (remote: signature verify fail)
Click to expand...
Click to collapse
^^^ Not right there you didn't.
Right you have.....
Thx...
I stay here the HowTo because it's a exemple for ADB cmd....
Moved as not Android Development.
Thank you
I have faced the same problem and i have to say that your technique helped a lot solving it so for that Thank you very match.
I just wanted to add for others that when you enter adb remount it will display an error or something like buit don't worry it's ok and it does work just fine.
Thanks again.

Waiting for any device :)

im stuck with this piece of sh*t phone and "waiting for any device". I flashed TWRP 142314 times on my phone, and today this bloody problem comes out and i cant f*king solve it. My drivers and everything is up to date, expect something named "S1 Boot Fastboot" (warning sing near that in device manager). I have no idea what the hell is that and i cant flash twrp and install custom rom. Any ideas, excpet that one about uninstalling win10 )))
yey, a new problem:
C:\Users\nevas\Desktop\sony\ADB\platform-tools-latest-windows\platform-tools>fastboot flash recovery twrp.img
target didn't report max-download-size
sending 'recovery' (10704 KB)...
OKAY [ 0.350s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.356s
nevenx said:
yey, a new problem:
C:\Users\nevas\Desktop\sony\ADB\platform-tools-latest-windows\platform-tools>fastboot flash recovery twrp.img
target didn't report max-download-size
sending 'recovery' (10704 KB)...
OKAY [ 0.350s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.356s
Click to expand...
Click to collapse
You can't flash TWRP to the recovery partition on the Xperia Z. It doesn't use the recovery partition; instead, it uses the FOTAKernel partition, which is inaccessible by Fastboot. If you want to destroy your old stock firmware and install custom ROM, flash TWRP to boot partition. The phone should not boot to the firmware and boots straight to TWRP.

Unable to unlock/flash recovery

I am trying to unlock the bootloader and flash TWRP for the first time. I followed the steps from here: https://wiki.lineageos.org/devices/s2/install
I turned on the unlock option in settings and unlocked via fastboot, rebooted it manually (it didn't reboot), and then tried to flash:
Code:
$ ./fastboot oem unlock-go
OKAY [ 0.007s]
Finished. Total time: 0.007s
$ ./fastboot flash recovery twrp-3.3.1-0-s2.img
Sending 'recovery' (24618 KB) OKAY [ 0.859s]
Writing 'recovery' FAILED (remote: 'Partition flashing is not allowed')
fastboot: error: Command failed
$ ./fastboot reboot
Rebooting OKAY [ 0.001s]
Finished. Total time: 0.001s
$ ./adb reboot bootloader
$ ./fastboot flash recovery twrp-3.3.1-0-s2.img
Sending 'recovery' (24618 KB) OKAY [ 0.779s]
Writing 'recovery' FAILED (remote: 'Partition flashing is not allowed')
fastboot: error: Command failed
$ ./fastboot oem unlock-go
OKAY [ 0.007s]
Finished. Total time: 0.007s
$ ./fastboot flash recovery twrp-3.3.1-0-s2.img
Sending 'recovery' (24618 KB) OKAY [ 0.836s]
Writing 'recovery' OKAY [ 0.231s]
Finished. Total time: 1.071s
$ ./fastboot reboot recovery
Rebooting into recovery OKAY [ 0.001s]
Finished. Total time: 0.001s
However, I got into the stock recovery page instead of TWRP. You can see above that the flash failed before I rebooted, but succeeded after that. Interesting observations:
- The above webpage indicates that the device should reset when I reboot, but it didn't, which means the unlock didn't work.
- When I went back to bootloader, the first attempt to flash failed, but when I ran another unlock it worked though apparently it did nothing.
Am I missing a step? I am using fastboot version 29.0.6-6198805 on Mac OS Mojave 10.14.6.
Don't reboot to recovery via a command after flashing it.
Try rebooting using buttons, vol-up + power.
kalehrl said:
Don't reboot to recovery via a command after flashing it.
Try rebooting using buttons, vol-up + power.
Click to expand...
Click to collapse
Thank you! That got me into TWRP with a dialog titled "Unmodified System Partition" with a slider to allow modifications. I am googling to see what this dialogue is about and how to get TWRP to permanently get installed.
That's normal. Just enable modifications and that's it.
kalehrl said:
That's normal. Just enable modifications and that's it.
Click to expand...
Click to collapse
OK, I don't remember seeing it before (I haven't flashed in at least a couple of years). I ran `adb reboot recovery` and it did go back into TWRP, so I am assuming that it did get persisted. For some reason "Never show this screen..." option didn't work, which is fine, but does it indicate that something is still readonly?
I don't think so.
You're good to proceed.
I was able to sideload the ROM and opengapps nano and it is booting up for the first time. I skipped the optional step to install root (AddonSU), I guess I can do it later too if I feel the need to get root. Thanks a lot for your quick help.
No problem.
If you want to root it, do it with Magisk.
Nowadays, LineageOS team recommend it.

Troubles reinstalling TWRP Miui 11 Android 10

I have unlocked my phone, and i tried to reinstalling but there was an error:
Code:
E:\Minimal ADB and Fastboot>fastboot flash recovey "E:\DOWNLOAD\twrp-3.4.0-0-xmsirius (1).img"
target didn't report max-download-size
sending 'recovey' (33576 KB)...
FAILED (command write failed (No error))
finished. total time: 0.036s
Anyone gotten any ideas on what could be going on here? Please help me!!:crying::crying::crying:
If you have an usb hub or an old computer use them.
Or enter the command then connect your phone.

Realme C3 recovery issue [HELP!!!!]

Hey I need a bit of help, as i was installing Pitch Black Recovery Project on Realme c3(RMX2027), after i flashed recovery.. and i wrote the command "fastboot reboot recovery", it says "unknown reboot target recovery. Can anyone please help me with this issue? i am not being able to open the recovery.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (60364 KB)...
OKAY [ 1.831s]
writing 'recovery'...
OKAY [ -0.000s]
finished. total time: 1.831s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot recovery
fastboot: usage: unknown reboot target recovery
[I also flashed vbmeta so don't worry about that]
use android sdk platform to reboot flash and also to use adb it is an all in one pack download it from the link given extract the folder and enter the platform tool folder and type cmd in place of file location
Here's the link

Categories

Resources