GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   x4x, x5x Flashpatching (https://forum.gsmhosting.com/vbb/f341/)
-   -   SLIKv56: Flash Patching (3rd part) ... (https://forum.gsmhosting.com/vbb/f341/slikv56-flash-patching-3rd-part-78757/)

Fabi_Kc 10-17-2004 20:53

Hi all!

Can some copy/paste patch version who work normaly?
Automatic recording for incoming & outgoing voice calls for SL45 v56

It a few versions, but every version on outgoing call (when the dictaphone must start record) shutdown my phone..

So if you applay this patch, and it work normaly on your phone please copy paste your applayed patch here.

Please help.

Seten 10-18-2004 15:23

Is there a patch that let me chose if I want to copy or move a file on the card MMC.?

cyperghost 10-18-2004 20:39

The move option is included in regular firmware in card explorer. For copy there must be a patch or maye better a JAVA midlet. Maybe a "Norton" Clone? ;)

Seten 10-21-2004 09:14

Ha Ha Ha, "Norton SLIK" -better then Norton commander

trustkill 10-21-2004 10:26

Quote:

Originally Posted by rc-flitzer
@trustkill: You could use some .bin program (like Battery Charge Info) for switching vibra on/off.
Code:

mov [-r0], r12
mov r12, 02Fh ; vibra "sound"
calls 0C30014h ; tone no. in r12
mov r12, [r0+]
rets

And for stopping vibra:
Code:

mov [-r0], r12
mov r12, 00h  ; silence
calls 0C30014h ; tone no. in r12
mov r12, [r0+]
rets

You know how to compile. ;) If you want a shortcut for this function,that's not so easy. Maybe a change in the "java shortcut with right key" patch would do, it's of course possible.

OK, now I changed it to:
Code:

        base 000000h
        mov        r12, #2Fh  ; or #00h
        calls        0C30014h
        rets

and compiled it with patch2bin.pl .... Very fine.
I have now "VibraOn.bin" & "VibraOff.bin", it´s a great sample for the BFA.Binary File Access Patch.

For everyone who´s interested, here is a link to the patch2bin perl script:
LINK to patch2bin

Fabi_Kc 10-24-2004 14:03

Hi all.

Can someone insert text on this functions in first application Riza menu:
Function 9 ---- BlinkLight
Function 13 ---- MenuButton
Function 14 ---- RecordAll
Function 15 ---- Temp.

Second:

About "RAC-Record All Calls V3" patch from DeadManS (14. 08. 2004.)
When I call someone the auto record start fine and there is no problem.
When I want finish the call first I must press left soft key button to save.
I automaticly (before when I applay this patch) press red button to
end the call.
And now (with patch) when I whant to end call and I press red button, phone
goes off from dictaphone and I lose my record conversation. First I must
click on left soft key button to STOP then to SAVE, and then with red butoon
break the line.
My question is..
Can someone make patch that be red button be first stop then save button (like left soft key)?
I hope you understand what I mean.

I know for Riza patch "RBD. RED Button in Dictaphone" but than again I must press two times left soft button and one time rigt soft button to save, and than press red button to end call.

I want press only red buton:
1. time: for stop
2. time: for Save
3. time: for Save in that name
4. time: for end call

Or maybe someone can do it all in one or two times with new patch? :)

Thanks to all patches and thanks DeadMeanS for this great patch)

Thered:

With VWO patch I got vibration when I established telephone line with person I called.
Could someone remove that vibration?


Thanks all again.

Jakosek 10-25-2004 12:55

what with "Hands Free" in SLIK?? somebody do it for us?

Tr0nAd0r 10-26-2004 19:36

I need the location and how to use this functions:

LightsOn()
LightsOff()

Im making a patch to power on and power off the ilumination of screen in a specify time (as AutoProfile)


I need to this other function:

EndActualCall()

trustkill 10-26-2004 20:32

Quote:

Originally Posted by Tr0nAd0r
I need the location and how to use this functions:

LightsOn()
LightsOff()

Im making a patch to power on and power off the ilumination of screen in a specify time (as AutoProfile)


