This page printed from:
panoptic.com/rking/Rooting+Droid+with+Linux

For Our King, Only

Recent Changes / Heat / History /Edit

Rooting Droid with Linux

This revision is from 2012/04/17 15:09. You can Restore it.

Caveat(Edit)

Note: This is currently a total scratchpad area at this time.

It is my first install, and I am doing everything exactly by the book. Hopefully on my second time I can write this better. For now, I can only provide vague ideas.

The Process(Edit)

Basically:

  1. Download a ton of little bits.
    1. adb (Android Debug Bridge) - very important. Once you enable Settings > Applications > Development > USB Debugging, you can plug the phone in and push/pull files, start a shell, etc.
    2. The exploit - This will vary from version to version of Android's OS + vendor setup. I tried several, unsuccessfully, for my HTC Inspire.
    3. The ROM - CyanogenMod, etc. This will be the new software for the phone once you root it.
    4. Other various parts.
  2. Create a "goldcard", though I am still not sure what this special SD card does - http://wiki.cyanogenmod.com/wiki/Howto:_Create_a_Goldcard
    1. This link is Windows-only. My suspicion is that you could accomplish this with dd if=goldcard.img of=/dev/sda1 #...but it needs to be tested. TODO
  3. Downgrade the firmware to a crackable version. At the time of the writing of the docs, it was 1.32.405.6 - http://wiki.cyanogenmod.com/wiki/AT%26T_Inspire_4G:_Firmware_Downgrade_%28Gingerbread%29
    1. fre3vo - The actual exploit (?) - I don't know, the download is binary-only.
    2. misc_version - has a .c, but it's still crufty. Does some stuff with /dev/block/mmcblk0p17
    3. the firmware - The actual 1.32.405.6 .img's, in a zip: PD98IMG.zip
  4. "Root, S-OFF, ClockworkMod Recovery, and Engineering HBoot"
  5. Flash Cyanogenmod (or whatever other ROM you choose)