[GUIDE]{Simplified} HTC DHD S-OFF - Desire HD Android Development

I have also created an automated Tool for S-Off . Those who find this guide difficult to understand and download and use the tool from the thread
HERE
After the advanced ace hack kit (AAHK) was taken down, it was a bit tough to get an S-Off on our devices. The existing guides never explained anything much.
So , I will be explaining and trying to simplify the S-Off method for HTC Desire HD.
Please note: I take absolutely no CREDIT for this. All I have done is simplified it.
The following goes unsaid.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about directions in this method
* before following it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Please donot ask me what fastboot mode is or how to boot into it or the advantages of an "S-OFF". I have only made this guide a bit simplified , but not noob friendly. This is still for advanced users and in addition for intermediate users.
Requirements
Your device must be rooted and the bootloader must be unlocked
Android sdk tools must be installed
Please make sure you have the Unlock_code.bin that you used to unlock the bootloaders since you will need it.
Most Important : Please follow the instructions exactly, Don't exit from shell unless I ask you to. I will not entertain any PMs or posts if you don't follow them.
Directions
I would prefer using a linux machine for this, but the choice is upto you.
1 . Download and extract this and cd into the directory in your terminal / CMD window and push the following files
Code:
#~adb push misc_version /data/local/tmp
#~adb push goldcard /data/local/tmp
#~adb push gfree /tmp/
2 . Make sure you have the original "boot.img" of your ROM on you PC HDD.
3 . Make a Goldcard in the following way
Code:
#~adb shell
$~su
#~chmod 775 /data/local/tmp/goldcard
#~cat /sys/class/mmc_host/mmc2/mmc2:*/cid
This will generate the CID. Copy the generated CID
Code:
#~/data/local/tmp/goldcard -c <YOUR_CID_HERE> -o /data/local/tmp/goldcard.img
#~dd if=/data/local/tmp/goldcard.img of=/dev/block/mmcblk1
This should create the Goldcard.
4. Next to lower the main version
Code:
#~chmod 775 /data/local/tmp/misc_version
#~/data/local/tmp/misc_version -s 1.11.111.1
#~reboot bootloader
5. Next relock the bootloader
Code:
#~fastboot oem lock
6. Flash the firmware.zip in RUU
Code:
#~fastboot oem rebootRUU
#~fastboot flash zip firmware.zip
#~fastboot reboot-bootloader
7. Unlock bootloader with the Unlock_code.bin got from HTC's Developer site
Code:
#~fastboot flash unlocktoken Unlock_code.bin
8. Next flash your ROM's boot.img
Code:
#~fastboot flash boot boot.img
9. Next flash the recovery.img
Code:
#~fastboot flash recovery recovery.img
#~fastboot boot recovery.img
Don't worry : The screen will stay blank. ADB will work.
10. Now to S-OFF...
Code:
#~adb shell
#~chmod 775 /tmp/gfree
#~/tmp/gfree -f
#~reboot bootloader
Now the device will reboot to bootloader. And you will see that your device as been S-Offed.
11. Next step is to enter fastboot mode on the device. (Please keep the device connected to the PC)
Choose the appropriate Hboot_xxxx.zip file for your phone
Code:
#~fastboot oem rebootRUU
#~fastbbot flash zip hboot_xxxxx.zip
#~fastboot reboot
12. Now flash CWM recovery
Download file from here
Pull battery out and reinsert. Boot phone to fastboot mode.
Connect to PC.
Code:
#~fastboot flash recovery recovery-clockwork-touch-5.8.1.5-ace.img
That's it!! Now flash your favourite ROM and reboot.​
CREDITS
The Guy who posted the original method here
Cheers!!

Module returned an unknown code (No such file or directory).
Hmm, i tried this, but at the last few steps (tmp/gfree -f) i get this error,
Code:
Attempting to power cycle eMMC... Failed. Module returned an unknown code (No such file or directory).
i rebooted into the bootloader and the status was still:
"***** AAHK *****
ACE PVT ENG S-ON RL
HBOOT-0.85.2425
etc, etc
my device was fully s-off before this, I'm not a noob either lol

humzaahmed155 said:
Hmm, i tried this, but at the last few steps (tmp/gfree -f) i get this error,
Code:
Attempting to power cycle eMMC... Failed. Module returned an unknown code (No such file or directory).
i rebooted into the bootloader and the status was still:
"***** AAHK *****
ACE PVT ENG S-ON RL
HBOOT-0.85.2425
etc, etc
my device was fully s-off before this, I'm not a noob either lol
Click to expand...
Click to collapse
Did you run this as root in adb ?

deathscream said:
Did you run this as root in adb ?
Click to expand...
Click to collapse
I ran the process in recovery, I didn't think I'd have to use su to complete the process, I'll try it again with root access
Sent from my Desire HD using Tapatalk 4
Edit: followed it step by step on linux as well, while doing "adb push gfree /tmp/" i got the error "failed to copy 'gfree' to '/tmp/': Is a directory"

atleast when you explain the guide you need to explain that you need a STOCK rom, not anything else.you must have 2.3.5 with the stock kernel and gfree will work then.Any other ROM/Kernel combo and it will give the same error.

Steam. said:
atleast when you explain the guide you need to explain that you need a STOCK rom, not anything else.you must have 2.3.5 with the stock kernel and gfree will work then.Any other ROM/Kernel combo and it will give the same error.
Click to expand...
Click to collapse
Oh right okay, I was running cm10.1 the whole time /: I'll try with a stock rooted ROM
Sent from my Desire HD using Tapatalk 4

Steam. said:
atleast when you explain the guide you need to explain that you need a STOCK rom, not anything else.you must have 2.3.5 with the stock kernel and gfree will work then.Any other ROM/Kernel combo and it will give the same error.
Click to expand...
Click to collapse
Well it's not true. I ran this running cm10.1 pipeliner's rom .

deathscream said:
Well it's not true. I ran this running cm10.1 pipeliner's rom .
Click to expand...
Click to collapse
Hmm, any ideas on why it isn't working?
Sent from my Desire HD using Tapatalk 4

