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 12-25-2004, 11:03   #2326 (permalink)
Freak Poster
 
MacKam's Avatar
 
Join Date: Jun 2003
Posts: 354
Member: 30834
Status: Offline
Thanks Meter: 0

Does anybody know SCI "reset counter" entry-point? I want to reset it using AFA.

__
regards MacKam
  Reply With Quote
Old 12-26-2004, 15:11   #2327 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 41
Posts: 122
Member: 91303
Status: Offline
Thanks Meter: 0
Hello!
Can anybody tell me where the function responsible for displaying a bell on the mainscreen when we set some appointment is? I couldn't find the picture in the software either, so if anybody could provide me with this info I would be much grateful.
  Reply With Quote
Old 12-27-2004, 15:20   #2328 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
If the server wasn't too busy at this moment (damn), I would search and give you the link...
Try searching for "date and time", it's a collectin from trustkill, maybe page 13-16 of flash patches.
  Reply With Quote
Old 12-27-2004, 17:31   #2329 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
; Remove Alarm-Symbol (Alarm on)
; 0x3B0128: DAF1D0B5 CC00CC00
  Reply With Quote
Old 12-27-2004, 22:53   #2330 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 41
Posts: 122
Member: 91303
Status: Offline
Thanks Meter: 0
Thanks a lot. I modified it a bit and added a possibility to remowe the bell according to the keyboard state.
@trustkill, I hope you don't mind...

3B0128: DAF1D0B5 DAE4C04F

444FC0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088D0DAA3924098D098C048402D02
444FD0: FFFFFFFFFFFFFFFFFFFF FAF1D0B5FAE4E04FDB00 ;on keylock
;444FD0: FFFFFFFFFFFFFFFFFFFF FAE4E04FFAF1D0B5DB00 ;on active keyboard
444FE0: FFFFFFFFFFFF CC00CC00DB00

I have another question. Do you know how to remowe battery and ner indicators also only on keylock. If I use the scheme form above and this e-point CC00CC00 it disappears permanently, which is not my point.
If anybody knew the right e-point or some other way, I will be very grateful.
Regards.
  Reply With Quote
Old 12-27-2004, 23:42   #2331 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by MacKam
Does anybody know SCI "reset counter" entry-point? I want to reset it using AFA.
@MacKam: I don't know which version from SCI is up to date, I have 4.1 stored in PC. For that the entry-point should be E4486C (beginning with E6FEE025... in .vkp file). I can't figure out the source at all, but in this routine the counter is cleared and also the date of last reset will be stored somehow. But maybe there's something with the menu? Don't know. Try it, maybe it works.


@froster:
Hm, according to my older "Show battery level in percent" patch, there are two entry-points for drawing battery level:
Code:
0x3B3A54: DAC1EC22
0x454F28: DAC1EC22
One is for the state in power-off loading battery, one is for the power-on (you only need that, I think). I don't know which one is what, so figure out...
The entrypoint is the drawing call, so make a call there to your patch, check for keylock (store registers!) and jump to C122EC for drawing.
  Reply With Quote
Old 12-28-2004, 11:56   #2332 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 41
Posts: 122
Member: 91303
Status: Offline
Thanks Meter: 0
@rc-flitzer thanks to your help I managed to do remove battery after keylock:
Code:
3B3A54: DAC1EC22 DAE4F04F
444FF0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088D0DAA3924098D098C048402D02 
445000: FFFFFFFFFFFFFFFFFFFF FAC1EC22FAE40A50DB00 
44500A: FFFFFFFFFFFF CC00CC00DB00
However, when I tried the same trick with the net indicator it hanged my phone on net search. I have no idea why that happened. I'll paset the code here and maybe you all will tell me what I'm doing wrong.
Code:
3B36EA: DAC1EC22 DAE41050

