Attempting to Flash to CM10 jbean - HTC Sensation

I have no attempted to root a phone since the OG droid...
Anyways, I went ahead and went thru Hasoon2000's HTC Sensation 4G all-In-One Kit.
Loaded the CM10 zip file and the GAPPS to the root of my SD Card.
Loaded into Team Win Recovery v2.2.0
Wiped all
Installed the cm-10-20120818-bruce2728-pyramid.zip
rebooted and im stuck at the splash screen for CM10.
I have attempted to reinstal and reboot multiple times with no luck, i am at a loss.
Thank you.

more info:
My phone is not S-off (i understand that you can still root this way)
I have also tried with 4EXT....
Getting same result.
I have a feeling its the lack of S-off that i am missing a step of some sort.

Many people who have tried with out being s off have had problems try doing it and see if it works I am s off and have not had an issue flashing also make sure your on 3.33 or 3.32 fw
Sent from my HTC Sensation using xda app-developers app

I think you are S-ON so kindly read the guide about flashing ROM's with S-ON

You need to extract the boot.IMG from the rom and copy it to the same folder that has your fastboot driver and close it then you need boot your device into bootloader and connect the USB cable and then hit the power button you should now be in fast boot next on your pc open cmd and type your commands for example cd c:\rootevo3dnew press enter and I would type fastboot flash boot boot.IMG now press enter this will flash your boot.IMG and last but Knott least you will type fastboot reboot press enter and watch the magic enjoy oh buy the way your s on so this is why it want boot so this is how its done when your s on and also once you get it booted you should really think about flashing 4ext custom recovery and enable smart flash its designed for those that are s on good luck
Sent from my HTC Sensation 4G using xda premium

Related

Custom rom question.