I need to this other function:

EndActualCall()

Maybe this patch code helps:

;*** APS+ALF Automatic Profile Swapping and Auto Backlight Function ***
;This patch add two functions to Application Menu

;Firmware: SL45v56
;Author : A_Alex
;Version : 1.00
;Release : November 26, 2003

;This patch will add two new function in ("Application" under Setup
;Automatic Profile Swapping - this function automaticaly switching
;between Normal Evinronment profile and Profile 1 in define time.
;Default time for Normal Evinronment from 07:00 - 20:00 and
;time for Profile 1 from 20:00 to 07:00.
;Auto Backlight Function works with backlight similarly.
;Time then backlight is turned ON 17:00 to 08:00
;You must have RizaPN APP Patch for use this.
;After apllying this patch follow Main Menu->Setup->Application->
;Function 8 will be Auto Backlight.
;Function 9 will be Auto Profiles.
;This patch is run with no problem under English Menu (only).
;If you are using another Language Pack, please use
;Siemens_Language_Tool by Skylord for modify your language
;---------------------------------------------------
;Next 2 lines will modify your langpack, please comment this if
;you give warning message: The new data not found in flash
;4E6A6A: 08D7E56DC986100218A92824 0C7CBBB754A36A2518345F22
;4E6B1A: 08D7E56DC986102C 087CBBB768FFB067
;----------------------------------------------
3B36C6: 46FCFFFF DAE000C7

40C700: FFFFFFFFFFFFFFFF 88C088D088908840
40C708: FFFFFFFFFFFFFFFF D7400E00F2F9423A
40C710: FFFFFFFFFFFFFFFF D7400D00F2FDDE25
40C718: FFFFFFFFFFFFFFFF 9AF90180BB0A9AF9
40C720: FFFFFFFFFFFFFFFF 0170BB1C98409890
40C728: FFFFFFFFFFFFFFFF 98D098C046FCFFFF
40C730: FFFFFFFFFFFFFFFF DB00E6FC030346FD
40C738: FFFFFFFFFFFFFFFF 14009D0446FD0700
40C740: FFFFFFFFFFFFFFFF 8D0150CCD7400D00
40C748: FFFFFFFFFFFFFFFF 42FC88242D06D740
40C750: FFFFFFFFFFFFFFFF 0D00F6FC8824DAA4
40C758: FFFFFFFFFFFFFFFF 4A98CB00E6003600
40C760: FFFFFFFFFFFFFFFF CC00F3F8F90A46FD
40C768: FFFFFFFFFFFFFFFF 11008D0666F40400
40C770: FFFFFFFFFFFFFFFF 3D02DADE2617CB00
40C778: FFFFFFFFFFFFFFFF 46FD08008DF766F4
40C780: FFFFFFFFFFFFFFFF 04002D02DADE3817
40C788: FFFFFFFFFFFFFFFF CB00FFFFFFFFFFFF
;----------------------------------------
;If You DON'T want use Auto Swap Profiles function UNCOMMENT next line
;40C71Ñ: FFFF CC00
;If You DON'T want use Auto Backlight function UNCOMMENT next line
;40C722: FFFF CC00
;----------------------------------------
;Note: You can't switch manualy to other profile while Auto Profiles is checked
;And you can't turn on/off backlight while Auto Light is checked.
;For Advanced users:
;If you want change time you must change one byte at address:
;40C738 - Time to activate Profile 1. Default value #14h (20:00)
;40C73E - Time to activate Normal Profile. Default value #07h (7-00)
;40C768 - Time to turn Illumination ON. Default value #11h (17-00)
;40C77A - Time to turn Illumination OFF. Default value #08h (8-00)
;Please remember time to activate Profile 1 MUST BE GREATER than
;activation time Normal profile, îtherwise this would be work incorrectly
;Similarly time to turn illumination ON must be greater then time to turn OFF
;
;Thanks to RizaPN for your GREAT work.

;Auto Profil switching set to:
;"activate Profile 1: 23:00"
;"activate Normal Profile: 09:00"
40C738: 14 17
40C73E: 07 09

;Auto Backlight function set to:
; "turn Illumination on: 20:00"
; "turn Illumination off: 08:00"
40C768: 11 14
40C77A: 08 08

lalo.lerry 10-26-2004 22:46

Quote:

Originally Posted by Tr0nAd0r
I need the location and how to use this functions:

LightsOn()
LightsOff()

Im making a patch to power on and power off the ilumination of screen in a specify time (as AutoProfile)


I need to this other function:

EndActualCall()

You need lighton/off for a specified time or SetLightFlagOn/Off?
I have all of them (for S45i)

Tr0nAd0r 10-27-2004 01:50

Quote:

Originally Posted by lalo.lerry
You need lighton/off for a specified time or SetLightFlagOn/Off?
I have all of them (for S45i)

I need lighton/off for a specified time

Ex:

Night 05:00pm LightsON
Day 07:30am LightsOff

I need make a patch for save battery turning on/off the lights.

trustkill 10-27-2004 07:29

Patch already exists, see be post before (APS+ALF Automatic Profile Swapping and Auto Backlight Function]

hookah 10-27-2004 14:07

LPE. Loadable Parameter's EEPROM v1.2 !???HOW!???
 
I Install LPE, but when I start midlet "options" and write the cordinates, x, y and more... and when I select the buton "EXIT" my phone i turn off!??
In patch write...
How I can install block 5168!??? I don't know!?

;*** LPE. Loadable Parameter's EEPROM v1.2 *** (ñ) DeadManS
;Need unistall LPF!!!
;!Need install block 5168 in EEPROM. See in atach.!!!!!!!!!!!!!!!!!????
;Midlet Options - for changes bytes (Options\storage\param.txt - description bytes)
0000F394: E0AC00C0 DAE09CD2
0040D290: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF BB0DDAC2922F06F00800DB00BB07DAC2
0040D2A0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3E2F06F00800E0AC00C0DB00E00C88C0
0040D2B0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088C0E6FC440088C0E6FC3014E6FD
0040D2C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3004E03ED7500300F6FD2A04F6FE2C04
0040D2D0: FFFFFFFF E00FCB00

hookah 10-27-2004 14:29

ok!
 
I'm write block 5168, it's little hard to do.
But can I hide the anthena symbol and batery symbol, only stay the digitDB and digitV!?

guguly 10-28-2004 15:24

Hi to all! Can anyone please help me convert the temperature/date patch below to use Function 16 instead of 15 (old application menu)?

Advance thanks! :)