humzaahmed155 said:
Hmm, any ideas on why it isn't working?
Sent from my Desire HD using Tapatalk 4
Click to expand...
Click to collapse
go ahead try it on stock, you'll see it will work right off the bat.
backup your current rom, it's easy to restore afterwards.why go through all the trouble when the solution is nitr00's rooted stock rom.

Steam. said:
go ahead try it on stock, you'll see it will work right off the bat.
backup your current rom, it's easy to restore afterwards.why go through all the trouble when the solution is nitr00's rooted stock rom.
Click to expand...
Click to collapse
Yeah I'm just going to do a nandroid, flash the ROM, and get it over with, at the start I had the official eng boot loader, the 0.85.***7 one, I saw the aahk one and wanted that because it was newer (generally I go for the latest version on everything ) I flashed it over fastboot and ended up having s-on, it was pretty annoying to find that the tool I used to get the other eng boot loader quit working too (Easy one click s-off)
Sent from my Desire HD using Tapatalk 4
Annoyingly enough, every gingerbread sense rom that i flash gets stuck at a black screen just after the splash screen, adb will not pick it up either.
Hold the phone! I forgot to flash the boot.img seperately
Yet another edit: i'm still getting the error "Failed to copy 'gfree' to '/tmp/': Is a directory" I'm running the stock rooted rom too.
I found the problem, it was indeed a typo on your part, '/tmp/' isn't a directory when it has the slash at the end too, its supposed to be "/tmp"
Completed the whole process using the guide on the aahk website instead

Related

How on the earth can i have "S OFF''????

