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 01-17-2005, 07:55   #961 (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

@fcortina:
little miswriting in you SHTv1.1 patch:
Quote:
0x3A2C98: DA0E4EB0 88908880
old phone values and patch values are invertited.
  Reply With Quote
Old 01-17-2005, 09:18   #962 (permalink)
Junior Member
 
Join Date: Oct 2004
Age: 54
Posts: 27
Member: 89010
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by lalo.lerry
@fcortina:

You suppose it right, I have it... but not a little mess, a really big mess.
My patching "bag" is so made:

1.S45i IDA decompiled fw: all in Italian, really messy, not complete and with some errors inside (of course my disasm undersanding grown day after day, my first attempts are poor and not complitely correct).
I consider it unpubblishable because is mess and faulty in some parts.
If I'll have time to translate it to English, and so recheck it, I'll pubblish.

2.S45i APIs, EQUs and fw understanding (fonts, RAM location, sk handlers, fw routines...): all in Italian, also this very messy.
I consider it unpubblishable and have no time to make it pubblishable, now.

3.(Almonst all) my patches explained disasms: again, in Italian.
I consider it pubblishable with not a big work (if not translate them).
So, if you want it I can attach them here, as soon as I've time.

Sorry, I know it's not the best part but this is the best I can offer now...

I hope other patch masters will share their "secrets" with the community, or at least their patches sources (or better patch explained disasms)


@Misko:
Yesterday digging in fw I found something for you:

OPEN A SPECIFIC FLEX MEM FOLDER:

mov r12, #n ;n:0=when exit return in prevous folder 1=... in calling routine
mov r13, #Offset
mov r14, #Page ;r14:r13= P:Off of folder name string in ASCII, with ending byte 00
calls 0F5h, loc_F51DB0 ;open Flex Mem, in A:\ if r14:r13=0, otherwise in A:\folder_name

Now you can finish your improuved java menu patch.
Bye

Lalo

About 3 and 2, I will take the offer.
I suppose you have them in TXT format.
What I can do is to collect them, analyse them (if at least some comments
are included), and translate into english. I can understand Italian.
For the IDA database, what about this: extract the names, functions, structures, and enums in TXT format. I will merge with my IDA database (taken from redkin) and publish again.
So, send them whenever you want :-)
  Reply With Quote
Old 01-17-2005, 22:32   #963 (permalink)
Freak Poster
 
genetic1's Avatar
 
Join Date: Jun 2004
Posts: 331
Member: 70990
Status: Offline
Thanks Meter: 1
Quote:
;*** ISP. Improuved Screensaver Pop-up ***

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum
;Thanks to ntcn for accessories state RAM location
;Release : 17.01.05 - v1

;This patch limits screensaver pop-up:
;it will not pop-up if a charger, data cable or tracer cable is connected to phone.


5605FA: DAF87CE5 FA8760E2

7E260: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7404300C2F4DE2148472D0A46F49800
7E270: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2D0746F499002D04DAF87CE5DAF6FE05
7E280: FFFF DB00


;CUSTOMIZATION:
;Don't check tracer cable connection (uncomment):
;7E26C: 46F4 0D02

;Don't check data cable connection (uncomment):
;7E272: 46F4 0D02


;Enjoy it, Genetic!
Please, could someone explain me a "tracer" or "tracer cable"????

Thanks in advance.

genetic
  Reply With Quote
Old 01-18-2005, 12:19   #964 (permalink)
Freak Poster
 
genetic1's Avatar
 
Join Date: Jun 2004
Posts: 331
Member: 70990
Status: Offline
Thanks Meter: 1
;*** MES. Missed Events String in Idle/Screensaver ***

I have applied ;*** OPS. Operator Name in Screensaver *** in the following way:

Quote:
;*** OPS. Operator Name in Screensaver ***

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum <http://www.forumcommunity.net/?c=3784&>
;Release: 05.12.04 - v1
;Update: 13.12.04 - v1.1 - fixed flashSMS bug

