s-off in custom rom - AT&T, Rogers HTC One X, Telstra One XL

i have htc one xl evita stuck on this build for devloper purpuse only i download xl tool and flash recovery twm 2.5.0 and come in recovery mode i flash cm 10.1 but now i want go to stock rom i dont found stock rom for same cid so i want super cid but i have s-on i want to s-off in cm 10.1 and twm 2.5.0 only working other recovery not working

Get rid of the toolkit, it's flashed an unusable version of TWRP that's full of bugs, and it'll only cause more problems. Download the latest version of TWRP here:
http://techerrata.com/file/twrp2/evita/openrecovery-twrp-2.8.5.0-evita.img
Place the file in your fastboot folder (this is where fastboot.exe is located on your PC), connect your phone in fastboot mode (reboot to bootloader, connect usb cable, "fastboot usb" should now be displayed on the screen), open a command prompt from within your fastboot folder (shift + right click, select open command prompt here), and enter the following commands:
Code:
fastboot flash recovery openrecovery-twrp-2.8.5.0-evita.img
Code:
fastboot erase cache
Code:
fastboot reboot-bootloader
Now you have a good recovery version go and download the Kickdroid XL 5.0 ROM from here:
http://forum.xda-developers.com/showthread.php?t=2400766
Install that ROM with TWRP. Now you can go and get s-off here:
http://Rumrunner.us
Now you can flash whatever you like. But Kickdroid is actually a pretty good ROM, very close to stock but with some optimisations.
Transmitted via Bacon

thanks i s-off using rumrunners and flash with latest android 4.2.2

Related

Installing Kernel with s-on?

I was trying to flash faux kernel via recovery but i got the status 7 error so i guess the problem is that because iam s-on so plz anybody knows how to flash a custom kernel with s-on.
yus99 said:
I was trying to flash faux kernel via recovery but i got the status 7 error so i guess the problem is that because iam s-on so plz anybody knows how to flash a custom kernel with s-on.
Click to expand...
Click to collapse
Flash the boot.img from the zip via fastboot.
You can find the instructions here: http://forum.xda-developers.com/showthread.php?p=25587345
Make sure you use the boot.img from the zip & not the one from the guide.
HI
So just to make sure these are the steps:
Put the"boot.img" in your "C:\Android" (or wherever your adb and fastboot are located)
Shift right click in the white space on that folder
Select "Open command window here
Type in: adb
Type in: adb reboot-bootloader
Your phone will reboot, wait until you see a white screen which says "FASTBOOT USB"
Type in: "fastboot flash boot boot.img"
Wait until it's done flashing
Type in: "fastboot reboot"
One more thing i didnt see the boot.img in the zip of the kernel there are three folders:
1- kernel
2- META-INF
3- system
In the kernel folder there are these files:MKbootimg,dd,unpackbootimg,zImage,mkbootimg.sh,modclean.sh
What to do I am so confused
yus99 said:
So just to make sure these are the steps:
Put the"boot.img" in your "C:\Android" (or wherever your adb and fastboot are located)
Shift right click in the white space on that folder
Select "Open command window here
Type in: adb
Type in: adb reboot-bootloader
Your phone will reboot, wait until you see a white screen which says "FASTBOOT USB"
Type in: "fastboot flash boot boot.img"
Wait until it's done flashing
Type in: "fastboot reboot"
One more thing i didnt see the boot.img in the zip of the kernel there are three folders:
1- kernel
2- META-INF
3- system
In the kernel folder there are these files:MKbootimg,dd,unpackbootimg,zImage,mkbootimg.sh,modclean.sh
What to do I am so confused
Click to expand...
Click to collapse
thats a recovery flashable zip
you can flash that via recovery only
as you are SON ...better have 4EXT recovery
there ..just enable smartflash in 4EXT-> tools and then flash the kernel package
EDIT:
this thread explains the reason for error 7 and the probable fix
http://forum.xda-developers.com/showthread.php?t=1556620
hi
just one more thing do i need to uninstall my current recovery to install the 4-ext one or just install it.
yus99 said:
just one more thing do i need to uninstall my current recovery to install the 4-ext one or just install it.
Click to expand...
Click to collapse
just install it either via fastboot
fastboot flash recovery recovery.img
recovery.img from here (its rc3 ...and latest is rc5 btw)
or
via 4EXT updater app available in sensation development thread

Error with recovery after changing kernel

Hi,
I tried to install paranoid and then CM10, so i changed kerner from 3.4 to modded 3.4 and then kernel from CM10
and now i have no recovery and cant install new one.
With fastboot flash recovery recovery.img command i have an error with bad signatures.
And with RUU flashing stock in "sending..."
I can get access to hboot (2.15)
im using this tutor. http://forum.xda-developers.com/showthread.php?p=42540922
Please help what should I do
// i tried with another PC and the same
Simply download stock recovery from here and flash it with 'fastboot flash recovery ville_recovery_signed.img' to run an RUU according to your bootloader version and CID.
After that you should be able to reflash your custom recovery. You should take care to flash a working one, e.g TWRP 2.3.3.0.
100% SOLUTION:
Flash via fastboot Unlock_code.bin "fastboot flash unlocktoken Unlock_code.bin"
But ONLY via fastboot, not RUU
Regards

[Q] Black Screen After Flashing Boot Image . Please Help

