; *** Automatic recording for incoming & outgoing voice calls ***
;
; Firmware: SL45i v56
; Authors: DeadManS & rc-flitzer
; Release: April 2nd, 2004
;
; This patch autostart recording any incoming or outgoing calls.
; It is selectable through application menu from RizaPN with
; function number 14 (or others).
;
; ! Uninstall ANY previosly installed patch for recording calls !
;
; This patch needs patch "Midlets trought entrypoints". You have to extract the files
; y.jad and dictrec.jar from the y.rar into the java/s/ folder on MMC.
;
; You need the patch "allow java programs to read/write MMC and execute native code",
; apply following if not already done:
10CBA8: EE4401 0200EF
; * 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.



Bookmarks