GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Siemens-Benq > Siemens-Benq Flash Patching > x4x, x5x Flashpatching


Reply
 
LinkBack Thread Tools Display Modes
Old 10-15-2004, 23:00   #2146 (permalink)
No Life Poster
 
lalo.lerry's Avatar
 
Join Date: Jan 2004
Location: Italy
Age: 49
Posts: 1,018
Member: 50673
Status: Offline
Thanks Meter: 2

I know that code in S-ME45i v04 :

C50044: HandsfreeON ()
C50054: HandsfreeOFF ()
  Reply With Quote
Old 10-16-2004, 02:41   #2147 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
Quote:
Originally Posted by trustkill
@DeadManS:
Can you tell me how to install block 5168 in EEPROM ?
I don´t know how to handle the files attached @ your patch....
Use http://download.siemens-club.ru/file...EPROM_tool.rar
Init -> left panel: load -> select 5168.txt -> button ">" -> right panel: select block 5168 -> save selected
  Reply With Quote
Old 10-16-2004, 07:19   #2148 (permalink)
Freak Poster
 
abomin's Avatar
 
Join Date: Jan 2004
Location: Russia inc.
Age: 51
Posts: 121
Member: 48199
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by lalo.lerry
I know that code in S-ME45i v04 :

C50044: HandsfreeON ()
C50054: HandsfreeOFF ()
OK, but I havn`t IDA base of ME45 (i.e. FF+RAM data) to understand what really "low level" code controls a volume by that subroutines. Can you give me your decompiled ME base?
  Reply With Quote
Old 10-16-2004, 13:21   #2149 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
If I apply the newest Rx Battery Level 2.1 patch, my phone always crashes.
I installed the A1P & LPE withot any erroe & installed the eeprom block too.

Anyone else has this problem ?
  Reply With Quote
Old 10-17-2004, 05:24   #2150 (permalink)
Freak Poster
 
Join Date: May 2003
Location: Russia, Ekaterinburg
Age: 44
Posts: 184
Member: 29316
Status: Offline
Thanks Meter: 0
some info about install RBL, before install this patch, uninstall ABA patch and after them install RBL, and after install ABA.
2trustkill : do you uninstall LPF and previos RBL patches
2vizionar: try tochange coordinates with options midlet, my value
01 00 01 50 00 18 00 4B
  Reply With Quote
Old 10-17-2004, 20:53   #2151 (permalink)
Freak Poster
 
Join Date: Jan 2003
Location: Croatia
Age: 43
Posts: 99
Member: 20219
Status: Offline
Thanks Meter: 0
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.
  Reply With Quote
Old 10-18-2004, 15:23   #2152 (permalink)
Crazy Poster
 
Join Date: Oct 2004
Location: First bite in eeprom.
Age: 39
Posts: 54
Member: 86269
Status: Offline
Thanks Meter: 0
Is there a patch that let me chose if I want to copy or move a file on the card MMC.?
  Reply With Quote
Old 10-18-2004, 20:39   #2153 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
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?
  Reply With Quote
Old 10-21-2004, 09:14   #2154 (permalink)
Crazy Poster
 
Join Date: Oct 2004
Location: First bite in eeprom.
Age: 39
Posts: 54
Member: 86269
Status: Offline
Thanks Meter: 0
Ha Ha Ha, "Norton SLIK" -better then Norton commander
  Reply With Quote
Old 10-21-2004, 10:26   #2155 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
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
  Reply With Quote
Old 10-24-2004, 14:03   #2156 (permalink)
Freak Poster
 
Join Date: Jan 2003
Location: Croatia
Age: 43
Posts: 99
Member: 20219
Status: Offline
Thanks Meter: 0
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.

Last edited by Fabi_Kc; 10-24-2004 at 15:05.
  Reply With Quote
Old 10-25-2004, 12:55   #2157 (permalink)
Junior Member
 
Join Date: Oct 2004
Location: Lubartow, Poland
Age: 36
Posts: 12
Member: 86346
Status: Offline
Thanks Meter: 0
what with "Hands Free" in SLIK?? somebody do it for us?
  Reply With Quote
Old 10-26-2004, 19:36   #2158 (permalink)
No Life Poster
 
Tr0nAd0r's Avatar
 
Join Date: May 2004
Location: Colombia
Age: 35
Posts: 889
Member: 64398
Status: Offline
Thanks Meter: 153
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()
  Reply With Quote
Old 10-26-2004, 20:32   #2159 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
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
  Reply With Quote
Old 10-26-2004, 22:46   #2160 (permalink)
No Life Poster
 
lalo.lerry's Avatar
 
Join Date: Jan 2004
Location: Italy
Age: 49
Posts: 1,018
Member: 50673
Status: Offline
Thanks Meter: 2
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)
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SLIKv56: Flash patches. arman68 x4x, x5x Flashpatching 685 10-02-2011 10:56
TOC for Sticky: SLIKv56: Flash patches. StevieRay x4x, x5x Flashpatching 17 10-15-2005 08:26
"Bugs" in Thread SLIKv56: Flash patches trustkill Siemens-Benq Flash Patching 2 07-13-2004 07:33
SLIK v56: Flash Patching (2nd part) ... rizapn x4x, x5x Flashpatching 329 09-07-2003 10:28
Where can i download riza's SLIKv56: Flash Patching (3rd part) Gabriel_he Siemens-Benq Flash Patching 2 04-04-2003 03:20

 



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



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.27904 seconds with 10 queries

SEO by vBSEO