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 04-04-2004, 13:36   #31 (permalink)
Junior Member
 
Join Date: Feb 2004
Posts: 5
Member: 55131
Status: Offline
Thanks Meter: 0

vkp2bmp...

someone talked about "vkp2bmp"

i found this programm only in rushian...
does anybody know the translation of the (only) 4 or 5 words, or das have the english version of it?

thanks


there is an link to (a page that hosts) vkp2bmp:
http://www.m55.foraz.ru/soft.htm

Last edited by Hoerby; 04-04-2004 at 14:07.
  Reply With Quote
Old 04-05-2004, 10:09   #32 (permalink)
Freak Poster
 
GIROSAVO's Avatar
 
Join Date: Apr 2003
Location: Italy - Rome
Age: 45
Posts: 142
Member: 26549
Status: Offline
Thanks Meter: 1
Quote:
Originally Posted by Acidmrp
hmm, lets make some tests...

; write an Byte at 0xC130 with ATCGSN (eg: 0xAA)
; run this patch in RAM:

00C180: E00C88C0E00DE00E88E088D0E01F88F0
00C190: E6FC0614E6FD3001E03EE00FDAA266CD
00C1A0: 06F00800DB00
It doesn't work
I don't applied the patch "; Hotfix S55v20
; Show Aircraft Waring only after Aircraft mode"
I have opened ATCGSN and connected the phone, in the "write memory to RAM" window I applied this first patch, in the "read from RAM" window I set offset C130 and "read RAM, Flash Block" ....I see:

Code:
        | 0  1  2  3  | 4  5  6  7  |  8  9  A  B | C  D  E  F  || 0123|4567|89AB|CDEF
--------+-------------+-------------+-------------+-------------++-----+----+----+----
00C130: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C140: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C150: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C160: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C170: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C180: | E0 0C 88 C0 | E0 0D E0 0E | 88 E0 88 D0 | E0 1F 88 F0 || à.ˆÀ|à.à.|ˆàˆÐ|à.ˆð
00C190: | E6 FC 06 14 | E6 FD 30 01 | E0 3E E0 0F | DA A2 12 CD || æü..|æý0.|à>à.|Ú¢.Í
00C1A0: | 06 F0 08 00 | DB 00 00 00 | 00 00 00 00 | 00 00 00 00 || .ð..|Û...|....|....
at C130 is 00 ....

Quote:
Originally Posted by Acidmrp
; turn off / on the mobile
; run this patch in RAM:
00C180: E00C88C0E00DE00E88E088D0E01F88F0
00C190: E6FC0614E6FD3001E03EE00FDAA212CD
00C1A0: 06F00800DB00

; read Byte at 0xC130 --> should be your Byte (e.g. 0xAA)

works?
I turn off and turn on again the phone, I have open again ATCGSN and I applied this second patch, now I see again at C130 the value 00 ?¿

I tried to read the RAM with v_klay and at C130 there is 01 (ORIGINAL VALUE) which is the problem ?? I'm wrong ??

Always thank for your help !!
  Reply With Quote
Old 04-05-2004, 20:38   #33 (permalink)
No Life Poster
 
Acidmrp's Avatar
 
Join Date: Sep 2002
Location: EEPROM damaged
Age: 44
Posts: 578
Member: 15315
Status: Offline
Thanks Meter: 1
ok you have applyed the patch (write EEPROM) to RAM area this is correct look at 00C180 there is
the patch. So Next step will be to apply this patch to RAM and read out again:
00C130: AA

please take care, the address has always 6 digits, not 4 and not 8.

RAM Area should now be like this:
Code:
00C130: | AA 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C140: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C150: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C160: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C170: | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 | 00 00 00 00 || ....|....|....|....
00C180: | E0 0C 88 C0 | E0 0D E0 0E | 88 E0 88 D0 | E0 1F 88 F0 || à.?À|à.à.|?à?Ð|à.?ð
00C190: | E6 FC 06 14 | E6 FD 30 01 | E0 3E E0 0F | DA A2 12 CD || æü..|æý0.|à>à.|Ú¢.Í
00C1A0: | 06 F0 08 00 | DB 00 00 00 | 00 00 00 00 | 00 00 00 00 || .ð..|Û...|....
now call 00C180 (again with 6 digits!)

turn mobile off

apply ReadEEPROM Patch to RAM and start
read out RAM Area and there should be this 0xAA on 0x130

hope you understand what I mean, if not ask again
  Reply With Quote
Old 04-11-2004, 22:53   #34 (permalink)
Junior Member
 
