Changes between Version 26 and Version 27 of radio_s_off
- Timestamp:
- 11/29/10 20:53:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
radio_s_off
v26 v27 75 75 76 76 === 3. Use custom kernel and module to get rid of the write protection === 77 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. 77 78 To update the radio image you will have to get around two forms of protection-- first is the kernel restrictions on writing to the radio partition. Then, there is the emmc firmware chip's read-only protection. 79 80 So, you will have to first install a special cyanogenmod-based kernel that disables the kernel protection for the radio partition. Then you'll also need a "wp-this" kernel module for this kernel that drops the emmc write protection. 78 81 79 82 The boot.img that contains the kernel can be found here: [http://www.thinkthinkdo.com/boot-new.img] 80 83 81 The wp-this here [http://www.thinkthinkdo.com/wpthis-cyanogen.ko]84 The wp-this module for this kernel is here [http://www.thinkthinkdo.com/wpthis-cyanogen.ko] 82 85 83 Install the custom kernel using fastboot.86 Install the custom kernel from your computer using fastboot. 84 87 85 First boot your G2 into fastboot (press Power Button and the trackpad Button until the screen with the surfing androids appear and it says FASTBOOTin red).88 First boot your G2 into fastboot mode (press Power Button and the trackpad Button until the screen with the surfing androids appear and it says FASTBOOT or FASTBOOT USB in red). 86 89 87 Get fastboot from <the internet> 90 Make sure you've downloaded fastboot onto your computer. It comes along with "adb" with the [http://developer.android.com/sdk/installing.html Android SDK] 91 92 (note-- on the Mac, you may want to say "fastboot-mac" instead of "fastboot" below) 88 93 89 94 (On your PC)