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-02-2005, 11:14   #181 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0

Thanks, it works!
calls c7876eh
r4 - random value
  Reply With Quote
Old 04-09-2005, 11:47   #182 (permalink)
No Life Poster
 
Join Date: Mar 2002
Location: -[r0]-
Age: 53
Posts: 834
Member: 9891
Status: Offline
Thanks Meter: 2
SL45v56: About Incoming SMS Buffer:

From CDR.asm (Call Detail Record) source:

mov r8, #200h+'R' <- R(eceived)
- put "received sms" flag in the register R8

mov r12, #315h
- set R12 with value hexa 315

mov r5, #32h
- and R5 with 32h

R5:R12 is prepared to store the pointer to incoming SMS sender number (32h:0315h).

extp r5, #1
- work in page values stored in register R5 (32h)

movb rl4, 2F0h
- get the byte value of RAM 32h:02F0h and store it in the RL4. 32h:02f0 for incoming SMS is storing the SMS type, including normal or delivery status SMS. I don't know about another values meaning ...

andb rl4, #40h
jmpr cc_Z, sdr_001

- make some test. if (RL4 and 40h==0) goto sdr_001

mov r8, #200h+'D'
add r12, #1

- if the result of test is not zero (RL4 and 40h != 0), then set the flag with 'D' (Delivery status SMS), and change the incoming SMS sender number pointer to 32h:0316h ...

Hope it is clear and usefull,
rizapn

Last edited by rizapn; 04-09-2005 at 12:02.
  Reply With Quote
Old 04-09-2005, 21:59   #183 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
Anyone called D631D2 ?
  Reply With Quote
Old 04-09-2005, 22:00   #184 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
Hi masters!
Could you write me entrypoint to profile "without alarm"?

<EDIT>

And another two questions:
In mainscreen after I push long red button it called to procedure shutting down. From whot adress it calls?
And whot is the entrypoint to shut down phone?

Last edited by sc0ty; 04-09-2005 at 22:29.
  Reply With Quote
Old 04-10-2005, 06:39   #185 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
Quote:
Originally Posted by sc0ty
And another two questions:
In mainscreen after I push long red button it called to procedure shutting down. From whot adress it calls?
And whot is the entrypoint to shut down phone?
See xref to
E5:252C DrawShutdownAnimation

or see shutdown with confirm patch

Last edited by Seklth; 04-10-2005 at 07:02.
  Reply With Quote
