VWC Vibra When Connected - how resolve problem

  • Thread starter Thread starter Pbrzuch
  • Start date Start date
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
=====================================
 
@Pbrzuch: Here's the patch. Unfortunately it uses memory area from USI patch. I will work on this - meanwhile you can use it and be happy.

;*** Vibra & Auto Record When Connected ***

;Firmware : SL45v56
;Author : rizapn, rc-flitzer
;Published : July 14, 2004

;Turn on vibra when the outgoing call is connected (only if Vibra flag is on).
;Also records every call automatically if function 14 is selected in APP menu.


0x3AC4C8: F0C8F0D9 DAC7CCE6
0x3AC51C: F0C8F0D9 DAC7D0E6

0x27E6CC: FFFFFFFF E03C0D19
0x27E6D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7403700F2FC043ACD18D7400E00F2FD
0x27E6E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 423A9AFD06D048C3CD0488C0DAD414F3
0x27E6F0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 98C0DADEA6172D0988C0DAC36C0298C0
0x27E700: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 28C1D7403700F6FC043AF0C8F0D9DB00

; if you want to change the number of vibration (my default is 3 times), use this:
;0x27E6CD: FF xC ; x is 0..F
;0x27E6E7: FF Cx ; x is 0..F, you have to change both values the same!

; if you want to skip Vibra flag (always vibrate when connected), use this:
;0x27E6F7: 09 00

; if you want to use other function number, use this:
;0x27E6E5: D0 x0 ; x is 0..F (= function 1..16)

; known bug: if you have auto record selected, it only vibrates one time short and the other ones after stopped recording.
 
Sorry for that, but what does it mean "when connected"?
Connected to what: headset, computer...
 
When connected means: when you wanna do a phone call (the MAIN usage of a mobile phone!!) it last some seconds until the connection is established and you hear ringing signal. Or when you accept an incoming call.
Don't think always in dimensions of cable connections.
 
Back
Top