442 byte By
alToSa at 2007-11-26 21:29:15
Hi,I'm using Java Card Development Kit 2.1.1 to develop applet for Gemalto Xpresso Java Card (because it is Java Card 2.1.1 compliant).There is an exp file for javacardx.crypto, but no jar or stub classes implementing it - that is why I can't compile my applet (it fails on importing ...
1562 byte By
KurtBa at 2007-11-26 21:36:59
Dear all,I'm using Schlumberger SDK 4.5. And to create a *.ijc-file (An alternative for the CAP-file) I have to use a program file generator, delivered with the software. But it's based on the standard Java Converter.It works for the example class of CryptoTest (deliverd with the software), ...
6873 byte By
fgrieua at 2007-11-26 21:41:31
Hello,I'm trying to find a reasonable Javacard technique to handle "session variables" that must be kept between successive APDUs, but must be re-initialized on each card reset (and/or each time the application is selected); e.g. currently selected file, currently selected record, current ...
2659 byte By
Cenona at 2007-11-26 21:52:41
Hello Anyone,I am making a smart card application for simple File I/O using APDU commands. Actually I am porting my working C++ code to Java using OCF1.2. I have read the Programmer's Guide manual from the www.opencard.org site and followed all the instructions in installing. I placed all the ...
Hi,I am developping Java applets on GemCombiXpresso R4(Gemplus).Before downloading applets , these steps shuold be passed first:1.Request;2.Anticollision;3.Select;4.RATS;....The reference manual told me to send RATS to switch the card to Java Card OS,because this card also has other modes.When ...
hello fellow JavaCard lovers :-)For a while now, I'm trying to access my simulated JCOP smartcard with the SATSA libraries from WTK, but 'till the time off writing, all my efforts were unsuccessful. I'm using:WTK Version 2.5 for CLDC Beta (19-jun-2006 16:06)Eclipse SDK Version: 3.1.1JCOP ...
Hi,I have loaded some GSC applets into the card and also created some instances. But, they are not deleted(paritially) from the card using Oberthur SDK. I have tried following ways,1. Delete Package with related applets instances.2. Separte applet instance deletion.In both case, SDK returns "69 ...
I am doing some work with Blu-ray, and though I have been able to figure out how to do a lot of things on my own, I have run into a problem with one thing: how to create a synchronized frame accurate animation that does not necessarily start at position 0,0 of the screen (the upper left ...
I am new to the Java SmartCard world and having problems finding examples for accessing data elements on the card. I been able to find the card reader and establish a basic channel, but have not had any success in reading the card. Does anybody have an example or know of a document/website that ...
285 byte By
fara0na at 2007-11-26 22:14:22
Hello folks!Does everyone has experience with the Secure PIN pads? I have some Omnikey readers with PIN pad and I would like to use them in Windows environment. Any kind of help (especially sample code) would be highly appreciated :-)Best regards,Aleksandar
Hello!!I am having a problem with my TC65!! I have one antenna that works all the time and two other that work almost never (but sometimes do) even though they worked on the other TC65 we used to work on (same version, different hardware). Also, it connects to the GSM network alright but is ...
[eclipse 3.1.2, pcsc-lite 1.4, redhat el3]I just downloaded the JCOP tools as described in the following post: http://forum.java.sun.com/thread.jspa?forumID=23&threadID=722788I found that it would not install under linux, because win32 has been specified in the site and feature manifest ...
Hi,I have some JCOP 20 cards with T = 1 protocol. But, I have a application which expect cards with T = 0. How can I configure JCOP 20 to use T = 0 Protocol ?From somewhere, I get "However, as the interface characters can be set during card initialization, this can easily be changed so that the ...
Hi,I want to develop an EPG application for OCAP. Can i know how to go about this. Since i am very new to this, can i get any sample code for EPG and video streaming so that i can have this as a reference.I dont know too much about the org.dvb.si packages and this is causing too much problems. ...
Hi AllI am facing a problem when a Java program is connected to the MySQL database .My Java program gives an Exception as : ClassNotFoundExceptionException :org.gjt.mm.mysql.Driverjava.lang.ClassNotFoundException: org.gjt.mm.mysql.Driverat ...
919 byte By
MrHyylja at 2007-11-26 22:42:51
Hello!I need to upgrade to the latest Java Card Kit, because I need some of the classes in javacardx.framework, which is not supported by version 2.2.1. But some problems arises when I'm trying to use version 2.2.21) It requires jdk1.5. Ok, no problem (ehh) 2) I'm using eclipseME 1.6.0. This ...
Hi all ! I'm thinking about using java card technology for my final year project @ univeristy. I've been reading this forum for a couple of hours but I can't find the answer to a few simple questions:1. Is the JCOP the best choice for java cards? I mean with card/reader availability, price ...
463 byte By
alToSa at 2007-11-26 22:54:15
I need to create EEPROM image to use it in debug purposes.So I've generated script with scriptgen to download cap file to card (emulator), it runs well. After it I have to instantiate applet (0x80 0xb8 ... ) and this is the stage which fails... I get 0x64 0x44 response - Applet creation ...
Hi all. First all sorry my english. I'm new at Java and MHP, and i trying to make a ticker for tv...I have problems with DVBTextLayoutManager. When i add to scene HText without the manager, i saw the text, but when i try to use the manager, i saw the area indicated y htext and manager, but ...
501 byte By
eve-za at 2007-11-26 23:02:32
I have already written java card applet, that successfully works on JCOP 31 card.The main problem is, that am loading it through the JCOP shell, but i would like to write to off card applications: one for the applet uploading on card and it's instantiation, ant the other - for the working with ...
Hello everybody,I am working with the javax.smartcardio package and a smartcard reader ACS ACR38U. I am able to get the terminal and the card information. I'm using and sle4442 card (T=0). But when i try to send any apducommand i get this error:javax.smartcardio.CardException: ...
Hello All,I am trying to modify & run the sample Wallet example. However it gives me different results when I use different CLA values..If CLA =0x80 and I send the following APDU to get the balance 80 50 00 00 02// It gives me correct reponse 00 00 90 00However, If I modify the code and use ...
618 byte By
alToSa at 2007-11-26 23:13:09
Hi!I tried to communicate with smart card applet emulated in cref (jcwde also) from midlet via SATSA. But java card development kit includes only stub classes for javacardx.crypto - so I cannot even emulate applet which uses crypto though I can install it on real java card where it works ...
1072 byte By
Cavia at 2007-11-26 23:16:21
Hello!I磎 a student trying to develop aplications with MHP, i am actually using XleTView 0.3.6. I磛e traying to show a background image but but nothing appears in the background. I have tryed with Steven Morris's HaviExample and with other codes found in the internet and in this forum.As i have ...
442 byte By
pundita at 2007-11-26 23:19:42
Hi All,I need to show MPEG I frame. Please let me know the packages and classes to use. The I frame(s) would be available in the RAM .I need to show the frame as a MPEG still image.Would a data source for file protocol and a player for MPEG 2 decoder be enough to display the frame..? can anyone ...
260 byte By
skkv577a at 2007-11-26 23:21:02
i am new to DTV and here is a very basic doubt abt file:// url.Under what all situations can we use a file://i had seen at many places that restrictions can be there depending upon whether the file is local or in the broadcast file system.
HI EVERYONE, I NEED SOME HELP HERE.I'M USING NETBEANS +JDK1.6+ CDC 1.0+JAVATV TO DEVELOP A MIDDLEARE.I TRY TO USE JAVATV METHODS, BUT ALWAY PRESENT ERRO MESSENG, FOR EXEMPLE:java.lang.NoClassDefFoundError: javax.media.LocatorJAVATV.JAR ALREADY ADDEDLIB DIRECTORY ALREADY ADDEDI DON'T NO WHAT ...
444 byte By
phil21a at 2007-11-26 23:39:07
Hi Guys,I am new to JCOP and so I am just following the tutorial (JCOP Help) to build a HelloWorld applet. Actually everything looks straight forward. But I am still stuck by generating the CAP files. In my understanding they should get generated after the compilation automatically. Is this ...
651 byte By
skkv577a at 2007-11-26 23:48:16
Hi,I am working on HAVi ui implementation.i had gone through the HAVi ui spec(chapter 8 of HAVi spec) and portions of Steven Morris's book that discusses about HAVi display devices and their configuration.What i don't understand is the flow of data from HAVi app to the hardware.After ...
685 byte By
Jorge07a at 2007-11-26 23:51:23
Hello, when I`m trying to run the example Xlets of Interactive TV Web (Steven Morrison) FirstXletExample.java and MySecondXlet.java in XletView and OpenMHP I receive the same error:initxlet: java.lang.ClassCastException: FirstXletExampleI have compiled these two archives in Eclipse. I have read ...
hi,guyshow could i use the apdu command to get the certificate in smart card.now i sent following commands in JCOP shell/send 00a404000cA000000063504B43532D3135/send 00a4000c023f00/send 00a4000c025031/send 00a40200024404/send 00b0000080/send 00b0008080what's the next ...
964 byte By
Ievaa at 2007-11-27 0:14:47
Hello,I have such problem: I couldn't find in any JCOP card specification, what is exactly the CPU clock frequency in the card chip. So, I actually cannot evaluate, if my program is working to slow, or quite good enough.I mean it works on JCOP card (v.2.2, 32KB EEPROM) fast enough. But in case ...
1175 byte By
waterpca at 2007-11-27 0:17:53
I have the Eclipse+JCOP environment installed and working. It recognizes my Omnikey card reader. I can develop custom JCOP applets, upload and install them to my physical card. JCOP Shell works fine.Now I'm trying to figure out what is the standard/recommended way to write terminal ...
Hi every one,I use JCOP smart card and I would like to know how much memory is free ,is there any command to display free or used memory?if any one knows the answer of my question please inform me.yours sincerely,Orchid.
542 byte By
scarama at 2007-11-27 0:27:34
I want to deploy a Java program on a mobile phone SIM card. The program is developed with SIM Application Toolkit. I have heard that only network providers have control about deploying SIM applications. (They can use OTA). Another way could be to use a SIM card-writer.Is there a way to deploy ...
Hi frnds,For our new smart card based project, i have few queries,1. Can we choose web based application for smart card based projects? 2. How servlet will communicate with opencard CTListener class?3. While the card insertion and remove how the event will be reflet the servlet?4. For that is ...
Can I works with StringTokenizer in MHP? I want to analyze a string to transform a characters chain in a color or another code. For exampleI want to read: "\c<0,0,0> this is a example"And to see in TV Screen "this is a example" with RGB color (0,0,0)If there is a better solution please ...
Hello!I've developed an application that works well with eclipse and openmhp emulator.When I've tried to work with the emulator xletview, it crash because of the error:java.lang.NoSuchMethodError: xjava.io.File.listFiles(Ljava/io/FilenameFilter;)[Lxjava/io/File;at ...
hello everyone,i was developing an application which required me to find out for how long a thread keeps running(i.e remains alive) after the instance of the class that created the thread is no longer in memory. plz help.
This shows a clock, and runs on xletview but, works on a real decoder?-Calendar cal = Calendar.getInstance(); int hora =cal.get(Calendar.HOUR_OF_DAY);int minuto = cal.get(Calendar.MINUTE);int segundo =cal.get(Calendar.SECOND);g.setColor(new Color(0,0,0));g.drawString( hora+":"+minuto ...
281 byte By
j2miana at 2007-11-27 0:42:40
Hi I want to get card image number and issuer id number of jcop card, I have tried GP command as below but getting error. Any helpcm> /send 80CA0042 => 80 CA 00 42...B (9096 usec) <= 6A 88 j.Status: Reference data not found
Does anybody knows if exist a "Sun Certified Java Card Programmer" or something related?Best regards - Igor
184 byte By
LobnYAa at 2007-11-27 0:52:57
Hi !What do you think about perspectives of Java Card or J2ME tech?I'm a J2EE programmer now and I have a chance to change my specification into subj.thanx
Hi, when I try to register a custom JCShell plugin. I get the following error:cm> /appletNicknameAIDPlugin-- cm A000000003000000com.ibm.jc.tools.CardManagerPlugineclipse00000000 com.ibm.bluez.jcop.eclipse.internal.ui.views.shell.EclipseShellPlugincm> /register dosf A000010203 ...
279 byte By
hdayia at 2007-11-27 0:58:23
Hi there,I am new to java and hope this is the correct forum to ask my question. We are planning to produce controlling systems using java such as a security system. What kind of products supports java? Could you please tell me some of them?Regards...
I'm writing a applet to get some values from SmartCard. But I don't know how to get the Hex format.CommandAPDU selectDF3F00 = new CommandAPDU(0xA0,0xA4,0x00,0x00,DF3F00);CommandAPDU getResponse = new CommandAPDU(0xA0,0xC0,0x00,0x00,0X19);r = channel.transmit(getResponse);How can I get the ...
268 byte By
TemiRa at 2007-11-27 1:10:25
Hi!Can I using Ecclipse to write java applet for SIM? Which debugger is more comfortable for testing my java applet without loading it to SIM. I know theory but bad in practice. Please answer me from this viewpoint.Thanks in advance.
Hi Folks,How are you doing ?I have loaded a Javacard application on my G&D sim. But cannot delete it using JCOP delete command.I have tried : delete -r APP_IDand just: delete APP_ID.Can anyone help me out on this?Thanks,Javacard.Message was edited by: ...
Hello all,I磎 trying to send EXTERNAL_AUTHENTICATE command about an GemXpresso_211_Pk card but an error 63 00 is received.Code is :package com.jcmarrupe.opencard.test.gemplus;import javax.crypto.Cipher;import javax.crypto.SecretKey;import javax.crypto.SecretKeyFactory;import ...
Hi everyone,I have some questions about JCOP 30 dual interface smart card(Contact and Contactless,Mifare 1K...4k),I would like to know How is the architecture of JCOP card ,IS there two chips on the card or not?How is the memory map in this card (EEPROM,..).How can Applets work with contact or ...