PDA

View Full Version : Here is how to prog Silver-Simemu 6.0 with Dejan sw&hw


Luciano
06-01-2003, 15:40
The main problem is that the original eep hex is to big for silver card and Dejan sw is not display any message before programming only at the end will display verification error (if verify is activated).
Other error from phone is: Sim Rejected or Sim Invalid !

to solve this problem you have to edit-cut eep hex file,
the end of the eep file has to look like this:

......
:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
:00000001FF

so just delete the lines after:
:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
but keep the last line:
:00000001FF

the lenght of the eep file is now:
23,053 Bytes

make an prog.bat file with content:

silver_p.com V C1 pic.hex eep.hex

where
pic.hex is Simemu 6.0 flash file
eep.hex is Simemu 6.0 eep file modified.

and run the bat.

be carefule at the Timing also if you have faster CPU, I used with no problem T50 at Cx 200 ... I now it's an old CPU... :)

if the eep is programmed-verified Ok but you have an error when you programm the pic code, is no need to reprogram again the eep file so just make another pic.bat file with content:

silver_p.com V C1 P pic.hex

and run.

I config my Silver for ADN=183 SMS=10 FDN=15, other valid variants will work also...

Config prog is working OK, no bugs find, now is time to test the new SIMEMU 6.0 :)

Thank's to SIMEMU & Dejan for there work.

http://simemu.cjb.net/
http://users.net.yu/~dejan/

L.

:)

fonec
06-01-2003, 16:22
thanks man

simemu
06-01-2003, 22:26
Another way is select 24C64 device, read the SIM_EMU_EP_6.00.hex and write to disk.
The new file will be 2Kb only.

Regards

pisac
06-03-2003, 10:47
I tried to use IC-PROG with Dejan's programmer hw, and it's working. But, I didn't success to program eeprom on silver card (message: card reset failed), only pic (verify ok)

ViperGSM
12-01-2005, 15:15
Same problem with me:)