作者:Xinshou
原帖地址:http://bbs.0110.cn/viewthread.php?tid=227809&extra=page%3D1
Java版去电录音和来电录音
需先刷有Java程序入口补丁
;去电录音
0315D8: DAB502D2 DAE0E4C9
40C9E4: FFFFFFFF DAB502D2 ; calls PlayTone
40C9E8: FFFFFFFF D7400E00 ; extp #0Eh, #01h
40C9EC: FFFFFFFF F2FC423A ; mov r12, 03A42h
40C9F0: FFFFFFFF 9AFC02D0 ; jnb r12.13, return
40C9F4: FFFFFFFF DAE090C8 ; Java录音入口
40C9F8: FFFF DB00 ; rets
;来电录音
361FA8: DAA3780C DAE0FAC9
40C9FA: FFFFFFFF D7400E00 ; extp #0Eh, #01h
40C9FE: FFFFFFFF F2FC423A ; mov r12, 03A42h
40CA02: FFFFFFFF 9AFC02D0
40CA06: FFFFFFFF DAE090C8 ;Java录音入口
40CA0A: FFFFFFFF DAA3780C
40CA0E: FFFF DB00
;改功能项位置
;40C9F0: FFFFFFFF 9AFC02x0 ; where x is function number minus one
;40CA02: FFFFFFFF 9AFC02y0 ; where y is function number minus one
This patch needs patch "Midlets trought entrypoints". You have to extract the files
; y.jad and dictrec.jar from the "Auto Record.rar" into the java/s/ folder on MMC.
; you find "Auto Record.rar" in attachment or look in this thread
; * comment following block if you never want to record outgoing calls *
02E784: DAC31400 DAE0E4C9
40C9E4: FFFFFFFF DAC31400 ; calls PlayTone
40C9E8: FFFFFFFF D7400E00 ; extp #0Eh, #01h
40C9EC: FFFFFFFF F2FC423A ; mov r12, 03A42h
40C9F0: FFFFFFFF 9AFC02D0 ; jnb r12.13, return
40C9F4: FFFFFFFF DAE090C8 ; calls dictRecording trought Java midlet
40C9F8: FFFF DB00 ; rets
; * comment following block if you never want to record incoming calls *
3AFF3C: DAA224DE DAE0FAC9
40C9FA: FFFFFFFF D7400E00 ; extp #0Eh, #01h
40C9FE: FFFFFFFF F2FC423A ; mov r12, 03A42h
40CA02: FFFFFFFF 9AFC02D0
40CA06: FFFFFFFF DAE090C8 ;call dictRecording trought Java midlet
40CA0A: FFFFFFFF DAA224DE
40CA0E: FFFF DB00
; If you want any other function number for APP menu, change the lines above:
;40C9F0: FFFFFFFF 9AFC02x0 ; where x is function number minus one
;40CA02: FFFFFFFF 9AFC02y0 ; where y is function number minus one
; If x and y are different function numbers, you can select outgoing and
; incoming calls seperately - otherwise both are activated/deactivated.
Attached Files
怎么用啊?