Deleted OS by mistake ($35 for who can help fix) - One (M7) Q&A, Help & Troubleshooting

Offering $35 paypal if anyone can give me step by step and download links on how to fix this!
I pretty much messed up my HTC One and I cant even load the phone anymore (phone just freezes at HTC One Logo when I power it on, never goes away) I'm also pretty new to this so simple steps will be appreciated..
Info on Phone :
Carrier : Telus (Canada)
***TAMPERED***
***UNLOCKED***
M7_UL PVT SHIP S-ON RH
HBOOT-1.44. 0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
May 4 2013,14:48:26:-1
if this helps anyway.. Im going to bed for the day its 1am been doing this since 5PM!

Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app

andyabc said:
Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Try to avoid asking questions like these instead just be like try setting up ________ by doing ______ and _________
but yes i do i have TWRP atm

No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
adb sideload <filename of the ROM you want to flash>
Click to expand...
Click to collapse
example
adb sideload cm10.1.zip
Click to expand...
Click to collapse
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate

Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Click to expand...
Click to collapse
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app

Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.

He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it

Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate
Click to expand...
Click to collapse
andyabc said:
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
Guich said:
He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it
Click to expand...
Click to collapse
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
fastboot flash boot boot.img
Click to expand...
Click to collapse
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards

shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on

Guich said:
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on
Click to expand...
Click to collapse
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?

shrex said:
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?
Click to expand...
Click to collapse
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta

Guich said:
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta
Click to expand...
Click to collapse
Hi,
Im not sure if this works the same way like on HTC One S in example, but can't you just flash the stock rom using the related flashtool (or fastboot). Then root and install whatever you want...
Edit : I did this on several HTC phones I got for repair and it should work the same way - assuming HTC already released an stock Rom package.
I will do some research and report back. You can pm me and add me on gtalk.
Edit again: I found a stock rom package.
Gesendet von meinem XT910 mit Tapatalk 2

Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
If you don't do the wiping first then a few files will be left over and you could wipe important files of that new custom rom.
Sent from my Nexus 4 using xda app-developers app
---------- Post added at 02:18 PM ---------- Previous post was at 02:15 PM ----------
shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
Most of the XDA community who uses Fastboot and ADB all know that including myself.
Sent from my Nexus 4 using xda app-developers app

Related

[Q] Clockwork Mod to 4EXT recovery