; zentrieren oder links/rechts je nach Geschmack (siehe Datumszeilen-Patch)
0x3B00AA: E6FE1DE0 E6FE1EE0 ; "center" date
0x3B0110: E6FE1CE0 E6FE1EE0 ; "center" clock/temperature

0x3B00A0: DAE6EC5F DAC78EE1 ; Datum zeigen, wenn Fkt.Nr. 15 nicht gewählt
0x3B0106: DAE6EC5F DAC79AE1 ; Temperatur zeigen, wenn Fkt.Nr. 15 gewählt

0x3B00E8: DAA4E4BA DAC722E1 ; Uhrzeitstring --> Temperaturstring

; Temperaturstring erzeugen (wie vorher)
0x27E122: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8890888088608840F09FF08ED7400F00
0x27E132: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F2F6162026F6AA0AE10826F664008D02
0x27E142: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 09810DFB06F66400E10926F60A008D02
0x27E152: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 09910DFB06F60A00F1DCE7FC2C0007FD
0x27E162: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 300007F9300007F83000DC59B848C468
0x27E172: FFFFFFFFFFFF 02000884E6F4
0x27E178: FFFF 6043 ; =°C
0x27E17A: FFFFFFFFFFFFFFFF E006DC59B848C468
0x27E182: FFFFFFFFFFFFFFFFFFFFFFFF 02009840986098809890DB00

; Patch auswählbar durch Funktion 15
0x27E18E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF BB0B8AF402E0DAE6EC5FDB00BB059AF4
0x27E19E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 02E0DAE6EC5FDB00D7400E00F2F4423A
0x27E1AE: FFFF CB00

