View Single Post
Old 02-01-2005, 08:40   #834 (permalink)
anuroj_007
Freak Poster
 
anuroj_007's Avatar
 
Join Date: May 2004
Age: 61
Posts: 315
Member: 66180
Status: Offline
Thanks Meter: 0
Could someone re-make this patch for M55 v91?

;S65v41 - Display customized Date, time and week in place of provider name in screensaver and mainscreen v2.1german
;(c) Bennie
;(i) avkiev
;(i) arsh0r

;currently the patch has 2 format strings (mainscreen/screensaver) and german
;names for days/months you can easily edit output format and change the strings
;for week/month names. the following formats are possible:
;%y = last 2 chrs of yeah f.ex. "05"
;%Y = full year f.ex. "2005"
;%m = month f.ex. "01"
;%M = name of month f.ex. "Januar"
;%D = day of month f.ex. "15"
;%H = hour f.ex. "18"
;%F = Mintues f.ex. "14"
;%W = Day of week f.ex. "Sa"
;when you edit name of month/days be sure that one \0 remains as delimiter

0x016A0BBC: F7B52E4E0C1CB079 004B9F46030380A0 ;call from screenasaver
0x016B99B0: FDFCB8A0 170380A0 ;call from mainscreen

#pragma enable old_equal_ff
0x00800100: 30B50023C0465C000C5B002C05D05C00
0x00800110: 0C5B5D0054530133F5E70468E418013C
0x00800120: 046030BDBCB5051C0C1C291C0A207D4A
0x00800130: 12689047009001910098303020800234
0x00800140: 0198303020800234BCBDF0B587B0061C
0x00800150: 0D1C01200690346802A904A8724A1268
0x00800160: 9047C0462888002867D02888252865D1
0x00800170: 02352888592830D00EDC482871D006DC
0x00800180: 00286FD044286ED046284AD189E04D28
0x00800190: 55D0572845D190E06D2843D006DC6428
0x008001A0: 63D066286ED068283BD16DE077286AD0
0x008001B0: 792836D164205B4A0499126890470090
0x008001C0: 019108040714069840000119381CFFF7
0x008001D0: A9FF06980230069023E06420514A0499
0x008001E0: 12689047009001910004071406984000
0x008001F0: 0119381CFFF796FF0698023006906420
0x00800200: 484A0499126890470090019108040714
0x00800210: 069840000119381CFFF784FF06980230
0x00800220: 069066E0069A5200111900AB187DFFF7
0x00800230: 79FF0698023006905BE05CE052E00698
0x00800240: 4000021900AB187D14235843374BC018
0x00800250: 011C143906A8FFF753FF069801300690
0x00800260: 02E012E03DE002E043E0FFE7C046069A
0x00800270: 5200111900AB587DFFF754FF06980230
0x00800280: 069036E00CE017E0C046069A52001119
0x00800290: 00AB187AFFF746FF06980230069028E0
0x008002A0: C046069A5200111900AB587AFFF73AFF
0x008002B0: 0698023006901CE0C04604A81C490968
0x008002C0: 88470623584319492A39471806984000
0x008002D0: 0219391C06A8FFF713FF069801300690
0x008002E0: 07E009E0288806994900605206980130
0x008002F0: 0690023536E7C04606980138208007B0
0x00800300: F0BD70B5051C0C1C161C0849F031201C
0x00800310: FFF71BFF70BD10B5041C0649201CFFF7
0x00800320: 14FF10BD9C0480A0940480A0620380A0
0x00800330: 980480A0720480A0

;weekdays can be 3 chars long (including \0)
0x00800338: 'Mo\0'
0x0080033E: 'Di\0'
0x00800344: 'Mi\0'
0x0080034A: 'Do\0'
0x00800350: 'Fr\0'
0x00800356: 'Sa\0'
0x0080035C: 'So\0'

;months can be 10 chars long (including \0)
0x00800362: 'Jan\0'
0x00800376: 'Feb\0'
0x0080038A: 'Mär\0'
0x0080039E: 'Apr\0'
0x008003B2: 'Mai\0'
0x008003C6: 'Jun\0'
0x008003DA: 'Jul\0'
0x008003EE: 'Aug\0'
0x00800402: 'Sep\0'
0x00800416: 'Okt\0'
0x0080042A: 'Nov\0'
0x0080043E: 'Dez\0'


;format string can be 16 chars long (including \0)
0x00800452: '%W, %D. %M %Y\0' ;format for screensaver
0x00800472: '-=%H:%F=-\0' ;format for mainscreen

0x00800494: 5782C3A01B5882A03C8B83A0
#pragma disable old_equal_ff
  Reply With Quote
 
Page generated in 0.09220 seconds with 7 queries