Hey guys,
Before I get flame at, let me point out a few things
1.) I've been searching throughout the forum in and out to find the answer to my question but I have failed so.
2.) I'm using a custom firmware by nikhil007mmus Jelly Bean 4.1 on my HTC Incredible S
3.) Recently I was curious about new firmware from PACman. http://forum.xda-developers.com/showthread.php?t=2105869
Hence my question is,
I'm using the original ClockworkMod Recovery v5.0.2.0, and I found out PACman firmware need to be flash using 4EXT recovery.
I've tried to install 4EXT Recovery, followed ALL the steps provided by alot of people, but everytime after finished installing all the settings and configuration, when I boot up my recovery it is still on ClockworkMod
Why is this so? What did I do wrong? D:
In need of serious guidance or help here
zeniaga said:
Hey guys,
Before I get flame at, let me point out a few things
1.) I've been searching throughout the forum in and out to find the answer to my question but I have failed so.
2.) I'm using a custom firmware by nikhil007mmus Jelly Bean 4.1 on my HTC Incredible S
3.) Recently I was curious about new firmware from PACman. http://forum.xda-developers.com/showthread.php?t=2105869
Hence my question is,
I'm using the original ClockworkMod Recovery v5.0.2.0, and I found out PACman firmware need to be flash using 4EXT recovery.
I've tried to install 4EXT Recovery, followed ALL the steps provided by alot of people, but everytime after finished installing all the settings and configuration, when I boot up my recovery it is still on ClockworkMod
Why is this so? What did I do wrong? D:
In need of serious guidance or help here
Click to expand...
Click to collapse
Flash the recovery.img file using flashboot. If you don't know how to do that reply and I'll guide you
Omg thank you for your reply!
unfortunately I have no idea how to do so, mind if you help me out step by step?
I'm stucked for 2 days straight figuring it out
zeniaga said:
Omg thank you for your reply!
unfortunately I have no idea how to do so, mind if you help me out step by step?
I'm stucked for 2 days straight figuring it out
Click to expand...
Click to collapse
You need to have adb and fastboot installed in your computer.. if you are using windows you need the htc usb drivers as well
are you on windows?
Just install the 4EXT recovery app from the play store. Follow the steps and it will flash it for you.
Is your device unlocked?
Wow, this is some crazy in-depth **** goin' on!
I am on windows, mind to lay down all the things I need and the steps to follow?
I will read it tomorrow morning, needs to sleep now, it's past midnight here already lol
thanks again!
of course it is if you have already installed custom rom...how stupid of me
---------- Post added at 07:35 PM ---------- Previous post was at 07:32 PM ----------
Download the recovery zip file.
extract the recovery.img file and place it in C:\android-sdk\platform-tools\recovery.img
Open up command prompt and type:
cd \android-sdk\platform-tools
Now, make sure it detects your android:
fastboot devices
You'll see a line with a serial number, you're good to go (remember you need to be in fastboot mode while you do all of this, Vol. Up + Power while off)
Now, just flash the recovery.img
fastboot flash recovery recovery.img
Would this work on the inspire 4g. IV tried flashing it from the app didn't work so now I'm here using the search button. Any suggestions?
Sent from my HTC Inspire 4G using Tapatalk 2
samgurung said:
of course it is if you have already installed custom rom...how stupid of me
---------- Post added at 07:35 PM ---------- Previous post was at 07:32 PM ----------
Download the recovery zip file.
extract the recovery.img file and place it in C:\android-sdk\platform-tools\recovery.img
Open up command prompt and type:
cd \android-sdk\platform-tools
Now, make sure it detects your android:
fastboot devices
You'll see a line with a serial number, you're good to go (remember you need to be in fastboot mode while you do all of this, Vol. Up + Power while off)
Now, just flash the recovery.img
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
This is the maual way to do it and while its good to know, the 4EXT Recovery App will do it all automatically for you.
enigma2446 said:
Would this work on the inspire 4g. IV tried flashing it from the app didn't work so now I'm here using the search button. Any suggestions?
Sent from my HTC Inspire 4G using Tapatalk 2
Click to expand...
Click to collapse
Did the 4EXT app automatically detect the device properly? Is the recovery compatible with your device?
Yes it detected my phone and yes its compatible cuz the custom Rom I'm running supposedly had it built in but it's still cwm...... Android revolution hd 7.3
Sent from my HTC Inspire 4G using Tapatalk 2
Thanks for the reply again lol,
and yeah I've flashed it to a custom rom lol.
By downloading recovery zip file you mean going into 4EXT website and download it down?
Once I extract it out, I need to put inside my phone's SD card right? I'm pretty lost at this part now.
I got how you mean by doing all this in the fastboot mode (The white screen with lines of words and THREE androids below the screen, correct?)
And I'm not sure about flashing the recovery.img, oh god..
zeniaga said:
Thanks for the reply again lol,
and yeah I've flashed it to a custom rom lol.
By downloading recovery zip file you mean going into 4EXT website and download it down?
Once I extract it out, I need to put inside my phone's SD card right? I'm pretty lost at this part now.
I got how you mean by doing all this in the fastboot mode (The white screen with lines of words and THREE androids below the screen, correct?)
And I'm not sure about flashing the recovery.img, oh god..
Click to expand...
Click to collapse
In the bootloader go fastboot USB, I think you need debugging on but not certain. Then your ready to type command.
Sent from my Incredible S using xda premium
Connect your phone to your computer via usb (Make sure usb debugging is checked on the phone)
Open a command prompt window
type the following
adb reboot bootloader
fastboot flash recovery recovery.img
fastboot reboot
Oh okay sweet, so I still need to go to 4EXT to download the file first before proceeding right?
No need am attaching the latest 4EXT TOUCH Recovery Zip file
Extract and follow instructions above.
Also dont forget to check the md5 of the .img file. You brick your device if you flash a corrupt recovery
If it works click "Thanks"
Please report if it works and if it does..please edit the title of your thread and added a '[Solved]' to it in the begining
Okay thanks alot! I will try it along the week, I'm kinda busy with daily work schedule recently,
Will update once I try it!
Thanks alot!
I'll bookmark this for my future usage tooo, this is good thread on switching CWM to 4EXT:good:
kanethesun said:
I'll bookmark this for my future usage tooo, this is good thread on switching CWM to 4EXT:good:
Click to expand...
Click to collapse
These steps are manual steps on how to do them and if u just want 4EXT Recovery, then you can download the 4EXT Recovery App. The app will download the proper files as well as flash the recovery once the download is finished.

Help help help!! really urgent

