Changes between Version 12 and Version 13 of radio_s_off


Ignore:
Timestamp:
11/29/10 19:10:39 (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • radio_s_off

    v12 v13  
    5353
    5454=== 3 Copy the modified partition 7 back to the phone ===
     55==== Prerequisites: Kernel and wp-this module ====
     56You 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
     58The boot.img that contains the kernel can be found here: [http://www.thinkthinkdo.com/boot-new.img]
     59
     60The wp-this here [http://www.thinkthinkdo.com/wpthis-cyanogen.ko]
     61
     62Install the custom kernel using fastboot.
     63
     64First 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
     66Get fastboot from <the internet>
     67
     68(On your PC)
     69{{{
     70fastboot erase boot
     71fastboot flash boot boot-new.img
     72}}}
     73Reboot the phone into normal mode and copy the new image to the G2
    5574(On the PC)
    5675{{{