;This patch deletes, changes or alternates operator name with profile name in screensaver,
;only in "normal" situation (not net-searching, etc...).
;NOTE: Names are alternated when there is a screen refresh.
;If a static screensaver is used and no key is pressed, this happends only once a minute.

;Delete operator name (uncomment):
58D764: DAC4 0D42


;Alternate operator name - profile name:
;58D764: DAC44488 FA87C0DD

7DDC0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAF6022848402D04DAF6282848432D08
7DDD0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF D7404400F3F20638AAF106000FF1BB13
7DDE0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAC44488FAF868D7BB0EDAC608175C14
7DDF0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 06F4101ED7401F02A844F0C6F0D7F0E4
7DE00: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E09FFAF8C0D7D7404400F7F20638CB00
7DE10: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF EA02EB02EC02EE05CC018D0A8E0A8F0A

;CUSTOMIZATION:
;Do not alternate names = show only profile name:
;07DDD0: D740 0D0C

;Change profile names:
;profile names are stored as their string ID in hex swapped bytes words,
;starting from 7DE10 with 1st profile name.
;E.g: change 6 profile name:
;7DE1A: 8D0A xxxx ;where xxxx is string ID in hex swapped bytes
So it collids with ;*** MES. Missed Events String in Idle/Screensaver *** in the red marked way:

Quote:
;*** MES. Missed Events String in Idle/Screensaver ***

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum <http://www.forumcommunity.net/?c=3784>
;Release : 17.01.05 - v1

;This patch changes second line operator name in idle or operator name in screensaver mode
;to became a missed events info string,
;if a missed event is present and if phone is in normal state (e.g. not in "Net searching mode", etc...).
;Missed event/s (calls, SMSes, voice messages, appointments, memos and alarm clock)
;and its/their number is displayed in string.
;NOTE: Missed voice messages number is setted to 1 by default, even if they are more than one.
;This is because my operator (or I?) don't use voice messages,
;so I couldn't check out their missed number RAM location.
;If anyone knows it, please let me know and I will complete the patch.

561130: DACBF86E FA8700E1

;if you don't have Operator Name in Screensaver patch applied apply the following line:
;58D764: DAC44488 FA8722E1
;if you have it, comment the above line and uncomment this one:
58D764: FA87C0DD FA8722E1


7E100: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DA8750E148A03D04DACBF86EFAF63411
7E110: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E016DACA709EE6FE3037E6FF4400FAF6
7E120: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 7411DA8750E148A03D04DAC44488FAF8
7E130: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 68D7E09CDACA08A0E6FE3037E6FF4400
7E140: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAF8D2F0FAF8B2D7FFFFA9204C616C6F
7E150: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DACBB208E6F83037E6F94400E00ADAC4
7E160: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 70C7F0640065DAC4B2C7004600454840
7E170: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2D03E6F69301BB41D7403A00C2F4A012
7E180: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 2D03E6F6930DBB39D7405700C2FCC221
7E190: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 66FC0F0046FC0A002D11D7405700F3F2
7E1A0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF C221DACCA85A2D0AD7405700F3F2D925
7E1B0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8AF10830DAC5AAE648402D04E014E6F6
7E1C0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9314BB1BE6FCA4CCE6FDF700DAF6BADA
7E1D0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 48402D03E6F6932DBB10E02CDAF1FEA1
7E1E0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 48402D04E014E6F69303BB0748A02D03
7E1F0: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E001DC49B928FACAAC9748A02D09E6F1
7E200: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9595E6F22C20DC59B818C42802000884
7E210: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F0C4E7F23000DC49B928DC47DACBD01F
7E220: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DAFFC03F0882E6F19520DC49B8180882
7E230: FFFFFFFFFFFFFFFFFFFFFFFF F016DC49B818088208A1CB00

;CUSTOMIZATION:
;If you have Operator Name in Screensaver patch applied, apply also this line (uncomment):
07E12A: DAC44488 FA87C0DD

