I as well other member will try to help out
The Patch Creation/Editing Discussion Thread
#1 OFFLINE
Posted 26 April 2011 - 08:50 AM
I as well other member will try to help out
All support question sent to my email/PM will be ignored
#2 OFFLINE
Posted 26 April 2011 - 09:00 AM
thx for this.
i ask first!
ive ported this patch but it seems that it dont work.can u help me to fix it?
thx in advance
Edited by Boysie, 26 April 2011 - 11:26 AM.
Spoiler added
#3 OFFLINE
Posted 26 April 2011 - 09:20 AM
MEHRDAD, on 26 April 2011 - 09:00 AM, said:
thx for this.
i ask first!
ive ported this patch but it seems that it dont work.can u help me to fix it?
thx in advance
Did the GUI part works? If the GUI works, seperate GUI code from SMS sending code. Then derive the algorithm of the SMS sending code, lebel the code. Then look again what cause the patch to fail, or post the fully commented/algo-ed code here, I'll take a look.
All support question sent to my email/PM will be ignored
#4 OFFLINE
Posted 26 April 2011 - 09:39 AM
blacklizard, on 26 April 2011 - 09:20 AM, said:
plz see:
scr16-06-15.png 11.03K
95 downloads
scr16-06-18.png 11.49K
89 downloads
scr16-06-20.png 10.89K
60 downloadsQuote
what u need that i post?
btw,if possible make a patch that changes color of showing timer of phone(settings->calls->time and cost->call timer)
Edited by MEHRDAD, 26 April 2011 - 09:45 AM.
#5 OFFLINE
Posted 26 April 2011 - 10:10 AM
MEHRDAD, on 26 April 2011 - 09:39 AM, said:
Can be done
All support question sent to my email/PM will be ignored
#6 OFFLINE
Posted 26 April 2011 - 10:17 AM
Edited by Boysie, 26 April 2011 - 11:26 AM.
Spoiler added
#7 OFFLINE
Posted 26 April 2011 - 11:24 AM
ive used lib.asm,which JB22 has ported and i check all other hooks and they are correct,so font think it coz of hooks
and thx for that patch
Edited by MEHRDAD, 27 April 2011 - 04:24 PM.
#8 OFFLINE
Posted 26 April 2011 - 11:34 AM
Personal messages that have no need to be private will not be answered. We have a forum for asking questions so please use it.
#9 OFFLINE
Posted 26 April 2011 - 11:37 AM
#10 OFFLINE
Posted 27 April 2011 - 05:40 PM
To whom wan't to create patch that choose color, follow example from my patch. Attached the source.
Attached Files
All support question sent to my email/PM will be ignored
#11 OFFLINE
Posted 28 April 2011 - 09:12 AM
I have little problem in The label..
here the asm
Everything work except 'ss' word..

It should write 'ok',
Elfpack_J105_R1HA035_rev3666.zip
#12 OFFLINE
Posted 28 April 2011 - 09:20 AM
Rizalmx, on 28 April 2011 - 09:12 AM, said:
I have little problem in The label..
here the asm
Everything work except 'ss' word..

It should write 'ok',
Port from IAR source.
All support question sent to my email/PM will be ignored
#13 OFFLINE
Posted 01 May 2011 - 07:08 AM
---
can u say some explaination for that color patch ?
thx
Edited by MEHRDAD, 01 May 2011 - 07:26 AM.
#14 OFFLINE
Posted 01 May 2011 - 07:50 AM
Rizalmx, on 28 April 2011 - 09:12 AM, said:
some code... LDR r2 = proc LDR r1 = action (this should point to dword with a const, set it to "ACTION_OK") ??? r0 = gui* BL some_label ;GUIObject_SoftKeys_SetAction( r0, r1, r2); some code... remove SetText function some code... some_label: LDR R3, func_addr BX R3 func_addr: dw GUIObject_SoftKeys_SetAction+1
then remove related set text function, and all should be good, currently it will be using either "ACTION_SELECT" or "ACTION_SELECT1" =)
Edited by diezil, 01 May 2011 - 07:53 AM.
User responds: 011001000110100101100101011110100110100101101100
diezil: born 9-12-1998 laid to rest 2-8-2012 you'll always be loved, never forgotten.
#15 OFFLINE
Posted 01 May 2011 - 08:44 AM
MEHRDAD, on 01 May 2011 - 07:08 AM, said:
---
can u say some explaination for that color patch ?
thx
diezil, on 01 May 2011 - 07:50 AM, said:
some code... LDR r2 = proc LDR r1 = action (this should point to dword with a const, set it to "ACTION_OK") ??? r0 = gui* BL some_label ;GUIObject_SoftKeys_SetAction( r0, r1, r2); some code... remove SetText function some code... some_label: LDR R3, func_addr BX R3 func_addr: dw GUIObject_SoftKeys_SetAction+1
then remove related set text function, and all should be good, currently it will be using either "ACTION_SELECT" or "ACTION_SELECT1" =)
ldr r2, = PROC
ldr r1, = 0xFBF
ldr r0, [r?,#0x??]
;r? = pointer to book
;0x?? = where GUI located in the book
ldr r3, =GUIObject_SoftKeys_SetAction
blx r3
PROC:
push{LR}
;r0 = book
;r1 = GUI*
;some code
pop{PC}
Edited by blacklizard, 01 May 2011 - 08:58 AM.
All support question sent to my email/PM will be ignored
#16 OFFLINE
Posted 01 May 2011 - 09:08 AM
gui (r0)/SetAction function is different in his asm, he only needs to change dword and remove SetText ref's
(its a port, not rewrite, you will confuse him lol)
User responds: 011001000110100101100101011110100110100101101100
diezil: born 9-12-1998 laid to rest 2-8-2012 you'll always be loved, never forgotten.
#17 OFFLINE
Posted 01 May 2011 - 09:09 AM
All support question sent to my email/PM will be ignored
#18 OFFLINE
Posted 01 May 2011 - 09:43 AM
i need more info,thx
#19 OFFLINE
Posted 02 May 2011 - 07:59 AM
I dont know about assembly and c++ language...
Oke I will try port it from IAR source...
Elfpack_J105_R1HA035_rev3666.zip
#20 OFFLINE
Posted 09 May 2011 - 08:38 PM

0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





