Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;W902 SW-R3EG004;W595 SW-R3EF001
- ;In the case of outgoing and incoming caller's photo shows a full area of the screen.
- ;The best option - to make photos near the size and assign the appropriate contacts.
- ;v. 2.5
- ;Added background, and better viewing caller's photo when viewing SMS's
- ;(c) jamesbond22
- ;(p) MiFa
- include "x.inc"
- include "lib\w902_r3eg004.asm"
- org 0x10E0ED4E;10e06dfe
- ;pg_SetupCall__0xF+5Ej
- ldr R3, off_address1
- blx R3
- org 0x10E0EDF4;10e06ea4
- ;pg_SetupCall__0xF+BCr
- off_address1 dw settings1+1
- org 0x10E105D8;10e08688
- beq 0x10E105F4;10E086A4
- org 0x10E105E8;10e08698
- bne 0x10E105F4;10E086A4
- org 0x10E10654;10e08704
- dword_10E08704 dw 0x78000020
- org 0x10E11D5A;10e09e16
- ;pg_AskAnswer__0xF+A4j
- blx R2
- org 0x10E12004;10e0a0c0
- ;pg_AskAnswer__0xF
- dw settings2+1
- org 0x10A42A64;10a3a3f4
- bx LR
- settings1:
- push {R0-R7,LR}
- ldr R0, [R4,0x38]
- mov R1, 4
- bl GUIObject_SetStyle
- ldr R0, [R4,0x38]
- bl GUIObject_SoftKeys_RemoveBackground
- ldr R0, [R4,0x38]
- ldr R1, icon_pic_background
- bl settings3
- pop {R0-R7}
- ldr R0, [R4,0x38]
- ldr R1, off_jump_setupcall_h2
- pop {PC}
- settings2:
- push {R0-R7,LR}
- ldr R0, [R5,0x18]
- mov R1, 4
- bl GUIObject_SetStyle
- ldr R0, [R5,0x18]
- bl GUIObject_SoftKeys_RemoveBackground
- ldr R0, [R5,0x18]
- ldr R1, icon_pic_background
- bl settings3
- pop {R0-R7}
- ldr R2, off_jump_askanswer
- ldr R0, [R5,0x18]
- pop {PC}
- settings3:
- push {R4,LR}
- add R4, R1, 0
- bl GUIObject_GetDispObject
- add R1, R4, 0
- ;SetBackgroundImage
- bl 0x108DCEE8;108D4388
- pop {R4,PC}
- ;--------------------------------------------------------------------------------
- align 4
- off_jump_setupcall_h2 dw 0x10E0EE50+1;10E06F00+1
- off_jump_askanswer dw 0x10E12300+1;10E0A3BC+1
- icon_pic_background dw 0xF327
Advertisement
Add Comment
Please, Sign In to add comment