;Text Function 15: °C/ Date:
; 4EA286: 09650785104D2E8252 09650785104D36AD52



; Ändert das umgedrehte ? in °:
; 00494DB6: 0600 0510
; 00494DB9: 10 28
; 00494DBB: 00 28
; 00494DBF: 10 00
; 00494DC1: 20 00
; 00494DC3: 44 00
; 00494DC5: 44 00
; 00494DC7: 38 00

trustkill 10-28-2004 15:43

Try this, I did not test it, but I think it has to work:

0x27E18E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF BB0B8AF402E0DAE6EC5FDB00BB059AF4
0x27E19E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 02E0DAE6EC5FDB00D7400E00F2F4423A

Change the yellow "E0" to "F0"
DEC 15=14= C in HEX
DEC 16=15= F in HEX

Try to change only the first one . If it doesn´t work change the second one, too.

Fabi_Kc 10-28-2004 20:05

Like gugly :)
Hi to all! Can anyone please help me convert the this patch from Function 8 and Function 9 to Function 10 and 11 (old application menu)?

Thanks.


;*** APS+ALF Automatic Profile Swapping and Auto Backlight Function ***
;This patch add two functions to Application Menu

;Firmware: SL45v56
;Author : A_Alex
;Version : 1.00
;Release : November 26, 2003


;This patch will add two new function in ("Application") under Setup
;Automatic Profile Swapping - this function automaticaly switching
;between Normal Evinronment profile and Profile 1 in define time.
;Default time for Normal Evinronment from 07:00 - 20:00 and
;time for Profile 1 from 20:00 to 07:00.
;Auto Backlight Function works with backlight similarly.
;Time then backlight is turned ON 17:00 to 08:00
;You must have RizaPN APP Patch for use this.
;After apllying this patch follow Main Menu->Setup->Application->
;Function 8 will be Auto Backlight.
;Function 9 will be Auto Profiles.
;This patch is run with no problem under English Menu (only).
;If you are using another Language Pack, please use
;Siemens_Language_Tool by Skylord for modify your language
;---------------------------------------------------
;Next 2 lines will modify your langpack, please comment this if
;you give warning message: The new data not found in flash
4E6A6A: 08D7E56DC986100218A92824 0C7CBBB754A36A2518345F22
4E6B1A: 08D7E56DC986102C 087CBBB768FFB067
;----------------------------------------------
3B36C6: 46FCFFFF DAE000C7

40C700: FFFFFFFFFFFFFFFF 88C088D088908840
40C708: FFFFFFFFFFFFFFFF D7400E00F2F9423A
40C710: FFFFFFFFFFFFFFFF D7400D00F2FDDE25
40C718: FFFFFFFFFFFFFFFF 9AF90180BB0A9AF9
40C720: FFFFFFFFFFFFFFFF 0170BB1C98409890
40C728: FFFFFFFFFFFFFFFF 98D098C046FCFFFF
40C730: FFFFFFFFFFFFFFFF DB00E6FC030346FD
40C738: FFFFFFFFFFFFFFFF 16009D0446FD0600
40C740: FFFFFFFFFFFFFFFF 8D0150CCD7400D00
40C748: FFFFFFFFFFFFFFFF 42FC88242D06D740
40C750: FFFFFFFFFFFFFFFF 0D00F6FC8824DAA4
40C758: FFFFFFFFFFFFFFFF 4A98CB00E6003600
40C760: FFFFFFFFFFFFFFFF CC00F3F8F90A46FD
40C768: FFFFFFFFFFFFFFFF 11008D0666F40400
40C770: FFFFFFFFFFFFFFFF 3D02DADE2617CB00
40C778: FFFFFFFFFFFFFFFF 46FD08008DF766F4
40C780: FFFFFFFFFFFFFFFF 04002D02DADE3817
40C788: FFFFFFFFFFFFFFFF CB00FFFFFFFFFFFF
;----------------------------------------
;If You DON'T want use Auto Swap Profiles function UNCOMMENT next line
;40C71C: FFFF CC00
;If You DON'T want use Auto Backlight function UNCOMMENT next line
;40C722: FFFF CC00
;----------------------------------------
;Note: You can't switch manualy to other profile while Auto Profiles is checked
;And you can't turn on/off backlight while Auto Light is checked.
;For Advanced users:
;If you want change time you must change one byte at address:
;40C738 - Time to activate Profile 1. Default value #14h (20:00)
;40C73E - Time to activate Normal Profile. Default value #07h (7-00)
;40C768 - Time to turn Illumination ON. Default value #11h (17-00)
;40C77A - Time to turn Illumination OFF. Default value #08h (8-00)
;Please remember time to activate Profile 1 MUST BE GREATER than
;activation time Normal profile, îtherwise this would be work incorrectly
;Similarly time to turn illumination ON must be greater then time to turn OFF
;
;Thanks to RizaPN for your GREAT work.
;A_Alex

