[Q] How to Root and Install Custom ROM? - AT&T, Rogers HTC One X, Telstra One XL

I fixed my bootloop issues with my HTC One XL, Finally!
However, I still want to root it and install a custom rom. (Jellybean)
But I don't want to mess it up this time!
So I am asking xda-developers.
Can someone post an instructional guide and how to root
my HTC One XL? What apps to I have to download?
(I hate Sense 4+)
Info; I have Android 4.1.1 with HTC Sense 4+
My bootloader IS unlocked.
HBOOT; 2.14.0000
EVITA PVT SHIP S-ON RL

AndroidSoldier said:
I fixed my bootloop issues with my HTC One XL, Finally!
However, I still want to root it and install a custom rom. (Jellybean)
But I don't want to mess it up this time!
So I am asking xda-developers.
Can someone post an instructional guide and how to root
my HTC One XL? What apps to I have to download?
(I hate Sense 4+)
Info; I have Android 4.1.1 with HTC Sense 4+
My bootloader IS unlocked.
HBOOT; 2.14.0000
EVITA PVT SHIP S-ON RL
Click to expand...
Click to collapse
Flash twrp 2.3.3.1 from fastboot.
Fastboot flash recovery recovery.img
Download Rom and flash via twrp.
Flash boot.img from Rom.zip that you installed with fastboot.
Use a stock rooted Rom and go s-off to avoid flashing boot images
Sent from my HTC One XL using xda app-developers app

