PDA

View Full Version : NEW: Siemens EEPROM Info


jaelanicu
12-08-2002, 10:46
Hi everyone!

I've just made a new software for inspecting the Siemens EEPROM image
file from UniSiemens or Siemens S45-ME45 Tools. Perfect for research!

It supports all of the 4 EEPROM (LBA_FS, EE_FS, EEFULL and EELITE) images. It also supports merged EEPROMs, that is 4 EEPROMs in one
single file, to make the research simpler. You can merge the EEPROM
file from the DOS prompt like this :
C:\>COPY/B LBA_FS.BIN+EE_FS.BIN+EEFULL.BIN+EELITE.BIN ALLEEPROMS.BIN

It can display the summary of all of the EEPROMs. The summary shows the
number of blocks, handles (IDs) and the sum of used+deleted handle data
size.

It can also display a list of EEPROM blocks, handles and the contents
of each handle data in hex and ASCII.

Not only that, you can also extract the handle data and save each
handle data into separate files. You can extract all of them, or based
on the criteria you can specify.

The criteria can be EEPROM name, block number, handle number, handle
status (used or deleted; in numbers), handle version, data address or
even an unknown byte that my brain hasn't figure it out.

This software has been tested under Windows 95/98/98Se/Me, but I'm sure
it'll runs on Windows NT/2000/Xp too :)


Here's the URL:
http://bitminds.netfirms.com/seeinfo100.zip
http://pages.unisonfree.net/jaelanicu/seeinfo100.zip



CHEERS!!! ^_^

Drug_Store
12-08-2002, 19:18
So, can you tell us, what block or blocks are used to enable GPRS on SL45?

wildbomb
12-08-2002, 22:59
Or what about activating java on a S/ME45(i)?
Maybe we could extract it from the MT50 and change some data on the firmware to activate it?

What I mean is to take the "javam45" from one MT50 and replace the "javadumm" of one S/ME45(i) and maybe change some values to try to activate java. I don't understand much how the firmware works, but in the forum there are a some that do.

What do you think? Is it doable?

jaelanicu
12-30-2002, 20:29
AFAIK, EEPROMs only contains phone settings.

I don't know if there is a setting that can enable GPRS in SL45.

The only thing I know is that the GPRS module does not exist in SL45 firmware (gprscore vs gprs_dmy).
And that goes the same as the Java module in ME45/S45 (javam45 vs javadumm).

lavdate
12-31-2002, 00:01
is this show us that SL45i GPRS could be enabled?

check this out..

GPRS chip inside SL45 (http://lavdate.dhs.org/sl45/mmg-asic%20sl45.jpg)

genocite
12-31-2002, 12:49
i think the sl45 uses a very simple diplexer such as in X35 series, which i doubt can support the gprs 8 channel data transferring, but who knows ...

jaelanicu
12-31-2002, 14:11
@lavdate:
Are you sure the diagram is 100% correct?
If so, then...
@lavdate & genocite:
Anything is possible... ^_^

Irinel
12-31-2002, 14:33
on Xp not work.

jaelanicu
01-02-2003, 17:47
How it won't work?