thank you very much for your lessons on patch porting. But sometimes when I porting a patch, for example, clock on status bar, some of the code is as follow:
STMFD SP!, {R0-R12}
SUB SP, SP, #0x110
LDR R0, =0x1231A580
LDRB R0, [R0]
LDR R1, =0x1231A57B
LDRB R1, [R1]
ORRS R0, R0, R1
BNE loc_105B307C
this address is not in CG1 or any of the other CGs, how does this address come from and how can I change this address when I porting a patch
I am looking forward to your reply!
STMFD SP!, {R0-R12}
SUB SP, SP, #0x110
LDR R0, =0x1231A580
LDRB R0, [R0]
LDR R1, =0x1231A57B
LDRB R1, [R1]
ORRS R0, R0, R1
BNE loc_105B307C
this address is not in CG1 or any of the other CGs, how does this address come from and how can I change this address when I porting a patch
I am looking forward to your reply!