;*** HEP. Handfree Entry Point ***

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum
;Release: 19.11.04 - v1
;Updated: 24.11.04 - v1.1 - some options added -

This is only a list of Entry Points(+their routines) to have a toggle handfree function.
Copy&past the choosen one.

;HANDFREE TOGGLE FUNCTION:
;without Message Box:
F530BC

;with Message Box:
8710DC
07DC10: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9A010520DAC55400E6FD55000D04DAC5
07DC20: FFFFFFFFFFFFFFFFFFFFFFFF 4400E6FD7705E01CFAFAB04C


;ADD A HANDFREE STATE ICON:
;little icon:
565048: DAE5EE13 DA8730DC
07DC30: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC5E60048413D0ADAC40AFE48402D07
07DC40: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAF4F40048412D02E0140D01E004DB00
;NOTE:
;Known feature: if AL&DC is applied, when handsfree is on AL or DC disappears from display (better visibility)
;Known bug: handfree icon is not dislayed when keylock icon is on.

;big icon:
;565340: DAC89C43 DA8750DC ;if AL&DC,PL applied (uncomment)
;7C390: FAC89C43 DA8750DC ;if ONLY VLv3 applied (uncomment)
07DC50: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC89C43DAC5E60048413D18DAC46AAC
07DC60: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 48412D14D7405B00F3F28A1F49202D0E
07DC70: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7405B00F2FCC6369AFC0800E6FC1900
07DC80: FFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FD0900E6FE3003DAC89C43DB00
;CUSTOMIZATION:
;if you don't have AL&DC patch applied, uncomment this line:
;07DC64: D740 0D05 ;handfree icon logo will be always displayed
;if you don't want big icon to blink when there is AL&DC displayed:
;07DC70: D740 0D05 ;handfree icon logo will not blink
;change handfree icon:
;07DC7E: 19 xx ; where xx is orizzontal position from left in hex
;07DC82: 09 yy ; where yy is vertical position from top in hex
;07DC86: 3003 zzzz ; where zzzz is picture number in hex swapped bytes
;delete first string operator name in idle (only in normal mode, not netsearching, etc...):
561110: DAF5A837 DA8790DC
07DC90: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC5E60048412D02FAF5A837E00EDB00


;Enjoy it Genetic!