aqui dejo el asm de un parchesito mio jeje espero les sirva
es para W705 R1GA031
Código:
include "x.inc"
include "w705.inc"
;W705 R1GA031
;show in FullScreen and add icon in SoundRecorderBook
;© albertnet3
;Ver_fix
org 0x154CFC82
fullScreen:
MOV R1, 4
org 0x154CFDC8
fullScreen1:
MOV R1, 4
org 0x154D097C
fullScreen2:
MOV R1, 4
org 0x154CFDDC
_1:
LDR R3, _abody
BLX R3
_abody dw body+1
org 0x154D098A
_2:
LDR R3, _abody1
BLX R3
align 4
_abody1 dw body1+1
org 0x15d7b4d0
body:
LDR R1, _Icon
LDR R0, [R5]
BL _SetTitleIcon
LDR R1, _label
LDR R0, [R5]
BL _SetTitleText
LDR R3, _return
BLX R3
body1:
LDR R1, _Icon
LDR R0, [R5]
BL _SetTitleIcon
LDR R1, _label
LDR R0, [R5]
BL _SetTitleText
LDR R3, _return1
BLX R3
_SetTitleText:
LDR R3, aGUIObject_SetTitleText
BX R3
_SetTitleIcon:
LDR R3, aGUIObject_SetTitleIcon
BX R3
aGUIObject_SetTitleText dw GUIObject_SetTitleText+1
aGUIObject_SetTitleIcon dw GUIObject_SetTitleIcon+1
_return dw 0x154CFDE4+1
_return1 dw 0x154D0992+1
_label dw 0x1f27
_Icon dw 0x2de
ammm lo que hace el parche jeje xD


Marcadores