52 | | (do be described later) |
| 52 | I use bless for the manual patches and dd for the bigger part. |
| 53 | |
| 54 | 1. The CID: |
| 55 | |
| 56 | Edit mmcblk0p7-new.img and change the string T-MOB010 at position 0x200 to the string 11111111 |
| 57 | |
| 58 | 2. the secu_flag: |
| 59 | |
| 60 | Edit mmcblk0p7-new.img and change the byte 0x01 at 0xA00 to 0x00 |
| 61 | |
| 62 | |
| 63 | 3. Set the area 0x80000 to 0x82ffff to all zero |
| 64 | {{{ |
| 65 | dd if=/dev/zero of=mmcblk0p7-s1-new.img seek=524288 bs=1 count=196608 |
| 66 | dd if=mmcblk0p7-s1.img of=mmcblk0p7-s1-new.img bs=1 seek=720896 skip=720896 |
| 67 | }}} |
| 68 | |