445010: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88C088D0DAA3924098D098C048402D02
445020: FFFFFFFFFFFFFFFFFFFF FAC122ECFAE42A50DB00 
44502A: FFFFFFFFFFFF CC00CC00DB00
I also used e-point from rc-flitzer's patch, and it doesn't work.
Thanks
Froster
  Reply With Quote
Old 12-28-2004, 22:40   #2333 (permalink)
Freak Poster
 
abomin's Avatar
 
Join Date: Jan 2004
Location: Russia inc.
Age: 51
Posts: 121
Member: 48199
Status: Offline
Thanks Meter: 0
Compare
Quote:
445000: FAC1EC22 - in 1st patch
and
Quote:
445020: FAC122EC - in 2nd patch
(swapped bytes)
  Reply With Quote
Old 12-29-2004, 10:21   #2334 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 41
Posts: 122
Member: 91303
Status: Offline
Thanks Meter: 0
@abomin, thank you! I thought that I made a minor mistake and that's why it doesn't work, but I wasn't able to finf it my self.
Now it works properly
  Reply With Quote
Old 12-31-2004, 12:02   #2335 (permalink)
Freak Poster
 
MacKam's Avatar
 
Join Date: Jun 2003
Posts: 354
Member: 30834
Status: Offline
Thanks Meter: 0
Hi!

Viraptor using google found this:
http://kni.prz.rzeszow.pl/~viraptor/vkp/vkp_packet.zip

It's Chines VKP pack with patches for 6688i. Many of it it's graphic patches (I found even this made by me ) but there are a lot of system patches too. So if somebody know this language and can translate for us some of it.
I think everybody want to know what our Chines friends was made.

____
regards MacKam
  Reply With Quote
Old 01-04-2005, 02:41   #2336 (permalink)
No Life Poster
 
charlielao's Avatar
 
Join Date: May 2004
Posts: 501
Member: 66040
Status: Offline
Thanks Meter: 14
Is there a way for the Auto Profile Swapping and Backlight to be converted to include some other patch functions? For example, when auto profile switches to Profile2(ex. home) then the Auto Reject All Calls function will also be included.
  Reply With Quote
Old 01-04-2005, 17:30   #2337 (permalink)
Freak Poster
 
Froster's Avatar
 
Join Date: Nov 2004
Location: Poland
Age: 41
Posts: 122
Member: 91303
Status: Offline
Thanks Meter: 0
Hello!
Do you happen to know if it is possible to combine standard indicators with % indicators accurate to 1%?
If there wsa already such a question please don't hit... hard
f not, however plerase think about it. I think, that some people would like to have such a gizmo in their phone
Regards
Froster
  Reply With Quote
Old 01-04-2005, 21:28   #2338 (permalink)
Freak Poster
 
naransula's Avatar
 
Join Date: Jun 2004
Location: Ankara, Turkey
Age: 51
Posts: 191
Member: 69110
Status: Offline
Thanks Meter: 0
did anybody notice that there is no entry to the following patch by rc-flitzer?

http://forum.gsmhosting.com/vbb/show...&postcount=285

in order to run the patch apply the following entry from Collection of mainscreen patches by rc-flitzer;

0x27D700: CC00CC00 DAC770ED
  Reply With Quote
Old 01-04-2005, 22:12   #2339 (permalink)
No Life Poster
 
Join Date: Oct 2003
Posts: 705
Member: 42457
Status: Offline
Thanks Meter: 1
@naransula:

0x27D700: CC00CC00

I used that adress to combine Rizas "Signal Indicators" together with the standard ones
  Reply With Quote
Old 01-11-2005, 05:56   #2340 (permalink)
No Life Poster
 
charlielao's Avatar
 
Join Date: May 2004
Posts: 501
Member: 66040
Status: Offline
Thanks Meter: 14
What are the entry points for the Begginer, Advance, Expert levels for the Game Maze?

Last edited by charlielao; 01-12-2005 at 09:26.
  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 07:13.



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.22207 seconds with 11 queries

SEO by vBSEO