How Install OTA UPDATE - HTC Butterfly

How i install the ota update for htc buterfly x920e
link: https://disk.yandex.com/public/?hash=ED3W7nzcol6NEkKXhcnG5PgkAprhN8UEHLlbrjV8H0c=

help please

juginkrebs said:
help please
Click to expand...
Click to collapse
Rename it as PL99IMG.zip and put it in your external sd card. Then turn off your phone and once its off, hold down the power and vol down button until you enter hboot. The installation will automatically begin.

my internal storage is not avaible

juginkrebs said:
my internal storage is not avaible
Click to expand...
Click to collapse
put it on your external sdcard

The European x920e doesn't have external sd
Sent from my HTC Butterfly using xda app-developers app

Bassie39 said:
The European x920e doesn't have external sd
Sent from my HTC Butterfly using xda app-developers app
Click to expand...
Click to collapse
Extract the boot.img file from the update if it has one.
Reboot into fastboot
Shift+right click in the folder in which you have extracted it and type : fastboot flash boot boot.img
Else directry proceed with this :
fastboot rebootRUU
You'll see the HTC logo then type
fastboot flash zip <zip name>.zip
If it gives an error saying hboot preupdate or something just type the previous command again
fastboot reboot
If it still does not work relock your bootloader using the following code and try again
fastboot oem lock

davidjumani said:
Extract the boot.img file from the update if it has one.
Reboot into fastboot
Shift+right click in the folder in which you have extracted it and type : fastboot flash boot boot.img
Else directry proceed with this :
fastboot rebootRUU
You'll see the HTC logo then type
fastboot flash zip <zip name>.zip
If it gives an error saying hboot preupdate or something just type the previous command again
fastboot reboot
If it still does not work relock your bootloader using the following code and try again
fastboot oem lock
Click to expand...
Click to collapse
its no boot.img include

juginkrebs said:
its no boot.img include
Click to expand...
Click to collapse
read what I said. if its not there then proceed with rebooting into ruu

its workin or not? see the attachment

juginkrebs said:
its workin or not? see the attachment
Click to expand...
Click to collapse
yes it did. Flash the zip again if it gives error 90
k if you switched off you phone after that you'll have to redo it again.
So reboot to ruu
Flash the zip
If you get error 90 flash the zip again
Reboot and you're done

Related

Problem with update over bootloader

Hey guys,
i have a little problem with my Sensation. When i update my phone with the PG58IMG.zip in the bootloader, the update aborts after scanning for an update. What can i do? I am S-ON and HTCdev unlocked with the firmware v3.33.
alex1301 said:
Hey guys,
i have a little problem with my Sensation. When i update my phone with the PG58IMG.zip in the bootloader, the update aborts after scanning for an update. What can i do? I am S-ON and HTCdev unlocked with the firmware v3.33.
Click to expand...
Click to collapse
if the PG58IMG.zip is firmware then ..it wont work ..as firmware update via PG58IMG.zip file format while being SON is not possible
the only thing that you can install via PG58IMG.zip while being SON is only recovery ...and stock formatted rom (system,data and boot in img format)
now if normal parsing is not recognizing it
then you can do it via fastboot
copy the PG zip file to your adb/fastboot folder of pc ..and connect the device to pc from bootloader
open command prompt from the adb/fastboot folder
then these commands one by one
fastboot erase cache (if failed ignore it )
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip PG58IMG.zip (this flashes the stuff inside zip)
fastboot reboot-bootloader
Would this work also when i want to update the radio with such a zip?
Sent from my HTC Sensation using xda premium

[Q] A little confused on how to install the rom.