Join Date: Jan 2004
Location: POLAND (Kalisz)
Posts: 36
Member: 50065
Status: Offline
Thanks Meter: 0
Code:
; S55 v20 Profile changer via apointments 
; Version 0.1b 
; (c) amsik S55 v20 30.03.2004 
; 
; Apointment Location field syntax: 
; .pn - n new profile number 
; example: 
; to turn 'Quiet environ.' every day 22:00, set 
; new apointment on 22:00 with daily reoccurence 
; and Location: .p2 
; 
; +BlackList original by SiNgle (M55) 
; 2004 by ACiD [mrp] 
; S55 v20 by by ACiD [mrp] 
; improved by amsik (reject caller from blacklist) 
; GSM Development Crew www.gsm-dev.com 
; join us at http://www.handyhacking.com/ 
; 
; 
; this patch conflicts with older blacklist versions! 


64B1A2: 8880F08C FA7B009A 
3B9A00: FFFFFFFF 8880F08C 
3B9A04: FFFF 46F8 
3B9A06: FF 09 ;blacklist group number+2 (5group+2=07) 
3B9A07: FFFFFF 002D05 
3B9A0A: FFFFFFFFFFFFFFFFFFFF 46F80C002D09FAA4A6B1 

;reject with 'busy': 
3B9A14: FFFFFFFF DA63C69D 
3B9A18: FFFFFFFF 9880DB00 

;or reject with message 'call ended' 
;3B9A14: FFFFFFFF DA63C69D 
;3B9A18: FFFFFFFF 9880DB00 

;or don't play any sound/vibra 
;3B9A14: FFFFFFFF 9880DB00 

3B9A1C: FFFFFFFFFFFFFFFF 9810FAA4A6B18810 
3B9A24: FFFFFFFFFFFFFFFF D7400B00F3F2A82A 
3B9A2C: FFFFFFFFFFFFFFFF 47F22E003DF5D740 
3B9A34: FFFFFFFFFFFFFFFF 0B00F3F2AA2A47F2 
3B9A3C: FFFFFFFFFFFFFFFF 70002D1C98109880 
3B9A44: FFFF DB00 

3B9A78: FFFFFFFFFFFFFFFF D7400B00F2FCAC2A 
3B9A80: FFFFFFFFFFFFFFFF 28C166FC0700DA92 
3B9A88: FFFFFFFFFFFFFFFF 40A598109880DB00
Why autoprofil don't work ?
  Reply With Quote
Old 04-14-2004, 20:16   #35 (permalink)
Junior Member
 
Join Date: Apr 2004
Location: Czech republic
Posts: 1
Member: 62403
Status: Offline
Thanks Meter: 0
before my question > thanks all patchers for yours time and great patches

i have a little? problem with ACiD's black list patch. if i tried this patch ( with group #04 > in phone is second entry ) and someone number change to this black list entry, phone beeped ( sorry for my english ) and switch off with white horizontal line thru display, but calling phone ( with black list number ) still ring in ear-phone.

i thought that problem in with someone else patch than i tried this patch on clear fw20 with the same termination...

thanx for answer.
  Reply With Quote
Old 04-14-2004, 20:28   #36 (permalink)
Junior Member
 
Join Date: Jan 2004
Location: POLAND (Kalisz)
Posts: 36
Member: 50065
Status: Offline
Thanks Meter: 0
Change option in net monitor.

Disable "(S)Exit" in "Configuration"
  Reply With Quote
Old 04-19-2004, 08:12   #37 (permalink)
No Life Poster
 
KoTsK's Avatar
 
Join Date: Nov 2002
Location: INDONESIA
Posts: 986
Member: 17360
Status: Offline
Thanks Meter: 1
plz confirm!
are those patches works for S57?
or should i convert S57 to S55 first?
  Reply With Quote
Old 04-19-2004, 12:28   #38 (permalink)
Insane Poster
 
Join Date: Dec 2003
Age: 39
Posts: 85
Member: 46937
Status: Offline
Thanks Meter: 0
alarm clock only vibrator

i need a patch to make the alarm clock silent (only vibrator) but i can change this setting anytime i want from the mobile phone just like adjusting the volume of Messages
thanks you....
  Reply With Quote
Old 04-19-2004, 15:00   #39 (permalink)
Junior Member
 
Join Date: Jan 2004
Location: POLAND (Kalisz)
Posts: 36
Member: 50065
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by KoTsK
plz confirm!
are those patches works for S57?
or should i convert S57 to S55 first?
You must try.
  Reply With Quote
Old 04-23-2004, 15:05   #40 (permalink)
Junior Member
 
