- 积分
- 39
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|

楼主 |
发表于 2006-9-18 22:51:40
|
显示全部楼层
;*** AFA. Another_Function_of_Appointment ***
;Firmware : SL45v56
;Author : RizaPN
;Release : November 21, 2003
;After applying this patch, we will be able to schedule almost
;any "simple" task using Appointment. Task is written in the
;bytecode format in the text portion of Appointment, started with
;two spaces.
;For example: if we want to turn ON MP3Player at a specific date
;and time, then we just need to create an Appointment for that date
;and time, with this text: " DADBF886" ... (if you remember, DB86F8
;is the address of auto-play MP3Player, same with pressing PLAY button)
0x3CAD7E: 06FE5E00 FAC730DD
0x27DD30: FFFFFFFFFFFFFFFF DC49D418860046F1
0x27DD38: FFFFFFFFFFFFFFFF 20202D0406FE5E00
0x27DD40: FFFFFFFFFFFFFFFF FADC82ADE6FE8800
0x27DD48: FFFFFFFFFFFFFFFF 00E8E6FF0038DC49
0x27DD50: FFFFFFFFFFFFFFFF A92EBD0ABB125C41
0x27DD58: FFFFFFFFFFFFFFFF F132BB0F7123D740
0x27DD60: FFFFFFFFFFFFFFFF 3700B92F08F10DF3
0x27DD68: FFFFFFFFFFFFFFFF E6F1DB00D7403700
0x27DD70: FFFFFFFFFFFFFFFF B81FDA0D00F8FADC
0x27DD78: FFFFFFFFFFFFFFFF EAABDC49992E27F2
0x27DD80: FFFFFFFFFFFFFFFF 300047F20A008D03
0x27DD88: FFFFFFFFFFFFFFFF 67F2DF002927CB00
;All task is possible to be scheduled (and even multiple task
;in a single schedule, maximum 16 bytecode). Just need to search
;the correct bytecode to execute that task.
================================================
;*** LOL. Loadable_Operator_Logo ***
;Firmware : SL45v56
;Author : RizaPN
;Release : November 24, 2003
;Need "SOL. Selectable_Operator_Logo (New version)" patch
;This patch will modify the size of "Screen style bitmap" to become
;101x47 (original: 101x80) to be used by "SOL" patch.
;Animated Operator Logo, then, is loadable from MMC through the
;Setup->Device->Display->Screen style menu. Images should be named
;as "OL_1.bmp" until "OL_10.bmp" with size 101x47.
0x1A21C2: 50 2F
0x1A21C4: 1804 6B02
0x1A21EB: 4E 4C
0x27D184: 8702 3C4E
;If you want to center the "PowerONAnimation" images,
;unmark these data:
;0x1835A1: 00 10
;0x1835A5: 00 10
;0x1835A9: 00 10
;0x1835AD: 00 10
;0x1835B1: 00 10
;0x1835B5: 00 10
;0x1835B9: 00 10
;0x1835BD: 00 10
;0x1835C1: 00 10
;0x1835C5: 00 10
;If you want to use "shutdownAnimation" as a "PowerONAnimation",
;unmark these data:
;0x1835A2: 3C4E 7B00
;0x1835A6: 3D4E 7C00
;0x1835AA: 3E4E 7D00
;0x1835AE: 3F4E 7E00
;0x1835B2: 404E 7F00
;0x1835B6: 414E 8000
;0x1835BA: 424E 8100
;0x1835BE: 434E 8200
;0x1835C2: 444E 8300
;0x1835C6: 454E 8400
__________________ |
|