I have an att one x with 2.20 and hboot 1.14
I managed to get the bootloader unlocked and rooted using xsmagicals guide (http://forum.xda-developers.com/showthread.php?t=1954613)
Now I went and downloaded the CyanogenMod 10 (http://forum.xda-developers.com/showthread.php?t=1790032)
Now its my understanding that I copy the whole zip to my sd card and then boot into recovery and install using twrp?
I apologize for my Padiwan status in advance.
punkisdead83 said:
I have an att one x with 2.20 and hboot 1.14
I managed to get the bootloader unlocked and rooted using xsmagicals guide (http://forum.xda-developers.com/showthread.php?t=1954613)
Now I went and downloaded the CyanogenMod 10 (http://forum.xda-developers.com/showthread.php?t=1790032)
Now its my understanding that I copy the whole zip to my sd card and then boot into recovery and install using twrp?
I apologize for my Padiwan status in advance.
Click to expand...
Click to collapse
Copy zip.
Boot twrp
Wipe cache, dalvik, system, factory reset
Install zip
Since you have 1.14 hboot you'll need to fastboot flash boot boot.IMG
Sent from my One X using xda app-developers app
"Since you have 1.14 hboot you'll need to fastboot flash boot boot.IMG"
Can I get some instructions on this step here?
punkisdead83 said:
"Since you have 1.14 hboot you'll need to fastboot flash boot boot.IMG"
Can I get some instructions on this step here?
Click to expand...
Click to collapse
Extract boot.IMG from the ROM you are flashing.
Place in it your adb/fast boot folder.
Open command prompt
Navigate to fast boot folder within command prompt
Boot phone to boot loader
Plug phone to PC
Make sure phone says fastboot USB
In command prompt type: fastboot flash boot boot.img
Sent from my One X using xda app-developers app
exad said:
Extract boot.IMG from the ROM you are flashing.
Place in it your adb/fast boot folder.
Open command prompt
Navigate to fast boot folder within command prompt
Boot phone to boot loader
Plug phone to PC
Make sure phone says fastboot USB
In command prompt type: fastboot flash boot boot.img
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Ok I'm just clarifying the steps
Copy zip.to phone
Boot twrp
Wipe cache, dalvik, system, factory reset
Install zip
Extract boot.IMG and place in it in the adb/fast boot folder on the phone
Open command prompt
Navigate to fast boot folder within command prompt
Boot phone to boot loader
Plug phone to PC
Make sure phone says fastboot USB
In command prompt type: fastboot flash boot boot.img
This correct?
punkisdead83 said:
Ok I'm just clarifying the steps
Copy zip.to phone
Boot twrp
Wipe cache, dalvik, system, factory reset
Install zip
Extract boot.IMG and place in it in the adb/fast boot folder on the phone
Open command prompt
Navigate to fast boot folder within command prompt
Boot phone to boot loader
Plug phone to PC
Make sure phone says fastboot USB
In command prompt type: fastboot flash boot boot.img
This correct?
Click to expand...
Click to collapse
You're adb/fastboot folder should be on you're PC.. it was used to flash recovery..
Sent from my One X using xda app-developers app
exad said:
You're adb/fastboot folder should be on you're PC.. it was used to flash recovery..
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Oh! I used hasoon2000s toolkit (http://forum.xda-developers.com/showthread.php?t=1952426) and it has a "data" folder with fastboot and adb.exe in there. I extract the boot.img there and then run the command prompt from that folder?
punkisdead83 said:
Oh! I used hasoon2000s toolkit (http://forum.xda-developers.com/showthread.php?t=1952426) and it has a "data" folder with fastboot and adb.exe in there. I extract the boot.img there and then run the command prompt from that folder?
Click to expand...
Click to collapse
Yes
Sent from my One X using xda app-developers app
exad said:
Yes
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
**** yea successfully booted! Thanks so much man I owe you a beer.
punkisdead83 said:
**** yea successfully booted! Thanks so much man I owe you a beer.
Click to expand...
Click to collapse
Anytime!
Sent from my One X using xda app-developers app

Help CMW won't boot to recovery

[SOLVED] (not sure how to tag as solved in the title, if mods can do that please or tell me how)
Flashed Clockwork Mod Recovery following these instuctions
droidviews.com/2013/install-clockworkmod-recovery-on-motorola-droid-razr-hd-xt925gsm/
Installed Rom manager.
Booting into recovery results in robot on his back with the triangle and exclamation point animation and stays there unless I
force reboot by holding the power button. Phone boots to stock rom or fastboot just fine.
Tried reflashing CWM just in case.
I am rooted via motochopper
Unlocked bootloader via motopocalyspe.
I factory reset my phone prior to all this so there are only a few apps installed, also SuperSU installed.
Rogers version XT925
Anyone else have this issue or know how to fix it?
Are you using the cmd 'fastboot flash recovery recovery.img'
?
Sent from my Desire HD
ykdr-scott said:
Are you using the cmd 'fastboot flash recovery recovery.img'
?
Sent from my Desire HD
Click to expand...
Click to collapse
Thanks for the quick reply; yes that is the command I used to flash the recovery image to my phone.
check see if your recovery image is in the same directory as your fastboot eg Cmd > cd C:/fastboot flash recovery recovery.Img
I always paste my files directly into cd C:/ .
If you have them in a folder in c it would be ' cd C:/folder name here fastboot flash recovery recovery.img
Sent from my Desire HD
ykdr-scott said:
check see if your recovery image is in the same directory as your fastboot eg Cmd > cd C:/fastboot flash recovery recovery.Img
I always paste my files directly into cd C:/ .
If you have them in a folder in c it would be ' cd C:/folder name here fastboot flash recovery recovery.img
Sent from my Desire HD
Click to expand...
Click to collapse
They are in the same folder, in the mean time I actually found another thread with the same problem. I guess I didn't search hard enough the first time before posting. I found a 1 click installer for CWM/TWRP that fixed my issue. I'm guessing I may have just had a bad recovery img or something.
http://forum.xda-developers.com/showthread.php?p=42255792#post42255792
links to the thread with the 1 click installer.

[Q] HTC All in one toolkit <device not found> HELP!

Hey guys,
It was freaking hard to unlock the bootloader and S-OFF my htc sensation. But I was successful in doing it. I've using this guide http://forum.xda-developers.com/showthread.php?t=1870233.
When I first unlocked snesation, I S-OFFed it but then the bootloader showed LOCKED again, even though the guide says it should say Unlocked. (I unlocked it correctly the first time). So I Unlocked it again... i found no other way.. Then it showed Unlocked.
As of now, it shows...
-Firmware-3.33-
Pyramid PVT SHIP S-OFF RL
HBOOT-1.27.1100
eMMC-BOOT
JAN 13 2012,17:33:34
Click to expand...
Click to collapse
Now in the 3rd and 4th step it asks to use the HTC Sensation All in one ToolKit. The main problem comes here. It doesnt read my device even though I installed the drivers. Below is a detail.
While using the 4EXT recovery from the toolkit.
daemon not running. starting it now port 5037
daemon started successfully
error: device not found
Click to expand...
Click to collapse
Additional info:
I used adb and fastboot through Mac while I'm using HTC Toolkit from Windows. If thats the prob how to I fix it?
I've tried a lot! I put 5 hours on this but failed!
Help would be seriously appreciated!!!
Are you trying to flash recovery? Do you have adb fastboot setup on your PC? You can flash recovery via fastboot from your PC.
Sent from my HTC Sensation Z710e
MrJukeHardbane said:
Are you trying to flash recovery? Do you have adb fastboot setup on your PC? You can flash recovery via fastboot from your PC.
Click to expand...
Click to collapse
Yes, I'm trying to flash a recovery to flash a custom ROM.
ADB fastboot is setup.
Could you send me a good guide for flashing via fastboot. I'll try it and update you. Should I just put the recovery file in to the fastboot folder and use the fastboot command?
pulsar91 said:
Yes, I'm trying to flash a recovery to flash a custom ROM.
ADB fastboot is setup.
Could you send me a good guide for flashing via fastboot. I'll try it and update you. Should I just put the recovery file in to the fastboot folder and use the fastboot command?
Click to expand...
Click to collapse
Yes, put the recovery.img in the same folder as fastboot folder, boot ur phone into fastboot then plug in ur phone to computer and it should say FASTBOOT USB. Then in the fastboot folder, hold shift - right click - open command window here. Then type -
fastboot flash recovery recovery.img
You now should have recovery installed
jmcclue said:
Yes, put the recovery.img in the same folder as fastboot folder, boot ur phone into fastboot then plug in ur phone to computer and it should say FASTBOOT USB. Then in the fastboot folder, hold shift - right click - open command window here. Then type -
fastboot flash recovery recovery.img
You now should have recovery installed
Click to expand...
Click to collapse
Hey,
I did this and it seems like it worked . Here's the output..
Mannans-MacBook-Pro:Android Mannan$ ./fastboot flash recovery recovery.img
sending 'recovery' (4618 KB)...
OKAY [ 1.150s]
writing 'recovery'...
OKAY [ 9.050s]
finished. total time: 10.199s
Click to expand...
Click to collapse
Now, how do I root through this method?
pulsar91 said:
Hey,
I did this and it seems like it worked . Here's the output..
Now, how do I root through this method?
Click to expand...
Click to collapse
You're S-off I guess? You're already rooted as root is a prerequisite for S-off. Download app root checker from play store and check your root status. It should say rooted.
Sent from my HTC Sensation Z710e
SOLVED!!
THANKS GUYS!!!!
It was rooted and the recovery from fastboot worked!!!
Im on CM 10!
THANKS AGAIN!!!
jmcclue said:
Yes, put the recovery.img in the same folder as fastboot folder, boot ur phone into fastboot then plug in ur phone to computer and it should say FASTBOOT USB. Then in the fastboot folder, hold shift - right click - open command window here. Then type -
fastboot flash recovery recovery.img
You now should have recovery installed
Click to expand...
Click to collapse
Sorry - the command window says: "waiting for device"
What can I do?
revierbiker said:
Sorry - the command window says: "waiting for device"
What can I do?
Click to expand...
Click to collapse
did you select fastboot in the hboot screen?
did you enable usb debugging mode from settings?
do you have htc drivers installed?

[Q] Cant boot Recovery

I tried to boot into TWRP recovery from fastboot but the error comes up.
FAILED <remote:incomplete boot image>
any help? or should i try cwm the same way?
edit:cwm boots but does not show internal SD memory.
edit:can i do "fastboot oem relock"?
gamer.11 said:
I tried to boot into TWRP recovery from fastboot but the error comes up.
FAILED <remote:incomplete boot image>
any help? or should i try cwm the same way?
edit:cwm boots but does not show internal SD memory.
edit:can i do "fastboot oem relock"?
Click to expand...
Click to collapse
you need to flash the recovery again via fastboot
Code:
fastboot flash recovery recovery.img
maybe try redownloading the recovery.img as well
gamer.11 said:
I tried to boot into TWRP recovery from fastboot but the error comes up.
FAILED <remote:incomplete boot image>
any help? or should i try cwm the same way?
edit:cwm boots but does not show internal SD memory.
edit:can i do "fastboot oem relock"?
Click to expand...
Click to collapse
Reflash the recovery zip
You can use this app too http://goo.gl/Njm6Xm
Sent from my Nexus 5 using Tapatalk
Solved
Enddo said:
you need to flash the recovery again via fastboot
Code:
fastboot flash recovery recovery.img
maybe try redownloading the recovery.img as well
Click to expand...
Click to collapse
re downloading the recovery worked. Checked the md5 sum, previously did not match.
Mr hOaX said:
Reflash the recovery zip
You can use this app too http://goo.gl/Njm6Xm
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Thanks but im trying to go back to stock so i need to just boot into it and not install it. thanks for the info

Categories

Resources