View Single Post
Old 01-03-2005, 01:56   #202 (permalink)
lalo.lerry
No Life Poster
 
lalo.lerry's Avatar
 
Join Date: Jan 2004
Location: Italy
Age: 49
Posts: 1,018
Member: 50673
Status: Offline
Thanks Meter: 2
;*** SCT. Show Current Temperature instead of time or date v0.7***

;Firmware : S-ME45i v04
;Authors: rc-flitzer, trustkill, dp_sun, Lalo
;Release: July 28, 2004
;Updated: Gen 03, 2005
;v0.1: show temperature
;v0.2: show temperature if keylocked
;v0.3: show temperature if keylocked selectable through menu application
;v0.4: show temp instead time or instead of date
;v0.5: show + or - degree
;v0.6: add "C", add customization option, no used ¿ character, saved space
;v0.61: space saved
;v0.7: space saved, added °F option

;This patch shows temperature instead of time or date
;in idle screen if autodisplay voice in clock menu is setted,
;according to keyboard state and selectable through Riza's New Application Menu patch.



0x560531: C6743A 8730CE ;temp instead time

0x07CE30: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9A0906A0D7404200F2F43C3F8AF40270
0x07CE40: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FAC6743ADACABCACDACD5414E6F1952B
0x07CE50: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 26F4AA0A9D02E6F1952DDC49B8180882
0x07CE60: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FE0A00F6F40EFE5BEEF2FC0EFEF2F7
0x07CE70: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0CFEE7F23000BB0EF0C7E7F22C00BB0A
0x07CE80: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6F19543E6F29630DC59B828C4180200
0x07CE90: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FAC6683ADC49B928DC47DACBD01FDAFF
0x07CEA0: FFFFFFFFFFFF C03F0882CB00


;CUSTOMIZATION:
;-----------------
;Instead of what show temperature:
;default=instead of time
;uncomment these lines if you want to have it instead of date:
;0x560507: C66439 8730CE
;0x07CE42: 743A 6439
;0x560531: 8730CE C6743A

;When show temperature:
;default = if keyboard locked
;0x07CE30: 9A 8A ; if keyboard unlocked
;0x07CE30: 9A09 0D01 ;not keybord state dipendent

;Selection throught application menu (you must have NAM patch applied):
;default = voice number 8 (temperature)
;change voice 8 name from "empty" to "temperature" (uncomment)
;0x07CAF2: 2203 2B06
;change voice number:
;0x07CE3F: 70 x0
;where x is function number -1
;e.g.: 4 = voice n.5 (clock) = shows temp. if digiclock is on

;Fine tuning of temperature sensor:
;0x07CE52: AA xx
;where xx = AA +(-) difference between phone and real temperature x10 in hex
;e.g.: phone temp=25,6°C real temp=22,3°C
;25,6-22,3 = 3,3°C
;x10 = 33
;33decimal = 21hex
;AA+21 = CB
;correcting patch:
;0x07CE52: AA CB ;reduce sensor value of 3,3°C
;(method by chyberghost)

;Remove leading + or - sign (uncomment):
;0x07CE5A: DC49 0D02

;Draw only - sign (uncomment):
;0x07CE55: 02 05

;Remove leading 0 in 00-09°C (uncomment):
;0x07CE74: 30 91

;Remove ending C (uncomment)
;0x07CE82: 9543 0000

;Change ° scale from Celsius to Fahrenheit (uncomment):
;default = °C
;0x07CE50: 26F4AA0A FA87A6CE
;0x07CE83: 43 46
;0x07CEA6: FFFFFFFFFFFFFFFFFFFF 26F4AA0AE6FE09001B4E
;0x07CEB0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E05E5BEEF2F40EFE06F44001FA8754CE


;That's the very end!
;Enjoy it!

;© Lalo 2005 Luki's Siemens Modding Forum

Last edited by lalo.lerry; 01-03-2005 at 03:00.
  Reply With Quote
 
Page generated in 0.09411 seconds with 7 queries