;Overwrite first line operator name, not the second, in idle (uncomment):
;07E111: 16 06

;Remove leading 0 in 00-09 missed events numbers (uncomment):
07E214: 30 91
This is only a note by me...

BR

genetic1
  Reply With Quote
Old 01-18-2005, 13:00   #965 (permalink)
Junior Member
 
Join Date: Aug 2004
Age: 51
Posts: 12
Member: 76708
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by fcotrina
For the IDA database, what about this: extract the names, functions, structures, and enums in TXT format. I will merge with my IDA database (taken from redkin) and publish again.
So, send them whenever you want :-)
There is a command "Dump database" in IDA.
It creates an .idc script, which, when exectured in another .idb recreates there all names of the source .idb
About sources: sources of all my patches (for keil) always are in http://dredkin.narod.ru/siemens (site is in russian, but comments in files are in english).
  Reply With Quote
Old 01-18-2005, 20:45   #966 (permalink)
Junior Member
 
Join Date: Dec 2003
Location: Poland
Age: 39
Posts: 3
Member: 46590
Status: Offline
Thanks Meter: 0
I found patch to increase capacity of adressbook, but is it passible to increase capacity of messagebox (sms) now it is 25
  Reply With Quote
Old 01-19-2005, 19:00   #967 (permalink)
Freak Poster
 
genetic1's Avatar
 
Join Date: Jun 2004
Posts: 331
Member: 70990
Status: Offline
Thanks Meter: 1
@Lalo:

Quote:
*** MES. Missed Events String in Idle/Screensaver ***

;Firmware : S-ME45i v04
;Author : Lalo
;Luki's - Siemens Modding Forum
;Release : 17.01.05 - v1
;Update : 19.01.05 - v3 - space saved

;....

;That's the very end (I hope)!
;Enjoy it!
...I don't know...

If I applied patch, and testetd, appointments icon was not displayed in second line of operator name - look at screenshot!

Other icons I've tested where displayed the right way (in second line operator name).

Bug or feature - that's the question...

BR

genetic
Attached Images
File Type: gif Idle.gif (1.4 KB, 20 views)
  Reply With Quote
Old 01-20-2005, 04:10   #968 (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
@fcortina:
Sorry, I cannot upload anything, I don't have time, I have my exams next week!
Sooner or later I'll make it...

@genetic:
ehehehe... it's always you who makes me work!
So, the "problem" is very easy.
I decided to use icon font 2D (little blocknotes with pencil) to show memos but this icon exist only in 32*12 icon fonts, normal or bold, and not in 24*10 ones(normal and bold).
So, if you have a second line operator name which is using font 01 and 02 of font type list, memos icon is present and correct.
If you are using a smaller font (06 or, as you, 07), memos icon is not present and a dot is displayed.
BUT... I had already faced this problem when writing the date add-on and encoded in patch a workarround.
I've inserted that you can use another icon font, 0A, for memos (it's a little bell, maybe less significant but still understandable), when you use it in date.
So, the only needed "customization" is to use it also in operator string, by appling this patch:

07E1E6: 2D 0D

So, all works and a little bell for memos is displayed.

Otherwise:
1. you create a small character memos icon and I link it in the patch
2. you change second line operator font type, with MSI, restoring original value for it (02)

So, how can we call it, a bug or a feature?
In any case, something I've studied and already solved in my patch

Last edited by lalo.lerry; 01-20-2005 at 06:54.
  Reply With Quote
Old 01-20-2005, 08:32   #969 (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
... or you can use option in new patch version
  Reply With Quote
Old 01-20-2005, 11:00   #970 (permalink)
Freak Poster
 
genetic1's Avatar
 
Join Date: Jun 2004
Posts: 331
Member: 70990
Status: Offline
Thanks Meter: 1
@Lalo:

You have dicsem the problem once again - absolutely right.

And you have solved it immediately - A VERY BIG THANK YOU!

With MES v4 all "problems" are solved (IMHO).

And now...

I don't make you work again (but only for next 2 months )!