I by mistakely wiped my data and system in twrp recovery and then i don't have any rom to flash and when i reboot it says no os installed!!
what to do please help!!!!!
udimars30 said:
I by mistakely wiped my data and system in twrp recovery and then i don't have any rom to flash and when i reboot it says no os installed!!
what to do please help!!!!!
Click to expand...
Click to collapse
read this
I forgot to put a ROM on my sdcard before wiping/flashing kernel and my phone won't boot now. How do I get a ROM on there?
If you have a nandroid backup on the phone, resore it. If you don't have a backup, copy the ROM you wanted to install to the phone via 'adb push rom-name.zip /data/media/rom-name.zip' Then flash as described above.
Or easier go to TWRP recovery ---advanced ----- and adb sideload
rambo12345 said:
read this
I forgot to put a ROM on my sdcard before wiping/flashing kernel and my phone won't boot now. How do I get a ROM on there?
If you have a nandroid backup on the phone, resore it. If you don't have a backup, copy the ROM you wanted to install to the phone via 'adb push rom-name.zip /data/media/rom-name.zip' Then flash as described above.
Or easier go to TWRP recovery ---advanced ----- and adb sideload
Click to expand...
Click to collapse
Can't do says error
udimars30 said:
Can't do says error
Click to expand...
Click to collapse
what exactly you cant do ?
adb push or adb sideload?
rambo12345 said:
what exactly you cant do ?
adb push or adb sideload?
Click to expand...
Click to collapse
both
when adb push
says adb out of date killing and then error: closed.
when sideload
says cannot read sideload
udimars30 said:
both
when adb push
says adb out of date killing and then error: closed.
when sideload
says cannot read sideload
Click to expand...
Click to collapse
do you have htc sync installed? and try few times with the same commands
rambo12345 said:
what exactly you cant do ?
adb push or adb sideload?
Click to expand...
Click to collapse
rambo12345 said:
do you have htc sync installed? and try few times with the same commands
Click to expand...
Click to collapse
no i don't have it installed
rambo12345 said:
do you have htc sync installed? and try few times with the same commands
Click to expand...
Click to collapse
can i still go into fastboot mode??
udimars30 said:
no i don't have it installed
Click to expand...
Click to collapse
ok you need to install htc sync
and take a look at here http://forum.xda-developers.com/showthread.php?t=2183942
rambo12345 said:
ok you need to install htc sync
and take a look at here http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
right now only i am looking at that but don't know what to do.
can i go into fastboot mode and return back to twrp??
udimars30 said:
right now only i am looking at that but don't know what to do.
can i go into fastboot mode and return back to twrp??
Click to expand...
Click to collapse
yes you can co back to recovery (twrp) , but why you need that?
rambo12345 said:
yes you can co back to recovery (twrp) , but why you need that?
Click to expand...
Click to collapse
downloaded htc sync and did with that but nothing still happened!
shows the same error
try all in one toolkit
http://forum.xda-developers.com/showthread.php?t=2183942
rambo12345 said:
try all in one toolkit
http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
can i relock bootloader and then flash stock ruu through the toolkit??
udimars30 said:
can i relock bootloader and then flash stock ruu through the toolkit??
Click to expand...
Click to collapse
yup
skinsfanbdh said:
yup
Click to expand...
Click to collapse
but i did that still the ruu doesn't flash or do i need to give a command??
Google is also an option...
Send from my awesome 1080p
you have to make sure it is the exact ruu for your device or you will get an error
Try to get into boot loader or recovery. Make sure the phone is under light and try resetting it by pressing power and volume down. The phone can not be in a dark room or this will not work. Then connect your phone to the computer. Navigate on your PC to where you have the Android platform tools. Now hold down SHIFT and right click in this folder where the platform tools are, and select open command prompt here. Type in "ADB devices" with no quotation marks. You should see your phone come up, it will probably be something like "HT something something" this is the serial number of your phone. If you see this continue. Make sure the ROM that you are trying to put on your phone is in the same folder when you held shift and right clicked. Now you need to type "ADB push" followed by the exact name of the ROM that you placed in the same folder as the platform tools. So it should be "ADB push ROM_NAME /sdcard" without the quotation marks. The /sdcard part tells the computer where to place the ROM on your phone. If you are able to do this, reboot into recovery and you should be able to flash the ROM from there. A side note, it could take anywhere from 1 to 5 or 6 minutes to push this ROM to your phone, roms for this phone are big files and they take a while to push in this way.
Sent from my HTC One using xda app-developers app
---------- Post added at 09:33 PM ---------- Previous post was at 09:31 PM ----------
You should also uninstall HTC Sync manager, this will not allow you to use the ADB commands
Sent from my HTC One using xda app-developers app
Hope you get this sorted out. If not, we need more info like where and when you bought the device what carrier your on, what firmware you had and what rom you were flashing. Also if your running windows and what version or mac/Linux.
Sent from my Tricked out HTC One

Need help getting out of boot menu.

