Changes between Version 1 and Version 2 of radio_s_off
- Timestamp:
- 11/29/10 11:18:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
radio_s_off
v1 v2 17 17 18 18 6. attach a serial console to the now running AT-command interpreter and run AT@SIMLOCK=3,2 to write the subsidy data clear text to partition 7 19 20 === 4 Enable @secu_flag=0 in partition 7 === 21 22 {{{ 23 adb push mmcblk0p7-new.img /sdcard/ 24 }}} 25 26 {{{ 27 insmod /sdcard/wpthis-cyanogen.ko 28 dd if=/sdcard/mmcblk0p7-new.img of=/dev/block/mmcblk0p7 29 sync 30 }}} 31 Wait a minute to make sure that the changes stick 32