Skip to content

Instantly share code, notes, and snippets.

@cmartinbaughman
Created February 12, 2012 15:53
Show Gist options
  • Save cmartinbaughman/1809154 to your computer and use it in GitHub Desktop.
Save cmartinbaughman/1809154 to your computer and use it in GitHub Desktop.
HTC Evo 3D Un-Root Get & Install OTA & Re-Root!

####Un-Root Accept HTC OTA, then Re-Root Again, In 15 Minutes

Download: http://goo-inside.me/shooter/ruu/2.08.651.2

Rename the file to PG86IMG.zip then mount phone as drive and copy zip file to /sdcard/

Then open cmd prompt (Win32) or terminal (Linux/OSX) and carefully type:

  1. adb reboot bootloader

  2. fastboot oem lock

  3. Phone will automatically unzip and when it asks to install hit Volume+ (Hit volume up key to install)

  4. Start phone and run updates a few times till you have all of the OTAs.

To Re-Root:

  1. adb reboot bootloader

  2. Go to whatever folder you have your Unlock_code.bin that you got from unlocking the first time (http://HTCdev.com, you saved it right?)

  3. fastboot flash unlocktoken Unlock_code.bin

  4. Oh yeah, you are root again!

  5. flash a custom recovery (TWRP, or ClockworkMod)

  6. Flash ROM of choice if you desire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment