Unimatrix
23.04.2006, 11:47
Hallo,
ich habe hier ein S65 mit FW58 und möchte da gerne den Accu Temperature As Graphic Indicator v1.5 einspielen, also so dass ich die Temperatur auf dem Handydisplay sehe. Wie mache ich dass denn jetzt genau? Ich blicke da noch nicht so richtig durch
;* Accu Temperature As Graphic Indicator v1.5 *
; (c) benj9
; (r) ACiD[mrp], avkiev, BuG
; (p) KiRiK
1698BFE: 02D0,00F0D0FA C046,27F07EFA
+16C0100
#pragma enable old_equal_ff
00: FFB5214880473727C74001200740012F
10: 03D0FFBC,D9F746F8,00BD1A2101220D1C
20: 009101920D22662182230E98174DA847
30: 009568240F2501200321154A90470A21
40: 0902AA31401A00210A061116401803D5
50: 2D230235635340420E4F0F4E963801D5
60: 321C0BE0C0210031884201DB3A1C05E0
70: C117090F081809490011421866200D21
80: 074B9847C5E70000,0D9B8CA0,0B9269A1 ; GetProfile,DrawCanvas
90: 08FF23A1,0B020000090200000C020000 ; GetAccu
A0: 319269A1 ; DrawImage
#pragma disable old_equal_ff
; there are 14 pictures.
; 1 pic below temp_min, 1 pic over temp_max, 12 pics in the range of temp_min to temp_max
; for demonstration the built-in accu icons are used, feel free to create your own set of icons
; uncomment lines 98-9C to use attached pics set
; in this case * Addition To PIT Table * patch must be installed
# picture numbers #
98: 0902 F004 ; spc icon no. for temperature < temp_min
94: 0B02 F104 ; spc icon no. for temperature >= (temp_min+range)
9C: 0C02 F204 ; spc icon no. of first icon (12 pics for a range from temp_min to temp_max (like accu indicator pics)
##########
# icon position #
7C: 66 4D ; icon_x_start
7E: 0D 9B ; icon_y_start
##########
# canvas (erase background under icon) position #
26: 66 4D ; canvas_x_start
28: 82 69 ; canvas_x_end ; x_start + iconwidth
24: 0D 9B ; canvas_y_start
1A: 1A A1 ; canvas_y_end ; y:start + iconheight
##########
# minimum temperature for display #
;5C: 96 96 ; temp_min: minimum temperature (0xB4 = 180 = 18°C), (0x96=150=15°)
; temp_max: temp_min + range (range is (a) 19.2°C or (b) 38.4°C)
##########
# range of display #
; you can make the range of the 12 icons between temp_min and temp_max 19.2°C or 38.4°C
; following lines: (a) range is 19.2°C, (b) range is 38.4°C
;72: 090F C90E ; (a): 090F, (b):C 90E
;78: 0011 4011 ; (a): 0011, (b): 4011
;66: 00 C0 ; (a): 00, (b): C0
##########
# temperature calibration #
34: 0F 0i012 ; Adjust temperature by 0.1°C: 000 - TBA, 030 - TEN, 015 - (TBA+TEN)/2, -010 - TBA-1
##########
# profile configuration #
; every single bit of the profile key represents a profile,
; the most left one is profile no. 7, the most right one profile no. 1
; to activate patch in a certain profile, set the according bit to 1
; example: 0n0100101 - patch is active in profiles no. 1, 3 and 6
06: 37 0n0111111 ; profile key
##########
# canvas mode #
;2A: 0E98 0020 ; normally line is turned off
; turn on line means: canvas doesn't select a background automatically, but
; erases always with SkinApplicationIdleImage. Use with an activated background
; image on phone to calibrate canvas
##########
+0
Und wie funktioniert dass dann mit diesesm Menü wo ich die ganzen Patches ein und ausschalten kann? Muss ich dazu auch einen Patch installieren (wenn ja, welchen?) oder geht das über das Factorymode-Menü?
Mfg
Unimatrix:cool:
ich habe hier ein S65 mit FW58 und möchte da gerne den Accu Temperature As Graphic Indicator v1.5 einspielen, also so dass ich die Temperatur auf dem Handydisplay sehe. Wie mache ich dass denn jetzt genau? Ich blicke da noch nicht so richtig durch
;* Accu Temperature As Graphic Indicator v1.5 *
; (c) benj9
; (r) ACiD[mrp], avkiev, BuG
; (p) KiRiK
1698BFE: 02D0,00F0D0FA C046,27F07EFA
+16C0100
#pragma enable old_equal_ff
00: FFB5214880473727C74001200740012F
10: 03D0FFBC,D9F746F8,00BD1A2101220D1C
20: 009101920D22662182230E98174DA847
30: 009568240F2501200321154A90470A21
40: 0902AA31401A00210A061116401803D5
50: 2D230235635340420E4F0F4E963801D5
60: 321C0BE0C0210031884201DB3A1C05E0
70: C117090F081809490011421866200D21
80: 074B9847C5E70000,0D9B8CA0,0B9269A1 ; GetProfile,DrawCanvas
90: 08FF23A1,0B020000090200000C020000 ; GetAccu
A0: 319269A1 ; DrawImage
#pragma disable old_equal_ff
; there are 14 pictures.
; 1 pic below temp_min, 1 pic over temp_max, 12 pics in the range of temp_min to temp_max
; for demonstration the built-in accu icons are used, feel free to create your own set of icons
; uncomment lines 98-9C to use attached pics set
; in this case * Addition To PIT Table * patch must be installed
# picture numbers #
98: 0902 F004 ; spc icon no. for temperature < temp_min
94: 0B02 F104 ; spc icon no. for temperature >= (temp_min+range)
9C: 0C02 F204 ; spc icon no. of first icon (12 pics for a range from temp_min to temp_max (like accu indicator pics)
##########
# icon position #
7C: 66 4D ; icon_x_start
7E: 0D 9B ; icon_y_start
##########
# canvas (erase background under icon) position #
26: 66 4D ; canvas_x_start
28: 82 69 ; canvas_x_end ; x_start + iconwidth
24: 0D 9B ; canvas_y_start
1A: 1A A1 ; canvas_y_end ; y:start + iconheight
##########
# minimum temperature for display #
;5C: 96 96 ; temp_min: minimum temperature (0xB4 = 180 = 18°C), (0x96=150=15°)
; temp_max: temp_min + range (range is (a) 19.2°C or (b) 38.4°C)
##########
# range of display #
; you can make the range of the 12 icons between temp_min and temp_max 19.2°C or 38.4°C
; following lines: (a) range is 19.2°C, (b) range is 38.4°C
;72: 090F C90E ; (a): 090F, (b):C 90E
;78: 0011 4011 ; (a): 0011, (b): 4011
;66: 00 C0 ; (a): 00, (b): C0
##########
# temperature calibration #
34: 0F 0i012 ; Adjust temperature by 0.1°C: 000 - TBA, 030 - TEN, 015 - (TBA+TEN)/2, -010 - TBA-1
##########
# profile configuration #
; every single bit of the profile key represents a profile,
; the most left one is profile no. 7, the most right one profile no. 1
; to activate patch in a certain profile, set the according bit to 1
; example: 0n0100101 - patch is active in profiles no. 1, 3 and 6
06: 37 0n0111111 ; profile key
##########
# canvas mode #
;2A: 0E98 0020 ; normally line is turned off
; turn on line means: canvas doesn't select a background automatically, but
; erases always with SkinApplicationIdleImage. Use with an activated background
; image on phone to calibrate canvas
##########
+0
Und wie funktioniert dass dann mit diesesm Menü wo ich die ganzen Patches ein und ausschalten kann? Muss ich dazu auch einen Patch installieren (wenn ja, welchen?) oder geht das über das Factorymode-Menü?
Mfg
Unimatrix:cool: