hi there, I am interested in this topic.. though I have done some initial study (nothing concrete).. I am yet to lay my hands on good stuff..
however.. to start with I had gone through GSM SIM Speciicifications like GSM 03.08, 11.14 etc which I belive would come outside the perview of OCF.. cheers amaresh PS: GSM specs can be found at ETSI website URL http://pda.etsi.org/pda/queryform.asp ----- Original Message ----- From: "Boon Soon Lam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 12:08 PM Subject: [OCF] SIM Card Architecture > >Hi, > > > > Jus a few more questions from me. Thanks for your time. > >1. Does native SIM card used by Singapore Telco supports JVM and can we > >load Applet coded in JavaCard into the SIM card > > > >2. Are there any book explaining the SIM memory registers and what do they > >do, Are they the same across the board or specific to Manufacturers. > > > >4. Where does the SIM card store all the application be it Burnt in during > >manufacture or downloaded in after manufacture. > > >5. How do we start the applets store in the SIM card once we have done in > >step (4) > > > >6. Is there a convertor to convert all java bytecode into one that the SIM > >card OS understands to execute it on the SIM card. > > 7 Can the applets be loaded over the air to be executed in the SIM card. > > 8 can APDU commands be exchanged with a SIM Card via SMS server. > > > > > > >Sorry, seems that there are a lot of queries from me, but this is an area > no > >one is actually venturing into yet or is surewouldn't it be a great idea > to > >find out esp. with your interest in it as well... > > > > > >Thanks a million.... > > > > [ ]�s > Luciano da Silva Coelho > [EMAIL PROTECTED] > Sun Certified Programmer for JAVA2 > Sun Certified Web Component Developer for J2EE > Sun Certified Instructor for JAVA2 > Diretor de Tecnologia > e-Sec Tecnologia em Seguran�a de Dados > www.esec.com.br > > > > > > > > >From: "Luciano da Silva Coelho" <[EMAIL PROTECTED]> > > >Reply-To: "Luciano da Silva Coelho" <[EMAIL PROTECTED]> > > >To: "Boon Soon Lam" <[EMAIL PROTECTED]> > > >Subject: Re: [OCF] (URGENT) wireless OCF applet to SIM card > > >Date: Tue, 19 Feb 2002 14:53:57 -0300 > > > > > >I really don't know anything about OTA. > > >But, I am really interested in the results. Could you send some infos > when > > >it runs :-) > > > > > > [ ]�s > > > Luciano da Silva Coelho > > > [EMAIL PROTECTED] > > > Sun Certified Programmer for JAVA2 > > > Sun Certified Web Component Developer for J2EE > > > Sun Certified Instructor for JAVA2 > > > Diretor de Tecnologia > > > e-Sec Tecnologia em Seguran�a de Dados > > > www.esec.com.br > > >----- Original Message ----- > > >From: "Boon Soon Lam" <[EMAIL PROTECTED]> > > >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > >Cc: <[EMAIL PROTECTED]> > > >Sent: Tuesday, February 19, 2002 5:27 PM > > >Subject: [OCF] (URGENT) wireless OCF applet to SIM card > > > > > > > > > > > > > > Thanks for the solution, it works... > > > > anyway, I am now developing an applet coded in java with OCF which I > am > > > > thinking of sending it "OTA"(Over The Air) to a Handphone Sim card and > > >makes > > > > it execute on the phone SIM. Is it possible. The technical people at > > >GEMPLUS > > > > Singapore says that this has not been tested out and they are not > > >sure... > > > > > > > > Thanks again > > > > > > > > >From: "Luciano da Silva Coelho" <[EMAIL PROTECTED]> > > > > >Reply-To: "Luciano da Silva Coelho" <[EMAIL PROTECTED]> > > > > >To: "Christophe Muller" <[EMAIL PROTECTED]> > > > > >CC: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > > > > >Subject: Re: [OCF] java.lang.UnsatisfiedLinkError > > > > >Date: Tue, 19 Feb 2002 14:08:13 -0300 > > > > > > > > > >Hi Boon Soon, > > > > > > > > > > Try to set the windows's PATH to point to the directory that > > >contains > > > > >the OCFPCSC1.DLL file. > > > > > > > > > > This will correct your problem. > > > > > > > > > > [ ]�s > > > > > Luciano da Silva Coelho > > > > > [EMAIL PROTECTED] > > > > > Sun Certified Programmer for JAVA2 > > > > > Sun Certified Web Component Developer for J2EE > > > > > Sun Certified Instructor for JAVA2 > > > > > Diretor de Tecnologia > > > > > e-Sec Tecnologia em Seguran�a de Dados > > > > > www.esec.com.br > > > > >----- Original Message ----- > > > > >From: "Christophe Muller" <[EMAIL PROTECTED]> > > > > >To: "Boon Soon Lam" <[EMAIL PROTECTED]> > > > > >Cc: <[EMAIL PROTECTED]> > > > > >Sent: Tuesday, February 19, 2002 12:34 PM > > > > >Subject: Re: [OCF] java.lang.UnsatisfiedLinkError > > > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > Boon Soon Lam wrote: > > > > > > > > > > > > > > Hi all, I encountered to following error message when trying to > > > > > > > run the "TestSim.class" program. What causes this error and how > > > > > > > to go around it? > > > > > > > > > > > > > > THanks to all, > > > > > > > Boon > > > > > > > =============================================================== > > > > > > > java.lang.UnsatisfiedLinkError: no OCFPCSC1 in java.library.path > > > > > > > > > > > > This message means that the Java system could not find the > > > > > > PC/SC dynamic library needed in order to access your card > > > > > > reader. It is actually looking for PC/SC because in an > > > > > > "opencard.properties" file somewhere, you have specified > > > > > > "com.ibm.opencard.terminal.pcsc10.Pcsc10CardTerminalFactory" as > > > > > > the "OpenCard.terminals" property (thus saying that you would use > > > > > > the PC/SC wrapper CardTerminal in order to access the readers). > > > > > > > > > > > > So, you have basically two choices to get rid of the error: > > > > > > > > > > > > 1) keep the specification of PC/SC but install PC/SC on your > > > > > > PC (I assume you are running a Win32 system) and also the > > > > > > right PC/SC drivers for your card reader, or > > > > > > > > > > > > 2) change your opencard.properties file to specify a pure-java > > > > > > CardTerminal (if it exists for your reader) and install the > > > > > > Java "Comm API" for your platform. More help on installing > > > > > > from scratch Java, the Comm API, and OCF is available at: > > > > > > > > > > > > > > ><http://www.gemplus.fr/developers/technologies/opencard/faqs/install-faq-qn > > >a > > > > >.html#s1> > > > > > > (one section for Unix systems and one for Windows). > > > > > > > > > > > > Note: in appendix of this FAQ, you will find a 'findOCP' program, > > > > > > contributed by Jan Peter Hecking, that will help you to find > > > > > > where OCF is looking for "opencard.properties" files. > > > > > > > > > > > > Hope it'll help. > > > > > > > > > > > > Cheers, > > > > > > Christophe. > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > --- > > Visit the OpenCard web site at http://www.opencard.org/ for more > > information on OpenCard---binaries, source code, documents. > > This list is being archived at http://www.opencard.org/archive/opencard/ > > ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email > ! to > ! [EMAIL PROTECTED] > ! containing the word > ! unsubscribe > ! in the body. --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