I recently unlocked my bootloader and rooted my phone leaving s-on cos of my hboot being 2.0002 or whatever. And need a step by step to installing a custom rom with s-on. I have installed cwm recovery but cannot access it. I spent 4 hours searching on Saturday, can some kind person explain how to do it?
Sent from my HTC Desire S using XDA App
Put the ROM in SDcard. Turn off fastboot and switch your phone off. Then, hold Vol down button and without releasing it, press and hold power button. Hold till you see a white screen, You'll be in Bottloader mode. Press Vol down to highlight RECOVERY and press power to enter recovery. You'll be in CWM (if you flashed it correctly)
In CWM,
Backup your current (stock) ROM in Backup and restore > Backup. It's not necesary, but recommended, as you may want to come back later
Go to Wipe/Format
Wipe Cache
Wipe Dalvik Cache
Format System
Format Data
Wipe Data/Factory Reset
Then, go back and select Install ZIP from SD Card > Choose ZIP from SD Card and choose your ROM. The ROM is flashed.
Since you are hboot 2.00.002, you have to go through an additional step after that, you need to flash the kernel that came with the ROM, or you'll be stuck on the white HTC Screen. Extract the boot.img from the ROM and do this - http://forum.xda-developers.com/showpost.php?p=19071114&postcount=37
Reboot. You're done
shrome99 said:
Then, go back and select Install ZIP from SD Card > Choose ZIP from SD Card and choose your ROM. The ROM is flashed.
Since you are hboot 2.00.002, you have to go through an additional step after that, you need to flash the kernel that came with the ROM, or you'll be stuck on the white HTC Screen. Extract the boot.img from the ROM and do this - http://forum.xda-developers.com/showpost.php?p=19071114&postcount=37
Reboot. You're done
Click to expand...
Click to collapse
Excellent. Couldn't have put it better myself.
Thank you so much!
However I installed cwm recovery from the rom manager but it doesn't show up when I go into recovery, I get a red exclamation point, I press volume up and power and it says something about e something recovery not found?
Also where do I put that command? That kinda stumped me too lol. Sorry for being a noob
Sent from my HTC Desire S using XDA App
OK, first you need to setup adb and fastboot. Use this guide - http://forum.xda-developers.com/showthread.php?t=1272595
Next, get CWM recovery and instruction on how to flash it here - http://forum.xda-developers.com/showthread.php?t=1122694
You'll be flashing it via fastboot. Instructions are there in the second thread. The command will be in fastboot too, along the same lines.
Feel free to ask if you have any other doubt. Everyone is a noob at some point
Sent from my iPod touch using Tapatalk
Thank you so much. I will be doing this as soon as I can access my laptop again. Lol.
Sent from my HTC Desire S using XDA App
How'd it work out? Flashed succesfully?
Sent from my iPod touch using Tapatalk
Currently working at the other side of the country. I'll have to wait until thursday to flash it.
Thank you for the follow up though. It's very appreciated.
Sent from my HTC Desire S using XDA App
Sorted thanks guys.
Uppy said:
Hi again, i'm really sorry for being annoying but i dont get this bit.
I extracted android-win-tools to C and put the recovery image in the android-win-tools folder but what am i navigating to? c:\android-win-tools? Its specifically 4. that I'm stuck on.
This is slightly embarrassing!
this was so much easier on my Blade lol.
Click to expand...
Click to collapse
No need to be embarrassed buddy.
What point no. 4 means is that you need to move the file you want to flash (recovery.img in this case) to the folder that contains your adb files (android-win-tools, or whichever folder that you have extracted the android-win-tools that you downloaded). The rationale behind this is that when you enter the command fastboot flash recovery recovery.img, the fastboot will look for recovery.img in its default folder (android-win-tools, or whichever folder you've extracted the adb files to).
So here's what you need to do. For example, if you downloaded the adb files and extracted them to a folder named, let's say, xxxx, which is located in your C: then you need to take the recovery.img file and copy-paste it to the folder xxxx.
Before starting any of the procedures outlined here, first make sure adb can detect your device. (adb devices... sound familiar?)
Now boot phone into fastboot.
Now enter the following commands at the cmd prompt:
C:\Users\UPPY(or whatever)>cd\
Now you'll get the following:
C:\>
Next, you need to enter:
C:\>cd xxxx
You'll now get:
C:\xxxx>
Finally, enter the following:
C:\xxxx> fastboot flash recovery recovery.img
You should be done. I know the above looks over simplified... but i'm just trying to be extra nice here
I hope that clears your doubts.
Done! Thank you for all your help, you made it so much easier for me. its all up and running now.
Uppy said:
One last question though, where do i extract the boot image, do i put it in the root of my sd card and finally if thats the case what is the exact thing i type?
Click to expand...
Click to collapse
After you've flashed your custom recovery, boot into recovery and choose install from sd card, select zip from sd card, then navigate to your rom.zip file, and confirm to flash it using the recovery (on your phone)
But since you've unlocked using HTCDev, this will not flash the kernel as the boot is still locked. You have to bypass this by flashing the kernel manually using fastboot, otherwise you'll be stuck at the white HTC splash screen (Oh! how i hate that screen!!)
The kernel is contained in the boot.img.
The boot.img is contained within the zip file of the ROM you want to flash. So when you open up a ROM.zip (for example Reaper_v1.6.zip) with winrar, you'll see various files inside. Extract the one called boot.img. This is your kernel. Copy-paste this boot.img in your adb folder (like in the previous post)
To flash it, since you've already set up fastboot, just do what you did for flashing recovery.img, and follow the instructions i gave you exactly the same way, except the last part, where instead of recovery.img, you need to type:
fastboot flash boot boot.img
now type adb reboot, and boot into your shiny new custom ROM!!
You're done.
I'm getting an error when i try to connect to wi-fi, it just says error, what have I done wrong? grrr.
I think i didnt register the 3.4 boot image, will report back in a minute.
-edit- yeah i typed the command wrong thats all.
Uppy said:
Done! Thank you for all your help, you made it so much easier for me. its all up and running now.
Click to expand...
Click to collapse
Happy to help
shrome99 said:
Since you are hboot 2.00.002, you have to go through an additional step after that, you need to flash the kernel that came with the ROM, or you'll be stuck on the white HTC Screen.
Reboot. You're done
Click to expand...
Click to collapse
I have first read the install instructions from MIUI (saying: full wipe, flash rom) and now I have exactly what you have warned: Phone doesn't proceed, it ist stuck on the white HTC Screen.
UPDATE:
I was afraid of taking out the battery, as this may cause problems, and vol up + vol down + power just rebootet into white htc screen. The only way was indeed pulling the battery (after the vol up vol down power-reboot-gap). Then I could enter into the bootloader the regular way (vol down + power), and change to fastboot, and flash boot.img. Everything is fine now!!!
No-New-Phone said:
I have first read the install instructions from MIUI (saying: full wipe, flash rom) and now I have exactly what you have warned: Phone doesn't proceed, it ist stuck on the white HTC Screen.
UPDATE:
I was afraid of taking out the battery, as this may cause problems, and vol up + vol down + power just rebootet into white htc screen. The only way was indeed pulling the battery (after the vol up vol down power-reboot-gap). Then I could enter into the bootloader the regular way (vol down + power), and change to fastboot, and flash boot.img. Everything is fine now!!!
Click to expand...
Click to collapse
Was already typing a solution for you, but if you can solve a problem by yourself it's even better ;-)
Sent from my Desire S using XDA App
I'm glad this thread is helping more people than just myself. I'm not exactly a Technophobe but this was far more complicated than rooting my blade, Europa or racer or indeed writing the CSS files I used back on windows mobile 6.5 on my old touch 2.
I certainly needed my hand held through the first time doing this.
Sent from my HTC Desire S using XDA App

[Q] Boot Loop HTC One XL (Telstra)

I recently bought a HTC One XL 4G from the Telstra Shop. I unlocked the bootloader successfully through the HTC DEV website. Downloaded Hasoons 2000 HTC One X All in one kit and flashed the kernal with stock 2.6.39.4. The phone rebooted, displaying the message 'this mode is for development purposes...' Phone is running image version 2.40.841.4, HBOOT 1.14.0002. Radio 0.20os.32.09.15. EVITA S-ON.
What I can do: I can boot into recovery mode. The device in windows is displayed as 'my HTC Phone'. I can send Fastboot commands through the CMD window to relock bootloader, restart, clear cache etc.
What I can't do: The factory reset, clear storage,recovery etc when pressed reset the phone back to the ''this mode is for development purposes...' message. I have tried to use an ROM Ruu updater utility to reset back to stock but cannot find the right version for 2.40.841.4. I have downloaded a Stock_Root ODEX 2.40.841.4 that matches, however not sure how to install onto phone.
Obviously I am an extreme noob, however there does not seem to be many resources for the HTC One XL roms. Really run down with this process, don't seem to be making any headway. Should I send this back to Telstra ?
Please Help !!!!!
Connect to PC, install twrp recovery, boot into recovery, download and place flashable stock kernel or any ROM on your device ( you can mount sd card through recovery ).
You can also just download and flash kernel ( boot.img ) using below command while you have your phone in fastboot USB mode connected to PC
fastboot flash boot boot.img
Sent from my HTC One X using Tapatalk 2
kancherlapraneeth said:
Connect to PC, install twrp recovery, boot into recovery, download and place flashable stock kernel or any ROM on your device ( you can mount sd card through recovery ).
You can also just download and flash kernel ( boot.img ) using below command while you have your phone in fastboot USB mode connected to PC
fastboot flash boot boot.img
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the reply, appreciate your time. I connected to PC, successfully flashed 'openrecovery-twrp-2.3.1.0-evita'. Rebooted phone, stuck in loop still resets to 'this build is for development..' then switch off, then switches on again.
How do I boot into recovery ? ...the next step ?
power off -- then hold power + volume down - It will go to fastboot - from there you can go to recovery
kancherlapraneeth said:
power off -- then hold power + volume down - It will go to fastboot - from there you can go to recovery
Click to expand...
Click to collapse
Thanks so much. I am back in business.

[Q] Stuck on HTC screen after flashing kernel and clean flash

Hi all.
I have tried Jellytime, Pacman and Andromadus but every time I get stuck on HTC bootscreen. I have been searching trough this forum for two days and I have tried everything I could, but with no succes. I have always wiped/formated data and flashed kernel from the corresponding ROM using fastboot. Officially supported CM7 works ok, but I would like to try something new.
HTC Dev Unlocked S-ON
HBOOT - 2.02.0002
Radio- 3831.19.00.110
4EXT recovery
HTC Desire S (of course)
And I am running Ubuntu on computer (I can boot to windows though)
I do these steps:
1. Format all partitions/wipe cache (4ext)
2. flash ROM from zip (4ext)
3. flash gapps for 4.2.1 (Am I using the right version?)
4. Reboot to bootloader, connect to PC via USB, I copy the boot.img from the zip file, put it into the fastboot directory
5. I open the Terminal, navigate to fastboot directory and:
Code:
sudo fastboot flash boot boot.img
It says everything went ok
6. Reboot and BAM the htc screen hangs there forever
7. I find the nearest wall and strike my head against it
Could anybody help me please? It's driving me crazy for days. Thanks a lot in advance.
Did you check the thread about non-Sony screens?
Thank you very much, I finally made it. It did not work at first, but then I managed to downgrade hboot and I got S-OFFed and from then it was just a cake. I think this should be somewhere more visible, because I was searching all relevant terms and this never showed up.
Thank you again, you guys here rock!

[Q] Help with Recovering my phone after an OTA update.

Hey, First post and it going to be about whether my phone is bricked for good or not. =/ I'd really appreciate some help as I've clearly not researched enough into this.
-My Rogers HTC One X had previously been rooted and unlocked to hboot 1.09 with cyanogenmod.
-I wanted to install Android Revolution HD, so i figure I needed an hboot update. I went ahead and flashed the phone with the 'firmware.zip' in 'OTA_EVITA_UL_JB_45_S_Rogers_WWE_3.17.631.2_0.23a.32.09.29_10.128.32.34a_release_299850qstr7rxdbfuofl6j.zip' (HUGE MISTAKE)
-After flashing, I tried to install Android Revolution HD but it had crashed mid way.
-Im able to access hboot and Im also able to go into fastboot and recovery (recovery-clockwork-6.0.2.8-evita).
-Rebooting the phone results in a blank screen after the HTC loading screen. So no adb.
My hboot shows this:
UNLOCKED
EVITA PVT SHIP S-ON RL
HBOOT - 2.14.0000
RADIO - 23a.32.09.29
OPENDSP - v31.1.0.45.0815
eMMC-boot
Nov 26 2012,18:37:14:-1
I've tried locking it, flashing it with PJ83IMG.zip but it says: 'FAILED (remote: 44 hboot version check fail)'.
I've tried running 'RUU_Evita_UL_Rogers_WWE_1.94.631.3_Radio_0.18as.32.09.28L_10.103.32.24L_release_268972_signed.exe' but it gets half way and has Error 155.
Can anyone recommend a rom that will work in this configuration?
Any chance that I can still get S-off on the phone?
Any way to recover the phone at all? Just to be clear, I've flashed my Rogers phone with a Rogers OTA.
Thanks!
Dude you are ****ed! no way to recover from that!..
J/K
All joking aside.
Download TWRP 2.3.3.1 It is compatible with the most ROMS and isn't buggy. Check MD5 and fastboot flash recovery twrprecovery.zip <-- replace with actual zip file name.
then fastboot erase cache
Boot to recovery
Wipe cache dalvik system and factory reset and flash any ROM designed for evita.
Because you're S-ON and on an HBOOT >= 1.14, you'll also have to extract the boot.img from the rom and flash it separately "fastboot flash boot boot.img", unless otherwise indicated on the ROM's thread, usually in the OP.
As a side note, you shouldn't have rooted, you have a lot of reading to do.
Nevermind
Sent from my One XL using XDA Premium
Also that Rom is for the international HTC one x if the install hadn't crashed it would have bricked your phone
Sent from my HTC One X using Tapatalk 2
exad, Thanks for taking the time to write up the instructions for me. I've been able to get the phone to boot again. =) I do have some reading to do haha.
Given whats already done, did I put my phone in a situation where I've limited myself for future modding? What I'm really wondering is if I should be trying to get S-off so I can downgrade my firmware? Will I run into any issues with just running the phone as it is?
certitude said:
exad, Thanks for taking the time to write up the instructions for me. I've been able to get the phone to boot again. =) I do have some reading to do haha.
Given whats already done, did I put my phone in a situation where I've limited myself for future modding? What I'm really wondering is if I should be trying to get S-off so I can downgrade my firmware? Will I run into any issues with just running the phone as it is?
Click to expand...
Click to collapse
If you are going to s off, no need to really downgrade. This because you are turning security checks off. So it actually makes things a bit easier, and decreases the chances of bricking. I'm s off and on hboot 1.14 and was able to flash plenty of roms without a computer.
Sent from my Carbon-ize Evita using xda-developers app
You're not limited. You just need to fastboot flash boot boot.img any time you flash a ROM. If you're not a flashaholic like most of us, it's no big deal.
I wouldn't RUU with S-ON though, even though you didn't supercid, I bricked without supercid running an RUU after rooting.
So, if you don't plan to RUU you don't need to S-OFF either.
If you do intend to S-OFF, since you didn't need to supercid to unlock your bootloader, you would need to hex edit your CID to 11111111 if you wanted to S-OFF.
If you have any other questions, don't hesitate to ask but I suggest reading the stickies in all the sections. Good Luck
Thanks for the info everyone. I'll be keeping that in mind.
exad said:
Dude you are ****ed! no way to recover from that!..
J/K
All joking aside.
Download TWRP 2.3.3.1 It is compatible with the most ROMS and isn't buggy. Check MD5 and fastboot flash recovery twrprecovery.zip <-- replace with actual zip file name.
then fastboot erase cache
Boot to recovery
Wipe cache dalvik system and factory reset and flash any ROM designed for evita.
Because you're S-ON and on an HBOOT >= 1.14, you'll also have to extract the boot.img from the rom and flash it separately "fastboot flash boot boot.img", unless otherwise indicated on the ROM's thread, usually in the OP.
As a side note, you shouldn't have rooted, you have a lot of reading to do.
Click to expand...
Click to collapse
I got a Telus HTC one x yesterday. Spent all day reading about rooting etc and finally went ahead and did it. The unlocking part went without a hitch. I then went to install the clockwork recovery and I think I used an outdated one, because after I did it, it wouldn't boot into recovery. I could get into the bootloader, but checking anything else it wouldn't do anything. At that time I was still able to boot up my phone as normal. I then saw an updated clockwork recovery and tried that one, and it still wouldn't respond when I clicked on recovery. Now I can't do anything except get into the bootloader. My screen says the exact same thing as the original poster in terms of
UNLOCKED
EVITA PVT SHIP S-ON RL
HBOOT - 2.14.0000
RADIO - 23a.32.09.29
OPENDSP - v31.1.0.45.0815
eMMC-boot
Nov 26 2012,18:37:14:-1
I'm so upset right now. I read your instructions on what you suggested to the OP but theirs was Rogers and mines Telus, and I never did have a custom ROM on there, and I don't have a clear cache option, just a 'clear storage'
Even selecting the 'reset phone' doesn't work. I'm ready to cry lol. I don't want to touch anything without guidance so I don't screw it up even further. I know this is the rogers forum but it's what came up when doing a google search.
Please help me. Please tell me this can be fixed. :crying:
Don't use CWM, use TWRP instead. Find version 2.3.3.1 at goo.im (just Google TWRP 2.3.3.1 evita download). Check the md5 of the download is correct. I'm assuming you have fastboot on your pc.
Put the TWRP recovery.img in your fastboot folder
Boot phone into bootloader, wait for it to say "fastboot usb" on the screen of your phone
Open a command prompt in that folder on your pc
Type in the following command:
fastboot flash recovery openrecovery-TWRP-2.3.3.1-evita.img (whatever the name of the recovery image is, I think that's right)
It will now write the recovery to your phone, wait for it to finish, it should only take a few seconds
Now type the following command in:
fastboot erase cache
fastboot reboot-bootloader
Now you should be able to disconnect your phone and flash superuser.zip in your new recovery and have root access.
Sent from my HTC One XL using xda premium
omg!!!!! TY TY TY TY TY!!!!!!!!
It flashed into recovery!!!!!
I can't find where my superuser went...is there a way I can get it onto my phone? At this point I'm so nervous about screwing anything up that I'm afraid to play (which is rare for me as I'm normally quite good at all this stuff)
Do I really need the superuser? I'm planning on putting the ViperXL 3.2.7 rom on my phone. Can I just go straight to installing the rom?
I know where I went wrong now though. I used the international root instructions and not the AT&T ones as I assumed since I was Telus instead of Rogers or AT&T that that was the one I needed. Ugh! I feel like such an idiot!! I had android for quite a while then went to iphone for a little while (mistake) and had gotten so good at doing everything with those and forgot most of the steps involved with rooting android and the terminology. I'm happy to be back home with android!
You can just go ahead and flash ViperXL, that is pre-rooted so you'll be good to go. I just assumed you had a ROM running, so flashing the superuser zip would have just given that ROM root access.
Now, just make sure you stay here in the One XL (AT&T) forum. Make sure you only flash ROMs from here, because flashing one of the International ROMs can brick your phone, and we don't want that.
Sent from my HTC One XL using xda premium
I will be staying here!! lol
Just to be sure I have this correct...
I downloaded Viper and the boot img.
I'm going to go back to my cmd prompts, install the boot img
I'm getting hung up with understanding how to place the zip on my phone storage...My computer isn't showing it as being a separate drive.
I keep getting 'failed' errors with everything in TWRP. If I try to mount as USB storage, my computer says it needs to be formatted...
When I try to do anything else it shows up with failed.
Ok here's what you'll need to do:
Boot your phone into the bootloader (hold power and volume down key together, release power after a second but keep holding volume down until you're in bootloader)
Select recovery
Once recovery boots up, connect to pc with usb cable, select mount in recovery menu, then select mount storage
Your phone should now show up on your pc as a drive, copy the entire ROM zip to your phone
Once it's copied, do eject and safely remove the drive from your pc, and hit unmount on your phone screen
Hit the home button (little house on bottom left) in recovery
From main recovery select wipe, once in wipe menu you must wipe cache, dalvik cache, factory reset, and system
Once you've wiped all those, hit the home button again
Select install from the main recovery menu, then find the ROM you previously copied to your sd card and select it, then swipe to install, let the install finish (please note: if you're installing viper, it will have a few options to select during the install, select the ones you want. But right at the end of the install process there will be a checkbox for "reboot device now" and it will be checked, make sure you uncheck that before you hit finish/done)
Now you'll see two options, wipe cache/dalvik is one, do that, once that's done hit the home button again
From the main menu, hit reboot, and then bootloader, your phone will now boot back into the bootloader and fastboot usb should show up in red text on your screen if your usb cable is still connected
Now back to the pc, Copy the boot.img from the ROM zip and place it in your fastboot folder
Make sure you're connected with usb and fastboot usb is showing on your phone screen
Open a command prompt in your fastboot folder on pc and type in:
fastboot devices
You should see a device number return in the command prompt, if that shows up you're connected properly, so now type in the following command:
fastboot flash boot boot.img
This will flash the boot.img to your phone, let it finish
Once that's done you can reboot and you should be able to reboot into your new ROM
Sent from my Evita
It's not mounting...just keep getting a message from my computer that the drive needs to be formatted before I can use it...
btw, ty for all your help on this you've been amazingly helpful!
You may have corrupted your sd card. You'll have to format it, which means you'll lose all your data off it unfortunately. Do that first and then start again.
Sent from my Evita
It worked!!!!!! It booted up into Viper!!!!! TY a million times over!!!!!!!!!!
Awesome, so glad to see you got it going :thumbup:
And no problem at all, my pleasure, this is what XDA is all about.
Sent from my Evita

[Q] [HELP] Another soft-bricked AT&T HTC One X

So my son rooted his AT&T HTC One X (Evita) and put AOKP 10.something (doesn't remember) but never got 4G data to work. He lived with it that way for a while because WiFi works and he has plenty of access at college. But recently he got fed up and wanted to go back to his stock rom to get 4G working again. He doesn't remember exactly what he did but he recalls going into recovery, wiping the cache, then updating TWRP to 2.5. That's when things went wrong. We get:
HTC
quietly brilliant
This build is for development purposes only...
It sits this way for a few minutes then the screen goes blank, but it appears the phone is still on because, when plugged-in to the USB port on my PC I don't get the alert sound that USB has disconnected. Then it reboots. Does this over and over.
I can get into the bootloader by holding-down power and volume-down.
Bootloader tells me:
*** TAMPERED ***
*** UNLOCKED ***
EVITA PVT SHIP S-ON BL
HBOOT-1.14.0002
RADIO-0.19as.32.09.11_2
OpenDSP-v29.1.0.45.0622
eMMC-boot
June 11 2012, 14:36:28
HBOOT​
I can also get into TWRP, but can't find any ROMS to install.
I've rooted a few of my androids and can follow instructions, but I'm not real familiar with all the tools and acronyms. Also, I have zero experience with the HTC One X. If there's a newb's guide for unbricking the Evita please point me in the right direction. Otherwise, please be gentle with me and I'll try not to make an ass of myself. ;^)
So far I've downloaded HTC Sync and Minimal ADB/Fastboot. The phone is plugged-in and charging. So I plan to pick up on this tomorrow night. If I understand things:
Install the drivers
Connect the phone
Pray that it is still in USB Debugging mode
Verify ADB detects the phone
Use ADB to push my choice of ROMs to the root of the sdcard internal storage device
Go into TWRP
Wipe the entire phone including system
Install the ROM
Wave dead chicken over head while singing the theme song from Evita
Reboot when done
Is that right?
Or should I use flashboot (never have before)?
Does "*** UNLOCKED ***" on the bootloader screen mean the bootloader is unlocked (as opposed to carrier unlock)?
Should I update TWRP to 2.6 first? If so, can I just push with ADB and Install with TWRP 2.5??
Do I need to S-OFF to flash TWRP or ROM? If so, how?
What the heck is an RUU file and do I need one?
And finally for tonight, while I know there's no such thing as the "best" ROM, which ROMs should I look at if my priorities are stability, functionality and battery life (most to least important)? I tend to put a ROM on my phone and not change for months, even years.
Thanks in advance for any assistance.
http://forum.xda-developers.com/showthread.php?t=1671237
That will help you
Sent from my HTC One XL using xda premium
Adb won't work because that requires the ROM to be booted into an os. You don't need it yet anyhow. You will need fastboot though. You'll want to get rid of TWRP 2.5 because it's full of bugs. Here's how to install TWRP 2.6:
Download TWRP 2.6 from here. Put the file in your fastboot folder. Connect phone in fastboot mode, open command prompt from within fastboot folder, issue the following commands:
Code:
fastboot flash recovery "filename.img"
(the exact filename, minus the talking marks)
Code:
fastboot erase cache
Code:
fastboot reboot-bootloader
Now you can enter recovery on your phone. Select mount from the menu, then mount usb storage while connected to a pc, it will now show up as a removable drive so you can copy a ROM to the device. For stability, stock ROMs are the best option, you'll find those here.
One you've downloaded a ROM, you need to extract the boot.img from the root of the zip and place it in your fastboot folder on your pc, we'll come back to that later. Now copy your entire ROM zip onto the phone. Enter recovery, do a full wipe (cache/dalvik cache/factory reset/system), go to install menu, install ROM.
Now, reboot to bootloader, connect to pc, make sure it shows fastboot usb on the screen. You now need to flash the boot.img because the phone is s-on. Do that by entering this command:
Code:
fastboot flash boot boot.img
Now you should be able to reboot the phone into the ROM.
Sent from my Evita
Thanks both Ken and Timaaa. You guys rock.
I'm leaning towards giving utkaar099's Stock/Deodexed JB 4.1.1 ROM and the HTC ATT 3.18 radio a try. I haven't figured S-OFF yet but once I get the ROM on and working I'm sure I'll figure it out.
I wanted to say thanks again for the help. The phone is now running again with the stock/deodexed JB 4.1.1.
I haven't tried flashing a radio file yet. I'm unclear if I have to S-OFF before flashing the radio. Still reading, but if you have a chance to answer this question I'd appreciate it.
S-off isn't required for flashing radios, you can just flash them in recovery. Just make sure you don't flash radio+RIL, or the cm radios, and you'll be fine.
Sent from my Evita
Thanks again timmaaa.
My pleasure :thumbup:
Sent from my HTC One XL using XDA Premium 4 mobile app

Categories

Resources