==Rooting Sense4+==
Go to HTCDev.com and get the unlock token
by finding the identifier in adb/fastboot.
And unlock the bootloader(You don't need to root fully if you are gonna switch to a custom rom/custom roms come preinstalled with root)
==Flashing Custom ROMS=
On Evita(ATT) Model OneXL
Go into fastboot on the Phone.
Download the TWRP for the Evita OneXL from here:
http://techerrata.com/file/twrp2/evita/openrecovery-twrp-2.5.0.0-evita.img
flash that onto the phone when it's in fastboot using terminal or CMD
("Fastboot flash recovery openrecovery-twrp-2.5.0.0-evita.img")
drag the rom onto the phone and then boot into twrp by going into recovery.
press install, look for the rom and flash it. Reboot into bootloader when done.
extract "Boot.img" from inside the ROM file and go into cmd/terminal and type
("Fastoot flash boot boot.img")
("Fastboot clear cache")
reboot the phone and just wait.
Have FUN!

i4GS said:
==Rooting Sense4+==
Go to HTCDev.com and get the unlock token
by finding the identifier in adb/fastboot.
And unlock the bootloader(You don't need to root fully if you are gonna switch to a custom rom/custom roms come preinstalled with root)
==Flashing Custom ROMS=
On Evita(ATT) Model OneXL
Go into fastboot on the Phone.
Download the TWRP for the Evita OneXL from here:
http://techerrata.com/file/twrp2/evita/openrecovery-twrp-2.5.0.0-evita.img
flash that onto the phone when it's in fastboot using terminal or CMD
("Fastboot flash recovery openrecovery-twrp-2.5.0.0-evita.img")
drag the rom onto the phone and then boot into twrp by going into recovery.
press install, look for the rom and flash it. Reboot into bootloader when done.
extract "Boot.img" from inside the ROM file and go into cmd/terminal and type
("Fastoot flash boot boot.img")
("Fastboot clear cache")
reboot the phone and just wait.
Have FUN!
Click to expand...
Click to collapse
I can't find the ROM in the recovery mode.
It says install and stuff, I dragged the ROM onto the HTC Internal storage but I can't find it.
What do I do?

I'm going out in the clear saying you misplaced it.
Do what I do, create a folder in the root of the SD called "ROMS" and place the .zip inside of that folder.
Make sure you unmounted your phone in TWRP Recovery.
And make sure you flashed the boot.IMG also to flash Evita ROM for the Evita phone. Don't mix em.

Do not use any twrp version above 2.3.3.1 it has issues wiping properly.
Sent from my Sony Tablet S using xda app-developers app

i4GS said:
I'm going out in the clear saying you misplaced it.
Do what I do, create a folder in the root of the SD called "ROMS" and place the .zip inside of that folder.
Make sure you unmounted your phone in TWRP Recovery.
And make sure you flashed the boot.IMG also to flash Evita ROM for the Evita phone. Don't mix em.
Click to expand...
Click to collapse
Thanksmy .zip file option was turned off that's why, and I was putting the boot.img in the sdcard instead of the .zip file.
But, I've got the basics done.

Holy hell please don't flash twrp2.5..unless ofcpurse you like the q/a section here of xda..
Sent from my HTC One X using xda premium

Related

[Q]Rogers One X Stuck in Bootloop

Hello all. So a friend of mine handed me his One X today and from what I gathered he was unable to flash CM after unlocking the bootloader and flashing CWM recovery. I figured I would give it a shot since I am familiar with flashing roms etc but wow what a difference it is for HTC devices!
I've spent the past 2 or 3 hours browsing this subforum however I feel like I could be just misinforming myself. The phone is a Rogers HTC One X the firmware version it was running I am unsure of as its currently stuck in bootloop. I've attached a screenshot below of the current fastboot menu. As it seems the bootloader is indeed unlocked however it is still s-on and stock recovery. If someone would be kind enough as to point me in the right direction of how to gain root and flash a recovery I would be super grateful. Feel free to PM me as well.
Thanks for your time.
What is the full filename of the ROM you're trying to flash? Also, the phone is s-on so you would need to flash the boot.img via fastboot to get it to boot.
Sent from my Evita
timmaaa said:
What is the full filename of the ROM you're trying to flash? Also, the phone is s-on so you would need to flash the boot.img via fastboot to get it to boot.
Sent from my Evita
Click to expand...
Click to collapse
Thanks for the reply. From what I was told he flashed the latest CM nightlies for Evita through CWM. Although now it appears to have the stock recovery.
So as far as gaining root and flashing a recovery, since the bootloader is unlocked can I not simply flash a recovery through fastboot and then flash a rom with SU like CM?
Yeah you can, use TWRP recovery instead of CWM though. 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 have TWRP on the phone. Go into it, wipe cache/dalvik/factory reset/system, then install the ROM and gapps. Like I said though you'll need to flash the boot.img via fastboot afterwards. So once you've installed the ROM reboot to bootloader, grab the boot.img from the ROM zip and flash it using this command:
Code:
fastboot flash boot boot.img
Once that's completed you should be able to reboot into the ROM. Please note though that some of the latest CM ROMs have a few bugs, including booting problems.
Sent from my Evita
Hey thanks again timaaa for the fast reply! I've successfully booted into CM now after flashing the boot.img. Regarding the bootloader should I be concerned with s-on? Will I run into trouble down the road because I do not have s-off?
Cool, glad you got it booted. In my opinion getting s-off would be a good idea. The benefits include the following:
Not needing to flash the boot.img from a ROM/kernel through fastboot anymore.
Being able to flash radios (s-on restricts this on phones with a hboot equal to or greater than 1.14).
Being able to change hboot freely (or just remove the red warning text from the startup screen).
Being able to change CID if needed.
Being able to flash the required firmware package which is required to run current Sense 5 ROMs.
In order to get s-off you first need SuperCID though, the hex edit method will be the best to use. Here's a link:
http://forum.xda-developers.com/showthread.php?t=2212737
Once you have SuperCID you can go ahead and get s-off here:
http://forum.xda-developers.com/showthread.php?t=2155071
Both processes are pretty quick and simple, and the benefits are great.
Sent from my Evita

[Q] How to downgrade from 4.2.2.?

Hi,
I'd like to ask for your help. After an update to Android 4.2.2 and Sense 5.0 on my HTC ONE SV I'd really like to go back to the previous version, I know a lot of people are happy about the update, but I'd really like to go back to the older menus, look etc. I don't mind losing the data.
I'm new over here ... so please bare with me
What info should I provide?
Nina
I can't help you at the moment because I have to get ready for work but for starters you will need to unlock your device, acquire the proper ruu (4.1.2), or if its available on here then a nandroid backup (4.1.2) specific to your device. Then at this point the procedures to take would be based on whether you are S-On or S-off.
Hopefully someone else may chime in on this while I am at work.
Sent from my C525c using XDA Premium 4 mobile app
We need to know, what version of one sv you have (k2u, k2ul, or other).
And if you are S-off, which hboot...
To unlock your device or in simple terms the bootloader you will need to head over to HTCDEV.com and follow their instructions. If you wish to be S-Off you will need to get rumrunner for your phone and follow its instructions - otherwise you may remain S-On.
Sent from my C525c using XDA Premium 4 mobile app
---------- Post added at 07:38 AM ---------- Previous post was at 07:36 AM ----------
old.splatterhand said:
We need to know, what version of one sv you have (k2u, k2ul, or other).
And if you are S-off, which hboot...
Click to expand...
Click to collapse
Sounds like she is legit stock on everything lol. So this may in a sense be easy assuming instructions can be followed
Sent from my C525c using XDA Premium 4 mobile app
Thanks to both of you.
My version is:
K2_UL PVT SHIP S-on RL
HBOOT-2.00.0000
ninamalina said:
Thanks to both of you.
My version is:
K2_UL PVT SHIP S-on RL
HBOOT-2.00.0000
Click to expand...
Click to collapse
Then its quiet easy:
unlock your device at htcdev.com (follow the instruction on that side.
Then you need to flash a custom recovery (i recommend TWRP 2.6.3) with fastboot, and next you flash a 4.1.2 rom with recovery. Now you need to flash the boot.img that was inside your rom zip with fastboot and you are ready to go
All links you need, you will find in my index thread (look at my signature for it).
To flash a custom recovery with fastboot you will need to insure your custom recovery image file is located in the same folder as your fastboot file to keep this next part simple.
Go into your HBoot then select fastboot. Connect device to your pc and in the command window type:
Code:
fastboot devices
This should show that your device is connected. If you see nothing then you will need to resolve that before proceeding. Next , once connection is established type:
Code:
fastboot boot customrecovery.img
You are booting instead of flashing the custom recovery so your stock recovery will be persevered. Each time you reboot your device you will need to follow those steps again to access the custom recovery vice your stock recovery.
If you wish to flash it then:
Code:
fastboot flash recovery customrecovery.img
I don't recommend you flashing it yet unless you get a copy of your stock recovery first.
Sent from my C525c using XDA Premium 4 mobile app
old.splatterhand said:
Then its quiet easy:
unlock your device at htcdev.com (follow the instruction on that side.
Then you need to flash a custom recovery (i recommend TWRP 2.6.3) with fastboot, and next you flash a 4.1.2 rom with recovery. Now you need to flash the boot.img that was inside your rom zip with fastboot and you are ready to go
All links you need, you will find in my index thread (look at my signature for it).
Click to expand...
Click to collapse
Great, thanks!
I'll do everything when i come home
Modding.MyMind said:
To flash a custom recovery with fastboot you will need to insure your custom recovery image file is located in the same folder as your fastboot file to keep this next part simple.
Go into your HBoot then select fastboot. Connect device to your pc and in the command window type:
Code:
fastboot devices
This should show that your device is connected. If you see nothing then you will need to resolve that before proceeding. Next , once connection is established type:
Code:
fastboot boot customrecovery.img
You are booting instead of flashing the custom recovery so your stock recovery will be persevered. Each time you reboot your device you will need to follow those steps again to access the custom recovery vice your stock recovery.
If you wish to flash it then:
Code:
fastboot flash recovery customrecovery.img
I don't recommend you flashing it yet unless you get a copy of your stock recovery first.
Sent from my C525c using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, will follow your advice!
Although instructions are clear, I still have problems
I've tried using different computer, turned my av off, but still get this when i try to run the downloaded file from HTCdev.com:
This aplication has failed to start because AdbWinApi.dll was not found.
You are missing files.
You can get them from here: http://rom.android-host.de/DESIRE_C/tools/Android.zip

[Q] Please help phone has no OS

Okay so here is what happened i unlocked my bootloader and rooted my phone using the all in one toolkit, i tried to flash a custom ROM using the GooManager app. This is where things went wrong. After flashing the ROM my phone shut off and would only turn on to the HTC Quietly Brilliant page at the beginning of the boot cycle, i made a backup but dont know how to find it. I somehow managed to wipe the entire phone and now i have no operating system. I had TWRP installed but cannot access it because i relocked the phone. Is there anyway to get this thing working again? any help would be much appreciated
here is what my fastboot screen reads:
***TAMPERED***
***RELOCKED***
EVITA PVT SHIP S-ON RL
HBOOT- 2.14.0000
RADIO-0.24p.32.09.06
OpenDSP-v34.1.0.45.1219
eMMC-boot
Nov 26 2012,18:37:14:-1
FASTBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
brenntard said:
Okay so here is what happened i unlocked my bootloader and rooted my phone using the all in one toolkit, i tried to flash a custom ROM using the GooManager app. This is where things went wrong. After flashing the ROM my phone shut off and would only turn on to the HTC Quietly Brilliant page at the beginning of the boot cycle, i made a backup but dont know how to find it. I somehow managed to wipe the entire phone and now i have no operating system. I had TWRP installed but cannot access it because i relocked the phone. Is there anyway to get this thing working again? any help would be much appreciated
here is what my fastboot screen reads:
***TAMPERED***
***RELOCKED***
EVITA PVT SHIP S-ON RL
HBOOT- 2.14.0000
RADIO-0.24p.32.09.06
OpenDSP-v34.1.0.45.1219
eMMC-boot
Nov 26 2012,18:37:14:-1
FASTBOOT
to previous item
to next item
to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
Click to expand...
Click to collapse
Since you are s-on, you need to fastboot flash boot boot.IMG from the ROM you want to use. While you're at it you may as well just s-off your device. It will make things simpler in the end. You're going to have to unlock the boot loader again to flash the boot image though. You will also want to flash recovery again via fastboot.
Sent from my One X using XDA Premium 4 mobile app
Black!Jack said:
Since you are s-on, you need to fastboot flash boot boot.IMG from the ROM you want to use. While you're at it you may as well just s-off your device. It will make things simpler in the end. You're going to have to unlock the boot loader again to flash the boot image though. You will also want to flash recovery again via fastboot.
Sent from my One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you so much for the response...i have a couple questions. I am fairly new to android and these are the first real problems i have run into that i havent been able to solve on my own. how do i "fastboot flash boot boot.IMG"? i just want to use the stock ROM or CM10 which ever will get my phone running again. I have unlocked to bootloader again and now have access to TWRP
brenntard said:
Thank you so much for the response...i have a couple questions. I am fairly new to android and these are the first real problems i have run into that i havent been able to solve on my own. how do i "fastboot flash boot boot.IMG"? i just want to use the stock ROM or CM10 which ever will get my phone running again. I have unlocked to bootloader again and now have access to TWRP
Click to expand...
Click to collapse
Take a look at this thread
http://forum.xda-developers.com/showthread.php?t=2136172
It will answer many of the questions that you have and provides links to appropriate tools.
You should definitely s-off your device now. Just look for the question in the thread I linked for more detail. Bookmark it as well, or add it to your favorites, as it will provide a great reference point for future use.
Once you have s-off, you will just have to flash any ROM you want from recovery. It will make your life way easier.
If someone helps you, just hit the thanks button, or thumbs up from the xda app.
Sent from my One X using XDA Premium 4 mobile app
Black!Jack said:
Take a look at this thread
http://forum.xda-developers.com/showthread.php?t=2136172
It will answer many of the questions that you have and provides links to appropriate tools.
You should definitely s-off your device now. Just look for the question in the thread I linked for more detail. Bookmark it as well, or add it to your favorites, as it will provide a great reference point for future use.
Once you have s-off, you will just have to flash any ROM you want from recovery. It will make your life way easier.
If someone helps you, just hit the thanks button, or thumbs up from the xda app.
Sent from my One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
In the rumrunner instructions to s-off my device it says i need to have fast boot unchecked in settings. I am pretty sure i have it checked but there is no way for me to tell for sure...since i dont have an OS installed is this an issue?
brenntard said:
In the rumrunner instructions to s-off my device it says i need to have fast boot unchecked in settings. I am pretty sure i have it checked but there is no way for me to tell for sure...since i dont have an OS installed is this an issue?
Click to expand...
Click to collapse
You need to get a ROM booting brute trying s-off. Don't use Goo Manager to install ROMs, install manually through TWRP recovery. Once you've installed the ROM reboot to the bootloader and flash the boot.img. Here's how to flash the boot.img.
Extract the boot.img from the ROM zip and copy it into your fastboot folder on your pc. After you've flashed the ROM and/or gapps, reboot to bootloader and connect your phone, make sure it says fastboot on your phone screen. Then you can issue the following command:
Code:
fastboot flash boot boot.img
Now you can reboot your phone into the ROM.
Sent from my Evita.
timmaaa said:
You need to get a ROM booting brute trying s-off. Don't use Goo Manager to install ROMs, install manually through TWRP recovery. Once you've installed the ROM reboot to the bootloader and flash the boot.img. Here's how to flash the boot.img.
Extract the boot.img from the ROM zip and copy it into your fastboot folder on your pc. After you've flashed the ROM and/or gapps, reboot to bootloader and connect your phone, make sure it says fastboot on your phone screen. Then you can issue the following command:
Code:
fastboot flash boot boot.img
Now you can reboot your phone into the ROM.
Sent from my Evita.
Click to expand...
Click to collapse
Okay I was able to flash the boot.img but can't figure out how to flash the rom.. Should I do it through recovery? Or through a fast boot command prompt like the one used to flash the boot.img
timmaaa said:
You need to get a ROM booting brute trying s-off. Don't use Goo Manager to install ROMs, install manually through TWRP recovery. Once you've installed the ROM reboot to the bootloader and flash the boot.img. Here's how to flash the boot.img.
Extract the boot.img from the ROM zip and copy it into your fastboot folder on your pc. After you've flashed the ROM and/or gapps, reboot to bootloader and connect your phone, make sure it says fastboot on your phone screen. Then you can issue the following command:
Code:
fastboot flash boot boot.img
Now you can reboot your phone into the ROM.
Sent from my Evita.
Click to expand...
Click to collapse
This may go with out saying but when I'm in recovery and hit the reboot button and try to select "system" it comes up with a message telling me I have no OS installed and asks if I want to continue anyway..
Use the wipe menu in TWRP to do a full wipe (cache/dalvik/factory reset/system). Then use the install option to the install the ROM (and gapps if it's an aosp ROM). Then reboot to bootloader and flash the boot.img with fastboot. Then reboot your phone.
Sent from my Evita.
timmaaa said:
Use the wipe menu in TWRP to do a full wipe (cache/dalvik/factory reset/system). Then use the install option to the install the ROM (and gapps if it's an aosp ROM). Then reboot to bootloader and flash the boot.img with fastboot. Then reboot your phone.
Sent from my Evita.
Click to expand...
Click to collapse
How do i get the ROM onto my phone? that might be a stupid question but i am stumped
brenntard said:
How do i get the ROM onto my phone? that might be a stupid question but i am stumped
Click to expand...
Click to collapse
Mount your sdcard through TWRP. You should then be able to drag and drop the file from your computer to your sdcard. It should go without saying that your phone needs to be connected to your computer.
Sent from my One X using XDA Premium 4 mobile app
Black!Jack said:
Mount your sdcard through TWRP. You should then be able to drag and drop the file from your computer to your sdcard. It should go without saying that your phone needs to be connected to your computer.
Sent from my One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i cant mount my sd card, i can put a little x by cache data and system but not sd card...
timmaaa said:
Use the wipe menu in TWRP to do a full wipe (cache/dalvik/factory reset/system). Then use the install option to the install the ROM (and gapps if it's an aosp ROM). Then reboot to bootloader and flash the boot.img with fastboot. Then reboot your phone.
Sent from my Evita.
Click to expand...
Click to collapse
i was unable to do a wipe of my phone. in twrp i went to wipe and "swipe to factory reset" it ran through and came back as failed..
Try to format your sd then (from recovery)
Gesendet von meinem Xperia Neo V mit Tapatalk 2
What ROM did you flash with Goo Manager?
You mount the sd card by going into the mount menu, then using the mount usb storage option.
Sent from my Evita.

From total stock 4.1 to rooted 4.4.2

Hi everyone, I've yet to successfully load a custom ROM on my ville but I have got s-off and supercid. I'm currently on relocked bootloader running the total stock android 4.1. I'd just like to check through the steps I need to take to try a new 4.4.2 ROM. I was thinking of trying twistedkat.
1. Unlock bootloader (I already have the unlock file from htcdev)
2. Load custom recovery (I have TWRP 2.6.3.0 ready to go)
3. Flash SuperSU
4. Flash Rom file (do I need to unzip or flash the zip file in the recovery?)
5. Flash 4.4 Gapps
Any other steps I've missed? I'm on hboot 2.15, kernel 3.14 from the stock updater.
Thanks very much
fatboyslimerr said:
Hi everyone, I've yet to successfully load a custom ROM on my ville but I have got s-off and supercid. I'm currently on relocked bootloader running the total stock android 4.1. I'd just like to check through the steps I need to take to try a new 4.4.2 ROM. I was thinking of trying twistedkat.
1. Unlock bootloader (I already have the unlock file from htcdev)
2. Load custom recovery (I have TWRP 2.6.3.0 ready to go)
3. Flash SuperSU
4. Flash Rom file (do I need to unzip or flash the zip file in the recovery?)
5. Flash 4.4 Gapps
Any other steps I've missed? I'm on hboot 2.15, kernel 3.14 from the stock updater.
Thanks very much
Click to expand...
Click to collapse
1- if you didn't unlock your bootloader, you have to
2- i don't know which twrp you have but you shuld use the one from twistedkat thread (it's different from official one)
3- it's unrelated with custom rom flashing
4- DON'T unzip the rom, just flash the zip from recovery
5- you have to flash g-apps if want to use google's apps (gmail, playstore, etc.)
you don't need anything else AFAIK
have fun
Sent from my One S using xda app-developers app
By the way i recommend you to change your cid back to original, because supercid has no advantage over original cid. But one day you may want to turn back to stock and if you forget that your device has supercid it will brick the device
Sent from my One S using xda app-developers app
Do not forget to flash boot.img in fastboot! To do it, you need to extract boot.img from ROM zip file to same directory with fastboot on your computer and and reboot your device to fastboot mode. Then run this in terminal/cmd: fastboot flash boot boot.img . If you don't do this, your device won't boot to OS. Flashing SuperSU with a custom ROM is unnecessary since root usually is included in custom ROM.
EDIT: You don't need to flash boot.img, because you have S-OFF. Didn't notice it first.
ka_55 said:
By the way i recommend you to change your cid back to original, because supercid has no advantage over original cid. But one day you may want to turn back to stock and if you forget that your device has supercid it will brick the device
Sent from my One S using xda app-developers app
Click to expand...
Click to collapse
Oh no! I've already ran a RUU with supercid to get back to total stock and that didn't cause any problems. Problem is I don't actually know what the original cid was!
fatboyslimerr said:
Oh no! I've already ran a RUU with supercid to get back to total stock and that didn't cause any problems. Problem is I don't actually know what the original cid was!
Click to expand...
Click to collapse
I checked again, ruu doesn't seem cause a brick but ota updates may cause such thing. So i think you shouldn't install ota updates till you remember your original cid
Sent from my One S using xda app-developers app
Thanks for the replies guys. One last question. If I load Twistedkat, which is based on CM11, I'll lose Sense?
Can I have sense as well? Is there a flashable sense zip file or something?
Thanks!
You will absolutely lose sense, and there is no way to install sense with kitkat roms right now for our one s
Sent from my HTC One S
See attached screenshot. Now successfully on 4.4.2.
I did need to get SuperSU. Thanks for all the help

Need for stock Rogers RUU or Recovery Zip

My HTC One X was bricked, and I need to restore it to Rogers Stock. However, I searched the entire XDA webstie + 50 pages on Google + 50 pages on other country's android site, I cant find any working download URL. Can someone please upload one RUU or Zip file for me, so I can restore my phone please?
If your phone is bricked an RUU isn't going to save it. Either way, you'll find all Evita RUUs here:
http://androidruu.com/?developer=Evita
Sent from my One XL using Tapatalk
timmaaa said:
If your phone is bricked an RUU isn't going to save it. Either way, you'll find all Evita RUUs here:
http://androidruu.com/?developer=Evita
Sent from my One XL using Tapatalk
Click to expand...
Click to collapse
The phone actually is soft brick, all I need to do is to flash it back to stock rom, so I can do a S-Off
I have this problem because I attempted to flash cyanogenmod without getting S-Off, thus it end up with black screen boot loop.
Any idea to solve it? I cant find any recovery zip that is working
I wouldn't ruu without S-off. Do you have supercid? If you do, you may brick. Best to boot to bootloader then recovery then flash a sense rom then s-off
Sent from my HTC One_M8 using xda app-developers app
voot566 said:
The phone actually is soft brick, all I need to do is to flash it back to stock rom, so I can do a S-Off
I have this problem because I attempted to flash cyanogenmod without getting S-Off, thus it end up with black screen boot loop.
Any idea to solve it? I cant find any recovery zip that is working
Click to expand...
Click to collapse
There's no such thing as a soft brick, a phone is either bricked or it isn't. Do as exad suggested and flash a Sense ROM then get s-off, then update your firmware (which is probably what was your actual problem).
Sent from my One XL using Tapatalk
exad said:
I wouldn't ruu without S-off. Do you have supercid? If you do, you may brick. Best to boot to bootloader then recovery then flash a sense rom then s-off
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
THat is another problem, there is no CID showed on the bootloader screen.
This is all happen after I get bootloader unlocked, and attempted to flash clockworkmod. It end up with boot loop with black screen, cant get into any system
What I can do right now is
1. boot into TWRP
2. Copy anyfile into phone through TWRP
3. flash zip through TWRP, but I cant find any rom that is working for my phone
4. fastboot usb with any command
voot566 said:
THat is another problem, there is no CID showed on the bootloader screen.
This is all happen after I get bootloader unlocked, and attempted to flash clockworkmod. It end up with boot loop with black screen, cant get into any system
What I can do right now is
1. boot into TWRP
2. Copy anyfile into phone through TWRP
3. flash zip through TWRP, but I cant find any rom that is working for my phone
4. fastboot usb with any command
Click to expand...
Click to collapse
The CID doesn't show on your bootloader screen unless you have s-off. What are your bootloader details? What recovery do you have installed? You can check your CID with this fastboot command:
Code:
fastboot oem readcid
Sent from my One XL using Tapatalk
timmaaa said:
There's no such thing as a soft brick, a phone is either bricked or it isn't. Do as exad suggested and flash a Sense ROM then get s-off, then update your firmware (which is probably what was your actual problem).
Sent from my One XL using Tapatalk
Click to expand...
Click to collapse
Yeah, I kind of know that I need to flash a sense rom, but I cant find any sense rom that is working on my phone.
Here is the info:
Model: PJ83100
Bootloader unlocked
EVITA PVT SHIP S-ON RL
HBOOT-2.14.0000
RADIO-0.23A. 32.09.29
OpenDSP-v31.1.0.45.0815
eMMC-boot
Nov 26 2012, 18:37:14:-1
This is exactly what showed on my screen, no CID
Which rom I should use?
voot566 said:
Yeah, I kind of know that I need to flash a sense rom, but I cant find any sense rom that is working on my phone.
Here is the info:
Model: PJ83100
Bootloader unlocked
EVITA PVT SHIP S-ON RL
HBOOT-2.14.0000
RADIO-0.23A. 32.09.29
OpenDSP-v31.1.0.45.0815
eMMC-boot
Nov 26 2012, 18:37:14:-1
This is exactly what showed on my screen, no CID
Which rom I should use?
Click to expand...
Click to collapse
The fact is you don't actually need s-off to flash cyanogenmod. You only need s-off to run the 3.18 RUU which updates your firmware, which you don't need to do because your firmware is fine. This brings me back to the other question you didn't answer: what recovery do you have installed?
Sent from my One XL using Tapatalk
timmaaa said:
The CID doesn't show on your bootloader screen unless you have s-off. What are your bootloader details? What recovery do you have installed? You can check your CID with this fastboot command:
Code:
fastboot oem readcid
Sent from my One XL using Tapatalk
Click to expand...
Click to collapse
I used the command
CID: BS_US001
My recovery is TWRP v2.6.3.0
THis is the only version that is working for me, I tried clockworkmod, and higher or lower version for TWRP, but I cant mount USB storage through any of those except 2.6.3.0
Recovery version please.
Sent from my One XL using Tapatalk
You just need to extract the boot.img from the rom you are flashing, put it in your adb/fastboot folder and then after flashing the rom.
fastboot flash boot boot.img
Then you will be able to boot it.
I suggest getting S-OFF using rumrunner so you don't need to take this step anymore. will also protect you in case you need to RUU.
exad said:
You just need to extract the boot.img from the rom you are flashing, put it in your adb/fastboot folder and then after flashing the rom.
fastboot flash boot boot.img
Then you will be able to boot it.
I suggest getting S-OFF using rumrunner so you don't need to take this step anymore. will also protect you in case you need to RUU.
Click to expand...
Click to collapse
But my question is, which rom I should flash????
I tried both serveral differnet rom, but they are all not working.
This is my phone: http://www.newegg.com/Product/Product.aspx?Item=N82E16875502142
voot566 said:
But my question is, which rom I should flash????
I tried both serveral differnet rom, but they are all not working.
This is my phone: http://www.newegg.com/Product/Product.aspx?Item=N82E16875502142
Click to expand...
Click to collapse
I know what phone you have. an evita. Says so in your bootloader
You need unofficial 2.6.3 from original android dev. if you want to flash cm as you need SE Linux support.
Any sense rom should work on official twrp 2.6.3
make sure you wipe system cache and dalvik cache prior to flashing.
This is what you should do to rule out every issue.
Download unofficial 2.6.3
Check the Md5 of your download
put it in your fastboot folder
fastboot erase cache
fastboot flash recovery unnoficialrecoveryfilename.img
select recovery in bootloader
wipe cache, dalvik, system in wipe, advanced wipe
then do a factory reset for safe measure
flash your rom
wipe cache and dalvik
reboot to bootloader
extract the boot.img from the rom put it in your fastboot folder
fastboot flash boot boot.img
fastboot reboot
U mean this?
http://forum.xda-developers.com/showthread.php?t=2558503
voot566 said:
U mean this?
http://forum.xda-developers.com/showthread.php?t=2558503
Click to expand...
Click to collapse
That's the one.
Qucik question, since i am just helping my friend to do it, he want to get cyanogenmod, any idea how to do it after ur method?
He already told you exactly how to do it. What are you asking?
Sent from my One XL using Tapatalk
http://forum.xda-developers.com/showthread.php?t=1655011
This rom okay?
I thought you wanted to put cyanogenmod onto the phone...
Sent from my One XL using Tapatalk

Categories

Resources