Skip to content
Amersel edited this page Feb 23, 2014 · 9 revisions

{{Note|This guide is only for rooting the HTC One X (Evita).}}

Make sure to find a guide for the right version number (check in Settings->About Phone->Software). Usually, it's the latest version.

  • Latest AT&T Version: 2.20
  • Latest Rogers Version: Unknown
  • Latest Telstra One XL Version: Unknown

AT&T 3.18

  • Download the files here

  • Step One: Download and extract the file

  • Step Two: Get the Htc Drivers(Windows)

  • Step Three: Get adb and fastboot(if you dont have it)

  • Step Four: Do all the commands listed below

      adb push oneXchopper /data/local/tmp/xpwn
      adb push busybox /data/local/tmp/busybox
      adb push ownage /data/local/tmp/phase1.sh
      adb shell chmod 755 /data/local/tmp/xpwn /data/local/tmp/busybox
      adb shell 
            (within ADB shell)
            ln -s /data/local/tmp/busybox /data/local/tmp/sed
            /data/local/tmp/xpwn
    
      You will see this: 
      [+] This may take a few minutes.
      [+] Success!
      2+0 records in
      2+0 records out
      1024 bytes transferred in 0.001 secs (1024000 bytes/sec)
      2+0 records in
      2+0 records out
      1024 bytes transferred in 0.001 secs (1024000 bytes/sec)
      2+0 records in
      2+0 records out
      1024 bytes transferred in 0.008 secs (128000 bytes/sec)
    
      exit (will exit from shell)
    
      adb reboot bootloader
    
  • Step Five: Get an unlock code from HTCdev.com

  • http://forum.xda-developers.com/showthread.php?t=2285086

AT&T 2.20 X-Factor

In build 2.20: full S-ON is now in effect, which NAND-locks the storage. In other words, you need to unlock the bootloader to gain permanent root.

XDA User Djrbliss built an exploit that gains temporary root access by leveraging two vulnerabilities and uses these newly gained root privileges to overwrite the CID ("superCID"), so that it's possible to unlock the bootloader via HTC's website.

Choose one and only one method below:

Sources

AT&T 2.20 X-Factor

BA Logo

Bibliotheca Anonoma

BASLQC Wiki

  • Introduction - A quick intro to the rationale and ideals of this guide, and modding in general.
  • Essential Maker Skills - Essential Skills that every maker should have.
  • Archivist Tools - All the tools an internet archivist needs under their belt.

General Guides

  • Android Development Codex - All kinds of Android smartphones.
  • Business Class Laptops - Computers that last: The ThinkPad, the HP EliteBook, the Dell Precision/Latitude.
  • EBook Readers - A good eInk screen remains the best way to read literature comfortably.
  • Game Consoles - Homebrew development scenes have made it possible to unlock the full power of your game console's computer chip.
  • Graphing Calculators - This is the last vestige of the age of 80's Home Computers; where programs were simple and graphics were minimal.
  • Home Server - Why buy cloud storage when you can build your own cloud? For media streaming, torrenting, and VPN access (to bypass blocked internet).
  • Routers - Amazingly, your ordinary router probably runs Linux on it's little embedded CPU.
  • Authentication Wallets - Manage your plethora of accounts, passwords, and RSA public keys using a GPG-encrypted wallet.
  • LEGO Mindstorms - The easiest way to build functional robots and machines; using good ol' LEGO and Technic bricks.
  • Vintage Computers - Amiga, Apple ][, and all the other random home computers that defined the 1980s.

Research

  • Genetic Programming - Programs that mutate and evolve by themselves, like Genes. It's a very difficult concept to grasp, but a very powerful method that transcends math or algorithms.

Content Guidelines

  • General Guidelines - The ideals that you should uphold while working with and editing this guide.
  • Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
  • Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.

Reference

  • Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
Clone this wiki locally