PDA

View Full Version : How To Change Call Duration Time Possition?



magix
20-10-2004, 11:51 AM
Please Help Me!!!

code=x2c(B5FF1C07263A4819F000F8002800D02BB084466D78381C29F000F80070AE78781CE9F000F800716E78B81DA9F000F800480FF000F8001C041C281C21F000F80021541A09084B20301C21F000F80022181A120852320F18121C281C191C23F000F800F000F800B004BDFF46C0AAAAAAAAAAAAAAAA)
create "code"; own_call_duration=rc
setbl own_call_duration+x2d(08) OWN_GET_CONFIG
setbl own_call_duration+x2d(18) LTOA
setbl own_call_duration+x2d(22) LTOA
setbl own_call_duration+x2d(2c) LTOA
setbl own_call_duration+x2d(32) OWN_GET_FONT
setbl own_call_duration+x2d(3c) OWN_GET_STRING_WIDTH
setbl own_call_duration+x2d(4a) OWN_GET_CHAR_BASE
setbl own_call_duration+x2d(5e) OWN_PRINT_STRING
setbl own_call_duration+x2d(62) SHOW_PRINTS
setlong own_call_duration+x2d(6c) CONFIG_ID
setlong own_call_duration+x2d(70) FONT

I' think its somwere here but where? :???:

mestrini
20-10-2004, 01:56 PM
answer given by YAK:


The time displayed by call_duration patch is centered in box 0/15/84/24 (X/Y/Width/Height). That's why nobody is able to locate the coordinates. The text is rendered directly on screen so no zones are used (this also causes the time to be displayed even when you change the volume). Take a look at call_duarion.asm, if you know ARM assembly you will be able to change it. The coordinates are calculated just before own_print_string call.

the rest is up to you... or someone with time :-P

chees

ShadoW2004
31-10-2004, 06:01 AM
What about showing call duration after call ~ 3 secs?