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.
:)
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.
:)