Old 04-10-2005, 08:36   #186 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
if run emulator sl45 with parametr (mmiu35.exe /p) can see debug window ( http://patchslik.nm.ru/ClipBoard-1.gif )
Can i hook info from this window?
  Reply With Quote
Old 04-10-2005, 09:38   #187 (permalink)
Insane Poster
 
Join Date: Nov 2004
Location: Poznan, Poland
Age: 37
Posts: 78
Member: 94448
Status: Offline
Thanks Meter: 0
Thenks Seklth, but i can't find this patch. And somebody know the entrypoint to profile "without alarm"?
  Reply With Quote
Old 04-10-2005, 16:39   #188 (permalink)
Freak Poster
 
abomin's Avatar
 
Join Date: Jan 2004
Location: Russia inc.
Age: 51
Posts: 121
Member: 48199
Status: Offline
Thanks Meter: 0
@Riza
Soft button codes of most menu is defined on BAFB18. But where is codes of arrow keys (in main menu for ex.)?
  Reply With Quote
Old 04-11-2005, 00:38   #189 (permalink)
No Life Poster
 
charlielao's Avatar
 
Join Date: May 2004
Posts: 501
Member: 66040
Status: Offline
Thanks Meter: 14
@Master Riza:
Thank you for taking some time to answer my questions. I'll analyze your answers before posting any questions i may come into.
here it is
Quote:
R5:R12 is prepared to store the pointer to incoming SMS sender number (32h:0315h)
1. Did you "make" this to get the SMS sender number? or is it always stored at 32h:0315h? Sorry if my questions seem stupid Master.
BTW Thank you for your KVSIM patch.
2. RAM 000C:326C is for addressbook entries? low byte of this RAM is for POSTCODE? what does the high byte point to?

Last edited by charlielao; 04-12-2005 at 01:07. Reason: Added some questions
  Reply With Quote
Old 04-12-2005, 10:11   #190 (permalink)
Junior Member
 
Join Date: Apr 2005
Age: 53
Posts: 23
Member: 134505
Status: Offline
Thanks Meter: 0
Hi all,

I got hold of a lot different Siemens phones, and since I´m a experianced assembler programmer, I thought lets give it a go.

So, yes im new here, and I might have posted this message in the wrong thread, DONT SHOOT ME, PLEASE

I got all the tools Like V_Klay ffmod etc etc. and bought a copy of IDA (4.8). The only thing I cant seem to find is MMIU35.EXE, it seems interesting enought to have a look at....Can anyone point out a location?

Next, I have a JTAG debugging system here with C166 support, the C35 has test points connected to the JTAG interface of the infineon chip, Although I have the scematics, I do not have the location of the testpoints, Anyone? if I cant get to the testpoint locations, I will take the infineon chip of the phone and use my multimeter to find them, seems mutch better solution since I have the gear.

On the SL45 (yes I have the scematics and board layout) the JTAG interface of the infineon chip are NOT connected, I will take the chip off, end connect all 200 points with wires end connect the JTAG pins from the chip to my debugging system. Any one did this?

I did find a way to flash SL42 to SL45 somewhere in the past, since I have only one SL45 and quite a lot of 42´s I would like the 42´s to become 45´s for debugging purposes can anyone point me to a howto, I do not seem to be able to find the information anymore

Any other remarks or questions based on the above are very welcome...

Jash
  Reply With Quote
Old 04-12-2005, 11:22   #191 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by jash
I got all the tools Like V_Klay ffmod etc etc. and bought a copy of IDA (4.8). The only thing I cant seem to find is MMIU35.EXE, it seems interesting enought to have a look at....Can anyone point out a location?
It's part of Siemens' Java developement kit (SMTK). More exact it's part of SL45i-Emulator for Java testing purpose. It's downloadable on Siemens developer page after registration. I think you'll need both packages (SMTK and SL45i emulator), all in all maybe 12 MB.
Quote:
I did find a way to flash SL42 to SL45 somewhere in the past, since I have only one SL45 and quite a lot of 42´s I would like the 42´s to become 45´s for debugging purposes can anyone point me to a howto, I do not seem to be able to find the information anymore
Search for "sl42@45" or update sl45. The way I'd choose is to make a software update with SL45 v56. After that you also need to activate Java.
  Reply With Quote
Old 04-12-2005, 17:39   #192 (permalink)
Freak Poster
 
abomin's Avatar
 
Join Date: Jan 2004
Location: Russia inc.
Age: 51
Posts: 121
Member: 48199
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by jash
The only thing I cant seem to find is MMIU35.EXE....Can anyone point out a location?
U can take it from: ttp://mamaich.kasone.com/sl45i/mmiu35exe.rar
Quote:
...I have a JTAG...
Wow!
Quote:
...I have the scematics...
Can u send it for me?(or give link) I can send to you a part of manual (pdf) with processor and memory schematics and board with testpoints.
  Reply With Quote
Old 04-13-2005, 08:44   #193 (permalink)
Junior Member
 
Join Date: Apr 2005
Age: 53
Posts: 23
Member: 134505
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by abomin
Wow!
Those Siemens bastards did not lead the JTAG pins away from the chip on the SL4X, as I found out when I took one apart last week, by doing so I killed one phone since I used a heat gun to remove the chips, I have a few of them so who cares

I Have to find a way to thake the PMB6850 of the PCB and reconnect it with small wires or so to get the JTAG connections out leaving the rest of the phone intact. by doing so I can really look into the firmware. all information will be shared on this forum.... It might offer some help to you guys

What is the stoy with the AT+CGSN debugging, although I did find the patch I do not find any description on how to use it, untill I have my JTAG system up and running I need this to start, anyone?

One stupid thing thoud, one of my SL42 is upgraded to a SL45 now, one other keeps saying "Wrong software" any one with help on this ?
  Reply With Quote
Old 04-13-2005, 09:39   #194 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Romania
Age: 43
Posts: 156
Member: 67838
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by jash
One stupid thing thoud, one of my SL42 is upgraded to a SL45 now, one other keeps saying "Wrong software" any one with help on this ?
Write back your original eprom
  Reply With Quote
Old 04-13-2005, 11:22   #195 (permalink)
Junior Member
 
Join Date: Apr 2005
Age: 53
Posts: 23
Member: 134505
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by adancau
Write back your original eprom
Sure, I allready did so, and it is a working 42 again. Maybe I should clarify this a bit more. I have two identical SL45, same firmware (checked with v_klay), main PCB etc. One did go to 45 without any problems, the other one did say "Wrong Software" after applying exactly the same procedure. so something differs between the the two.

(but lets go no futher on this in this thread since it is off topic, I´m new here and do not want to be kicked out )

rgds

Jash
  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
BB5 - Technical Discussion adihack Nokia Base Band 5 ( BB-5 ) 220 10-14-2011 05:31
x65 patching technical discussion Acidmrp x6x and x7x Flashpatching 42 10-10-2009 07:06
Iphone 3G Technical Discussion and SP Unlocking theory GraveSlayer iPhone 2 / iPhone 3G / iPhone 3GS 8 11-15-2008 06:04
Technical discussion sharp705sh celluniversal Sharp 0 05-17-2007 17:26
Technical discussion BB5 unlocking twisterfan Nokia Base Band 5 ( BB-5 ) 0 05-16-2007 19:36

 



All times are GMT +1. The time now is 13:48.



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

SEO by vBSEO