449 byte By
Mr.Yogia at 2007-10-3 8:54:52
Is any one working with gemplus java cards? I am trying to use the sample program CryptoApplet given by gemplus, and while using the simulator, out of 4 steps1) Authenticate2) Upload file into card3) Install4) Select I got struck in 3rd step, when i try to use install command, its giving error ...
Hi,Please give me the link to buy the IBM's JCOP41V2.2 sim cards. I have seen a number of online stores for JCOP30 and JCOP20 but was unable to find one for JCOP41.As i can see most of the people have worked on this card in the forum so i expect some answers from you people.Thanks a lot ...
114 byte By
kyrana at 2007-10-3 9:08:12
Can anyone help me to find the size of the cap file in detail?i am new to this java card technology.
3342 byte By
DeeYaha at 2007-10-3 9:09:26
Hi all...I've been searching in this forum, tried somesolution but it still wont work.i have host app and javacard applet. in my host app i have code :...byte[] des3Key = new byte[] {(byte)0x38,(byte)0x12,(byte)0xA4,(byte)0x19,(byte)0xC6,(byte)0x3B, ...
For the param String that we pass existence, what is set with the default values? Also, if I want to use a remote host, how would I do that other than term.getInstance("Remote", "") and hoping it works.
502 byte By
gerauda at 2007-10-3 9:22:31
I'm new to JCOP Tools and I'm having a little trouble getting the Terminal Simulation working. The card is listening on the default port, 8050. Here is my code so far:...private JCTerminal term = RemoteJCTerminal.getInstance("Remote" , "8050");term.open();term.waitForCard(1);...It seems like ...
619 byte By
livia at 2007-10-3 9:24:17
HelloAt the moment I'am working at my degree dissertation. A little part of this dissertation is to write a cardlet on a javacard.I have got the JCOP Tools 3.1.1.b for Eclipse, but JavaCards of other producers: Safenet Model 330J, GemSafeXpresso 32 k and cyberflex Access e-gate ...
329 byte By
j2miana at 2007-10-3 9:25:03
Hi,1) What is difference between these two versions of cards?2)I have JCOP 3.1.1.b tools installed in Eclipse. Using that I am able to to auth and installation of applets on JCOP V4 cards. But on V3 cards it allows to auth but not installation of applets? Why?Please let me know significant ...
Hi everybody, I'm trying to develop java applet, to read my "GSM SIM CARD" in order to read sms, contact list and serial number (IMISDN).I want to do it, in my workstation (not with my cell phone) with a smartcard reader.First of all, the most important question: Is it possible? (I'd would ...
I have a G&D Expert Card. The list of applets installed in the card is : (card-info command on the jcop shell) Application: SELECTABLE (--) 010203040507Application: SELECTABLE (--) 11223344556611 Application: SELECTABLE (--) 01020304050601 Load File :LOADED (--) 010203040506Load File ...
Hi,Is there any simulation tool for SIM applications in which we can Goto the SIM Menu and select our installed application and proceed.Please clear me on this issue as i cannot infer from machine codes well. My Application have no errors and i am using JCOP with eclipse. thanks a ...
I don't know why I can not set the HContainer's background ,please give me some tips .the soure code as followingmenuContainer = new HContainer();menuContainer.setLayout(null);menuContainer.setBackground(new ...
503 byte By
Bam_Zama at 2007-10-3 9:35:33
I'm trying to work with contactless interface of a JCOP31 card. it is failed. I contact with my reader company (omnikey) but none of their comments works. now i have a big doubt about mifare functionality on Jcop. has anyone seen any successful experiment on mifare in Jcop cards? please tell ...
239 byte By
3asma at 2007-10-3 9:38:16
DearsAnyone can help me in how to use JavaTV for IP-TV environment based on multicasting?the STB we are using is kreatel/ motorloa and the video streaming is mpeg4 h264.the STB is linux based with CEEJ sieg JVM.
460 byte By
3asma at 2007-10-3 9:38:52
Dears I am confused now after downloading alot of version of javatv/ JMF/ mhp .... all the library and I don't know excatly which version I should use or which samples is better and how I could see the GUI of javatv.Is anyone can hep me to send the packages [ better the source code] with ...
i need to play any kind of audio file in xletview... but i have no idea to do this...does anybody can help me?!
1026 byte By
j2miana at 2007-10-3 9:42:15
Hi,I do have 2cards which are working fine till now. But somehow now I am not able to authenticate with that.Below is trace of JCOP shellWhat is wrong with that?> /card--Waiting for card...ATS=0E 78 33 B1 02 4A 43 4F 50 34 31 56 32 32 .x3..JCOP41V22ATS: FSC=256, DS=1,2,4/DR=1,2,4, FWI=11 ...
I have a problem with the JCOP tools. I am developing a very simple applet which does nothing at all. It is a "hello world" type applet so that I can get something working. It compiles ok, however as soon as I try to run it under the emulator I get an error.Status: Conditions of use not ...
242 byte By
tulipsa at 2007-10-3 9:42:55
can java with embedded server be used to make web application which can be rendered on conventional web browser and mobile devices. Do I only need J2EE or J2EE and J2ME both? how much memory my PDA will need( RAM and ROM) thanks
1264 byte By
waterpca at 2007-10-3 9:45:32
I have been hunting around the internet for information on JCOP cards, and I find this a disorienting experience. It seems that the team from Zurich has moved to Germany, many of the links on their site are broken, they don't answer my emails and I can not find a phone contact for their ...
743 byte By
j2miana at 2007-10-3 9:53:56
I have tried to select card manager using two diffrent AIDs and both are successful.7bytes aid cm> /send 00A4040007A000000003000000 => 00 A4 04 00 07 A0 00 00 00 03 00 00 00 ............. (14958 usec) <= 6F 19 84 08 A0 00 00 00 03 00 00 00 A5 0D 9F 6Eo..............n06 40 51 42 04 22 ...
Hello,I'm a newbie with Javacard and I need some help to be able to download my first test application in my javacard.I now have a javacard application which is working well with a simulator and I would like to test it with a real card.The only problem is that it's not easy to really ...
95 byte By
stavrosa at 2007-10-3 10:00:32
HelloHow can i unistall applet from my card?Please help meThank you
278 byte By
Kerria at 2007-10-3 10:03:52
Hello,I have more or less general question.I would like to maintain on Java card applet file with records, consisting of several fields.In which way it could be done?So in which way I could read/write these records?Thank you in advance.
After I have learned MHP for some time ,I am now thinking about one thing: IF one proprietary middleware provider say OpenTV use Java and open its api,and make it open that any one can implement its middleware standard.Can we call it Open standard? What I mean is,open standard middleware such ...
554 byte By
j2miana at 2007-10-3 10:05:46
Hi,I am just want to clear some of dobts about this card industry:)As I know that the chip/card (SmartMX) is manufactored by Philips.We are using GP for installing applications with ISD keys. Who installs Java Card runtime on these cards or chip?Does Philips installs GP (security domain)on ...
Hi all,im sorry im going to ask a vry stupid quesiton but I really cant solve that...-Im on windows XP-ive installed jdk1.5.0_09-i tried some tests and all is ok, i can compile and run my java applications-Now i want to try some javaTV application-i downloaded jtv-1_1_01-bin-doc.zip-i exctract ...
Im pretty new in developing java TV applications, I've read a lot of tutorials and articles but I still miss something:- is it possibile to connect the STB to my PC in order to download from my pc a transport stream (with video, audio and applications) soto really test my applications?- if ...
Hello,I would like to use JCOB. I read all posts about that in this forum without result.I work in Luxembourg and tried all possibilities the get an activation code : - send an e-mail to gregor_mcelvogue@us.ibm.com- Try to call european software call center in Europe (they don't know anythink ...
we know that a MHP receiver has minimum 188 colors and that also admits three values of alpha (0,178,255). We would like to know : - which are these 188 colors (R, G, B and ALPHA values ) - if the same color RGB can have both (178,255) possibilities of level of alpha
Hi all,so i have a problem, i'm trying to use FontFactory but i'm getting a FontNotAvailableException. So, i'm following mhp specification and i wrote a dvb.fontindex like this:<?xml version=?.0?><!DOCTYPE fontdirectory PUBLIC ?//DVB//DTD Font Directory ...
does anyone know if it is possible to create a new security domain for my JCOP card? i know global platform card specs say it should support "application provider security domain", but i would like to know if someone has actually done it, or if someone knows where to get one.
406 byte By
j2miana at 2007-10-3 10:23:22
Does JCO30 cards have GP implementation?What is my understanding is that JCOP30 cards has Open Platform implementation and not GP. So may be I am able to do auth and rest but not anything specific to GP.I have worked on JCOPV4 cards it does have. If I am using JCOPV3 cards than will I am able ...
Plz someone help me in for my Project in Thumb Recognition.Providing Code References.Plz............
231 byte By
sans_29a at 2007-10-3 10:31:00
hi,I m starting to develop a software that can send and receive sms via phone connected to pc using my 3230.i'll be coding it in VB using nokia CL messaging. Can anyone help me as soon as possible.Thanks a lot
Hi Folks,Does anybody knows that is it possible to develop Xlets using Java 1.5. I tried to write some using NetBeans 5.0, and jdk 1.4. ?Cheers,
457 byte By
ZackPa at 2007-10-3 10:39:37
Hi there,We want to implement JCOP30 or JCOP31 cards as an ePurse. We know that that is not a problem. However we have to find out how much current those cards draw when inserted into balance readers. It is very important since balance reader has very small batteries and will take card with ...
Hi all,i'm a new user of this wonderful forum on the java Tv. I wish to understand better the software architecture of a STB using the Java Tv Environment. Supposing i have all the drivers available for a certain hardware architecture, what i need to use the Java Tv? Do i need to write of my ...
482 byte By
GASOLa at 2007-10-3 10:45:12
Hi friends,I磎 very excited about starting to develop smart card applications with JAVA CARD for the applets and OCF for the PC soft. I磛e bought a very interesting book which indicates i have to download the Open Card Framework (OCF) from the internet but the download page that comes in the book ...
Hi everyoneI'm writing an applet (Java Card 2.1.1) and in the process method I'm trying to detect the SELECT APDU command, but it's not working. I send a SELECT APDU to my applet, it throws a SW_CLA_NOT_SUPPORTED exception, and it is selected. Ok, the command ends up doing what it is ...
170 byte By
ZackPa at 2007-10-3 10:48:16
Hi there,Anybody knows what is typical consumption of the JCOP cards, probably with Philips chips, under idle and read/write modes?RegardsZack
Hi guys : I am new to java card. Currently i am using cyberflex 16 k. I would like to use RSA to encrypt and decrypt messages. I am able to encrypt and decrypt messages on card. I would like to decrypt messages of card. How can I do that. Any body can help? //Private Key definitionstatic byte[] ...
442 byte By
kyrana at 2007-10-3 10:54:00
hii want to know the difference between the non-volatile code space and non-volatile data space.if i find the size of the cap file size which one does it refer to? does it refer to non-volatile code space or non-volatile data space?while allocating the amount of memory size before hand which ...
Hi all, I'm a newbie in javacard programming. I'm trying to develop a project with RSA_signature. But I found, the exception NO_SUCH_ALGORITHM will be thrown out when I new an instance of KeyPair.My java file Temp_1.java following:/** * */package temp;import javacard.framework.Applet;import ...
322 byte By
psk25a at 2007-10-3 10:59:53
Hi,Please help me regarding SCOSTA(Smart card operating system for transport application in INDIA). Actually this is developer forum for JAVA card. but do anybody know the same kind of forum for C language. Thanks in advance.My mail id is: ...
Hi..I am not able to play an Avi video clip using JMF...actually i am using Xletview to view the output...what happens is there are two video clips as data source...the player is configured to play the first clip...an then it is deallocated and plays the second clip...but what actually happens ...
2159 byte By
j2miana at 2007-10-3 11:07:27
Hi I am using Eclipse 32. with JCOP plugin and philips pegoda reader.Still now I was using JCOPV4 cards all thing working fine, but I have got JCOPV3 cards and in that I am frequently getting error on /card that Communication problems: T=CL communication error: T=CL: Transmission error. Failed ...
169 byte By
yuatua at 2007-10-3 11:19:02
Are there tools can debug byteCode?Are there tools can convert cap file to java source file?Are there tools can convert jca file to java soure file?
450 byte By
NHSa at 2007-10-3 11:21:22
HiI'm trying to access an ADF on a UICC but I can't get it to work.I try to use UICCSystem.getTheFileView with with an AID read from EF_DIR, but I get null returned.I then tried JCSystem.lookupAID with the same AID, and here I got an AID object back. This AID object I then used in ...
399 byte By
MaDmEda at 2007-10-3 11:31:40
Hi,I have used the javacard toolkit with the wireless toolkit and I have made APDU connections and communications correctly. Now I have JCOP from IBM and I want to test my midlet with this emulator but my midlet cannot connect itself to the JCOP emulator. I have test the differrents port for ...