Changes between Version 24 and Version 25 of radio_s_off
- Timestamp:
- 11/29/10 20:44:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
radio_s_off
v24 v25 52 52 }}} 53 53 ==== Hex-edit the file ==== 54 I use bless for the manual patches and dd for the bigger part. 55 56 OS X users may consider using [http://www.suavetech.com/0xed/0xed.html 0Xed] 54 I use bless for the manual patches and dd for the bigger part. OS X users may consider using [http://www.suavetech.com/0xed/0xed.html 0Xed] 57 55 58 56 1. The CID: … … 65 63 66 64 67 3. Set the area 0x80000 to 0x82ffff (decimal offset: 524288 to 8585215) to all zero 65 3. Set the area 0x80000 to 0x82ffff (decimal offset: 524288 to 8585215) to all zero. So get rid of your hex editor, and lets just use dd on your computer. 66 68 67 {{{ 69 68 dd if=/dev/zero of=mmcblk0p7-new.img seek=524288 bs=1 count=196608