Hi folks.
Edit: can't post pics. It's the fastboot /hboot menu
Info at top reads:
I've been able to unlock it using the HTCDev method but can't seem to get any further. the recovery and factory reset options don't do anything, just return me to the same menu.
An first you need to flash cwm with fastboot. Then flash a Rom
I recommend honami and then.flash the kernel imcludedbwoth the Rom and voila
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
An first you need to flash cwm with fastboot. Then flash a Rom
I recommend honami and then.flash the kernel imcludedbwoth the Rom and voila
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hi. I've tried to flash cwm, I keep getting this error:
sulkch schools
If I try "Fastboot boot recovery.img" It does this:
Some more info from "fastboot getvar all":
What it seems is that its a bad download. Try Touch CMW or TWRP. And go out there and pick a rom to your liking =3
me4488 said:
What it seems is that its a bad download. Try Touch CMW or TWRP. And go out there and pick a rom to your liking =3
Click to expand...
Click to collapse
Hi me4488. I tried CMW and TWRP (was going to post the links I got them from but not allowed yet) but still getting the same image update error as before.
Ok ruplug your phone in and type fastboot oem lock the unlock bottloader
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
Ok ruplug your phone in and type fastboot oem lock the unlock bottloader
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok, that worked it's relocked now.
Now what?
Hmm I get a different error now "signature verify fail"
Since I can't flash from fastboot I tried taking the rom.zip out of a RUU (RUU_GOLF_U_ICS_40A_HTC_Europe_1.35.401.1_Radio_10.08.98.09H_1.05.98.08M2_release_260338_signed)
Apparently I can flash the rom from fastboot, but it fails:
Do I just need the right one?
After locking the boot loader unlock it again and try telling cwm or twrp
Sent from my HTC Desire C using XDA Premium 4 mobile app
Shad0wPanda said:
After locking the boot loader unlock it again and try telling cwm or twrp
Sent from my HTC Desire C using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm still getting the "image update error".
Redownload the file. Might be a bad download.
Sent from my HTC Desire C using xda app-developers app
uchihasparky said:
Redownload the file. Might be a bad download.
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
It's not that, I've tried a few. Think the recovery partition is corrupted or something. Can't get anything on it.
Try just rebooy
Sent from my HTC Desire C using xda premium
Soft Brick Recovery
Betr said:
Hmm I get a different error now "signature verify fail"
Click to expand...
Click to collapse
1. UNLOCK BOOTLOADER
2. Download Hansoon2000'sToolkit (look in the dev section)
3. Extract the data folder to Desktop
4. Put TWRP recovery.img in the data folder (or whatever you names it)
5. Boot Phone to Boot loader and press Power button Once so it says Fastboot USB in red*
6. In the data folder where all the files are hold Shift and right click and empty space (nothing highlited) And selected "Open comamnd window here"
7. Type fastboot flash recovery recovery.img
8. Press Power button again when it's finished so now it says USB Plug or something
9. Use volume buttons and go to boot to recovery
10. Go to mount, mount USB Storage
11. Put Rom and Gapps on the SD card
12. Unmount, go to wipe and wipe cache, system, data, dalvik cache (Doesn't matter which order)
13. Flash the Rom, and then Flash the gapps < Suggest CM10 first to get booting, then switch it up afterwards
14. Once Flashed go back, go to advanced and click "reboot bootloader"
15. When you have fastboot USB showing again, Download NOPE kernel V2/2.5 (2.5 not tested) use the 750 incase you cant boot high OC's
16. Place the boot750.img in the data folder again
17. hold shift and right click in an empty space (nothing highlighted) and click "Open command window here"
18. Now do fastboot erase cache
19. Then fastboot flash boot boot750.img
20. Fastboot Reboot
21. Enable WiFi, then Reboot.
* If it doesnt recognize the fastboot then your drivers aren't installed..
Easiest way your gonna get

Htc Vivd Help Needed (Rooting)

Idk if I am in the wrong thread but here we go.
Htc Vivid​I Just got an Htc Vivid An I want to learn how to root it. I have tried Hasoon's program but it didnt work for me.​I have unlocked Bootloader SO I really need help on trying to root this device.
With Hasoon's Program I Tried to flash the TWRP Recovery but it didnt work so I haven't been able to get past flashing
Any Help Would Be Nice THNX
I have Skype if needed, Just ask
Dirtymonkeysk8r said:
Idk if I am in the wrong thread but here we go.
Htc Vivid​I Just got an Htc Vivid An I want to learn how to root it. I have tried Hasoon's program but it didnt work for me.​I have unlocked Bootloader SO I really need help on trying to root this device.
With Hasoon's Program I Tried to flash the TWRP Recovery but it didnt work so I haven't been able to get past flashing
Any Help Would Be Nice THNX
I have Skype if needed, Just ask
Click to expand...
Click to collapse
download version 2.2 and try using wcx recovery or twrp ... it should work
Ok
bilibox said:
download version 2.2 and try using wcx recovery or twrp ... it should work
Click to expand...
Click to collapse
I Tried To use a Different recovery but when I flash it, First it loads me into Bootloader (Like it's Supposed to) Then A green Bar pops up,loads and then Nothing Happends. And a link would be great Thank you
Dirtymonkeysk8r said:
I Tried To use a Different recovery but when I flash it, First it loads me into Bootloader (Like it's Supposed to) Then A green Bar pops up,loads and then Nothing Happends. And a link would be great Thank you
Click to expand...
Click to collapse
Yeah. it does that in fastboot. click bootloader from fastboot and hit recovery.
ok
Alright! I will try it if it doesn't work then idk just gunna ask so if I get the WCX recovery it will work for the vivid and I don't have to do it with just to get a specific version
bilibox said:
Yeah. it does that in fastboot. click bootloader from fastboot and hit recovery.
Click to expand...
Click to collapse
Also if I'm asking to such sorry it's my first root but hey atleast I unlocked it
Dirtymonkeysk8r said:
Alright! I will try it if it doesn't work then idk just gunna ask so if I get the WCX recovery it will work for the vivid and I don't have to do it with just to get a specific version
Click to expand...
Click to collapse
If you get that recovery.img you dont have to get the specific version of the tool kit
bilibox said:
If you get that recovery.img you dont have to get the specific version of the tool kit
Click to expand...
Click to collapse
Ok Just to make sure the steps for me todo this would be 1, Get the Wcx Recovery.img then load into my (unlocked) bootloader, then flash the recovery.img and thats all i know idk if i need to flash a kernal or something sorry
Dirtymonkeysk8r said:
Ok Just to make sure the steps for me todo this would be 1, Get the Wcx Recovery.img then load into my (unlocked) bootloader, then flash the recovery.img and thats all i know idk if i need to flash a kernal or something sorry
Click to expand...
Click to collapse
Thats All you need to do
Dirtymonkeysk8r said:
Ok Just to make sure the steps for me todo this would be 1, Get the Wcx Recovery.img then load into my (unlocked) bootloader, then flash the recovery.img and thats all i know idk if i need to flash a kernal or something sorry
Click to expand...
Click to collapse
If you install the newest TWRP... There is an option to root your phone when it loads recovery
Sent from my Vivid 4G using Tapatalk 4
rignfool said:
If you install the newest TWRP... There is an option to root your phone when it loads recovery
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
Ok I'm getting really confused here can someone tell me exactly waht to do
Dirtymonkeysk8r said:
Ok I'm getting really confused here can someone tell me exactly waht to do
Click to expand...
Click to collapse
If you still need help, I wrote this guide for you and anyone else who is confused.
Now that you have unlocked the bootloader follow these steps.
1. Boot into the bootloader by pressing volume down + power.
2. Press the power button to enter fastboot.
3. Make sure that beneath the first few lines on the top of the screen it says fastboot usb highlighted in red.
4. Find a version of TWRP, WCX, or whatever recovery image you are going to use and then extract it into the folder on your computer.
5. In CMD, type this:
fastboot flash recovery "name of the file.img"
6. Press [bootloader] to go back to the main menu (without the brackets).
7. Scroll down with the volume button to recovery.
8. Boot into recovery.
If your recovery works, do this to use a custom rom.
9. Go back into the bootloader by turning your phone off and then using power + volume down.
10. Download a custom rom and open up the .zip file. Then, extract the file named boot.img and extract it into the folder on your computer.
11. Enter fastboot and type this into CMD:
fastboot flash boot boot.img
12. Go back into your recovery (following the steps above from 6-8). Mount your internal SD card and put on the file of the custom rom you wish to use onto your storage. Be sure to copy the file in .zip format, not after it has been extracted.
If your custom rom needs Google Apps, then download the correct file which should be specified in the download area of your rom's post.
13. Go back into the main menu of your recovery and then choose the option to flash the file.
14. Choose the file that you have just loaded onto your storage.
15. Flash Google Apps if you need it.
16. Thank me if it worked
works like a charm:laugh:
123650o said:
If you still need help, I wrote this guide for you and anyone else who is confused.
Now that you have unlocked the bootloader follow these steps.
1. Boot into the bootloader by pressing volume down + power.
2. Press the power button to enter fastboot.
3. Make sure that beneath the first few lines on the top of the screen it says fastboot usb highlighted in red.
4. Find a version of TWRP, WCX, or whatever recovery image you are going to use and then extract it into the folder on your computer.
5. In CMD, type this:
fastboot flash recovery "name of the file.img"
6. Press [bootloader] to go back to the main menu (without the brackets).
7. Scroll down with the volume button to recovery.
8. Boot into recovery.
If your recovery works, do this to use a custom rom.
9. Go back into the bootloader by turning your phone off and then using power + volume down.
10. Download a custom rom and open up the .zip file. Then, extract the file named boot.img and extract it into the folder on your computer.
11. Enter fastboot and type this into CMD:
fastboot flash boot boot.img
12. Go back into your recovery (following the steps above from 6-8). Mount your internal SD card and put on the file of the custom rom you wish to use onto your storage. Be sure to copy the file in .zip format, not after it has been extracted.
If your custom rom needs Google Apps, then download the correct file which should be specified in the download area of your rom's post.
13. Go back into the main menu of your recovery and then choose the option to flash the file.
14. Choose the file that you have just loaded onto your storage.
15. Flash Google Apps if you need it.
16. Thank me if it worked
Click to expand...
Click to collapse
Okay, I am going to follow these instructions.. will this work to get me so I can install the team Hydra CyanogenMod 10.2 4.3.1 Jelly bean for this phone. Does the recovery image matter which I use?
GigabitP said:
Okay, I am going to follow these instructions.. will this work to get me so I can install the team Hydra CyanogenMod 10.2 4.3.1 Jelly bean for this phone. Does the recovery image matter which I use?
Click to expand...
Click to collapse
Twrp or wcx...
No cwm
Sent from my Vivid 4G using Tapatalk
rignfool said:
Twrp or wcx...
No cwm
Sent from my Vivid 4G using Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1416836 Is this basically explaining the same thing?
Yes... But since vivid users are notoriously bad at using the search feature on the website... Or in tapatalk...
We have to have 10000 of the same goddamn thread...
Sent from my Vivid 4G using Tapatalk
rignfool said:
Yes... But since vivid users are notoriously bad at using the search feature on the website... Or in tapatalk...
We have to have 10000 of the same goddamn thread...
Sent from my Vivid 4G using Tapatalk
Click to expand...
Click to collapse
Nah, used the search function to find this thread and others. Thats how I wound up here. But anyways thanks for the info.

Completely stock here 901e/901s

HTC BUTTERFLY S 901S
DLXPUL_1.11.708.1.zip
DLXPUL_1.23.708.3.zip @migascalp special thanks to you for your work
DLXPUL_2.21.708.1.zip @migascalp special thanks to you for your work
DLXPUL_3.06.708.3
OTA_DLXPLUS_UL_JB_50_hTC_Asia_HK_1.23.708.3-1.11.708.1.zip
OTA_DLXPLUS_UL_JB43_SENSE55_MR_hTC_Asia_HK_2.21.708.1-1.23.708.3_release_343603.zip
OTA_DLXPLUS_UL_K44_SENSE55_MR_hTC_Asia_HK_3.06.708.3-2.21.708.1
OTA_DLXPLUS_UL_K44_SENSE60_MR_hTC_Asia_WWE_4.09.707.1-3.06.707.7_release_377503.zip
Stock TWRP BACKUP-MR_hTC_Asia_WWE_3.06.707.7 sense 5.5.zip
4.4.2 STOCK RECOVERY
HTC BUTTERFLY S 901E
DLXPUL_TW_1.21.709.3.zip
OTA_DLXPLUS_U_JB_50_hTC_Asia_TW_1.21.709.3-1.12.709.2_release_333902.zip
FIRMWARE
RECOVERY IMG
How to install OTA
If s off and super cid don't lock your boot loader again leave it unlocked
Make sure your device is unrooted and matching cid.
Make sure all missing apps that was lost when unlocking bootloader is there in /data/preload/apps.
Make sure u have stock recovery and reboot to it and if u r doing it manually all u have to do is rename ota to update.zip and go to stock recovery then hold power and double press vol up for options then go to install from ext sd card and navigate to the file and make sure u put it on the root of the ext sd card.
How to install firmware
Extract firmware file from Ota and put it to the root of the ext sd card and rename it to P068IMG.zip then reboot to boot loader when ur there use power key to select bootloader and the file will load just follow instructions and u will be updated.
Option two is that u can use a pc using fastboot type fastboot oem rebootRUU then when it's loaded type fastboot flash zip firmware.zip it will install if it says flush again repeat the fastboot flash zip firmware.zip. when ur done type fastboot reboot-bootloader to check if your firmware is updated
S-ON Details on how to flash a rom
Download the rom and copy to your phone
Download fastboot tools if you don't have them
Extract the adb folder in the fastboot zip to somewhere (E.g. C:\adb)
Open the rom zip and extract the boot.img file to the adb folder
Connect your phone to your pc
Hold shift and right-click somewhere in the adb folder, select "Open command window here"
Restart your phone to bootloader, then select fastboot.
Type "adb devices" (don't type the " " for this or the others)
It should show your phone's serial number, if not download HTC Sync Manager and install
Type "fastboot erase cache"
Type "fastboot flash boot boot.img"
Type "fastboot erase cache" again
Type "fastboot reboot recovery" to get to CWM or TWRP, whichever you have installed
Backup your system, data, and cache
Factory reset, wipe cache, wipe dalvik cache, format system
Install the rom.
Good lookin out for this...Will be needed once Kit Kat is released for our phone.
Sent from my HTC Butterfly s using Tapatalk
stock_dlxpul_2.16.709.4.zip ??
So familiar file
I seem to be making with the same file
daorderdillon said:
HTC BUTTERFLY S 901S
dlxpul_signed_stock_1.11.708.1_CL215607_release-keys.zip
https://drive.google.com/file/d/0B7MPpG7R8I4yaUdIN1VSSkVfSTA/edit?usp=sharing
OTA_DLXPLUS_UL_JB_50_hTC_Asia_HK_1.23.708.3-1.11.708.1_release_33417443z3iqny0zggdtbr.zip
https://drive.google.com/file/d/0B7MPpG7R8I4yYmVRNXlMZEhjTTg/edit?usp=sharing
OTA_DLXPLUS_UL_JB43_SENSE55_MR_hTC_Asia_HK_2.21.708.1-1.23.708.3_release_343603.zip
https://drive.google.com/file/d/0B7MPpG7R8I4yUnRNYnBkLUI1M1E/edit?usp=sharing
OTA_DLXPLUS_UL_K44_SENSE55_MR_hTC_Asia_HK_3.06.708.3-2.21.708.1_release_3558176bskc6u7eupsku7d
https://docs.google.com/file/d/0B7MPpG7R8I4yVDI3NGRsWVZiYWs/edit?usp=docslist_api
4.4.2 recovery
https://docs.google.com/file/d/0B7MPpG7R8I4yeEtuSXlYR19xTHc/edit?usp=docslist_api
HTC BUTTERFLY S 901E
stock_dlxpul_1.21.709.3.zip
https://drive.google.com/file/d/0B7MPpG7R8I4yS1M3NlZ0WXJYMkE/edit?usp=sharing
stock_dlxpul_2.16.709.4.zip
https://docs.google.com/uc?id=0Bx4zf25NEKaUaXFiR1BtanFfMjg&export=download
OTA_DLXPLUS_U_JB_50_hTC_Asia_TW_1.21.709.3-1.12.709.2_release_333902.zip
https://drive.google.com/file/d/0B7MPpG7R8I4ySjJWTlZHbWtwQUE/edit?usp=sharing
firmware901e.zip
https://drive.google.com/file/d/0B7MPpG7R8I4yUGo3LTBwMVNxTjQ/edit?usp=sharing
recovery.img
https://drive.google.com/file/d/0B7MPpG7R8I4yRGxnRlFqaFBUdE0/edit?usp=sharing
How to install OTA
If s off and super cid don't lock your boot loader again leave it unlocked
Make sure your device is unrooted and matching cid.
Make sure all missing apps that was lost when unlocking bootloader is there in /data/preload/apps.
Make sure u have stock recovery and reboot to it and if u r doing it manually all u have to do is rename ota to update.zip and go to stock recovery then hold power and double press vol up for options then go to install from ext sd card and navigate to the file and make sure u put it on the root of the ext sd card.
How to install firmware
Extract firmware file from Ota and put it to the root of the ext sd card and rename it to P068IMG.zip then reboot to boot loader when ur there use power key to select bootloader and the file will load just follow instructions and u will be updated.
Option two is that u can use a pc using fastboot type fastboot oem rebootRUU then when it's loaded type fastboot flash zip firmware.zip it will install if it says flush again repeat the fastboot flash zip firmware.zip. when ur done type fastboot reboot-bootloader to check if your firmware is updated
.
Click to expand...
Click to collapse
Hi, i have three questions, i am 901s, not supercid, s-off, unlocked bootloader, twrp recovery and rooted...if i am correct the steps are:
1. I´have already downloaded the update in the phone that prompted when i search for updates in the system.
2. I have to flash first the recovery from 901s...that says 4.4.2 or do i need other recovery for 4.3?
3. I should go to the recovery and it just updated?
4. flash twrp recovery and root again.
version 2:
1. Flash stock recovery.
2. Put the update in the external sd card and rename update
3. Update trough recoveryvand select the file in the sd?
4. flash twrp recovery and root again.
with the firmware version, i don´t understand the difference between instal only the firmware instead of the ota. what are the differences? and last. how can i do this with twrp and flash a zip?
Thanks in advance :good:
kemoli said:
Hi, i have three questions, i am 901s, not supercid, s-off, unlocked bootloader, twrp recovery and rooted...if i am correct the steps are:
1. I´have already downloaded the update in the phone that prompted when i search for updates in the system.
2. I have to flash first the recovery from 901s...that says 4.4.2 or do i need other recovery for 4.3?
3. I should go to the recovery and it just updated?
4. flash twrp recovery and root again.
version 2:
1. Flash stock recovery.
2. Put the update in the external sd card and rename update
3. Update trough recoveryvand select the file in the sd?
4. flash twrp recovery and root again.
with the firmware version, i don´t understand the difference between instal only the firmware instead of the ota. what are the differences? and last. how can i do this with twrp and flash a zip?
Thanks in advance :good:
Click to expand...
Click to collapse
because this is my thread i will answer u but first u need the stock rom then flash recovery then update
daorderdillon said:
because this is my thread i will answer u but first u need the stock rom then flash recovery then update
Click to expand...
Click to collapse
thanks for your response!!
i am on stock room, do i put the recovery for 901s 4.4.2 that is listed?
kemoli said:
thanks for your response!!
i am on stock room, do i put the recovery for 901s 4.4.2 that is listed?
Click to expand...
Click to collapse
any recovery for butterfly s will work
Query
Hi, I am still on Stock ROM but I have made following changes
current state
- Rooted (So shows Tampered)
- Flashed TWRP
- Removed some APK files from the build after rooting because I wanted to remove apps.
- Downloaded the new OTA update from the link.
Clarity on:
a) Can I use TWRP manager app to install the OTA update?
OR
b) Do I simply flash stock recovery to install update?
OR
c) Clean STOCK ROM Flash. Clean Stock Recovery Flash. Then flash OTA new Android 4.4.2 KK update?
Also, wanted to check if I can go ahead with - http://forum.xda-developers.com/showpost.php?p=50923456&postcount=12 directly using TWRP Recovery? :S
Never mind - figured that I need to be on complete stock to apply the OTA successfully. -_-
shadez08 said:
Hi, I am still on Stock ROM but I have made following changes
current state
- Rooted (So shows Tampered)
- Flashed TWRP
- Removed some APK files from the build after rooting because I wanted to remove apps.
- Downloaded the new OTA update from the link.
Clarity on:
a) Can I use TWRP manager app to install the OTA update?
OR
b) Do I simply flash stock recovery to install update?
OR
c) Clean STOCK ROM Flash. Clean Stock Recovery Flash. Then flash OTA new Android 4.4.2 KK update?
Also, wanted to check if I can go ahead with - http://forum.xda-developers.com/showpost.php?p=50923456&postcount=12 directly using TWRP Recovery? :S
Never mind - figured that I need to be on complete stock to apply the OTA successfully. -_-
Click to expand...
Click to collapse
Use C option
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Use C option
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks man. Appreciate it. I was just a little impatient. Flashed Zarboz's .zip and the phone is working. Cheers! :good:
Need some help guys. I think I screwed up the process .. now my phone will not start.
When I power on my phone, the HTC logo will appear. After that it will slowly dim and stretch to the entire screen. Then the phone will restart again with the HTC logo appearing and the same process repeats.
I tried to load the bootloader and now there are 2 lines.
*** TAMPERED ***
*** UNLOCKED ***
:cyclops::cyclops:
Tried factory reset but the same process as above repeats itself. No way I can reset the phone.
Any advise is greatly appreciated.
dennis.ser said:
Need some help guys. I think I screwed up the process .. now my phone will not start.
When I power on my phone, the HTC logo will appear. After that it will slowly dim and stretch to the entire screen. Then the phone will restart again with the HTC logo appearing and the same process repeats.
I tried to load the bootloader and now there are 2 lines.
*** TAMPERED ***
*** UNLOCKED ***
:cyclops::cyclops:
Tried factory reset but the same process as above repeats itself. No way I can reset the phone.
Any advise is greatly appreciated.
Click to expand...
Click to collapse
Reflash rom
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Reflash rom
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks daorderdillon. Forgive me as I am no expert on this. How can I reflash the ROM as I cannot even start the phone?
Appreciate if there are some simple guidance.
dennis.ser said:
Thanks daorderdillon. Forgive me as I am no expert on this. How can I reflash the ROM as I cannot even start the phone?
Appreciate if there are some simple guidance.
Click to expand...
Click to collapse
Boot into recovery from bootloader
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Boot into recovery from bootloader
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks. Before that, I would like to share some info on my current situation.
On my phone, when I go into bootloader I can see the following:
*** TAMPERED ***
*** UNLOCKED ***
DLXP_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.21.3263.14
OpenDSP-v32.120.274.0909
OS-2.18.707.2
eMMC-boot 2048MB
Nov 25 2013,14:00:10.0
I have downloaded this ROM -> OTA_DLXPLUS_UL_K44_SENSE55_MR_hTC_Asia_HK_3.06.708.3-2.21.708.1_release_3558176bskc6u7eupsku7d on my SD card.
Since my phone is S-ON, I'm following the instructions on how to flash a rom.
At this step: Open the rom zip and extract the boot.img file to the adb folder, I am stuck. I opened the rom zip and I can't find any boot.img.
Did I missed something?
---------- Post added at 09:37 AM ---------- Previous post was at 09:33 AM ----------
Also .. at this step I'm stuck.
Type "adb devices" (don't type the " " for this or the others)
It should show your phone's serial number, if not download HTC Sync Manager and install
When I typed adb devices, it shows "List of devices attached" but it's empty (nothing), even though my phone is on FASTBOOT USB and I have installed HTC Sync Manager.
Can u get into recovery?
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Can u get into recovery?
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes I can.
Flash the 1.11.708 then stock recovery then update from there
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
daorderdillon said:
Flash the 1.11.708 then stock recovery then update from there
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I downloaded this file -> dlxpul_signed_stock_1.11.708.1_CL215607_release-keys and put the entire zip file into the ext SD card of my phone.
Went to recovery, and chose Apply from SD card. Then the following message appeared.
Device_CW_Install: No CW files. Skip cw installation.
Write host_mode: 0 done
Check cid failed!
-- Invalid operation. --
Write host_mode: 0 done
And the phone will reboot, HTC logo appears and dims stretching vertically from top to bottom and reboots again.
Perhaps my boot.img was corrupted. Where should I copy the boot.img from to replace it?
Damn u have to flash a custom Rom and try to get s off and super cid
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

Categories

Resources