Hi all, i have written one java card applet with the help of eclipse plugin of JCOP,but i don't have philips pegoda reader to test my applet.is there any other way of testing applet without use of reader?or any other reader is available?Divyesh.
Hi all,Can anybody help me to fix this error?I have J2SE_1.4.1 and JDK_2.2.1I build the samples successfully but when I try to run the JCWDE demoI face with this error:JCWDE jcwde.appJava Card 2.2.1 Workstation Development Environment, Version 1.3Copyright 2003 Sun Microsystems, Inc. All rights ...
498 byte By
jgyoo74a at 2007-10-3 3:09:04
DearI'm trying to unblock my own simple application.I sent an APDU '80F0407F080102030405060708'.The response APDU was 90 00 which is sucessful.However the application status is still selectable not 'blocked'.I guess application block functionality is not implemented in my own ...
1138 byte By
mirala at 2007-10-3 3:09:46
Hi,Right now to access JCOP card I am using default keys; which is actually set when I run any application in JCOP Shell. It sets keys by :cm> set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f ...
Hi, allI'm using JCOP31bio. I would like to read/write mifare on SmartMX. Here is my code.byte[] m_ar = new byte[16+8];// Key A & key B are FF FF FF FF FF FF// MF_PASSWORD = 0B 54 57 07 45 FE 3A E7 m_ar[7] = (byte)0x0B;m_ar[6] = (byte)0x54;m_ar[5] = (byte)0x57;m_ar[4] = (byte)0x07;m_ar[3] ...
1438 byte By
mirala at 2007-10-3 3:14:49
I am trying to send PUT KEY apdu on jcop shell but facing problem. I have coded put key apdu as=> 80 D8 00 81 38 19 80 10 09 09 09 09 09 09 09 09....8...........09 09 09 09 09 09 09 09 00 80 10 09 09 09 09 09................09 09 09 09 09 09 09 09 09 09 09 00 80 10 09 09................09 09 ...
hi all, i m using JCOP41 v2.2 card simulator,when i do run ,under JCSHELL in install method i m getting following error "Unexpected error;aborting execution"& error code 6985 "condition not satisfied"it seems something like key validation require or what?any suggestion will be ...
Hi all, can i create file on JCOP cards like SIM card for the data storage?or i can store data on only byte buffers on JCOP card.Divyesh.
1609 byte By
jit_hka at 2007-10-3 3:32:45
we are using java_card_kit-2_2_1 with j2sdk-1.4.2_12 for developing Applet for Smart card.We are new to the javacard enviornment.We are testng with the avvailable samples in java card kit.The steps we are following is given below:1.Convertion of java file to class file.Class file generated in ...
177 byte By
etsra at 2007-10-3 3:33:30
what is difference between these two file paths ./sample/application/testxlet.class and /sample/application/testxlet.classthe dot pointer(.) in first casebj
618 byte By
hungua at 2007-10-3 3:45:32
HI everyone,I have done extensive research about java card reader,writer and software kits. I have found three possible devices. can you please help me to decide which one I should buy:1. MoTechno- http://www.motechno.com/java-card-sdk.0.html-500 EURO ...
2677 byte By
Enoilla at 2007-10-3 3:51:17
Guy,i'm working with Secure Channel Protocol '02' and the JCOP shell. I have no problem to open the secure channel by doing the "init-update" & "ext-auth", and to send encrypted data to the card.I use the default Security Domain of the simulator for both loading the applet, and process ...
Hello,I'm trying to run the samples wich came with the reference implementation 1.1_01 of the Java TV, but I'm a bit confused, the media.TestMedia cant run on my machine.I try to run with normal java (jdk 1.5) and using the all new CDC toolkit emulator, with both I can run the SvcDispXlet , ...
Hi frnds,I am using Gemplus RAD III.Hi am generating key pair on the smart card using following code case INS_GENERATE_RSA_KEY:if(keyPair==null){keyPair = new KeyPair(KeyPair.ALG_RSA_CRT, (short)1024);keyPair.genKeyPair();privateRSAKey = (RSAPrivateCrtKey)keyPair.getPrivate();publicRSAKey = ...
200 byte By
trylansa at 2007-10-3 3:57:03
Where can I download any tools to generate MF_Password?I find nothing in the Philips website.Or I should implement a generation function within the applet?Great thanks! ^_^
Hi,Can i access memory of Second SIM Card in a mobile using javacard application? In case i am using a dual sim Card?Thanks,Bilal Awan.
2046 byte By
socxa at 2007-10-3 3:58:56
Hello all,I am a newbie to JavaCard programming. I have been running my off-card application and it has been ok, but all of a sudden it just started giving this error below.What is wrong?UnsatisfiedLinkError: no OCFPCSC1 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) ...
in Mr. Morris's book: Interactive TV standards,A hostile xlet should only suffer itself when it misbehaves.I try to realize the concept, one thing I consider now is the threadsused to fire event to listeners registered by xlets.There are many entities in MHP middleware may let xlets register ...
Hello,Would you please tell me how can i run c++ code in a java program.Thanks in advance
Hi,Can anybody suggest good place to buy JCOP20 in pieces or tens? Must be in USA or Canada, economy pricing preferable.Thanks,
Hi,i am trying tod develop a application for reading data from a smart card.curently i am using jpcsc api.but my problem is i cant able to findout anyfunction for reading data from a card.anybody please help me to solve this problem.please tell me which api i have to use to read data from a ...
643 byte By
Movicha at 2007-10-3 4:45:38
Hi !I have Eclipse and JCOP tools v 3.1.1.b installed. Some time ago I updated JCOP tools successfully. Now It doesn't want to work:Network connection problems encountered during search. Unable to access " http://www.zurich.ibm.com/jcop/download/eclipse".Error parsing site stream. [The XML ...
160 byte By
sucsora at 2007-10-3 4:47:48
I'm a new on programming JavaCard, and have a question about how to get GMT time and IMEI , IMSI or ICCID from JavaCard.is there any suggestions?
314 byte By
seybaaa at 2007-10-3 4:48:05
I am working on the project that required that I make a java program that should read finger print from finger print device. it will be nice if any body could help me with a good tutorial or a link.I am looking for api that could be used.actually i am looking for any ...
Hi I've implemented a xlet that places panels in different placesm takes images from files, resizes video stream.... and I want take this arguments (coordinates, path from fles...) from an XML file. I'm a litlle bit confused about this. I don't know how start. What's the best way? SAX, ...
244 byte By
etsra at 2007-10-3 5:06:35
iam downloading an application using the information available in the AIT.Can anybody give information regarding frequency at which object carousels are transmitted.The requirement is to download whole application before runing.bj
2064 byte By
lokpesta at 2007-10-3 5:08:01
I have this in a constructor:import java.io.*;import java.security.*;import javax.crypto.*;class Encrypt {private Cipher RSAtransform;public Encrypt(){Provider RSA = new com.sun.rsajca.Provider(); Security.addProvider(RSA); try{RSAtransform = Cipher.getInstance("RSA",RSA);}catch ...
86 byte By
lokpesta at 2007-10-3 5:08:08
Is there any difference between using throws or try/catch to handle exceptions?
832 byte By
Bam_Zama at 2007-10-3 5:08:52
Hi,I'm trying to develop two applications in a jcop31 card. i did it and now those two work well. but i install both of them in Issuer Security Domain and then access to both of them are same. i need to setup defferent security roles for each of them. now i have two question:1. if i want to ...
355 byte By
SammyFra at 2007-10-3 5:12:08
Hi all!At now I'm starting to develop with Java Card. I create a simple applet and run it in simulator (jcwde & apdutool). In the apdutool log i saw what Answer To Reset has following value:0x3b 0xf0 0x11 0x00 0xff 0x00I want to change theese bytes to my own value. Could you tell me how ...
309 byte By
socxa at 2007-10-3 5:14:26
Hello,I am using a ACR38U reader, it appears to be correctly installed as I can see it under device manager.However, I cannot see it listed among the installed readers in my Eclipse IDE. as such I cannot install my applet on the my smart card.What can be the ...
Hi all,I'm a new comer to Java Card technology. My question is,1. how can i verify that a particular SIM card supports Java Card technolgy?2. Also, is there a way to download applets to my mobile phone's SIM card? (like with j2me) ?- sorry about asking poor questions but please drop some ...
1779 byte By
socxa at 2007-10-3 5:21:32
Hello,Iam trying out my hands on some JCShell commandI have an applet with the followingfinal static byteCLASS= (byte)0x80;final static byteINS_VERIFY = (byte)0x20;final static byteCREDIT = (byte)0x30;final static byte DEBIT = (byte)0x40;final static byteGET_BALANCE = (byte)0x50;final static ...
I thought that only Service Selection APIs can invoke service selection. More precisely, only ServiceContext.select() causes service selection, but MediaSelectControl confuses me.An xlet can get a MediaSelectControl of current service content handler via ...
100 byte By
asiria at 2007-10-3 5:24:25
Do i have to take special measures with my applet if it is to be installed OTA?Thanks.
471 byte By
Maruua at 2007-10-3 5:31:37
Hi,I want to programm a JavaCard with SIMToolkit. The only description or tutorial to the SIMToolkit (not JavaCard) I found is the official 3GPP specification 11.14Is there any tutorial how to use the SIMToolkit with Java(Card)?I found out that the application could be notified if an event ...
283 byte By
reyelaa at 2007-10-3 5:35:58
Hi all,I'm programming in java widh ocf in win XP...someone can tell me if is possibleto select the number of serial port..for example 0 or 1?I read the OCF12ApiDoc but I finded only method to get the serial portand not to select it,thanks!
I request u 2 pls answer my query i.e.I am having a smart card reader and some card also but this card are not not having any OS..so can i convert this card into javacard? how can i do masking of JCVM on a such cards..pls tell me what should i do for tht, Should i buy a new reader and new ...
hello guys. I have a java card application to develop and i want to record the historical data of a patient in the card.I have three questions to make(please help me):1. Do you believe that i need java cards with a lot of capacity? because my java cards are only 16kb. is it ok?2. i achieve to ...
290 byte By
socxa at 2007-10-3 5:41:09
hello,I wrote a java card applet using jcop tool for eclipse. i have tested it and it is working well on the simulator.However, if i try to write to new jcop card, by using the JCShell upload command. It gies an error. What can be the problem?Regards,Socx
661 byte By
Bam_Zama at 2007-10-3 5:42:33
hi allI'm working with Jcop31 cards and Omnikey 5121 readers. i have no problem with contact interface and it's fully operational. but now i need to work with these crads as Mifare cards. i can connect to reader and then to the card via contactless interface with no problem. but when i want ...
Hi every one ,I have some Jcop 31 cards and I need CSP (cryptographic service provider) for these smart cards ,how can I get this CSP?how can I write Card Module for Jcop cards?Yuors sincerely ,Orchid
407 byte By
asiria at 2007-10-3 5:43:03
HiI have seen several examples in wich the SIM Toolkit applet reads the byte array passed into the install() method to find out the PIN code of the mobile phone. These examples read the input buffer pass the AID length to find the PIN code. As I'm new to SIM Toolkit, i don't quite understand ...
263 byte By
pretsba at 2007-10-3 5:43:10
hi alli'm new to Java Card technology. I'll be very grateful if someone can post a few links where I can see some of the potential applications that can be developed using Java Card tech. Also, is there sample code for some of the apps available ?
90 byte By
razzaj1a at 2007-10-3 5:47:01
How can i read the Card Unique ID (Microcontroller ID) if i am using a JCOP20 card?
Hi, We are trying to use true type font instead of pfr font in case of downloadable font.Is there any restriction in using true type font, for example size problems?One more thing to know is why MHP only use pfr font on downloadable font.Thanks in advance.
170 byte By
tansa at 2007-10-3 5:52:48
I'm new to java card technology.I'm developing java card application. I need to test my application.For that i need java card simulator.How to proceed with that?
1994 byte By
razzaj1a at 2007-10-3 5:53:23
I got the JCOP cards from my manufacturer... with no keys yet... The chip is from philips. MCU: P8WE503332K with JCOP20 OSthis is what i tried so far:cm> /term "winscard:4|ACS ACR90 0"--Opening terminal> /card -a a000000003000000 -c com.ibm.jc.CardManager--Waiting for card...ATR=3B E6 00 ...
Is there a IDE that I can get to start programming java cards?I have heard of the JCOP but I am unable to get it. Can someone point me to the exact location to download it? Is it free?Can netbeans be used to do this?
345 byte By
bspritsa at 2007-10-3 5:55:59
Does anyone know where I can buy sample cards for JCOP 3.1? I tried axalto cyberflex-egate 32K card, but it it always report "Status: Wrong data" on upload requests. Someone says this card has on-card byte-code verfier enabled. I appriciate if anyone can share successful experience with JCOP ...