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

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum
;Release: 19.11.04 - v1
;Finished!

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 DAC89C43DAC5E60048413D12DAC46AAC
07DC60: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 48412D0ED7405B00F3F28A1F49202D08
07DC70: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FC1900E6FD0900E6FE3003DAC89C43
07DC80: FFFF DB00
;CUSTOMIZATION:
;if you don't have AL&DC patch applied, uncomment this line (handfree icon logo will be always displayed):
;07DC64: D740 0D05
;change handfree icon:
;07DC72: 19 xx ; where xx is orizzontal position from left in hex
;07DC76: 09 yy ; where yy is vertical position from top in hex
;07DC7A: 3003 zzzz ; where zzzz is picture number in hex swapped bytes


;Enjoy it!