Join Date: Jan 2004
Location: POLAND (Kalisz)
Posts: 36
Member: 50065
Status: Offline
Thanks Meter: 0
Code:
;S55v20 - Provider Name -> Accu in Volts and Percentages, Temperature
;(c) ACiD[mrp], avkiev
; Format: 3,938=75% 25,3'C
; If you already applyed the "Provider to smth" Patches - please undo theirs first

31AAE8: E04E00E066FEFF3FF2FF02FE DA6100A9E6FE2001E6FF0300

21A900: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 88608870888088C088D0D7401000F2FC
21A910: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9638F6FC0EFEE6FD64004BDDF2FC0EFE
21A920: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F2FD0CFEBB5FD7600300F7FE20C1E7FE
21A930: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2C00F7FE21C1F078F7FE22C1F0CDBB52
21A940: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7600300F7FE23C1F078F7FE24C1E7FE
21A950: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3D00F7FE25C1D7400F00F2FC2828BB42
21A960: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7700300F7FE26C1F078F7FE27C1E7FE 
21A970: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2500F7FE28C1E7FE2000F7FE29C1D740
21A980: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 6900F2FCB279E6FDAA0A20CDF6FC0EFE
21A990: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E0AD4BDDF2FC0EFEF2FD0CFEBB23D760
21A9A0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0300F7FE2AC1F078F7FE2BC1E7FE2C00
21A9B0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F7FE2CC1F0CDBB16F078D7700300F7FE
21A9C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2DC1E7FE2700F7FE2EC1E7FE4300F7FE
21A9D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2FC1E10EF7FE30C198D098C098809870
21A9E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9860DB00F6FC0EFEE0A65B66F2F70EFE
21A9F0: FFFFFFFFFFFFFFFFFFFFFFFFFFFF F2F80CFE06F7300006F83000CB00
Has anybody remade this patch to format 3,938=75% 16:10 ?
  Reply With Quote
Old 04-24-2004, 10:09   #41 (permalink)
No Life Poster
 
Acidmrp's Avatar
 
Join Date: Sep 2002
Location: EEPROM damaged
Age: 44
Posts: 578
Member: 15315
Status: Offline
Thanks Meter: 1
Quote:
Originally Posted by KoTsK
plz confirm!
are those patches works for S57?
or should i convert S57 to S55 first?

better convert first. This patches are all only for S55v20
Some may work on S57 and S55v90 to but this is not tested.
  Reply With Quote
Old 04-24-2004, 21:19   #42 (permalink)
Junior Member
 
Join Date: Apr 2004
Age: 40
Posts: 2
Member: 63571
Status: Offline
Thanks Meter: 0
Hi all. could you make a patch that increases the length of the welcome text?
  Reply With Quote
Old 04-26-2004, 08:55   #43 (permalink)
Freak Poster
 
Join Date: Jan 2004
Location: Kiev, Ukraine
Age: 53
Posts: 291
Member: 48709
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by wlodixon
Code:
;S55v20 - Provider Name -> Accu in Volts and Percentages, Temperature
;(c) ACiD[mrp], avkiev
; Format: 3,938=75% 25,3'C
Has anybody remade this patch to format 3,938=75% 16:10 ?
For what ? Reason ? Temperature+Time are better than Time+Time
  Reply With Quote
Old 04-26-2004, 09:20   #44 (permalink)
Major Poster
 
Join Date: Apr 2004
Age: 46
Posts: 47
Member: 63705
Status: Offline
Thanks Meter: 0
There is a bug with Call Logging v3b patch

; new: Better Log Format by ACiD [mrp]
; - added an ',' between each information
; - changed Type into "In", "Out", "Missed"
;
; After installing the Patch Information about Calls are stored in a:\calls.txt
;
; Format: "Date, Time, Type, time of calling, Number"
; (Type: Out = Dialed, In = Incoming, Missed)

I dialed 1270 and this line was on the log: "26.4, 10:13, In, 1270"
But it was a dialed (out) call.
  Reply With Quote
Old 04-26-2004, 10:09   #45 (permalink)
Major Poster
 
Join Date: Apr 2004
Age: 46
Posts: 47
Member: 63705
Status: Offline
Thanks Meter: 0
The hourbeep patch doesn't beep at hourchange
  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
M55 flash patching(Thread for discussing) zdob x4x, x5x Flashpatching 880 01-25-2010 05:37
X6x Flash patching(THE Thread for discussing) : zdob x6x and x7x Flashpatching 196 09-04-2006 19:12
SL55 flash patching (Thread for discussing) 3aTmr x4x, x5x Flashpatching 29 03-21-2006 20:40
S55 flash with wrong flash file. WillGsm E-Gold Based Phones 2 01-29-2005 13:58

 



All times are GMT +1. The time now is 09:22.



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.70071 seconds with 10 queries

SEO by vBSEO