View Single Post
Old 10-26-2004, 20:32   #2159 (permalink)
trustkill
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
 
Page generated in 0.09735 seconds with 7 queries