Care Unlock  
Your online unlock store
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. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

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

Go Back   GSM-Forum > GSM Mobile / Tablets Brands -Software Area- > Various > Siemens-Benq > Siemens-Benq Flash Patching > x4x, x5x Flashpatching

Reply
 
LinkBack Thread Tools Display Modes
Old 07-06-2005, 16:04   #1 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Invert softkey - keypad dependent

(*** ISK. Invert SoftKey Text Selectable ***)

Did somebody succeed keypad dependent for this patch?
I tried but without result. I would want to have invert only if I have keypad locked.

I am trying to do date position - keypad dependent, so far-without result

Are these patches already done ?

Regards, GoLL@B.
  Reply With Quote
Old 07-06-2005, 19:48   #2 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, these patches are in the patches sticky above.
  Reply With Quote
Old 07-07-2005, 13:44   #3 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
@masters: Can You help me in looking for these patches? I used search function, wrote "Invert softkey" and next "date position", I looked for results and I didn`t find anything
I looked for in topics: Patching: Technical Discussion,SLIKv56: Flash Patching (3rd part) and in SLIKv56: Flash patches. Can You help me?
  Reply With Quote
Old 07-07-2005, 15:37   #4 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 30
Posts: 122
Member: 91303
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
GoLL@B, but what would you like to do with the date? I made such a patch a while ago:
Code:
;*** Wyśrodkowana data zależnie od stanu klawiatury ***

;Firmware : SL45v56
;Original Author: trustkill www.gsm-modding.de
;Update: Froster dzięki naukom vBarta
;Released : 8.12.2004

;Jeśli poprzednia wersja patcha została wgrana należy ją usunąć.
;POPRZEDNIA WERSJA Z ORYGINALNEGO PATCHA Trustkilla:
;3B00AA: E6FE1DE0 E6FE1EE0

;Patch wyśrodkowuje datę w zależności od stanu klawiatury.
;Jeśli chcesz aby data była wyśrodkowana na stałe, niezależnie od stanu 
;klawiatury wgraj tylko powyższą linię.

3B00AA: E6FE1DE0 DAE4904F

444F90: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088D0DAA3924098D098C048402D02 
;444FA0: FFFFFFFFFFFFFFFFFFFF FAE4B04FFAE4B64FDB00 ; Przy odblokowanych
444FA0: FFFFFFFFFFFFFFFFFFFF FAE4B64FFAE4B04FDB00 ; Przy blokadzie
444FB0: FFFFFFFFFFFF E6FE1EE0DB00
444FB6: FFFFFFFFFFFF E6FE1DE0DB00
Of course there are more possibilities. I also made the date format dependand - standard and Monday 4 July. If you wish you can write to me on the polish forum of just prv me.
  Reply With Quote
Old 07-07-2005, 23:27   #5 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
I would like to change Y coordinations when keypad locked. Is it possible?
And the softkeys? Is this patch already done?
  Reply With Quote
Old 07-08-2005, 08:55   #6 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
I invert my softkey only if function "Invert Display" is NOT selected.
So the only thing I had to to is to put these 2 patches to the same AppMenu, do a shortcut for it and call this shortcut when "#" is long pressed.

The "move date string when locken/unlocked" patch is not made yet.

Maybe someone will do it in the future, BUT there are at least 3 values to be changed when keylocked:

; Vertical movements
;0x18E6C2: 31 XX ; Logo mode
;0x18E67A: 31 XX ; Netsearch mode
;0x18E6A2: 31 XX ; Normal mode
  Reply With Quote
Old 07-08-2005, 10:46   #7 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by trustkill
I invert my softkey only if function "Invert Display" is NOT selected.
I have Invert Display in Function 1 in App
Quote:
Originally Posted by trustkill
So the only thing I had to to is to put these 2 patches to the same AppMenu,
Must I do Invert Softkey in Function 1?
Quote:
Originally Posted by trustkill
do a shortcut for it and call this shortcut when "#" is long pressed.
How Can I do it? How Can I do this shortcut. Can You give me the code?

Quote:
Originally Posted by trustkill
Maybe someone will do it in the future, BUT there are at least 3 values to be changed when keylocked:

; Vertical movements
;0x18E6C2: 31 XX ; Logo mode
;0x18E67A: 31 XX ; Netsearch mode
;0x18E6A2: 31 XX ; Normal mode
I need only 0x18E6C2: 31 XX ; Logo mode, because I use almost always this mode.
  Reply With Quote
Old 07-08-2005, 11:37   #8 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
This evening I will try to explain, I´m @work now...
  Reply With Quote
Old 07-08-2005, 20:28   #9 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
@Gollob: Do you have "Invert Display when keylocked" ?
  Reply With Quote
Old 07-08-2005, 22:00   #10 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by trustkill
@Gollob: Do you have "Invert Display when keylocked" ?
No I don`t use it. I`ll try to find it.

ps.ok I`ve got it.

Code:
; *** Invert Display @ Keylocked *** 

; Firmware : SL45v56
; Author : trustkill
; Release : June 29, 2004
; Homepage: www.gsm-modding.de