Ok as soon as some one reads the title they would be thinking another thread by a noob. I may be a noobb but after having many android devices and installing many custom ROMs its hard act like a noob. But i am really frustrated with the complications that are involved in getting the S OFF on HTC Sensation.
I have gone through all the possible posts on achieving the S OFF but with no luck at all Now can some one please help me here????
Ok now my phone is running Hboot version 1.18 and i have tried the revolutionary method some 10 times and i also looked in to this tool as well http://forum.xda-developers.com/showthread.php?t=1668276 but still cant get S OFF. I have few questions for which i have searched all over the web only to find different answers.
Do i need both S OFF and Unlock on the phone to install a custom ROM? And also do i need the S OFF first to do the super CID? Because i thought if i can at least have the super CID i can run a different RUU and have ICS. But again failed to achieve CID it says HTC_038 instead of 11111.
I have read in several places that i need the latest 3.32 firmware to install a ICS ROM. So i am yet to figure out how on the earth can i install the 3.32 firmware.
I have unlocked my phone using HTC Dev website and i have also rooted the phone. I have installed the CWM but not able to flash a custom ROM. So should i have first done the S OFF and then unlock it or can i still S Off on the phone with the boot loader unlocked?
So in case if i have to re lock the device then do the S OFF , can some one give a link to the latest RUU?
Or can some one help me find a way to S OFF???? Thanks for any help.
shri080 said:
Ok as soon as some one reads the title they would be thinking another thread by a noob. I may be a noobb but after having many android devices and installing many custom ROMs its hard act like a noob. But i am really frustrated with the complications that are involved in getting the S OFF on HTC Sensation.
I have gone through all the possible posts on achieving the S OFF but with no luck at all Now can some one please help me here????
Ok now my phone is running Hboot version 1.18 and i have tried the revolutionary method some 10 times and i also looked in to this tool as well http://forum.xda-developers.com/showthread.php?t=1668276 but still cant get S OFF. I have few questions for which i have searched all over the web only to find different answers.
Do i need both S OFF and Unlock on the phone to install a custom ROM?
I have read in several places that i need the latest 3.32 firmware to install a ICS ROM. So i am yet to figure out how on the earth can i install the 3.32 firmware.
I have unlocked my phone using HTC Dev website and i have also rooted the phone. I have installed the CWM but not able to flash a custom ROM. So should i have first done the S OFF and then unlock it or can i still S Off the phone with the boot loaded unlocked?
So in case if i have to re lock the device then do the S OFF first can some one give a link to the latest RUU?
Or can some one help me find a way to S OFF???? Thanks for any help.
Click to expand...
Click to collapse
1.SOFF is pretty simple for you ..don't know what actually caused you the problem as you havent mentioned what error happened when trying SOFF process
now when you said you tried revolutionary you might have zerg root failed error
if thats the case
kgs tool would have solved the issue ...but you are saying that failed too (which normally wont happen)
that says that you tried kgs tool with unlocked bootloader and having cwm recovery also root ..to SOFF which wont work
(the alternative to by pass the zerg root error revolutionary has a prerequisite which is to have everything completely stock )
now ...the question comes how to do SOFF then
kgs tool has already given the solution (YOU read all the guides and searched all over the world ..but forgot to read the second post in the kgs tool guide )
as i am a good man and i feel like helping a blind person ...i'll tell you where
in the second post of the thread you've linked
TIPS sub section - 6th point ..please foolw the post there ..to make SOFF work
now regarding the other questions
1.no way you can flash a firmware unless you are SOFF
2.once you got SOFF via revolutionary ..dont even bother about HTC-dev unlock ...as the bootloader provided by revolutionary after SOFF(engineering-bootloader) ..is much much better than the HTC-DEV unlocked bootloader
3.After SOFF best guide for you to flash ICS rom is this (post #1 and post #2)
Thanks a lot for you quick reply. really appreciated !! I am not a complete blind though well i tried restoring the recovery image back to stock then tried the kgs tool but it again failed. The only thing i had not tried was to do the factory reset after restoring the stock recovery. I extracted the stock recovery.img by running the Indian RUU. But i dont know if it makes any difference if i flash the recovery image attached in that post. Let me try that too Thanks again for taking time to reply !!!
shri080 said:
Thanks a lot for you quick reply. really appreciated !! I am not a complete blind though well i tried restoring the recovery image back to stock then tried the kgs tool but it again failed. The only thing i had not tried was to do the factory reset after restoring the stock recovery. I extracted the stock recovery.img by running the Indian RUU. But i dont know if it makes any difference if i flash the recovery image attached in that post. Let me try that too Thanks again for taking time to reply !!!
Click to expand...
Click to collapse
can you please elaborate the error you got when you did SOFF ....screenshot will do too ..if you tell us the exact error you got ..you might get perfect solution
until then it will be shot in the dark
PS: regarding the blind comment ..dont take it seriously ...its meant to be sarcastic thats all
I know what this error is. [ Failed to get root & taco root also fails. Happens on an unlocked bootloader ]
Please come over to the help channel: #helpmenow.
Once there, ping me by typing my name.
ok i also had some issues to S-OFF my sensation with HBoot 1.18
now here what i did to successfully S-OFF the device and root it..
1st Download Tacoroot (as you already told that revolutionary isnt working for you) :- http://db.tt/PxZRO0d1
then switch on your sensation and connect your HTC to your PC in Charger Mode and Enable USB Debugging.. [ Remember to install HTC Drivers ]
now open adb and type the commands [ dont forget to keep the tacoroot.bin file on your adb folder ]
Code:
adb push tacoroot.bin /data/local
adb shell chmod 755 /data/local/tacoroot.bin
adb shell /data/local/tacoroot.bin --setup
The phone will reboot to recovery.
Press Volume Up, Volume Down and Power.
Reboot.
Press the Power button once if the screen remains blank (dark).
Wait for boot.
Run the following command.
Code:
adb shell /data/local/tacoroot.bin --root
The phone will reboot.
Run Revolutionary and now try to S-OFF your mobile using revolutionary.
Once Revolutionary is successful, reboot.
Run the following command.
Code:
adb shell /data/local/tacoroot.bin –undo
now once its done install recovery and continue flashing your rom.
This tut i found on XDA by a member .. Thanks to him :
Code:
http://forum.xda-developers.com/showpost.php?p=23482010&postcount=29
[SOLVED]
deepsaha007 said:
ok i also had some issues to S-OFF my sensation with HBoot 1.18
now here what i did to successfully S-OFF the device and root it..
1st Download Tacoroot (as you already told that revolutionary isnt working for you) :- http://db.tt/PxZRO0d1
then switch on your sensation and connect your HTC to your PC in Charger Mode and Enable USB Debugging.. [ Remember to install HTC Drivers ]
now open adb and type the commands [ dont forget to keep the tacoroot.bin file on your adb folder ]
Code:
adb push tacoroot.bin /data/local
adb shell chmod 755 /data/local/tacoroot.bin
adb shell /data/local/tacoroot.bin --setup
The phone will reboot to recovery.
Press Volume Up, Volume Down and Power.
Reboot.
Press the Power button once if the screen remains blank (dark).
Wait for boot.
Run the following command.
Code:
adb shell /data/local/tacoroot.bin --root
The phone will reboot.
Run Revolutionary and now try to S-OFF your mobile using revolutionary.
Once Revolutionary is successful, reboot.
Run the following command.
Code:
adb shell /data/local/tacoroot.bin –undo
now once its done install recovery and continue flashing your rom.
This tut i found on XDA by a member .. Thanks to him :
Code:
http://forum.xda-developers.com/showpost.php?p=23482010&postcount=29
Click to expand...
Click to collapse
Tacoroot did not work for him. It was something else.
In some phones, tacoroot causes the phone to get stuck on the HTC screen.
The phone can't be temp rooted that way.
This happens usually only in HTC dev unlocked phones that had custom recovery installed and then flashed stock recovery before tacoroot.
Sent from my HTC Sensation XE with beats audio
PS: anyone who wants to know how to make this work -
Root your phone by installing su.
Modify local.prop to get root prompt by default in shell.
ohh i see , i didn't have that problem but once i was stuck in boot loop after i upgraded the firmware to install ics but it was fixed after i installed a custom ICS rom..

Trouble rooting 3.18 (AT&T)

i have followed a lot of threads and tryed to root my phone again but nothing work, here is what i have;
i was in 1.85 and rooted, s-off, unlocked, then install RUU and again relocked, unlocked, still s-off (no changes here) hboot upgraded 2.14 and now i have 3.18 now need root again following this steps 1 of this steps present problems:
---------------------------------------
1. Go to the HTC Website and download HTC Sync Manager from here. Once installed ensure that it is not running. You can do this by going to Task Manager (Right Click Taskbar > Start Task Manager) > Processes > Then end the HSMServiceEntry.exe and htcUPCTLoader.exe processes.
2. Download the attached onxr.zip file that contains the files required to Root your phone.
3. Create a new folder on C:\ Drive called Android and then extract the Zip file into that location.
4. Connect up your phone to your computer using the USB cable that came with the phone.
5. Enabled USB Debugging. Settings > Developer Options > USB Debugging
6. Make sure the phone is in Charge Only mode by pulling down the Notification bar from the top of your screen, pressing on USB Connection Type and selecting Charge Only. HERE IS THE PROBLEM I CANT PUT THE PHONE IN MODE CHARGE ONLY, NOT GIVE ME THIS OPTION, WHEN I CONNECT THE CELL TO COMPUTER INMEDIATLY ACTIVE DEBUGG MODE AND SHOW ME IN MY PC UNIT E:/HTC ONE X (SD CARD) I CANT REMOVE THIS UNIT, I CANT STOP FROM COMPUTER
7. Browse to C:\Android and find the correspodning file to your operating system:
--------------------------------------------------
then i try run root.bat:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING!
PUSH FILES
failed to copy 'busybox' to '/data/local/busybox': Permission denied
failed to copy 'su' to '/data/local/su': Permission denied
failed to copy 'Superuser.apk' to '/data/local/Superuser.apk': Permission denied
Unable to chmod /data/local/busybox: No such file or directory
Unable to chmod /data/local/su: No such file or directory
Unable to chmod /data/local/Superuser.apk: No such file or directory
failed on '/data/local/tmp' - Permission denied
link failed File exists
REBOOT
/system/bin/sh: can't create /data/local.prop: Permission denied
AGAIN REBOOT
the phone restart 2 or 3 times but root not completed, i read some threads about this permission denied but no one have solution, i hope if some 1 happend the same thing please what to do i cant install twrp from fastboot (flashing complete, but twrp not installed (when try to join in recovery screen frezzed in red letters)
Jairoskov said:
i have followed a lot of threads and tryed to root my phone again but nothing work, here is what i have;
i was in 1.85 and rooted, s-off, unlocked, then install RUU and again relocked, unlocked, still s-off (no changes here) hboot upgraded 2.14 and now i have 3.18 now need root again following this steps 1 of this steps present problems:
---------------------------------------
1. Go to the HTC Website and download HTC Sync Manager from here. Once installed ensure that it is not running. You can do this by going to Task Manager (Right Click Taskbar > Start Task Manager) > Processes > Then end the HSMServiceEntry.exe and htcUPCTLoader.exe processes.
2. Download the attached onxr.zip file that contains the files required to Root your phone.
3. Create a new folder on C:\ Drive called Android and then extract the Zip file into that location.
4. Connect up your phone to your computer using the USB cable that came with the phone.
5. Enabled USB Debugging. Settings > Developer Options > USB Debugging
6. Make sure the phone is in Charge Only mode by pulling down the Notification bar from the top of your screen, pressing on USB Connection Type and selecting Charge Only. HERE IS THE PROBLEM I CANT PUT THE PHONE IN MODE CHARGE ONLY, NOT GIVE ME THIS OPTION, WHEN I CONNECT THE CELL TO COMPUTER INMEDIATLY ACTIVE DEBUGG MODE AND SHOW ME IN MY PC UNIT E:/HTC ONE X (SD CARD) I CANT REMOVE THIS UNIT, I CANT STOP FROM COMPUTER
7. Browse to C:\Android and find the correspodning file to your operating system:
--------------------------------------------------
then i try run root.bat:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
DON'T TOUCH THE DEVICE OR UNPLUG WHILE ROOTING!
PUSH FILES
failed to copy 'busybox' to '/data/local/busybox': Permission denied
failed to copy 'su' to '/data/local/su': Permission denied
failed to copy 'Superuser.apk' to '/data/local/Superuser.apk': Permission denied
Unable to chmod /data/local/busybox: No such file or directory
Unable to chmod /data/local/su: No such file or directory
Unable to chmod /data/local/Superuser.apk: No such file or directory
failed on '/data/local/tmp' - Permission denied
link failed File exists
REBOOT
/system/bin/sh: can't create /data/local.prop: Permission denied
AGAIN REBOOT
the phone restart 2 or 3 times but root not completed, i read some threads about this permission denied but no one have solution, i hope if some 1 happend the same thing please what to do i cant install twrp from fastboot (flashing complete, but twrp not installed (when try to join in recovery screen frezzed in red letters)
Click to expand...
Click to collapse
...If your bootloader is unlocked, just flash recovery and flash su. You don't need to go through all that again. That was all to get an unlocked bootloader, which you already have.
Does your bootloader say locked, relocked, or unlocked?
exad said:
...If your bootloader is unlocked, just flash recovery and flash su. You don't need to go through all that again. That was all to get an unlocked bootloader, which you already have.
Does your bootloader say locked, relocked, or unlocked?
Click to expand...
Click to collapse
when i installed RUU was RELOCKED but i follow the proces for UNLOCKED again and its ok now is UNLOCKED.
AFTER RUU.
1.85
UNLOCKED
EVITA PVT SHIP S-OFF RL
CID-11111111
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
BEFORE RUU
3.18
UNLOCKED
EVITA PVT SHIP S-OFF RL
CID-11111111
HBOOT-1.09.0000
RADIO-0.17.32.09.12
OpenDSP-v28.1.0.32.0504
eMMC-boot
Apr 2 2012,21:08:24
i enter in fastboot mode and flash twrp 2.5.0.0 and not work, flashing complete but when tryed to go recovery the cell dont to nothing, i should try flash su file? and i have root checker app and say "you are not root acces" installed superuserAP too, and say "binary missing, this is a problem".
i dont know what more to do i want install new rom this stock 4.1.1 3.18 suck, wifi theatering not work and charge mode onl not work.
Jairoskov said:
when i installed RUU was RELOCKED but i follow the proces for UNLOCKED again and its ok now is UNLOCKED.
AFTER RUU.
1.85
UNLOCKED
EVITA PVT SHIP S-OFF RL
CID-11111111
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
BEFORE RUU
3.18
EVITA PVT SHIP S-OFF RL
CID-11111111
HBOOT-1.09.0000
RADIO-0.17.32.09.12
OpenDSP-v28.1.0.32.0504
eMMC-boot
Apr 2 2012,21:08:24
i enter in fastboot mode and flash twrp 2.5.0.0 and not work, flashing complete but when tryed to go recovery the cell dont to nothing, i should try flash su file? and i have root checker app and say "you are not root acces" installed superuserAP too, and say "binary missing, this is a problem".
i dont know what more to do i want install new rom this stock 4.1.1 3.18 suck, wifi theatering not work and charge mode onl not work.
Click to expand...
Click to collapse
Use twrp 2.3.3.1 nothing higher
Sent from my HTC One XL using xda premium
You need to install the super user zip file or flash a rom in recovery. (31Ken31 is right about the version)
Download recovery and be sure to check the MD5 before flashing. You could have a bad download causing you issues.
If it STILL freezes while loading recovery after flashing recovery that you've verified the MD5 for,
RUU again and then try again. (I've seen that problem before) If you are S-OFF, you don't need to lock your bootloader to RUU.
31ken31 said:
Use twrp 2.3.3.1 nothing higher
Sent from my HTC One XL using xda premium
Click to expand...
Click to collapse
i have downloader 2.3.3.0 and flash and now when join in recovery show red letter "this method is for developed options etc etcetc" and then black screen and i have to force restart, when i flash recovery i write "fastboot flash recovery twrp.img" for flash super user how is?
Jairoskov said:
i have downloader 2.3.3.0 and flash and now when join in recovery show red letter "this method is for developed options etc etcetc" and then black screen and i have to force restart, when i flash recovery i write "fastboot flash recovery twrp.img" for flash super user how is?
Click to expand...
Click to collapse
Flashing superuser is done in recovery like a rom. You need to flash recovery properly before you can do anything. Make sure your download of TWRP is not corrupt. As I said if your download of TWRP is not corrupt(md5 matches) and it's still not booting into recovery, RUU again and then try flashing recovery again. use 2.3.3.1 so you don't need to downgrade your touchscreen firmware to use it.
31ken31 said:
Use twrp 2.3.3.1 nothing higher
Sent from my HTC One XL using xda premium
Click to expand...
Click to collapse
excuse me the question, how to prove MD5 matches? i download the program FlashSFV 2.6 but im not sure if this work.
this when try to test root acces
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/URL] Uploaded with ImageShack.us[/IMG]
my info
[/URL] Uploaded with ImageShack.us[/IMG]
when tryed to go recovery after install twrp flashed by fastboot
pictures are X
Nevermind, pulled links from properties and checked them. Do what I suggested in my last post.
Remember, if the MD5 of the TWRP you downloaded matches and still doesn't flash, Run the RUU again and then try flashing twrp again. And don't forget to do fastboot erase cache after flashing twrp.
You do not need to relock your bootloader to RUU since you are S-OFF.
exad said:
pictures are X
Nevermind, pulled links from properties and checked them. Do what I suggested in my last post.
Remember, if the MD5 of the TWRP you downloaded matches and still doesn't flash, Run the RUU again and then try flashing twrp again. And don't forget to do fastboot erase cache after flashing twrp.
You do not need to relock your bootloader to RUU since you are S-OFF.
Click to expand...
Click to collapse
fastboot erase cache "after install twrp" and not work
i tryed other methods with adb shell
C:\X_Factor>adb shell
[email protected]:/ $ su
su
/system/bin/sh: su: not found (su not found )
127|[email protected]:/ $
any other idea?
twrp cant install!!!!
i want take the risk installing new ROM with fastboot, this is possible?
Jairoskov said:
fastboot erase cache "after install twrp" and not work
i tryed other methods with adb shell
C:\X_Factor>adb shell
[email protected]:/ $ su
su
/system/bin/sh: su: not found (su not found )
127|[email protected]:/ $
any other idea?
twrp cant install!!!!
i want take the risk installing new ROM with fastboot, this is possible?
Click to expand...
Click to collapse
If you cannot manage to get TWRP to install you should not even be rooting. That's the most basic part of the entire rooting/flashing process. I already told you RUU and then flash twrp and then fastboot erase cache. Did you RUU?
You really seem to have very little idea what you're doing and if you can't get TWRP to install, you should not even be attempting to root. I am not trying to be mean. I am simply warning you.
No, you cannot flash a rom with fastboot.
exad said:
If you cannot manage to get TWRP to install you should not even be rooting. That's the most basic part of the entire rooting/flashing process. I already told you RUU and then flash twrp and then fastboot erase cache. Did you RUU?
You really seem to have very little idea what you're doing and if you can't get TWRP to install, you should not even be attempting to root. I am not trying to be mean. I am simply warning you.
No, you cannot flash a rom with fastboot.
Click to expand...
Click to collapse
Hahaha bull****. You are a big troll. A noob that has been usong android for one month and thinks he already knows android. Yes you can flash a rom with fastboot. Go learn. And who are you to tell people they should or shouldn't root? Loser
Sent from my HTC One X using xda premium
-_- fine flash your ROM with fast boot then. And who I am is the guy who's been helping people on this forum every day for quite some time and also the guy who's trying to keep you from brciking your phone. Your insults don't bother me
Sent from my One X using xda app-developers app
maldinimi said:
Hahaha bull****. You are a big troll. A noob that has been usong android for one month and thinks he already knows android. Yes you can flash a rom with fastboot. Go learn. And who are you to tell people they should or shouldn't root? Loser
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
When you brick it let me know I'll buy it for parts
Sent from my HTC One XL using xda premium
maldinimi said:
Hahaha bull****. You are a big troll. A noob that has been usong android for one month and thinks he already knows android. Yes you can flash a rom with fastboot. Go learn. And who are you to tell people they should or shouldn't root? Loser
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Good luck getting to get anybody to help you now.
By the way, do yourself a favor and take a look at some of Exad's posts. You might wanna retract that bull**** statement.
Sent from my Evita
maldinimi said:
Hahaha bull****. You are a big troll. A noob that has been usong android for one month and thinks he already knows android. Yes you can flash a rom with fastboot. Go learn. And who are you to tell people they should or shouldn't root? Loser
Click to expand...
Click to collapse
Speaking of losers, cya around the next time you create a new XDA account
exad said:
If you cannot manage to get TWRP to install you should not even be rooting. That's the most basic part of the entire rooting/flashing process. I already told you RUU and then flash twrp and then fastboot erase cache. Did you RUU?
You really seem to have very little idea what you're doing and if you can't get TWRP to install, you should not even be attempting to root. I am not trying to be mean. I am simply warning you.
No, you cannot flash a rom with fastboot.
Click to expand...
Click to collapse
wow im back and its not good see this ppl insulting when you really are helping a lot of ppl here, anyways this comments must be ignored and let him go away, in other side i will RUU today and i will let you know about what happend when finish , because im very frustrated my screen every day is worst, one time i not remember what i do but the complete screen was working and then worst again
well when finish RUU i will write again...
Jairoskov said:
wow im back and its not good see this ppl insulting when you really are helping a lot of ppl here, anyways this comments must be ignored and let him go away, in other side i will RUU today and i will let you know about what happend when finish , because im very frustrated my screen every day is worst, one time i not remember what i do but the complete screen was working and then worst again
well when finish RUU i will write again...
Click to expand...
Click to collapse
Don't worry, we'll be here awaiting your update! :good:
exad said:
Don't worry, we'll be here awaiting your update! :good:
Click to expand...
Click to collapse
ok, i made clear install RUU again, the next step is:
restart phone in fastboot mode
-fastboot flash recovery twrp.img
-fastboot erase cache
-fastboot reboot-fasboot
then i using volume buttons i will join in to recovery.
its this right?
will wait until u answerme before do anything.
Yes that sounds right to me
Sent from my Evita

[Guide][How-To]How To Root/S-Off/Recovery/&FirmwareUpdate on ATT 3.18

ONLY Works For HTC Evita By AT&T On 3.18..... and I threw this together so people can have all there information on 3.18 in a single thread. I take no credit for the work.... Because I'm not the dev that's made the exploits, or files.
How To Root on the ATT 3.18 firmware for HTC One XL and SuperCID.
- Linux Simplified
- Windows Explained*
DOWNLOAD : ( 3.18 root exploit )
http://forum.xda-developers.com/attachment.php?attachmentid=1973170&d=1368918573
Linux Version.
Requirements -
--Adb Environment--
--Knowledge on how to use adb--
--AT&T HTC One XL and linux based computer haha--
As @myusernam3 says
1. just extract zip*
2. run pwn.sh......This automated method*
3. or follow the windows steps on linux ( the adb steps )
Windows Version
Requirements -
--Adb Environment--
--Adb Knowledge--
-- AT&T HTC One XL and windows based computer
1. Open Command Promt and navigate to your Adb folders and make sure the xpwn.tar.gz Is extracted to the main folder of adb...
2. Execute this command
Code:
adb push oneXchopper /data/local/tmp/xpwn
Followed by*
Code:
adb push busybox /data/local/tmp/busybox
Followed By
Code:
adb push ownage /data/local/tmp/phase1.sh
Next*
Code:
adb shell chmod 755 /data/local/tmp/xpwn /data/local/tmp/busybox
Next*
Code:
adb shell ln -s /data/local/tmp/busybox /data/local/tmp/sed
Next
Code:
adb shell "/data/local/tmp/xpwn"
Next
Code:
adb reboot bootloader
Just to clarify, this is a temp root which sets your CID to SuperCID allowing a bootloader unlock via HTCDev. It does NOT install Superuser or anything of that sort.
I'm not responsible for bricks, warranty voiding, etc. and please let me know if this works*
Thanks to Dan Rosenberg for Motochopper, which I modified very slightly for use in this script.
Thanks also to the people who paid the bounty. You guys are awesome and probably just bought me something nice. Not sure what yet
One more thanks to Daft Punk for providing some decent music to listen to while I worked on this. I was up all night to get lucky xD
Click to expand...
Click to collapse
All credits to the OP of this thread http://forum.xda-developers.com/showthread.php?t=2285086
Sent from my HTC One XL using XDA Premium 4 mobile app
How to S-Off After completing above
Original Thread http://forum.xda-developers.com/showthread.php?t=2155071
Once you have confirmed you have SuperCID, get started (read it through first so you understand it all):
1.) Download patcher and unzip it in your working directory:
soffbin3.zip soffbin3.zip Mirror
2.) Download the zip below
OneX.zip = MD5: 99a8eced1010543e12cbd4e4e8f9638f,* Mirror
3.)
Code:
adb reboot bootloader
(wait for bootloader)
4.)
Code:
fastboot oem rebootRUU
(wait for black HTC Screen)
5.)
Code:
fastboot flash zip PJ8312000-OneX.zip
After a while, You should see the following error “FAILED (remote: 92 supercid! please flush image again immediately)”
6.) Immediately issue the following command:
Code:
fastboot oem boot
You may see some errors, just wait for the device to boot into Android (only now, you should be booted into Android with no eMMC write protection of any kind active).
7.) Issue the following 3 commands to update the security partition with S-off flags (one command at a time!):
Code:
adb push soffbin3 /data/local/tmp/
adb shell chmod 744 /data/local/tmp/soffbin3
adb shell su -c "/data/local/tmp/soffbin3"
(wait for a few seconds)
8.)
Code:
adb reboot bootloader
9.) You should see what you are looking for!
If you need help or just care to say thanks, join us on IRC:* #FacePalm http://chat.andirc.net:8080/?channels=facepalm
Enjoy.
Click to expand...
Click to collapse
Credits To @beaups
TeamWin Recovery Project -http://forum.xda-developers.com/showthread.php?t=1677447
ClockworkMod Recovery -
To flash recovery. ..
1. Boot into bootloader
2. Select fastboot
3. Open Command Prompt and navigate to adb and fastboot folder. Place " recovery.img " in that folder
4. Plug cord into pc and the phone.
5. Once pacific drivers installed for fastboot control execute
Code:
fastboot flash recovery recovery.img
Sent from my HTC One XL using XDA Premium 4 mobile app
Firmware Update After Achieving S-Off If You Want To Use Sense 5 4.2.2
Firmware (Optional)(But Recommend): http://www.androidfilehost.com/?fid=23060877490004040 (Doesn't overwrite kernel and recovery)
Installing the Firmware (Warning: You MUST be S-OFF and Super CID to flash this! Flash at own risk!)
[*]Reboot to bootloader (adb reboot bootloader if "USB Debugging" is enabled in Android)
[*] Run: fastboot oem rebootRUU
[*] Run: fastboot flash zip
[*] If the output ends with "FAILED (remote: 90 hboot pre-update! please flush image again immediately)", run the previous command AGAIN
[*] If it ends with "INFO..... OK", reboot to the bootloader: fastboot reboot-bootloader
[*] Verify everything was successful by running: fastboot getvar all
[*] Reboot into Android: fastboot reboot or into recovery: fastboot reboot-recovery
Credits to @Turge*
You might want to mention that the 2.15 firmware is only really necessary/recommended for users wanting to run Android 4.2.2 Sense 5 ROMs. It isn't required for anything else. You might also want to mention that the work isn't your own, and give credit to all the people that actually did the work on these exploits.
Sent from my Evita
timmaaa said:
You might want to mention that the 2.15 firmware is only really necessary/recommended for users wanting to run Android 4.2.2 Sense 5 ROMs. It isn't required for anything else. You might also want to mention that the work isn't your own, and give credit to all the people that actually did the work on these exploits.
Sent from my Evita
Click to expand...
Click to collapse
First post mentions nothing on this page is my work and that I take no credit and all 3 post have the credits given to the devs
Sent from my HTC One XL using XDA Premium 4 mobile app
My mistake, I guess missed the credits, sorry about that.
Sent from my Evita
timmaaa said:
My mistake, I guess missed the credits, sorry about that.
Sent from my Evita
Click to expand...
Click to collapse
It's fine
Sent from my HTC One XL using XDA Premium 4 mobile app
Deleted
timmaaa said:
You might want to mention that the 2.15 firmware is only really necessary/recommended for users wanting to run Android 4.2.2 Sense 5 ROMs. It isn't required for anything else. You might also want to mention that the work isn't your own, and give credit to all the people that actually did the work on these exploits.
Sent from my Evita
Click to expand...
Click to collapse
What about 2,14 firmware? Is it necessary for Sense 5 JB 4.2.2 ROMs?
MRaaJR said:
What about 2,14 firmware? Is it necessary for Sense 5 JB 4.2.2 ROMs?
Click to expand...
Click to collapse
No. It's the 2.15 firmware that's recommended for the Sense 5 ROMs.
Sent from my Evita
MRaaJR said:
What about 2,14 firmware? Is it necessary for Sense 5 JB 4.2.2 ROMs?
Click to expand...
Click to collapse
Well you can use 2.14 firmware but to fix any issues that come with sense 5 you will need to use Zarboz Kernel... If you update to 2.15 firmware that was made for Sense 5 4.2.2 you won't have any issues... But to upgrade firmware you must be S-Off
Sent from my HTC One XL using XDA Premium 4 mobile app
Where can i get 2.15 firmare....i tried to find on androidruu but did not get it
Sent from my HTC One XL using XDA Premium 4 mobile app
It's in the first post of Turge's stock Sense 5 ROM thread.
Sent from my Evita
haq.adnan said:
Where can i get 2.15 firmare....i tried to find on androidruu but did not get it
Sent from my HTC One XL using XDA Premium 4 mobile app
Click to expand...
Click to collapse
timmaaa said:
It's in the first post of Turge's stock Sense 5 ROM thread.
Sent from my Evita
Click to expand...
Click to collapse
It's also in 4th post.
Sent from my HTC One XL using XDA Premium 4 mobile app
Yeah, searching and reading would have found that.
Sent from my Evita
Need minor help
[*] Run: fastboot flash zip
Click to expand...
Click to collapse
Please update this command some 1 .,.... i get unknown partition when i just type it like that ... if i type the file-name.zip i still get the same error. I have used Fastboot, just wanna know which partition to flash the 2.15 firmware in....
FYI: on 3.18 RUU
My System Details
**UNLOCKED**
EVITA PVT SHIP S-OFF RL
CID-11111111
HBOOT-2.14.000
Radio-0.24p.32.09.06
Hope i am not much of a trouble. Tc Have a nice day.
FIXED: its "fastboot flash zip filename.zip" & u should not change the default filename which also throws error. Pulled from Turge's Stock Rom post. All creditz to him.
What changes from 2.14 to 2.15?
Sent from my HTC One XL using xda app-developers app
johnnyham89 said:
What changes from 2.14 to 2.15?
Click to expand...
Click to collapse
The most significant change is (suspected) to have to do with the radio included in the 2.15 firmware package. The power save function on Sense 5 ROMs cause signal drop and reboot issues for some folks, likely having to do with older radios not playing well with the power save function.
Thanks redpoint! Those are the exact problems that I am experiencing! Time to upgrade!!!!
Sent from my HTC One XL using xda app-developers app

