PDA

View Full Version : Maximum number of ADN, FDN and SMS


hakthu
06-10-2003, 13:38
What storage limitations is there for different card types?

What storage capacity shall be used if you only want to write phonebook/sms entries in the eeprom?

5.00s used this formula "(ADN - 64) * 32 + SMS * 176 + FDN * 32 < 6706" is there a similar one for 6.00s?

TurboX
06-10-2003, 14:25
For Silvercard (64k): (ADN - 51) * 32 + SMS * 176 + FDN * 32 < 6480
For GreenCard (128k): (ADN - 51) * 32 + SMS * 176 + FDN * 32 < 14672
For GreenCard2 (256k): (ADN - 51) * 32 + SMS * 176 + FDN * 32 < 31056

hakthu
06-10-2003, 14:48
Thanks

wssiow
06-11-2003, 05:33
why sometime (ADN-64) and sometime (ADN-51)?

TurboX
06-11-2003, 13:06
Sim-Emu 5 store 64 ADN inside the flash memory, Sim-6 only 51.