Symbian-Developers

Symbian S60 V5/3/Legacy => S60v5 Modding => Topic started by: iChris701 on October 26, 2012, 01:19:49 pm

Title: Logger Saver Mod
Post by: iChris701 on October 26, 2012, 01:19:49 pm
I have added a new feature on sysap.exe that is ,it saves log even after you change the SIM.Also lock key
option on power menu replaced with reboot.

copy files to rofsN.

Tested on Blaze.


For curious people what has been done is :

Code: [Select]
.text:000107C8 var_40          = -0x40
.text:000107C8 var_3C          = -0x3C
.text:000107C8 var_30          = -0x30
.text:000107C8 var_28          = -0x28
.text:000107C8 var_24          = -0x24
.text:000107C8 var_20          = -0x20
.text:000107C8 var_1C          = -0x1C
.text:000107C8 var_18          = -0x18
.text:000107C8 var_14          = -0x14
.text:000107C8 var_10          = -0x10
.text:000107C8
.text:000107C8                 PUSH    {R4,R5,LR}
.text:000107CA                 SUB     SP, SP, #0x34

is patched to


.text:000107C8 var_40          = -0x40
.text:000107C8 var_3C          = -0x3C
.text:000107C8 var_30          = -0x30
.text:000107C8 var_28          = -0x28
.text:000107C8 var_24          = -0x24
.text:000107C8 var_20          = -0x20
.text:000107C8 var_1C          = -0x1C
.text:000107C8 var_18          = -0x18
.text:000107C8 var_14          = -0x14
.text:000107C8 var_10          = -0x10
.text:000107C8
.text:000107C8                 BX      LR
.text:000107CA                 SUB     SP, SP, #0x34



TO MOD YOUR OWN FILE !!

Code: [Select]

open sysap.exe find 200010BD30B58DB0 and replace it with 200010BD70478DB0


Thanks to CODeRUS and iExtraX7 for the info i have got from them.






[attachment deleted by admin]
Title: Re: Logger Saver Mod
Post by: sathasb on October 26, 2012, 01:56:49 pm
nice work mate, +1 :)
Title: Re: Logger Saver Mod
Post by: prarun2030 on October 26, 2012, 02:13:54 pm
man, you really rock! \m/
Title: Re: Logger Saver Mod
Post by: siddhesh3 on October 26, 2012, 08:36:14 pm
+1 really nice :D
Title: Re: Logger Saver Mod
Post by: Allstar12345 on October 26, 2012, 09:26:36 pm
Nice one bro +1 ;)