Red_Fox_ 10-28-2004 20:50

try :

40C718: 9AF90180BB0A9AF9 9AF901a0BB0A9AF9
40C720: 0170BB1C98409890 0190BB1C98409890

guguly 10-29-2004 00:22

Quote:

Originally Posted by trustkill
Try this, I did not test it, but I think it has to work:

0x27E18E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF BB0B8AF402E0DAE6EC5FDB00BB059AF4
0x27E19E: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 02E0DAE6EC5FDB00D7400E00F2F4423A

Change the yellow "E0" to "F0"
DEC 15=14= C in HEX
DEC 16=15= F in HEX

Try to change only the first one . If it doesn´t work change the second one, too.

Got it working trustkill! Many thanks!

Seten 10-29-2004 10:53

to trustkill:
I coppied your firmware on my mobil. But when I received a sms the mibole rings, but after a while rings another but not the same tone. It even rings when I have all tones turned off(#).It is the second tone that is makeing my angry. It could be something like "look you have still one unreaded sms", but I cant turn it off. Can you help me?

Oh.: I tried to patch your firmware with leftarrow for cardexplorer but it shows me that something is there already. Could I let it to overwrite?

trustkill 10-29-2004 12:16

@Seten: The "other" sound you hear is the "USI.Unread SMS Indicator v3 Patch" :)

It can be activated/deactivated with APP Menu 2 / 1st item.

About "overwriting": If you use the latest version of vklay then a "undo patch" is made automaticly... If something collides and some other others are not working after installing the patch, simply use the "undo" patch...

Fabi_Kc 10-29-2004 20:29

@Red Fox
Not work.
Its in Function 8 and Fuction 9 like in original version.

trustkill 10-29-2004 20:41

Quote:

Originally Posted by Fabi_Kc
@Red Fox
Not work.
Its in Function 8 and Fuction 9 like in original version.

Try this, i did not test it:

40C720: FFFFFFFFFFFFFFFF 0170BB1C98409890
40C718: FFFFFFFFFFFFFFFF 9AF90180BB0A9AF9

Profile 8 & 9 = 7 & 8 = HEX/DEC EQUAL = 70 / 80

Change the 70 to 90
Change the 80 to A0 (A=10 in HEX)

Fabi_Kc 10-29-2004 20:51

Quote:

Originally Posted by trustkill
Try this, i did not test it:

40C720: FFFFFFFFFFFFFFFF 0170BB1C98409890
40C718: FFFFFFFFFFFFFFFF 9AF90180BB0A9AF9

Profile 8 & 9 = 7 & 8 = HEX/DEC EQUAL = 70 / 80

Change the 70 to 90
Change the 80 to A0 (A=10 in HEX)

That not change text in application menu..
Text is in functiion 8 for Auto Backlight and Fuction 9 for Auto Profiles.
Function work fine.
Can you please move text too?

Tenks.

trustkill 10-29-2004 20:55

Just modify your language pack with Skyloards Language Editor (use search for hints)

Red_Fox_ 10-29-2004 20:56

:-))))) use slged

Fabi_Kc 10-29-2004 22:05

I do it with slged.
Thanks all.

Fabi_Kc 10-30-2004 17:35

Can someone translate this patch from S45 to SL45?
Thanks.

