javacardx.crypto classes (or jar) for JCDK 2.1.1

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

Java Converter

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

Javacard and session variables

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

PLEASE HELP! OCF1.2 cannot have a working CardService

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

Help!The problem of RATS(Request Answer To Select) on Gemplus Java Card

586 byte By Bobby@SHa at 2007-11-26 22:02:36
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 ...

Access JCOP simulated card with SATSA from WTK

1562 byte By Michiel82a at 2007-11-26 22:05:55
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 ...

Oberthur card problem

473 byte By manojit123a at 2007-11-26 22:06:50
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 ...

Blu-ray SyncFrameAccurateAnimation positioning?

997 byte By bland999a at 2007-11-26 22:07:05
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 ...

Verifing Pin

482 byte By mvanhoutena at 2007-11-26 22:08:21
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 ...

Secure PIN Pad - protected authentication path

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

Antenna Problem TC65 - compatibility?

426 byte By murilo.pollaa at 2007-11-26 22:27:29
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 ...

JCOP tools under linux - no readers detected for activation

1049 byte By logularjasona at 2007-11-26 22:29:16
[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 ...

JCOP Card for T = 0

415 byte By manojit123a at 2007-11-26 22:30:01
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 ...

EPG development

492 byte By bhat_vasua at 2007-11-26 22:30:52
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. ...

Java Database Connectivity (JDBC)

932 byte By Lalit107a at 2007-11-26 22:38:57
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 ...

Java Card Kit - development environment

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

help for begginers needed

636 byte By kris_javaa at 2007-11-26 22:46:17
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 ...

Create EEPROM image using cref - error in install applet

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

Java TV - Problem with DVBTextLayoutManager

1373 byte By RafaTorresa at 2007-11-26 23:02:23
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 ...

Java Card - Offcard API code samples needed

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

Java Card - Unknown error 0x8010002f with smartcardio

949 byte By trifoncilloa at 2007-11-26 23:03:48
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: ...

Java Card - CLA byte value

628 byte By shiv_sinhaa at 2007-11-26 23:12:20
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 ...

Java Card - Proxy to use SATSA (or apdutool) with real smart-card

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

Java TV - Problems with XleTView and the background image

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

Java TV - Display I frames

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

Java TV - Where can i use the file:// url

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.

Using Java TV in netbeans+CDC

371 byte By Filhotauma at 2007-11-26 23:37:06
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 ...

JCOP CAP file generation not working

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

How Does HAVi Display devices intersct with hardware

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

ClassCastException error

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

how to use apdu to get the certificate in smartcard?

344 byte By bluedot2000a at 2007-11-27 0:04:53
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 ...

What is JCOP cards CPU clock frequency?

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

Standard way to write terminal applications?

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

"How can I find how much memory of JCOP card is free ?"

248 byte By NewOrchida at 2007-11-27 0:26:00
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.

SIM Application Toolkit, deploy program

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

How to use Smart Card API's (OCF) in Web Application

503 byte By dhayasinfo@yahoo.co.ina at 2007-11-27 0:33:44
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 ...

StringTokenizer with MHP

421 byte By RafaTorresa at 2007-11-27 0:34:22
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 ...

Problems with xletview

1288 byte By francy127a at 2007-11-27 0:35:17
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 ...

how do we check if a thread is alive or not?

235 byte By spade777a at 2007-11-27 0:41:13
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.

Clock

389 byte By RafaTorresa at 2007-11-27 0:42:23
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 ...

Card Image Number and Issuer Id Number

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

Sun Certified Java Card Programmer

128 byte By Igor_Medeirosa at 2007-11-27 0:51:46
Does anybody knows if exist a "Sun Certified Java Card Programmer" or something related?Best regards - Igor

Perspectives of Java Card

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

Help: Loading custom JCShell plugin

1800 byte By mag-guara at 2007-11-27 0:54:51
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 ...

Java embedded controller

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

How to get Hex R-APDU?

465 byte By Jensen.Penga at 2007-11-27 1:10:09
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 ...

Ecclipse using

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.

Unable to Delete application on G&D SIM

334 byte By Javacarda at 2007-11-27 1:14:28
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: ...

Error sending EXTERNAL_AUTHENTICATE command.

10963 byte By JCMARRUPEa at 2007-11-27 1:14:58
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 ...

How is the architecture of chip on JCOP 30?

474 byte By NewOrchida at 2007-11-27 1:17:35
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 ...