Lalo, I wish you all the best and GOOD LUCK for your exams...wish you do it like programming SME45 and the same (very big) knowledge.

Best regards

genetic
  Reply With Quote
Old 01-21-2005, 04:45   #971 (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
- deleted because double posted -
  Reply With Quote
Old 01-21-2005, 04:46   #972 (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
@genetic and fcortina:
Thanks, my friends!
I "waste" too much time on patching and now I really need GOOD LUCK to pass my examinations...
Anyway I'll be very strange not to enjoy myself in patching in next future...
  Reply With Quote
Old 01-21-2005, 11:42   #973 (permalink)
Freak Poster
 
misko903's Avatar
 
Join Date: Oct 2004
Location: Slovakia
Age: 41
Posts: 219
Member: 89407
Status: Offline
Thanks Meter: 0
hi all!!
i'm in sweden now. i have'nt my own PC here, it's bad i have a little bit of time...

bug report - when i am passing to other BTS - other cell broadcast, phone crashes.
tested on Germany and Czech republic

@Lalo: my tip: you are studying mechanical engeneering
and thx for you very helpfull informations!!!
good luck in exams! dont forget, there are other good facilities - cribs

bye (in sweden - hej san!
  Reply With Quote
Old 01-29-2005, 14:13   #974 (permalink)
Junior Member
 
Join Date: Jan 2005
Location: Prague, CZ
Age: 50
Posts: 15
Member: 111188
Status: Offline
Thanks Meter: 0
Recently I have bought ME45 and after cable modification I also moded the phone with S45i fw ... then I found this forum and I am really impressed - you have my respect, I have applied a lot of patches with success, thank you for them ...
because I am not very familiar with ME45(i) phone and I could not find answers for some questions anywhere, I would like to try it here, I think somebody from this forum can help me:
1) if I want to select a contact from addressbook, it takes a long time relatively (C35i phone has this function faster); but it seems to me, that response could be much faster (it looks like waiting for a letter with a time of given length; if you write for instance 3 letters, it waits a while for the fourth letter and in case of no input it goes to the contact) – can some key confirm the written sequence saying “go to the specified contact immediately”?
2) why FlashSMS appears as a standard SMS and not directly on the display (like in c35i phone); any possibility to change it with a patch?
3) could it be possible to change underlined phone numbers in received SMS to a contact name (from addressbook), it also worked in C35i, but in ME45(i) … maybe it could be done also with a patch
Thanks for reply ...
  Reply With Quote
Old 02-01-2005, 20:12   #975 (permalink)
Junior Member
 
Join Date: Oct 2004
Age: 39
Posts: 2
Member: 86191
Status: Offline
Thanks Meter: 0
RUS
Êàê àäàïòèðîâàòü ïîä 6-è çíà÷íûå íîìåðà òåëåôîíîâ??? ×òîáû ïðè îïðåäåëåíèè íîìåðà ñðàâíèâàëîñü ñ 6-þ öèôðàìè, à ÍÅ ñ 7-üþ (ïî óìîë÷àíèþ)! Çà ðàíåå ÑÏÀÑÈÁÎ!
ENG
How to adapt under 6-place phone numbers??? That at definition of number{room} it was compared with 6 in figures, instead of about 7-th (by default)! For earlier THANKS!
  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
S/Me45i-v04: Flash Patches patch_me x4x, x5x Flashpatching 329 05-30-2010 10:49
821sc flash patch cid3 dead after flash cetech Z3X-Team Products 26 07-17-2009 12:12
L760 flashing patched flash problem Steph NSPRO 4 12-05-2008 11:04
M55 Flash Patch -Anyone´s got full modded flashes ready for flash--?? Uvedovle x4x, x5x Flashpatching 0 04-27-2004 10:32
Need flash patched with Spanish lang for Neptune ! Kilowat Mitsubishi 4 05-21-2002 07:24

 



All times are GMT +1. The time now is 04:44.



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

SEO by vBSEO