[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

[DISCUSSION][GUIDE][S4] Liberty MAX - Innovation is Here | Flashing Instructions

This is a general discussion thread for Liberty ROM
Please ask any question you may have and I'll try to answer it as best I can.
Somebody asked for instructions on how to install Liberty ROM and New Firmware so here they are:
Installation of leaked firmware (HBOOT 2.16) and Liberty ROM
WARNING - This WILL wipe your SD Card so back up your files before proceeding
Make sure HTC Sync is REMOVED and drivers are installed. Get drivers: Here
Charge your phone to AT LEAST 60% just in case
If you are S-OFF proceed to step 3, if not continue to step 2.
If your phone is from T-Mobile (US & Germany), Telus or Boost Mobile use Moonshine S-OFF
If you have the international model use: Facepalm S-OFF, Firewater S-OFF or Rumrunner S-OFF (Rumrunner is the easiest in my opinion)
Note that people with the T-Mobile, Telus or BM model CAN use Facepalm, Firewater and Rumrunner as well but international users CANNOT use Moonshine
Now use one of these methods to S-OFF (You cannot proceed if you are S-ON)
Now download the new firmware: Here
Extract the file to a convenient location (Like Desktop)
Open the Install Package folder, press the Shift key, Right-Click while holding Shift and select Open Command Window Here
If your phone is on type:
Code:
adb reboot oem-78
and hit enter
If you are in the bootloader, select Fastboot and type:
Code:
fastboot oem rebootRUU
and hit enter
Now type:
Code:
fastboot flash zip firmware.zip
and hit enter
You should get a message like this: "FAILED (remote: 90 hboot pre-update! please flush image again immediately)". Do not panic just type the command above again.
The green bar on the screen should stop at about 80-90% but do not worry, this is normal.
Now to flash the required recovery type this:
Code:
fastboot flash zip TWRP_2.6.1.0_ville_4.2.2.zip
and hit enter.
Now reboot into the bootloader by typing:
Code:
fastboot reboot-bootloader
and hit enter.
Once in the bootloader select Recovery
When you are in recovery go to Advanced then ADB Sideload
Now you download the ROM: Here. (Latest release is V3)
Now place LIBERTY-S4-Vx.zip into the Install Package folder (The x represents version number, e.g V4
Now open a new command window by holding Shift and Right-Click at the same time and selecting Open Command Window Here
Next you must type:
Code:
adb sideload LIBERTY-S4-V3.zip
and hit enter.
Make sure the screen is on when the sideload is almost 100% complete as TWRP freezes for some reason.
Now follow the instructions in the installer, make sure you select Wipe Data during installation and Reboot when the installation process is finished.
Finished
Alright, I'll try it again here:
Does this ROM enable Bluetooth 4.0 (LE) on the One S?
floppes said:
Alright, I'll try it again here:
Does this ROM enable Bluetooth 4.0 (LE) on the One S?
Click to expand...
Click to collapse
yes it does
Could you maybe post more detailed installation instructions? Do we have to be S-OFF? Should we full wipe before installing?
v3 isnt boot ..
im in hboot 2.16 and soff.
I flash boot_2.16.img and the boot file of v2 again in fastboot and nothing changed
but in v2 it boot like a charm
help
mizutany1996 said:
v3 isnt boot ..
im in hboot 2.16 and soff.
I flash boot_2.16.img and the boot file of v2 again in fastboot and nothing changed
but in v2 it boot like a charm
help
Click to expand...
Click to collapse
Try re downloading the rom
Buembel said:
Could you maybe post more detailed installation instructions? Do we have to be S-OFF? Should we full wipe before installing?
Click to expand...
Click to collapse
hboot 2.16 and liberty rom instructions posted
What are the advantages of sense 5.5 coming from Maximus hd?
Sent from my HTC One S using xda app-developers app
Jeeza said:
What are the advantages of sense 5.5 coming from Maximus hd?
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
You can change Blinkfeed country location now and possible power drain fixes.
TheEndHK said:
You can change Blinkfeed country location now and possible power drain fixes.
Click to expand...
Click to collapse
What do you mean with "possible"?
Jeeza said:
What do you mean with "possible"?
Click to expand...
Click to collapse
He means that there could be battery drain fixes but he is not sure
i'm on MaximusHD 10.1
twrp 2.6.1.0
hboot 2.16
can i directly flash rom with full wipe ?
yatin kumar said:
i'm on MaximusHD 10.1
twrp 2.6.1.0
hboot 2.16
can i directly flash rom with full wipe ?
Click to expand...
Click to collapse
yes
Jeeza said:
What are the advantages of sense 5.5 coming from Maximus hd?
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
If I remember correctly in sense 5.5 you can use blinkfeed to reed RSS news instead of only a few selected sources!!
But I haven't used the rom yet so I'm not sure, someone should confirm
What differences from a 4.2.2 rom? Better smoothness? Someone try it?
tommy92tc said:
What differences from a 4.2.2 rom? Better smoothness? Someone try it?
Click to expand...
Click to collapse
so far version 4 is slightly less laggier than v3 but not smooth enough yet and sense 5.5 has new blinkfeed features and some interface tweaks in various apps
Superuser
Hi folks
I used this to install Superuser on Liberty V-5 . Flashed thru recovery. It's for the HTC One M7 but seems to work on ours.
Thanks to @nkk71 for the link.
http://forum.xda-developers.com/showthread.php?t=2506954 Post No# 2
HTC One S
S4
S-off
2.16 Bootloader
TWRP
fgw3987 said:
Hi folks
I used this to install Superuser on Liberty V-5 . Flashed thru recovery. It's for the HTC One M7 but seems to work on ours.
Thanks to @nkk71 for the link.
http://forum.xda-developers.com/showthread.php?t=2506954 Post No# 2
HTC One S
S4
S-off
2.16 Bootloader
TWRP
Click to expand...
Click to collapse
Its for all devices and the latest version download is here: SuperSU v1.94.zip
dd98 said:
This is a general discussion thread for Liberty ROM
Please ask any question you may have and I'll try to answer it as best I can.
Somebody asked for instructions on how to install Liberty ROM and New Firmware so here they are:
Installation of leaked firmware (HBOOT 2.16) and Liberty ROM
WARNING - This WILL wipe your SD Card so back up your files before proceeding
Make sure HTC Sync is REMOVED and drivers are installed. Get drivers: Here
Charge your phone to AT LEAST 60% just in case
If you are S-OFF proceed to step 3, if not continue to step 2.
If your phone is from T-Mobile (US & Germany), Telus or Boost Mobile use Moonshine S-OFF
If you have the international model use: Facepalm S-OFF, Firewater S-OFF or Rumrunner S-OFF (Rumrunner is the easiest in my opinion)
Note that people with the T-Mobile, Telus or BM model CAN use Facepalm, Firewater and Rumrunner as well but international users CANNOT use Moonshine
Now use one of these methods to S-OFF (You cannot proceed if you are S-ON)
Now download the new firmware: Here
Extract the file to a convenient location (Like Desktop)
Open the Install Package folder, press the Shift key, Right-Click while holding Shift and select Open Command Window Here
If your phone is on type:
Code:
adb reboot oem-78
and hit enter
If you are in the bootloader, select Fastboot and type:
Code:
fastboot oem rebootRUU
and hit enter
Now type:
Code:
fastboot flash zip firmware.zip
and hit enter
You should get a message like this: "FAILED (remote: 90 hboot pre-update! please flush image again immediately)". Do not panic just type the command above again.
The green bar on the screen should stop at about 80-90% but do not worry, this is normal.
Now to flash the required recovery type this:
Code:
fastboot flash zip TWRP_2.6.1.0_ville_4.2.2.zip
and hit enter.
Now reboot into the bootloader by typing:
Code:
fastboot reboot-bootloader
and hit enter.
Once in the bootloader select Recovery
When you are in recovery go to Advanced then ADB Sideload
Now you download the ROM: Here. (Latest release is V3)
Now place LIBERTY-S4-Vx.zip into the Install Package folder (The x represents version number, e.g V4
Now open a new command window by holding Shift and Right-Click at the same time and selecting Open Command Window Here
Next you must type:
Code:
adb sideload LIBERTY-S4-V3.zip
and hit enter.
Make sure the screen is on when the sideload is almost 100% complete as TWRP freezes for some reason.
Now follow the instructions in the installer, make sure you select Wipe Data during installation and Reboot when the installation process is finished.
Finished
Click to expand...
Click to collapse
i tried to achieve S-Off with Rumrunner , said ERROR : your are not rooted , although i unlocked my bootloader ! and it says in the prereq : unlocked bootloader OR rooted , not both ... what to do now ? help anybody ?
Hiken_Ace said:
i tried to achieve S-Off with Rumrunner , said ERROR : your are not rooted , although i unlocked my bootloader ! and it says in the prereq : unlocked bootloader OR rooted , not both ... what to do now ? help anybody ?
Click to expand...
Click to collapse
I would root and try again

Categories

Resources