I have tried several times to flash a custom recovery on my Atrix HD but after I send the "flash recovery recovery.img " command, it replies in cmd that " command restricted .failed (remote failure). What am I doing wrong. And also can I flash the recovery with Tom manager and how? Thanks
Sent from my MB886 using xda premium
penser
kwartey said:
I have tried several times to flash a custom recovery on my Atrix HD but after I send the "flash recovery recovery.img " command, it replies in cmd that " command restricted .failed (remote failure). What am I doing wrong. And also can I flash the recovery with Tom manager and how? Thanks
Sent from my MB886 using xda premium
Click to expand...
Click to collapse
Mandatory question: Is your bootloader unlocked?
You need to use the command "fastboot flash recovery recovery.img". And what is Tom manager?
penser said:
And what is Tom manager?
Click to expand...
Click to collapse
I assume a GPS software.? Lol
Edit:
I think he referred to Rom Manager which to his answer is yes he can eventhough phils recovery seen to me much stable and is more up to date then the cwm itself
penser said:
Mandatory question: Is your bootloader unlocked?
You need to use the command "fastboot flash recovery recovery.img". And what is Tom manager?
Click to expand...
Click to collapse
Yes my bootloader is unlocked. I have used that command but still the same outcome. I flashed the stock rom again. Am gonna try flashing the recovery again.
Sent from my MB886 using Tapatalk
I have the same problem. Neither installing "safetrap recovery" app.
A252 said:
I have the same problem. Neither installing "safetrap recovery" app.
Click to expand...
Click to collapse
Your trying to install safestrap? Don't.
Sent from my PACMAN MATRIX HD MAXX
Related
I am having a problem after rooting my phone... i want to flash the 'recovery-RA-passion-v2.2.1-CM.img but it does not allow me to.. I am using the Command Promp:
fastboot flash recovery recovery-RA-passion-v2.2.1-CM.img
this is the command..but what happens it this:
error: cannot load 'recovery-RA-passion-v2.2.1-CM.img'
Please help!
PS: phone is rooted.
ChortiRok said:
I am having a problem after rooting my phone... i want to flash the 'recovery-RA-passion-v2.2.1-CM.img but it does not allow me to.. I am using the Command Promp:
fastboot flash recovery recovery-RA-passion-v2.2.1-CM.img
this is the command..but what happens it this:
error: cannot load 'recovery-RA-passion-v2.2.1-CM.img'
Please help!
PS: phone is rooted.
Click to expand...
Click to collapse
Assuming the device is seen by fastboot, you need to specify the path to the recovery img
have you unlocked ur bootloader to run fastboot commands?
Sent from my Nexus One using Tapatalk
taodan said:
Assuming the device is seen by fastboot, you need to specify the path to the recovery img
Click to expand...
Click to collapse
Same opinion here, most likely the cause is the missing path to the file.
So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
press the power button and it should enter the bootloader screen where you can select recovery using the volume up and down keys
chenchen399 said:
press the power button and it should enter the bootloader screen where you can select recovery using the volume up and down keys
Click to expand...
Click to collapse
I tried that dude.
Nothing.
DankPlank said:
I tried that dude.
Nothing.
Click to expand...
Click to collapse
try: fastboot erase cache
---------- Post added at 11:24 PM ---------- Previous post was at 11:22 PM ----------
DankPlank said:
So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
Click to expand...
Click to collapse
as a last resort, you can follow this guide: http://forum.xda-developers.com/showthread.php?t=2250904
everything will be wiped though.
chenchen399 said:
try: fastboot erase cache
Click to expand...
Click to collapse
That worked but still cannot get into my recovery or ADB push. It says Device not found. .-.
DankPlank said:
That worked but still cannot get into my recovery or ADB push. It says Device not found. .-.
Click to expand...
Click to collapse
you may have to restore using RUU
DankPlank said:
So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
Click to expand...
Click to collapse
i think you cannot use adb command on fastboot
adb can be used on recovery or on system rom only while on usb debugging
have your flashed a recovery? (fastboot flash recovery (recovery file name.img)
[email protected] said:
i think you cannot use adb command on fastboot
adb can be used on recovery or on system rom only while on usb debugging
have your flashed a recovery? (fastboot flash recovery (recovery file name.img)
Click to expand...
Click to collapse
Exactly.
In fastboot the fastboot commands work, but not the adb ones.
Yea it sounds like your Recovery got wiped at some point. Grab a Custom Recovery .img (TWRP or CWM) and boot to fastboot (shown in your screenshot). Open a command prompt in your adb/fastboot directory, with the recovery image in the same directory, and enter the following:
Code:
fastboot flash recovery 'nameofrecovery'.img
Then reboot bootloader and try accessing recovery again.
homeslice976 said:
Yea it sounds like your Recovery got wiped at some point. Grab a Custom Recovery .img (TWRP or CWM) and boot to fastboot (shown in your screenshot). Open a command prompt in your adb/fastboot directory, with the recovery image in the same directory, and enter the following:
Code:
fastboot flash recovery 'nameofrecovery'.img
Then reboot bootloader and try accessing recovery again.
Click to expand...
Click to collapse
It says Unknown Error
DankPlank said:
It says Unknown Error
Click to expand...
Click to collapse
Just restore using RUU...make sure your phone is in fastboot usb mode.
chenchen399 said:
Just restore using RUU...make sure your phone is in fastboot usb mode.
Click to expand...
Click to collapse
This is almost always the only fix for a Sprint phone that was flashed with a GSM rom.
Sent from my One using XDA Premium 4 mobile app
Try HTC One Toolkit
Hello,
you can try the HTC One Toolkit to install and enter to an new Recovery.
I think TWRP 2.6.3 is for the HTC One the easyer Recovery.
CoryTallman said:
This is almost always the only fix for a Sprint phone that was flashed with a GSM rom.
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
When I try to flash a RUU using the tool kit. It always says failed. Not verified.
i accidently wiped internal instead of system and trying to flash back to stock now. have typed
fastboot oem lock
fastboot oem rebootRUU
fastboot flash zip c:/lol.zip Sprint_HTC_One_m7wls_1.29.651.7_encrypted_ROM.zip this is what i downloaded
but at the end i always get the message saying FAILED(remote: 43 main version check fail)... have redownloaded and reflashed but still doesnt work. any ideas
You have no OS? Sounds bad. Can you get into any special screens such as Recovery, Download etc?
Sent from my Scroll Excel using xda app-developers app
LoopingCreeper said:
You have no OS? Sounds bad. Can you get into any special screens such as Recovery, Download etc?
Sent from my Scroll Excel using xda app-developers app
Click to expand...
Click to collapse
no recovery.i can only get to the screen that says fastboot and hboot
when i flashed Sprint_HTC_One_m7wls_1.29.651.7_RUU i got the message saying FAILED(remote: 12 signature verify fail)
flaco_negro said:
when i flashed Sprint_HTC_One_m7wls_1.29.651.7_RUU i got the message saying FAILED(remote: 12 signature verify fail)
Click to expand...
Click to collapse
First download and flash a recovery. You can flash it from ADB with the command fastboot flash recovery recoveryname.img (change recoveryname.img to the name of your downloaded recovery).
Then sideload a Rom
From TWRP recovery select sideload mode
open command prompt
Type in adb sideload nameofROM.zip
Thanks that worked
Sent from my HTCONE using xda app-developers app
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
An69 said:
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
Click to expand...
Click to collapse
Nice
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
An69 said:
[OTA] Android 4.3 Sense 5.5 CID__622 Hong Kong
http://yadi.sk/d/egZKl5cUEceWN
Click to expand...
Click to collapse
Flash through custom recovery?
No, only stock!
tropical cactus said:
Flash through custom recovery?
Click to expand...
Click to collapse
Have to use stock recovery lol
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Have to use stock recovery lol
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So after going back to stock, how to flash?
tropical cactus said:
So after going back to stock, how to flash?
Click to expand...
Click to collapse
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If you have Super CID, you won't get an update. You need CID 622.
tsokh said:
If you have Super CID, you won't get an update. You need CID 622.
Click to expand...
Click to collapse
Lol I got my update and I have super cid
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
That's a noob question u don't know how to flash and ota via stock recovery
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
tropical cactus said:
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
Click to expand...
Click to collapse
Flash stock Rom 1.23.708 via custom recovery but don't install root wen u reboot and then use fastboot and flash stock recovery using this command fastboot flash recovery recovery.img when u boot search for updates
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
tropical cactus said:
Haven't had the need to so am a noob. I'm only interested in the firmware. So if you were to write a guide, other noobs might learn as well and your thanks meter might go up further.:fingers-crossed:
Click to expand...
Click to collapse
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip (If you see failed message, just run this command again and wait till it finishes updating)
fastboot reboot-bootloader
fastboot reboot
tsokh said:
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot-bootloader
fastboot reboot
Click to expand...
Click to collapse
Thanks, man. You've always been a great help.
daorderdillon said:
Lol I got my update and I have super cid
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which way did you supercid?
Sent from my HTC One using Xparent BlueTapatalk 2
daorderdillon said:
Flash stock Rom 1.23.708 via custom recovery but don't install root wen u reboot and then use fastboot and flash stock recovery using this command fastboot flash recovery recovery.img when u boot search for updates
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I followed this exactly. But It always shows me that I have modified version of android.
ebautista said:
I followed this exactly. But It always shows me that I have modified version of android.
Click to expand...
Click to collapse
I just managed to finish the process successfully, you might want to try to redownload the zip of 1.23.708.3, your copy might be broken or something.
tsokh said:
If you need only firmware, download it here https://www.dropbox.com/s/q1w1wm2yo4txl8e/firmware.zip
and place it in folder with android adb files.
Instructions:
1) connect phone to computer with USB debugging enabled
2) in Windows command line:
cd "path to android adb files"
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip (If you see failed message, just run this command again and wait till it finishes updating)
fastboot reboot-bootloader
fastboot reboot
Click to expand...
Click to collapse
For some reason, the flash zip command always seems to fail for me:
Code:
$ fastboot flash zip firmware.zip
< waiting for device >
sending 'zip' (46275 KB)...
OKAY [ 2.707s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 4.223s
Anyone have any idea? (Not that it matters that much, in the end I got the firmware update applied by applying the whole OTA update...)
firmware zip
Worked for me. I'm S-off and supercided.
tropical cactus said:
Worked for me. I'm S-off and supercided.
Click to expand...
Click to collapse
Ah, of course, I forgot that my phone's still S-ON and that this might play a factor.
ebautista said:
I followed this exactly. But It always shows me that I have modified version of android.
Click to expand...
Click to collapse
Missing some apps or your rooted
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
koniiiik said:
Ah, of course, I forgot that my phone's still S-ON and that this might play a factor.
Click to expand...
Click to collapse
Now my turn to ask you. Now I'm on hboot 1.55, is it still ok to flash stock Rom with hboot 1.54 so I can get the official update to see if it's as fast as some people claim?
Hello everybody. I'm having some problems flashing TWRP after unlocking the bootloader.
First of all, after unlocking the BL, I have flashed back the stock logo using
Code:
fastboot flash logo logo.bin
Then I tried flashing TWRP.
Code:
fastboot flash recovery recovery.img
Everything is successful, but booting to recovery from bootloader turns the phone off, and using
Code:
adb reboot recovery
brings about a 'dead android' screen with 'No command' written below it. I had to force reboot.
The phone itself works fine, and I was able to boot to TWRP, using the same .img file,
Code:
fastboot boot recovery.img
, and flash SU and whatever.
I don't really have a clue about what's going on here, can anybody point me in the right direction?
Thanks in advance
Nevermind, solved using TWRP manager app, and flashing the recovery from Android. Still don't know why I wasn't able to flash recovery from fastboot.
totalnoob34 said:
Nevermind, solved using TWRP manager app, and flashing the recovery from Android. Still don't know why I wasn't able to flash recovery from fastboot.
Click to expand...
Click to collapse
I think you should use mfastboot instead of fastboot
Sent from my XT1068 using XDA Free mobile app
ggunzio said:
I think you should use mfastboot instead of fastboot
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
Mfastboot? I am using Linux, I think that it's for Windows only. Anyway, I don't think the problem is on computer side, since the commands were successful both on the pc and the phone.
ggunzio said:
I think you should use mfastboot instead of fastboot
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
I used fastboot for the same thing and it worked flawlessly.