[Tut] Preparing Your One X for Custom Roms (For Dummies)

Search This thread
D

Deleted member 2086469

Guest
I ve been checking their site quite often from early morning today...it has been no luck so far...:( site-maintenance from a company like HTC should not take that long...maybe they don't want us to unlock bootloader :D

same here...it is the ability to unlock bootloader brought me to HTC One X and now everything just screwed up! :mad:

Without root I cannot remove the ugly 3 dot menu and other stuff:(

Hope HTC fix it in 1-2 hours while I get some sleep here :D
 

jureca

Senior Member
Feb 18, 2011
1,277
251
Murcia
Command and then re-lock if you want to know what bootloader is to save ;), thanks for your work.

Enviado desde mi HTC One X usando Tapatalk
 

fastphil

Senior Member
Jun 17, 2010
309
27
Edinburgh
i keep getting this message in htcdev Error Code: Invalid Bootloader Token Length.
Error Reason: The submitted Token appears to be the wrong length and won\'t work. any ideas why i am getting this running 1.26.771.2 firmware on three uk
 

JagSem

Senior Member
May 21, 2010
302
29
Derby
Well, got my 1X this morning and I've spent most of the day on their website. Earlier, the whole site was crashing/intermittent now it just seems to be localized to the bootloader section. Highly annoying.
 

Alex240188

Senior Member
May 4, 2010
1,131
739
Hull
Ok we know there is a problem with the HTC-dev website. unfortunately there is little we can do about it.

For those stuck at waiting for device, make sure you have HTC sync installed on your pc.
It's not necessary to have the android SDK as the needed files are in the guide but you will need the driver that is part of the HTC sync package

Sent from my HTC One X using XDA
 
  • Like
Reactions: wolfraim

Rycon33

Senior Member
Apr 28, 2011
3,215
2,130
Xiaomi Poco F3
nice tut!

OP, would you be so kind starting another thread for "how to go back to complete stock(with original stock recovery and locked bootloader again)" wherein we can have the official OTA from HTC. Very important if for instance we decided to sell the device(for whatever reason) to another average phone-user individual.
 

drizztzou

Senior Member
Apr 17, 2008
274
38
Shenzhen
I successfully submitted token and got this:

Token Submitted Successfully!
You've been sent an email with your unlock key as a file attachment. Please review this email for further instructions and a link to complete the Bootloader process.

But I wait like 20 minutes and did not received email
 

777ace

Senior Member
Mar 1, 2011
511
75
Cairns
nice tut!

OP, would you be so kind starting another thread for "how to go back to complete stock(with original stock recovery and locked bootloader again)" wherein we can have the official OTA from HTC. Very important if for instance we decided to sell the device(for whatever reason) to another average phone-user individual.

I think the whole point of this unlock scheme by HTC is so they know who's been f.cking with their phones...I doubt returning to stock will mean a whole lot to them in case of warranty issues. Once it's registered, that's it. Hence, i am hanging out a bit longer to see if someone can get to S-Off, the sneaky way :)

To those posting that HTCDev is down...we get it, it's been posted a hundred times...logging on, I can see it's still down...do we really need five pages of "The sky is falling, the sky is falling!" posts?? Chill out. The phone isn't that bad you need to change it yesterday...
 

RJ200X

Senior Member
Jun 25, 2010
87
2
Done unlocking, got the following error trying to flash recovery:

FAILED (command write failed (Unknown error))

anyone has any idea? :(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 276
    There seems to be a lot of confusion in the air around either how to unlock your bootloader or how to install a new recovery.
    I am writing this as a very easy step by step guide to do all the things necessary to get your new HTC One X ready to accept some custom fun so here goes nothing

    Unlocking Your Bootloader

    Words of warning - unlocking your boot loader will wipe your data partition
    Things you have put on your internal memory will be fine but all of your apps etc will be gone.

    Before we can even think about doing anything the first port of call is unlocking your bootloader.
    As of the time of writing this there is currently no S-OFF method available so this is the only method of flashing a new recovery or boot image.
    I'm going to keep this as simple as possible

    1. Go Here "http://www.htcdev.com/" and create yourself an account on HTCDEV.
    2. Download These Fastboot Files
    3. Make a new folder on your C: drive called fastboot.
    4. Extract The Zip downloaded in step 2 to the new folder
    5. Go Here http://www.htcdev.com/bootloader/ and select "All Other Supported Models" and "then begin unlock bootloader"
    6. Yes, Tick both Boxes, Proceed
    7. Skip up to step 8 as we have all we need for the first 7 steps
    8. Power off your phone by holding the power button down for 10 seconds
    9. Power your phone on by holding power and volume down
    8. Highlight Fastboot With Volume+or- then press Power
    9. plug your phone into your PC and open a Command Prompt.
    (windows XP - Click Start > Run > type CMD in box then press OK
    (Windows 7 - Click Start > type CMD in search box then press Enter)
    10. cd to your folder where we put fastboot files cd c:\fastboot
    11. type this into your command prompt window fastboot oem get_identifier_token
    12. select & copy the text as per step 9 on the HTCDev website
    13. paste your identifier token into the box at the bottom and submit
    You Will Very Shortly Receive an email from HTCDev with a link to the second part of the instructions and your "Unlock_code.bin" attached
    14. download the "Unlock_code.bin" from the email and save it to the same folder that we extracted fastboot files to in step 2
    15. type this into your command prompt window fastboot flash unlocktoken Unlock_code.bin
    16. The Display Will change on your phone, press Vol + to accept and power to confirm.
    Note you may get an error on screen or on your cmd window (cant remember which now) that says something about too many links. It is nothing to worry about and your bootloader will still unlock
    Congratulations You Have Successfully Unlocked Your Bootloader



    Now to the good stuff

    Installing A Recovery

    This one is very simple to do once you have your bootloader unlocked.
    A thing to note; at present there is no USB-Mass Storage in recovery so if you are planning to install a custom rom i would get it put on the internal memory of your phone now rather than messing things up later and been unable to install it

    (if you have follwed my unlocking guide skip to step 4)
    1. Download These Fastboot Files
    2. Make a new folder on your C: drive called fastboot.
    3. Extract The Zip downloaded in step 1 to the new folder
    4. The Official Version of CWM has been released and is now capable of flashing all roms, you can grab it HERE
    5. download the custom recovery and save it in the same folder as you did the fastboot files
    6. Power Phone Off by Holding power button for 10 secs
    7. select Fastboot with volume + or - then press power
    8. plug your phone into your PC and open a Command Prompt.
    (windows XP - Click Start > Run > type CMD in box then press OK
    (Windows 7 - Click Start > type CMD in search box then press Enter)
    9. cd to your fastboot files folder cd c:\fastboot
    10. type in your command prompt fastboot flash recovery name_of_recovery_image.img
    in my case it was fastboot flash recovery recovery-clockwork-touch-5.8.2.7-endeavoru.img

    Congratulations you now have a custom recovery

    power off the phone by holding power for 10 seconds
    power on the phone holding power+volumer down
    choose recovery with volume +/- then power to select

    You are now on your custom recovery
    First Thing - Do A Nandroid Backup Of Your Current Rom In Case anything bad happens

    Make sure you already have your new rom on your internal memory as you cannot enable mass storage in the current recovery builds.

    Wipe then Flash your new Custom Rom

    Or you can download the latest SuperSU binaries from HERE and install them Via Recovery to just root the stock rom

    Hope this helps some of you
    4
    Any idea why we can't root One X (Tegra 3) without HTCdev.com or when we will be able to (raught estimation)?

    Thanks

    Sent from my HTC One X using xda premium

    I would assume it's because nobody has found an exploit in the tegra architecture yet. I know Paul is working on it.
    Other processors like the Qualcomm used in the HTC one xl still have the same exploits from years ago so there's are easily cracked. Patience is virtue and root without unlocking will come eventually

    Sent from my HTC One X using xda app-developers app
    3
    Official Clockwork Mod has been updated and device.id now reports correctly meaning you can use it to flash all custom roms now, guide updated for new recovery

    for those just wanting to update download the latest version from HERE

    copy to the fastboot folder
    open a CMD window up and cd to the directory cd c:\fastboot
    run fastboot flash recovery recovery-clockwork-touch-5.8.2.7-endeavoru.img
    power off by holding power for 10 secs
    power on holding power + volume down
    select recovery with vol down
    press power to reboot to new CWM
    1
    Thx !
    Wasted a lot of time yesterday downloading entire Java, SDK, for a 2 minutes job...
    Your package seems great !
    1
    Hi, I'm thinking of unlocking boot loader on my One X (Tegra 3, International). Can someone please tell me if instruction on OP is still the best way to do this or is there a better solution?

    Many thanks,

    Sent from my Desire HD using xda premium

    Try unlocking on HTC Dev website.
    They will send you the unlock.bin file.
    you put the unlock.bin into the fastboot folder


    Boot into fastboot and type :

    fastboot oem unlock

    unlock bootloader site:http://www.htcdev.com/bootloader
    For fastboot use this :http://d-h.st/K52

    Good Luck!