Skip to content

Evita Manual X Factor

Antonizoon edited this page Jan 15, 2013 · 1 revision

Download Djrbliss's X-Factor exploit:

  • Windows
  • Linux/Mac - Made with assistance from Jesse Osiecki (@jesseosiecki) for providing me with a working version (that Djrbliss ended up re-writing).
  1. Enable USB Debugging on your phone, connect it to the computer, and use this to check if it's working:

    adb devices

  2. These commands overwrite a telephone app that gets in the way with a backup file. Then we mess around with it.

    adb restore backup1.ab adb shell "rm /data/data/com.android.providers.telephony/databases/a/b 2>/dev/null" adb shell "ln -s /dev/diag /data/data/com.android.providers.telephony/databases/a/b 2>/dev/null"

  3. The below restores the second backup, and runs the X-Factor exploit. If the pwn command does not say [+] SetCID, you need to factory reset your phone and start over.

    adb restore backup2.ab adb push pwn /data/local/tmp adb shell "chmod 755 /data/local/tmp/pwn" adb shell "/data/local/tmp/pwn"

  4. Reboot to fastboot bootloader, and close adb.

    adb reboot bootloader adb kill-server

  5. Check if your phone is recognized with fastboot.

    fastboot devices

  6. Here, we see if the CID has been changed by SuperCID. If it is not 11111111, factory reset your phone and start over.

    fastboot oem readcid

  7. If and only if the CID was changed, use this command to get the identifier token for HTCDev.

    fastboot oem get_identifier_token

  8. Visit HTCDev, navigate to the Bootloader unlock section, choose All other supported models from the drop-down menu, and provide the unlock token when asked.

  9. After unlocking the bootloader, flash a custom recovery. If you just want to root, and don't need custom ROMs, download this zip and install it with the custom Recovery to get root.

BA Logo

Bibliotheca Anonoma

Android Development Codex

Note: All non-Android projects have moved to the BASLQC Wiki.

Introduction

  • Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
  • General Setup - Learn how to install and run the tools you need to succeed.
  • Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
  • General OS Customizations - General customizations that work on all devices of a specific OS.

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.
  • Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.
Clone this wiki locally