; With this patch your Diplay inverts when keylocked by pressing #
; or autokeylocked (calls Funktion 1 in APP Menu)
; needs many other patches too, its useless if you dont know
; what you are doing here...

362AFC: DAC1C8FB DAC7E0D3 --> Call to patch if unlocked
3AD292: E6003600 DAC7E0D3 -> call to patch if locked by #
3B02AA: DAA38040 DAC7C0DC -> call to patch if autolocked (buggy)

Last edited by GoLL@B; 07-08-2005 at 22:11.
  Reply With Quote
Old 07-09-2005, 08:51   #11 (permalink)
Freak Poster
 
Join Date: May 2005
Location: Somewhere in Poland
Age: 25
Posts: 266
Member: 143475
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
@trustkill What must I do with it?
My selectable invert softkeys.
Code:
;;*** ISK. Invert SoftKey Text Selectable *** 

;Firmware : SL45v56 
;Author : RizaPN 
;Release : November 8, 2003 
;Update : March 12, 2004 by rc-flitzer 

;This patch will invert the soft key display, black text with 
;white background 

;Update: Patch now selectable through application menu via function 13. 
;Please undo previous version. 

0x27D6C0: FFFFFFFFFFFFFFFF D7400E00F2F1423A 
0x27D6C8: FFFFFFFFFFFFFFFF 9AF102C0E0010D02 
0x27D6D0: FFFFFFFFFFFFFFFF E6F16000DB00D740 
0x27D6D8: FFFFFFFFFFFFFFFF 0E00F2FC423A9AFC 
0x27D6E0: FFFFFFFFFFFFFFFF 01C0E007E6FC4000 
0x27D6E8: FFFF DB00 

0x20DFFE: E6F16000 DAC7C0D6 
0x20E10A: 8870E6FC4000 DAC7D6D68870 

; for selection by other function number than 13, change this: 
;0x27D6CB: C0 x0 ; where x is function number minus 1 (i.e. 0-F for function 1-16) 
;0x27D6E1: C0 x0 ; Do use SAME x-value as in line above!:
Must I change this epoint? DAC7C0D6 ? And Invert Softkey must be in Function 1 in APP?
  Reply With Quote
Old 07-09-2005, 12:44   #12 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 38
Posts: 980
Member: 27745
Status: Offline
Thanks: 0
Thanked 0 Times in 0 Posts
O dear if I only had more time....

I have no documents about the things I did with my phone (its 1 year ago)..
The only thin I found is this, i hope it will help you:

Code:
; *** Invert Display Hotkey *** 

; Firmware : SL45v56
; Author : trustkill
; Release : June 26, 2004
; Homepage: www.gsm-modding.de

; With this patch you have a hotkey for "Invert Display"
; instead of "User Group". It overwrites the patch "Flip Screen Hotkey"
; from arsh0r, you better undo that patch before.

; Invert both softkeys & Display when APP Function 1 is selected,
; needs at least JAF.Funny Display & ISK.Invert Softkey selectable:
;0x27D6CB: C0 00 
;0x27D6E1: C0 00 



0x18E388: 8B00 A804 ;string #8B -> #4A8
0x18E3BC: 8C00 A804 ;string #8C -> #4A8
0x18E4B8: 8B008B00 A804A804 ;same thing
0x3AE310: DAD70245 DAC7E0D3 ;call to patch

0x27D3E0: FFFFFFFFFFFFFFFF 88C0D7400E00F2FC 
0x27D3E8: FFFFFFFFFFFFFFFF 423A9AFC02000EFC
0x27D3F0: FFFFFFFFFFFFFFFF 0D010FFCD7400E00 
0x27D3F8: FFFFFFFFFFFFFFFF F6FC423A98C0DB00
Code:
; *** Invert Display @ Keylocked *** 

; Firmware : SL45v56
; Author : trustkill
; Release : June 29, 2004
; Homepage: www.gsm-modding.de 

; With this patch your Diplay inverts when keylocked by pressing #
; or autokeylocked (calls Funktion 1 in APP Menu)
; needs many other patches too, its useless if you dont know
; what you are doing here...

362AFC: DAC1C8FB DAC7E0D3 --> Call to patch if unlocked
3AD292: E6003600 DAC7E0D3 -> call to patch if locked by #
3B02AA: DAA38040 DAC7C0DC -> call to patch if autolocked (buggy)
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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
6700c keypad problem luyanda Nokia Hardware & Hardware-Repair Area 21 03-12-2013 14:20
error = couldn't configure pre-depend dpkg for ncurses, probably a dependency cycle naj iPhone ,iPod & iPad (Apple Inc. Products) 0 06-22-2009 16:56
Battery stand-by depends on...? EmbaTa x1x to x45/x50 7 05-31-2003 19:40
Ki depend from IMSI? Kar@mba Sim Cloning and Scaning 1 01-16-2003 17:19
IMEI Dependent 7650 Software Beats WD2 & APE (Symbian Phones) 0 10-09-2002 18:54


All times are GMT +1. The time now is 07:18.



Powered by Searchlight © 2013 Axivo Inc.
- GSM Hosting Ltd. - 1999-2013 -
Page generated in 0.57415 seconds with 11 queries

SEO by vBSEO