i was try to flash SVHD 2.0.0 rom and i successfully flashed it via recovery .i flash its boot image with HTC Desire S All In One Kit and boot image was successfully flashed but when i switch on the phone after the HTC logo it shows the black screen and phone doesnt boot up . Will any one help me about this problem or can anyone tell me where i am going wrong .
I am having hboot 2.02.0002 and radio 3831.19.00.110
Did u flash the boot.img from the latest svhd zip or an older version?
Extract the boot.img from the zip and try flashing it via cmd in fastboot.
Cheers
FromBeyondThisWorld
#Fear said:
Did u flash the boot.img from the latest svhd zip or an older version?
Extract the boot.img from the zip and try flashing it via cmd in fastboot.
Cheers
FromBeyondThisWorld
Click to expand...
Click to collapse
i flashed boot.img of new svhd rom 2.0.0 and i flash it through HTC Desire S All In One Kit . please help
Try flashing it manual without using the toolkit.
First you would need an adb and fastboot setup.
Open the rom (.zip file) you downloaded and put the ''boot.img'' file in ''C:\android-tools''.
Make a nandroid backup
Full wipe(except sd)
Flash rom
Select reboot into fastboot
Flash the boot.img manual by :
- Go to start->run-> type cmd and press enter. A command prompt will now appear.
cd c:\android-tools [press enter]
fastboot flash boot boot.img [press enter]
Click to expand...
Click to collapse
Do make sure you're in fastboot and not the other.
After it's successfully installed, turn of your phone and just boot normally. It may take a while for your phone to boot up.

[Q] Help/Guide Installing Stock Sense 6 ROM by xXminiWHOOPERxX

As a new member sadly I can't post in the Development sections and in the particular thread, but I've been going at this since early last night ( I think it's been me vs phone for 12 hours thus far ) and still can't get the Stock Sense 6 ROM to boot/work
Can somebody who successfully installed the ROM help me and others out by posting a small guide on how to achieve this ?
The Stock Sense 6 4.09.401.3 ROM that I'm talking about can be found here:
http://forum.xda-developers.com/htc...-official-stock-sense-6-rom-firmware-t2817921
The steps I followed were:
1) Unlock bootloader via HTCdev
2) Install ( flash ) TWRP 2.7.1.1 custom recovery by fastboot ( fastboot flash recovery twrp.img )
3) Installed JmzM4Stock ROM & Jmz Kernel via TWRP ( Install - first ROM, then Kernel without rebooting )
4) Used Rumrunner to S-OFF the mini
5) Flashed the AT&T 3.10 - HBOOT 2.2 Firmware via fastboot [ 1) fastboot oem rebootRUU -> 2) fastboot flash zip firmware.zip -> 3) fastboot reboot-bootloader ]
6) Boot to Bootloader -> Fastboot USB -> fastboot oem rebootRUU -> fastboot flash zip sense6_firmware.zip -> fastboot reboot-bootloader
7) Boot to Recovery ( TWRP 2.7.1.1 ) and INSTALLED Sense6 4.09.401.3 Stock ROM zip
8) Restarted to Bootloader -> Fastboot USB option
9) Flashed the boot.img provided by xXminiWHOOPERxX using fastboot ( fastboot flash boot boot.img )
10) Restarted the phone.
Sadly the phone gets stuck forever at the white screen with the HTC One logo and beats audio text on the bottom.
Phone works correctly if I flash another ROM, I tried CM11 ( just saw the warning about the bricking issue, DON'T INSTALL CM11 for the time being, high risk of device getting bricked beyond soft repair ) and InsertCoin latest build ( 3.0.5 ? ) for m4 and both worked ok using pretty much the same methodology as above.
Somebody please help, I'd love to get back to Stock ROM with Sense 6.
( sadly I haven't taken a NANDroid backup )

HTC M8 VZW rooted stuck on 4.4.4 want to move to 5.01

I have been in fast boot current bootloader screen is hboot 3.19.0.0000 radio 1.12.20.1211 and os 4.17.605.9
Im S-off unlocked
with TWRP 3.0.2.0 installed
DarkCodedDragon said:
I have been in fast boot current bootloader screen is hboot 3.19.0.0000 radio 1.12.20.1211 and os 4.17.605.9
Im S-off unlocked
with TWRP 3.0.2.0 installed
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=24052804347819109
Place the zip in your fastboot/adb directory on your computer.
Put the device in fastboot mode
(Volume down and power until menu appears, select fastboot using power button)
Connect the device to the computer
Enter the following commands from terminal/command prompt in the fastboot directory, one at a time:
fastboot oem rebootRUU (this puts the device in RUU mode)
fastboot flash zip firmware.zip (rename file to firmware.zip to make it simple/optional)
It will say that the update did not finish, to flush again, so repeat the above step:
fastboot flash zip firmware.zip
Quote:
Important: the flash process halts at around 75% to 90% on phone screen! This is normal and a safety precaution!
The last few percent is the reboot, which is NOT happening automatically, so you get a chance to check the console output before reboot to make sure it is safe to reboot!
The bar will only fill up to 100% once you type the following command:
fastboot reboot-bootloader (this reboots the device to bootloader)
That's it, you're done. You can now reboot and will be running the latest firmware and radios.
http://forum.xda-developers.com/showpost.php?p=62734094&postcount=2
So from here do I just pick any 5.01 rom and flash with TWRP.?? And I do have to reflash SU after this correct?
I got updated rom , still need to check SU after rom loads thanks

Categories

Resources