P
Pbrzuch
Guest
Our frends do great job:
- Riza create VWC patch
- VBart on this base, create Auto recording In-Out Call When Connected patch .....
its recording
InCall - when fun14[X] & Vibra[X]
OutCall - when fun14[X]
but, when connected Vibra not working...
queston is how add to patch vibra On function .....
when_connected
call vibraOn
call DictaphoneOn
two patches, everyone excellent, but they exclude each other
PLZ help
code below
===================================
;Firmware : SL45v56
;Author : rizapn
;Published : July 03, 2004
;Turn on vibra when the outgoing call is connected (only if Vibra flag is on).
0x3AC4C8: F0C8F0D9 DAC7C0E6
0x3AC51C: F0C8F0D9 DAC7C4E6
0x27E6C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E01C0D0DD7403700F2FC043ACD0CDADE
0x27E6D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF A6172D0988C0DAC36C0298C028C1D740
0x27E6E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3700F6FC043AF0C8F0D9DB00FFFFFFFF
;if you want to change the number of vibration (my default is 3 times), use this:
;0x27E6C1: FF xC ; x is 0..F
;if you want to skip Vibra flag (always vibrate when connected), use this:
0x27E6D3: 09 00
===================================
;***Auto Recording Out-Call and In-Call when Connected
;Prodakszyn: vBart, rc-flitzer 12.07.2004
;Patch is tested
;-You dont need midlet
;-dont hung up phone
;
;rc-flitzer add selectable 14 app-function
;Patch made on base "VWC by RPN"
;uninstall VWC Vibra When Connected..
0x3AC4C8: F0C8F0D9 DAC7C0E6
0x3AC51C: F0C8F0D9 DAC7C4E6
0x27E6C0:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E01C0D13D7403700F2FC043ACD12D740
0x27E6D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0E00F2FD423A9AFD08D0DADEA6172D09
0x27E6E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C0DAD414F398C028C1D7403700F6FC
0x27E6F0: FFFFFFFFFFFFFFFF 043AF0C8F0D9DB00
=====================================
- Riza create VWC patch
- VBart on this base, create Auto recording In-Out Call When Connected patch .....
its recording
InCall - when fun14[X] & Vibra[X]
OutCall - when fun14[X]
but, when connected Vibra not working...
queston is how add to patch vibra On function .....
when_connected
call vibraOn
call DictaphoneOn
two patches, everyone excellent, but they exclude each other
PLZ help
code below
===================================
;Firmware : SL45v56
;Author : rizapn
;Published : July 03, 2004
;Turn on vibra when the outgoing call is connected (only if Vibra flag is on).
0x3AC4C8: F0C8F0D9 DAC7C0E6
0x3AC51C: F0C8F0D9 DAC7C4E6
0x27E6C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E01C0D0DD7403700F2FC043ACD0CDADE
0x27E6D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF A6172D0988C0DAC36C0298C028C1D740
0x27E6E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3700F6FC043AF0C8F0D9DB00FFFFFFFF
;if you want to change the number of vibration (my default is 3 times), use this:
;0x27E6C1: FF xC ; x is 0..F
;if you want to skip Vibra flag (always vibrate when connected), use this:
0x27E6D3: 09 00
===================================
;***Auto Recording Out-Call and In-Call when Connected
;Prodakszyn: vBart, rc-flitzer 12.07.2004
;Patch is tested
;-You dont need midlet
;-dont hung up phone
;
;rc-flitzer add selectable 14 app-function
;Patch made on base "VWC by RPN"
;uninstall VWC Vibra When Connected..
0x3AC4C8: F0C8F0D9 DAC7C0E6
0x3AC51C: F0C8F0D9 DAC7C4E6
0x27E6C0:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E01C0D13D7403700F2FC043ACD12D740
0x27E6D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0E00F2FD423A9AFD08D0DADEA6172D09
0x27E6E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C0DAD414F398C028C1D7403700F6FC
0x27E6F0: FFFFFFFFFFFFFFFF 043AF0C8F0D9DB00
=====================================