;*** BSI. Battery Status in % or mAh in Idle v0.14b ***

;Firmware : S-ME45i v04
;Author: ntcn
;Release: 20.08.04 (english version)

;This patch replace battery icons in idle scree with it's capacity in % or it's current in mAh if recharging.
;This patch uses and changes original fw pictures 410,420,421 for % or mAh,
;and 253-262 for numbers in SPC numeration.
;Knowing bug: numbers are incorrect if charging with phone off


56533C: E00DF0E7 DA8E7E50
595394: E00DF0E8 DA8E8850

0E5000: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7404200F2F8E43E4881ED08E6F89A01
0E5010: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8880D7404000F2F86A3F0D0648852D2E
0E5020: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88E0DAC9B854F084E00E26F864008D02
0E5030: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 08E10DFB06F8640006FEFD00E6FC4800
0E5040: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E00DDAC89C43E00E26F80A008D0208E1
0E5050: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0DFB06F80A0006FEFD00E6FC4D00E00D
0E5060: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC89C43E6FEFD0000E8E6FC5200E00D
0E5070: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC89C4398E0E6FC5800E00DDB00E00D
0E5080: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F0E7DA8E0050DB00E00DF0E8DA8E0050
0E5090: FFFF DB00


; ##### Picture 410 ##### -- '%'
; ##### Picture 420 ##### -- 'mAh'
; ##### Picture 421 ##### -- inverse 'mAh'

0DEC00: 19070100 0D080100
0DEC50: 19070100 0D080100
0DEC58: 19070100 0D080100

0D93AD: 3FFFFE7F5FFFFF7FEFFFFFFFEFFFFFFF 00074407A807AA075507150722070007
0D93BD: EFFFFFFF5FFFFF7F3FFFFE7F 0F0F0F0F0F0F0F0F0F0F0F0F
0D94C5: 3FFFFE7F5102AB7FE98555FFEFCAAAFF 0007012702A752B7ABAFAAAFAAAF0007
0D94D5: E99555FF512AAB7F3FFFFE7F 0F0F0F0F0F0F0F0F0F0F0F0F
0D94E1: 3FFFFE7F50102B7FE81855FFEBFCAAFF FFFFFEDFFD5FAD4F545755575557FFFF
0D94F1: E81955FF5012AB7F3FFFFE7F 0F0F0F0F0F0F0F0F0F0F0F0F

; ##### Picture 253-262 ##### -- numbers 0..9 (5x8)

0x0D4E6C: 06D03F09283F1004 3048484848483000
0x0D4ECF: 00407F0AA87F1514 1030101010103800
0x0D4F35: 06D00F09280F1004 3048080830407800
0x0D4F95: 018006D009281004 3048081008483000
0x0D4FD7: 06D0092810042006 0818282878080800
0x0D5017: 00101F02AA1F0545 7840700808483000
0x0D507D: 01001F0AA81F1454 3040407048483000
0x0D50E3: 01000302D003042C 7848081010101000
0x0D5149: 0006010005F90018 3048483048483000
0x0D519D: 000081000B410034 3048483808083000
0x0DE718: 1221 0508
0x0DE720: 1122 0508
0x0DE728: 1420 0508
0x0DE730: 1021 0508
0x0DE738: 1020 0508
0x0DE740: 1322 0508
0x0DE748: 1322 0508
0x0DE750: 1622 0508
0x0DE758: 171C 0508
0x0DE760: 1720 0508

smartmushu 10-31-2004 17:12

about call detail record..
 
i use this patch (;*** CDR. Call Detail Record v2.2 ***)
to my lovely sl45.. and now i have 2 log files in my mmc (folder misc), one for sms detail and another one for call details, and my question is :
1. does name only shows up in call details log
2. or it also shows up in sms details log

because in my phone, name only shows up in call details log.. thanks before..

-mushu-

truhlik 11-03-2004 20:52

Two small patches idea
 
