Changes between Version 13 and Version 14 of radio_s_off


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

--

Legend:

Unmodified
Added
Removed
Modified
  • radio_s_off

    v13 v14  
    5050}}}
    5151==== Hex-edit the file ====
    52 (do be described later)
     52I use bless for the manual patches and dd for the bigger part.
     53
     541. The CID:
     55
     56Edit mmcblk0p7-new.img and change the string T-MOB010 at position 0x200 to the string 11111111
     57
     582. the secu_flag:
     59
     60Edit mmcblk0p7-new.img and change the byte 0x01 at 0xA00 to 0x00
     61
     62
     633. Set the area 0x80000 to 0x82ffff to all zero
     64{{{
     65dd if=/dev/zero of=mmcblk0p7-s1-new.img seek=524288 bs=1 count=196608
     66dd if=mmcblk0p7-s1.img of=mmcblk0p7-s1-new.img bs=1 seek=720896 skip=720896
     67}}}
     68
    5369
    5470=== 3 Copy the modified partition 7 back to the phone ===