| 55 | ==== Prerequisites: Kernel and wp-this module ==== |
| 56 | You will have to install a custom kernel that disables the kernel protection for the radio partition and a wp-this module for this kernel that drops the write protection of the emmc-memory chip. |
| 57 | |
| 58 | The boot.img that contains the kernel can be found here: [http://www.thinkthinkdo.com/boot-new.img] |
| 59 | |
| 60 | The wp-this here [http://www.thinkthinkdo.com/wpthis-cyanogen.ko] |
| 61 | |
| 62 | Install the custom kernel using fastboot. |
| 63 | |
| 64 | First boot your G2 into fastboot (press Power Button and the trackpad Button until the screen with the surfing androids appear and it says FASTBOOT in red). |
| 65 | |
| 66 | Get fastboot from <the internet> |
| 67 | |
| 68 | (On your PC) |
| 69 | {{{ |
| 70 | fastboot erase boot |
| 71 | fastboot flash boot boot-new.img |
| 72 | }}} |
| 73 | Reboot the phone into normal mode and copy the new image to the G2 |