hi, i`v got small ideas

1. when is set beep as sounds and vibra is ON, and someone is calling, then pressing star will disable vibra. (in normal condition, whem sound is ON, pressing star disable ringing and vibra, but when is soung set on bepp, no)

2. make different sound for income calls and income sms`s when sound is set on beep (for example, one beep SMS, two beeps income calls

trustkill 11-03-2004 21:06

@Seklth: Thank you for the great "No Softkeys on Mainscreen" Patch !

Space, I have Space !

lalo.lerry 11-03-2004 23:24

Quote:

Originally Posted by truhlik
1. when is set beep as sounds and vibra is ON, and someone is calling, then pressing star will disable vibra. (in normal condition, whem sound is ON, pressing star disable ringing and vibra, but when is soung set on bepp, no)

I made this patch for S45i some time ago, and called Phone Ringing Debug.
It's easy to adapt to SL45i...

vizionar 11-04-2004 12:01

Can someone explain to me what do last two patches do? GPS and multiSIM... I've no clue what they d, yt many people are happy with it, so, I'd like to know if I'd be happy with ithem also :)

@smartmushu:
Names do not show in sms log. Only in call logs.

hrfonouni 11-04-2004 15:01

Question from DeadMans
 
To DeadMans
regarding to your MiniGPS, I have applied your patch, insert the 5169.eep into EEPROM and made a text file called CI.txt and put it in a:\
now I have a few problems:
first: although I put my CI number (898F) and location (Home) in CI text, phone shows only 898F and not Home.

second: everytime I put my txt file in a:\ it becomes CI.smo. I changed the extension via phone, but there was no solution for displaying the location text.

third, after changing the extension, when I copy the CI.txt file from MMC to computer and open the file, it has nonesense characters without CI numbers and Location Texts.

forth, Would you explain me the correct way to insert eep file into eeprom, maybe I did a wrong way for this.

fifth, finally when I put my CI.txt file into my java microreader folder and edited the numbers and texts by microreader, and then moved it from storage folder to root a:\ , after switching on my phone, it crashed.

DeadManS 11-04-2004 15:27

hm... starnge problems.... for inserting 5169.eep i use Siemens EEPROM tool last version. do you end all records in you ci.txt whith enter (and lastrecords too ?) if you use last version no need to swap bytes in CellID, for not have smo file turn off converting options in you DES program

hrfonouni 11-04-2004 18:54

to Deadmans

yes, I do not swap bytes and I put the exact CI number in Netmonitor, and I press Enter after any record in my CI.txt.
my CI.txt is like this:
898F Home
6D78 Office


is there any problem?

deschek 11-04-2004 19:45

I`ve got problem with miniGPS, i set name as: Al.Konst3Maja and I can`t see "j" on idle mode, it`s cut and looks like "i".

DeadManS 11-04-2004 19:58

hrfonouni: i don't understand what hapens in you fone ^( sorry , in my fone all work fine. try to see the memory from 80000h after boot you fone and write what you see in this memory, you whel see you ci.txt file if it's load fine
deschek: try to change font

deschek 11-04-2004 20:15

deadmans: what do you mean in changing font?

DeadManS 11-04-2004 20:18

see the patch, i write how change the font :)

Fabi_Kc 11-04-2004 21:35

@ Seklth
Can you please in your patch do visible Softkeys only when is missed call or unread message?
;*** NSM. No Softkeys on Mainscreen *** (c) Seklth

Thanks.

I ask because I want move miniGPS to Softkey line (that work) but than (when I applay your patch) I dont see any missed call or new message.
Or can you make (or someone) a indicator for new message and missed call somewere else?

Thanks again to you and all patch makers..

btw.
To set CI text in Softkey line applay this line: (before applay NSM)
40D460: E6FD2000 E6FD4400 ;where 20h is Y position

btw2.
If you dont applay NSM, CI text is shown on Softkey

adancau 11-05-2004 08:04

Is there a patch to set the softkeys width (the black background rectangle for the softkeys text)?
Thanks.

trustkill 11-05-2004 08:37

Quote:

Originally Posted by adancau
Is there a patch to set the softkeys width (the black background rectangle for the softkeys text)?
Thanks.

Tadaa:

;*** SBW. Soft Button Width ***

;Firmware : SL45v56
;Author : rizapn
;Created : July 09, 2004

;Unfortunately, this patch is not compatible with "white soft button"
;(button using images, not text), except you modify all button images
;to have new width ...

;Modify softbutton width (original 2F=47, 31=49), change it if you like other value[/i]

0x20DD1E: 2F 31

;If you also apply "RSB" patch, then you need to reconfigure the white pixel's
;X,Y coordinates to make the button still rounded (or has same effect)
;Here is the example (if you did not modify my original X,Y data):
;0x27E914: 0043 ;(X=0, Y=67)
;0x27E916: 3043 ;(X=48, Y=67)
;0x27E918: 004F304F34436443344F644FFFFF

adancau 11-05-2004 09:23

Many thanks. One more question - is there any patch to allow positioning of the text inside the softkeys (for example, for the left softkey the text to be left-aligned, and for the right, right-aligned)? And also if the disabled softkey button can be made to be black, not dithered gray.

I want to make the softkeys look like on the newer Siemens phones - one inverted line at the bottom with white text on at the left/right as softbuttons.

Thanks again

trustkill 11-05-2004 09:47

Maybe with this script you can do your own Softkey Style.
Just make 2 .bmp files (47x13; black&White) and change them as you like with MSPaint. Put these two bitmaps (named Softkey1.bmp & Softkey2.bmp) in a folder together with the perl script and enjoy... :)

LINK


@Seklth: Whats new in the NSM. No Softkeys on Mainscreen v0.2 ? The old one worked good. Just a "smarter" code ?

Seklth 11-05-2004 14:47

@trustkill
Fabi_Kc:
Quote:

Can you please in your patch do visible Softkeys only when is missed call or unread message?
fix.

Fabi_Kc 11-05-2004 20:27

Quote:

Originally Posted by Seklth
@trustkill
Fabi_Kc:


fix.

;*** NSM. No Softkeys on Mainscreen v0.2 *** (c) Seklth
Bug in this patch..
When is call missed then work OK, but when receive a new message phone is turn off. When I turn on mobile (new message indicator must be shown on left soft key) the mobile again turn off.
I must go when turn phone on directly from menu to message inbox and read message to not turn off phone.
In short: New message indicator on left soft key turn off phone.

!!!!! I have this patch in phone !!!!! Maybe that turn phone off
;*** USI. (just another) Unread SMS Indicator ***

Please can you do to be indicator (new message od missed call) on CI text?
In this version, CI text is on indicator.
Now I can clearly see CI text when I have unread message or missed call.
I want see clearly left soft (little phone or little message) when I have unread message or call.
In short: I want have indicator on CI text, not CI text on indicator :)

Huh, my english is very bad and this is very dificult too explane I want :)
I hope so you understand what I want.

Thanks.

babakhp 11-05-2004 20:49

@DeadManS
Hi,
I applied your patch (MiniGPS) but I don't see anything on the screen!!
I applied the patch and also the eeprom block and I placed a file ci.txt
but I don't see anything (there is no CellID on the screen!!)

when I try to apply these lines the V-Klay hangs:
E0D460: E6FD2000 ;where 20h is Y position
E0D464: E6FE6500 ;where 65h is X position
E0D456: E084 ;where 8h is font style

Please help me with this!
Thank you.

Fabi_Kc 11-05-2004 20:56

@babakhp
Do you have digital clock?
If you have it, turn it off, CI text it will be (in normal mode - not change X and Y position) under provider name.
Problem like you I have too, but when I turn off digital clock then I see CI.

babakhp 11-05-2004 22:19

2 Attachment(s)
@Fabi_Kc, @DeadManS

No, I do not have digital clock and I use my original phone screen appearance like the attached picture!
I have also attached the patch that I have applied.

I can not apply these lines:
E0D460: E6FD2000 ;where 20h is Y position
E0D464: E6FE6500 ;where 65h is X position
E0D456: E084 ;where 8h is font style

the V-Klay freezes and does not apply the lines.


All times are GMT +1. The time now is 12:01.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.43549 seconds with 6 queries

SEO by vBSEO